This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: http://gcc.gnu.org/java/done.html
Hi,
On Sun, 2003-07-27 at 04:12, Erik Poupaert wrote:
> Does anybody have an idea for a "demonstration" end-user-oriented application that we
> can write in GCJ/SWT? Preferably something that people can really use if they want
> to.
It is gcj (or kaffe) and java-gnome, not SWT (basically since SWT isn't
packaged for Debian [and I wanted to create something that people could
run by just installing the right standard Debian packages with apt] and
I wanted to use a GPL compatible UI framework):
http://www.klomp.org/snark/ and
http://www.klomp.org/snark/snark-gnome.html
It might be a nice addition to the done with gcj pages. Although I admit
that it is mostly my little play project. There are some real users out
there since I do get some email from time to time about it.
Cheers,
Mark
Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.33
diff -u -r1.33 done.html
--- done.html 26 Jul 2003 22:00:57 -0000 1.33
+++ done.html 27 Jul 2003 13:29:43 -0000
@@ -203,6 +203,31 @@
</tr>
<!-- End Freestyler -->
+
+ <!-- The Hunting of the Snark Project -->
+ <tr valign="top">
+ <td><b>The Hunting of the Snark Project</b></td>
+
+ <td><a href="http://www.klomp.org/snark/">Snark</a> is a
+ client for downloading and sharing files distributed with the
+ BitTorrent protocol. It is mainly used for exploring the
+ BitTorrent protocol and experimenting with the the GNU
+ Compiler for Java (gcj). But it can also be used as a regular
+ BitTorrent Client. Snark can also act as a torrent creator,
+ micro http server for delivering metainfo.torrent files and
+ has an integrated Tracker for making sharing of files as easy
+ as possible. There is also an
+ <a href="http://www.klomp.org/snark/snark-gnome.html">experimental
+ Gnome frontend</a> using the
+ <a href="http://java-gnome.sourceforge.net/">java-gnome
+ bindings</a>.</td>
+
+ <td>The <a href="http://www.klomp.org/snark/">Snark</a> page.
+ Entry submitted by <a href="mailto:mark@klomp.org">Mark
+ Wielaard</a>.</td>
+ </tr>
+ <!-- End The Hunting of the Snark Project -->
+
</table>
</body>