[Pixelle-commit] SF.net SVN: pixelle: [13] trunk/pixelle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-18 02:46:17
|
Revision: 13
http://pixelle.svn.sourceforge.net/pixelle/?rev=13&view=rev
Author: dbrosius
Date: 2008-06-17 19:46:25 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
initial web site content
Added Paths:
-----------
trunk/pixelle/htdocs/
trunk/pixelle/htdocs/blend.jpg
trunk/pixelle/htdocs/index.html
trunk/pixelle/htdocs/vbar.gif
Added: trunk/pixelle/htdocs/blend.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/pixelle/htdocs/blend.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html (rev 0)
+++ trunk/pixelle/htdocs/index.html 2008-06-18 02:46:25 UTC (rev 13)
@@ -0,0 +1,24 @@
+<html>
+ <head>
+ <title>Pixelle - A Bitmap transformation tool</title>
+ <meta name="Keywords" content="bitmap image pixel transform convolution mebigfatguy">
+ </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>Pixelle</h1>
+ <hr/>
+ <a href="http://www.sourceforge.net/projects/pixelle">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/patchanim.jnlp">Web Start</a>
+ <hr/>
+
+ <p>Thanks for your interest in Pixelle.</p>
+
+ <p>This project has just been started, check back soon for more information.</p>
+ </div>
+ </body>
+</html>
Property changes on: trunk/pixelle/htdocs/index.html
___________________________________________________________________
Name: svn:mime-type
+ text/html
Name: svn:eol-style
+ native
Added: trunk/pixelle/htdocs/vbar.gif
===================================================================
(Binary files differ)
Property changes on: trunk/pixelle/htdocs/vbar.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|