End sentences with full stops.
This commit is contained in:
parent
21562f8fe0
commit
a87122ab10
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25643
4 changed files with 18 additions and 18 deletions
en/java/links
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.9 2003/09/22 09:29:14 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/development.sgml,v 1.10 2003/10/03 20:44:54 simon Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: Development Tools">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -18,7 +18,7 @@
|
|||
Professional</a> <br>
|
||||
<a href="mailto:Joachim.Jaeckel@coffeebreak.de">Joachim Jaeckel</a> has put together a page on how to run Visual Age for Java Professional 3.0 (Linux) under -CURRENT: <a href="http://www.coffeebreak.de/freebsd/">http://www.coffeebreak.de/freebsd/</a>
|
||||
<li><a href="http://jdee.sunsite.dk/">JDE</a> <br>
|
||||
(X)Emacs mode for editing Java
|
||||
(X)Emacs mode for editing Java.
|
||||
<li><a href="http://www.ist.co.uk/visaj/index.html">visaj</a> <br>
|
||||
A commercial visual application builder for Java.
|
||||
<li><a href="http://www.jedit.org">jEdit</a> <br>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<li> Tools
|
||||
<ul>
|
||||
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br>
|
||||
Ultra fast java compiler from IBM (available as port)
|
||||
Ultra fast java compiler from IBM (available as port).
|
||||
</ul>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/index.sgml,v 1.6 2003/06/18 23:37:37 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/index.sgml,v 1.7 2005/09/12 16:09:57 joel Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: Java Links">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -18,17 +18,17 @@
|
|||
<li> <a href="./vendor.html">Vendors</a><br>
|
||||
Contains links to Sun, IBM ... related websites.
|
||||
<li><A HREF="./development.html">Development Tools</A><BR>
|
||||
Contains links to Java Development Tools (incl. Sun, IBM)
|
||||
Contains links to Java Development Tools (incl. Sun, IBM).
|
||||
<li><A HREF="./api.html">APIs</A><BR>
|
||||
Contains links to different API and implementations of protocols
|
||||
Contains links to different API and implementations of protocols.
|
||||
<li><A HREF="./tutorials.html">Tutorials</A><BR>
|
||||
Contains links to on-line tutorials, e.g. the one at JavaSoft
|
||||
Contains links to on-line tutorials, e.g. the one at JavaSoft.
|
||||
<li><A HREF="./documentation.html">Documentation</A><BR>
|
||||
Contains links to on-on-line documents concerning java
|
||||
Contains links to on-on-line documents concerning java.
|
||||
<li><A HREF="./servlets.html">Servlets</A><BR>
|
||||
Contains links to information on servlets and servlet engines
|
||||
Contains links to information on servlets and servlet engines.
|
||||
<li><A HREF="./resources.html">Resources...</A><BR>
|
||||
Everything not fitting anywhere else
|
||||
Everything not fitting anywhere else.
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.7 2003/06/18 23:37:37 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/resources.sgml,v 1.8 2003/09/22 09:29:14 simon Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: Other Resources">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -18,13 +18,13 @@
|
|||
Open Source Java organized in a CVS tree.
|
||||
<li><a href="http://jos.sourceforge.net/">JOS</a><br>
|
||||
Free Java Operating System (still under development but already some nice
|
||||
things available)
|
||||
things available).
|
||||
<li><a href="http://www.javalobby.org">Javalobby</a><br>
|
||||
Organization to support Java (fight for Java), sometimes nice offers<br>
|
||||
of commercial software for free (if you are member of Javalobby)
|
||||
of commercial software for free (if you are member of Javalobby).
|
||||
<li> <A HREF="http://www.ibm.com/developer/java/">JCentral</A> <br>
|
||||
Search engine only for java things (searches<br>
|
||||
newsgroups, source code archives, ... Provided by IBM
|
||||
newsgroups, source code archives, ... Provided by IBM .
|
||||
<li> <A HREF="http://java.apache.org">Java at the Apache Group</A> <br>
|
||||
Different projects concerning java and web, e.g. JServ, Cocoon, etc.
|
||||
</ul>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/vendor.sgml,v 1.4 2000/04/30 22:57:46 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/vendor.sgml,v 1.5 2003/06/18 23:37:37 murray Exp $">
|
||||
<!ENTITY title "FreeBSD &java; Project: Vendor Links">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -19,10 +19,10 @@
|
|||
</ul>
|
||||
<li> IBM
|
||||
<ul>
|
||||
<li><a href="http://www.ibm.com/java">developerWorks - Java Technology Zone</a><br> Main java site
|
||||
<li><a href="http://www.alphaworks.ibm.com">Alphaworks</a><br>Technology studies, early access
|
||||
<li><a href="http://www.ibm.com/java">developerWorks - Java Technology Zone</a><br> Main java site.
|
||||
<li><a href="http://www.alphaworks.ibm.com">Alphaworks</a><br>Technology studies, early access.
|
||||
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a><br>
|
||||
Very fast java compiler, open source
|
||||
Very fast java compiler, open source.
|
||||
</ul>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue