Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
html-parser.tar.gz | 2001-03-02 | 62.8 kB | |
html-parser.jar | 2001-03-02 | 51.8 kB | |
ThreadManager.java | 2001-03-02 | 8.8 kB | |
README | 2001-03-02 | 635 Bytes | |
PageStats.java | 2001-03-02 | 8.9 kB | |
OpenURLDialog.java | 2001-03-02 | 2.6 kB | |
PageGrabber.java | 2001-03-02 | 3.3 kB | |
JenuThreads.java | 2001-03-02 | 31 Bytes | |
JenuThreadListener.java | 2001-03-02 | 95 Bytes | |
JenuThreadEvent.java | 2001-03-02 | 555 Bytes | |
JenuSettings.java | 2001-03-02 | 1.5 kB | |
JenuMenu.java | 2001-03-02 | 1.4 kB | |
JenuInternalFrame.java | 2001-03-02 | 4.9 kB | |
JenuAction.java | 2001-03-02 | 717 Bytes | |
Jenu.java | 2001-03-02 | 2.4 kB | |
InternalToolBar.java | 2001-03-02 | 1.2 kB | |
InternalStatusBar.java | 2001-03-02 | 928 Bytes | |
HtmlLinkGrabber.java | 2001-03-02 | 2.4 kB | |
CountingBufferedInputStream.java | 2001-03-02 | 870 Bytes | |
ActionStop.java | 2001-03-02 | 444 Bytes | |
ActionRun.java | 2001-03-02 | 442 Bytes | |
ActionPause.java | 2001-03-02 | 452 Bytes | |
ActionOpen.java | 2001-03-02 | 449 Bytes | |
ActionExit.java | 2001-03-02 | 378 Bytes | |
ActionNew.java | 2001-03-02 | 396 Bytes | |
ActionCheckURL.java | 2001-03-02 | 557 Bytes | |
Totals: 26 Items | 159.0 kB | 0 |
Jenu is a Java based URL checker. It's multi-threaded, and can check links pretty quickly. It has the beginnings of what could be a very nice GUI. You should be able to run it with the following: javac *.java java -cp .:html-parser.jar Jenu You need JDK1.3 or later to run it. The html-parser.jar is from http://www.quiotix.com/downloads/html-parser and is fully owned by them, and distributable under the GPL. I haven't worked on this project much lately, so if anybody would like to add features, feel free to contact me about it. You can email me at ccrome at users.sourceforge.net of course, Replace the at with '@'