|
4/4 |
2003/1/30-31 [Computer/SW/Languages/Misc, Computer/SW/OS/FreeBSD] UID:27251 Activity:moderate |
1/30 Is there a freebsd utility that given a public_html directory can create a sitemap, either as text or html or something similar? Thanks. \_ ls public_html/*html \_ won't actually follow the links and put them in a hiearchical fashion. try again? \_ write a 5 minute perl script? \_ Try http://catb.org/~esr/sitemap . -- misha. |
4/4 |
|
catb.org/~esr/sitemap -> www.catb.org/~esr/sitemap/ Software sitemap indexes all pages under the current directory and writes an HTML map page to standard output. The code looks for description information for each page in a meta description' header; |