Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 00:09:30 -0600
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        "Simon L. Nielsen" <simon@FreeBSD.org>
Cc:        freebsd-java@FreeBSD.org
Subject:   Re: Review request for update to links on FreeBSD Java webpage
Message-ID:  <20030926060929.GA30436@misty.eyesbeyond.com>
In-Reply-To: <20030924221148.GA391@FreeBSD.org>
References:  <20030918210342.GB1558@FreeBSD.org> <20030922184551.GA35332@misty.eyesbeyond.com> <20030924221148.GA391@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 25, 2003 at 12:11:50AM +0200, Simon L. Nielsen wrote:
> On 2003.09.22 12:45:51 -0600, Greg Lewis wrote:
> > On Thu, Sep 18, 2003 at 11:03:43PM +0200, Simon L. Nielsen wrote:
> > > Comments before I commit?
> > 
> > I might be too late... but.
> 
> Well, nothing that can't be fixed by a new commit.

:-)

> > > -      <li><a href="http://student.ulb.ac.be/~jdricot/commapi">The JavaComm API</a><br>Port of the JavaComm API to FreeBSD
> > 
> > This port still exists, there just isn't really a web page attached to
> > it.  Can we somehow link to the port within the port's collection?
> 
> We could just link to the description like the doc/ tree links to
> packages.  The link would be :
> http://www.freebsd.org/cgi/url.cgi?ports/comms/java-commapi-freebsd/pkg-descr

I think thats a good option.

> Then we try again... I have attached a patch with your suggestions, and
> the ones from Andrew Houghton.
> 
> I will try and be a bit more patient from now on :-).

I'll try and respond a little quicker :).

> Index: links/development.sgml
> ===================================================================
> RCS file: /home/ncvs/www/en/java/links/development.sgml,v
> retrieving revision 1.9
> diff -u -d -r1.9 development.sgml
> --- links/development.sgml	22 Sep 2003 09:29:14 -0000	1.9
> +++ links/development.sgml	24 Sep 2003 21:39:37 -0000
> @@ -23,7 +23,7 @@
>  	    A commercial visual application builder for Java. 
>  	  <li><a href="http://www.jedit.org">jEdit</a>; <br>
>  	  jEdit is a programmer's text editor written in Java with Swing and allows for plug-ins.  The author is also working on <A HREF="http://www.gjt.org/~sp/jedit-ide/">jEdit-IDE</A>.
> -	  <li> <a href="http://www.netbeans.com">NetBeans</a><br>;
> +	  <li> <a href="http://www.netbeans.org/">NetBeans</a><br>;
>  	    New IDE written completely in java, different versions available,
>  	    free and commercial ones. Now part Sun Microsystems.
>  	  <li> JWS - Sun&acute;s IDE <br>
> @@ -35,13 +35,17 @@
>  	    webpages, just check out the newest CVS-sources.
>  	  <li><a href="http://www.elixirtech.com/ElixirIDE/index.html">ElixirIDE</a>; <br>
>  	  An IDE that includes a debugger.  Rated a JARS top 5%.
> +	  <li><a href="http://www.eclipse.org/">Eclipse</a><br>;
> +	    An open extensible IDE for anything and nothing in particular.
> +	  <li><a href="http://www.jetbrains.com/idea">IDEA</a><br>;

Technically, I believe this URL should have a trailing slash, i.e.
http://www.jetbrains.com/idea/

> +	    IDEA is a commercial Java IDE with extensive refactoring support.
>  	</ul>
>        <li> JDBC
>  	<ul>
>  	  <li><a href="http://industry.java.sun.com/products/jdbc/drivers">Sun's list of JDBC Drivers</a>
>  	  <li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br>;
>  	  A Type 4 JDBC driver for MySQL.
> -	  <li><a href="http://www.worldserver.com/mm.mysql/">mm.mysql</a><br>;
> +	  <li><a href="http://www.mysql.com/products/connector-j/index.html">MySQL&reg; Connector/J</a><br>
>  	  A Type 4 JDBC driver for MySQL.
>  	</ul>
>        <li> UML
> Index: links/freebsd.sgml
> ===================================================================
> RCS file: /home/ncvs/www/en/java/links/freebsd.sgml,v
> retrieving revision 1.7
> diff -u -d -r1.7 freebsd.sgml
> --- links/freebsd.sgml	22 Sep 2003 09:29:14 -0000	1.7
> +++ links/freebsd.sgml	23 Sep 2003 21:21:37 -0000
> @@ -10,6 +10,7 @@
>  <tr>
>  <td>
>      <ul>
> +      <li><a href="http://www.freebsd.org/cgi/url.cgi?ports/comms/java-commapi-freebsd/pkg-descr">The JavaComm API</a> - Port of the JavaComm API to FreeBSD.
>        <li><B>shuJIT</B> - <A HREF="http://www.shudo.net/jit/">http://www.shudo.net/jit/</A>; - a &quot;Just In Time&quot; compiler for FreeBSD and Linux.
>        <li><B>TYA</B> - <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java/">ftp://gonzalez.cyberus.ca/pub/Linux/java/</A>; - a &quot;Just In Time&quot; compiler for FreeBSD.
>        <li><B>Kaffe</B> - <A HREF="http://www.kaffe.org">http://www.kaffe.org</A>; - a &quot;clean room&quot; implementation of Java.

Here is another instance of a missing trailing /.  I don't know if there
are others in the page.

Other than that, looks good!  Thanks for updating the page!




-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030926060929.GA30436>