[Polycasso-commit] SF.net SVN: polycasso:[209] trunk/polycasso/htdocs
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-28 06:41:02
|
Revision: 209
http://polycasso.svn.sourceforge.net/polycasso/?rev=209&view=rev
Author: dbrosius
Date: 2009-12-28 06:40:49 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
rename index.html to .shtml for ssi
Added Paths:
-----------
trunk/polycasso/htdocs/index.shtml
Removed Paths:
-------------
trunk/polycasso/htdocs/index.html
Deleted: trunk/polycasso/htdocs/index.html
===================================================================
--- trunk/polycasso/htdocs/index.html 2009-12-28 06:39:56 UTC (rev 208)
+++ trunk/polycasso/htdocs/index.html 2009-12-28 06:40:49 UTC (rev 209)
@@ -1,47 +0,0 @@
-<html>
- <head>
- <title>Polycasso - A Cubism Artwork Generation Tool</title>
- <meta name="Keywords" content="polygon cubism image generation">
- <script src="mbfg.js">
- </script>
- <link rel="stylesheet" type="text/css" href="mbfg.css" />
- </head>
- <body background>
- <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
- </div>
- <div style="position:absolute;top:20;left:20;z-index:3;">
- <h1><img style="position:relative;top:10;" src="polycasso.png"/> Polycasso</h1>
- <hr/>
- <a href="http://www.sourceforge.net/projects/polycasso">Project Page</a>
- <img src="vbar.gif" height="12"/>
- <a href="javadoc/index.html">JavaDoc</a>
- <img src="vbar.gif" height="12"/>
- <a href="jnlp/polycasso.jnlp">Web Start</a>
- <!--#include virtual="mbfg_menu.shtml" -->
- <hr/>
-
- <p>Thanks for your interest in Polycasso.</p>
-
- <p>Polycasso is a webstart application that attempts to create cubism style artwork through the layering of transparent polygons via a training
- feedback loop. Produces increasingly realistic work though hill climbing. This application was inspired by work
- done by Roger Alsing.</p>
-
- <p>Launch the application, choose 'Start Generating Image', and let it sit for several hours, even a day.
- Good artwork takes time! -- and so does this.</p>
-
- <p>-- Dave Brosius</p>
- <iframe src="polypig.svg" width="235px" height="176px"/>
- <p>This pig is an svg output of polycasso</p>
- </div>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-249537-9");
- pageTracker._trackPageview();
- } catch(err) {}
- </script>
- </body>
-</html>
Copied: trunk/polycasso/htdocs/index.shtml (from rev 208, trunk/polycasso/htdocs/index.html)
===================================================================
--- trunk/polycasso/htdocs/index.shtml (rev 0)
+++ trunk/polycasso/htdocs/index.shtml 2009-12-28 06:40:49 UTC (rev 209)
@@ -0,0 +1,47 @@
+<html>
+ <head>
+ <title>Polycasso - A Cubism Artwork Generation Tool</title>
+ <meta name="Keywords" content="polygon cubism image generation">
+ <script src="mbfg.js">
+ </script>
+ <link rel="stylesheet" type="text/css" href="mbfg.css" />
+ </head>
+ <body background>
+ <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
+ </div>
+ <div style="position:absolute;top:20;left:20;z-index:3;">
+ <h1><img style="position:relative;top:10;" src="polycasso.png"/> Polycasso</h1>
+ <hr/>
+ <a href="http://www.sourceforge.net/projects/polycasso">Project Page</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="javadoc/index.html">JavaDoc</a>
+ <img src="vbar.gif" height="12"/>
+ <a href="jnlp/polycasso.jnlp">Web Start</a>
+ <!--#include virtual="mbfg_menu.shtml" -->
+ <hr/>
+
+ <p>Thanks for your interest in Polycasso.</p>
+
+ <p>Polycasso is a webstart application that attempts to create cubism style artwork through the layering of transparent polygons via a training
+ feedback loop. Produces increasingly realistic work though hill climbing. This application was inspired by work
+ done by Roger Alsing.</p>
+
+ <p>Launch the application, choose 'Start Generating Image', and let it sit for several hours, even a day.
+ Good artwork takes time! -- and so does this.</p>
+
+ <p>-- Dave Brosius</p>
+ <iframe src="polypig.svg" width="235px" height="176px"/>
+ <p>This pig is an svg output of polycasso</p>
+ </div>
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-249537-9");
+ pageTracker._trackPageview();
+ } catch(err) {}
+ </script>
+ </body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|