diff options
author | David Schweinsberg <[email protected]> | 2007-02-20 10:19:58 +0000 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2007-02-20 10:19:58 +0000 |
commit | 1cdbe401605f4fb120992c7db646a3d660fa1ab8 (patch) | |
tree | 3bd8bebf2601e2179c8cecead09b1a127dbe3974 | |
parent | 98c02801d703a40077951c877fba2ea4eb0f5d10 (diff) |
Tweaked the spaces in the link bar.
-rw-r--r-- | www/download.html | 4 | ||||
-rw-r--r-- | www/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/download.html b/www/download.html index 8d836ac..609d6f5 100644 --- a/www/download.html +++ b/www/download.html @@ -5,10 +5,10 @@ </head> <body> <h1>Typecast Download</h1> -<p>|<a href="index.html">Home</a>|Download|<a href="http://wiki.java.net/bin/view/Javadesktop/Typecast">Wiki</a>|</p> +<p>| <a href="https://typecast.dev.java.net/">Home</a> | Download | <a href="http://wiki.java.net/bin/view/Javadesktop/Typecast">Wiki</a> |</p> <p>You can download the current release, <a href="https://typecast.dev.java.net/files/documents/2511/9759/typecast-bin-0.5.1.zip">Typecast 0.5.1</a>, but it is a little long in the tooth now. If you have the knowhow, get the head of the CVS repository. Alternatively, a new release (0.5.2) will be available in March 2007.</p> <p><a href="http://typecast.dev.java.net/servlets/ProjectNewsRSS"><img src="https://typecast.dev.java.net/branding/images/xml.gif" border="0" width="36" height="14" alt="XML" align="absmiddle"></a> <b>Typecast RSS</b></p> -<p><i>$Revision: 1.1 $ $Date: 2007-02-20 10:13:17 $</i></p> +<p><i>$Revision: 1.2 $ $Date: 2007-02-20 10:19:57 $</i></p> </body> </html> diff --git a/www/index.html b/www/index.html index afc478f..f655302 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,7 @@ </head> <body> <h1>Typecast</h1> -<p>|Home|<a href="download.html">Download</a>|<a href="http://wiki.java.net/bin/view/Javadesktop/Typecast">Wiki</a>|</p> +<p>| Home | <a href="download.html">Download</a> | <a href="http://wiki.java.net/bin/view/Javadesktop/Typecast">Wiki</a> |</p> <p style="float: right; padding-left: 48pt; padding-right: 48pt"><a href="images/tc-screenshot-full.png"><img src="images/tc-screenshot-quarter.png" width="220" height="227" border="0"/></a></p> <p>Typecast is a font development environment for OpenType font technology. Facilities (will) include:</p> <ul> @@ -53,6 +53,6 @@ and start taking a closer look at the OpenType fonts on your system!</p> <h3>Systems Requirements</h3> <p>Typecast is built with Java JDK 5.0 and later. Primary source code development is performed using NetBeans 5.5.</p> <p><a href="http://typecast.dev.java.net/servlets/ProjectNewsRSS"><img src="https://typecast.dev.java.net/branding/images/xml.gif" border="0" width="36" height="14" alt="XML" align="absmiddle"></a> <b>Typecast RSS</b></p> -<p><i>$Revision: 1.11 $ $Date: 2007-02-20 10:12:33 $</i></p> +<p><i>$Revision: 1.12 $ $Date: 2007-02-20 10:19:58 $</i></p> </body> </html> |