Site Tool(Java-based Web Site Management Tool)
"Site Tool" is a website management tool. It can search for all the html files under certain website.
This program is built by me, you can download it
HERE.
1. This program contains one files: SiteTool.java
2. How to compile and run it.
In command window, type:
javac SiteTool.java
java SiteTool
You can change the seed URL text field at the top of the window,
or you can just leave it.
Click "Start" button, wait a while.
The results will be shown in the bottom left box.
Click an URL in this box, the detailed information about this URL will be
shown in bottom right box.
If you want to save the results, click the "Save Report" button in right top corner,
choose an html file, then click ok. You can open the saved file using web browser.
3. There are some options:
- Inside Site: If this box is checked, the program will not go out of the seed URL's site.
- MaxPages: The program will stop after get this number of results.
- SortBy: The results in the bottom left box will be sorted based on this option.
There are five options: InLink, OutLink, ErrLink, State, Size, Last Modified Time.
- Display Option: There are 3 radio buttons on top middle: "Explorer", "Summary", "Source".
It controls the display in the bottom right box. In the "Source" mode, you can edit the file.
- There are 3 buttons on the right under "Editor Tools" label: "Change Title", "Change Keywords", "Save".
YOu can change the title or keywords of current displayed page, you can also edit the file directly in "Source" mode.
After editing, you can click "save" button to save it as a local file.
Then you can update your website by uploading the new file.
A snap shot of the program is:
Home