Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12995
| References | (1 earlier) <1537032.qVoOGUtdWV@PointedEars.de> <4e68db21$0$30002$c3e8da3$5496439d@news.astraweb.com> <mailman.886.1315525252.27778.python-list@python.org> <4e69769f$0$29987$c3e8da3$5496439d@news.astraweb.com> <4E697D6E.4010101@fossworkflowguides.com> |
|---|---|
| Date | 2011-09-09 12:59 +1000 |
| Subject | Re: Create an index from a webpage [RANT, DNFTT] |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.893.1315537151.27778.python-list@python.org> (permalink) |
On Fri, Sep 9, 2011 at 12:43 PM, Simon Cropper <simoncropper@fossworkflowguides.com> wrote: > At present I am definitely getting the impression that my assumption that > something like this' must out there', is wrong. > > I have found a XML-Sitemaps Generator at http://www.xml-sitemaps.com, > this page allows you to create the XML files that can be uploaded to google. > But as stated I don't actually want what people now call 'sitemaps' I want a > automatically updated 'index / contents page' to my website. For example, if > I add a tutorial or update any of my links I want the 'global contents page' > to be updated when the python script is run. What you're looking at may be closer to autogenerated documentation than to a classic site map. There are a variety of tools that generate HTML pages on the basis of *certain information found in* all the files in a directory (as opposed to the entire content of those files). What you're trying to do may be sufficiently specific that it doesn't already exist, but it might be worth having a quick look at autodoc/doxygen - at least for some ideas. Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Create an index from a webpage Simon Cropper <simoncropper@fossworkflowguides.com> - 2011-09-08 22:26 +1000
Re: Create an index from a webpage Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-09-08 14:38 +0200
Re: Create an index from a webpage Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-09 01:11 +1000
Re: Create an index from a webpage [RANT, DNFTT] Simon Cropper <simoncropper@fossworkflowguides.com> - 2011-09-09 09:40 +1000
Re: Create an index from a webpage [RANT, DNFTT] "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2011-09-09 01:32 +0100
Re: Create an index from a webpage [RANT, DNFTT] Simon Cropper <simoncropper@fossworkflowguides.com> - 2011-09-09 12:09 +1000
Re: Create an index from a webpage [RANT, DNFTT] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-09 12:16 +1000
Re: Create an index from a webpage [RANT, DNFTT] Duncan Booth <duncan.booth@invalid.invalid> - 2011-09-09 10:29 +0000
Re: Create an index from a webpage [RANT, DNFTT] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-09 12:14 +1000
Re: Create an index from a webpage [RANT, DNFTT] Simon Cropper <simoncropper@fossworkflowguides.com> - 2011-09-09 12:43 +1000
Re: Create an index from a webpage [RANT, DNFTT] Chris Angelico <rosuav@gmail.com> - 2011-09-09 12:59 +1000
Re: Create an index from a webpage [RANT, DNFTT] Simon Cropper <simoncropper@fossworkflowguides.com> - 2011-09-09 13:20 +1000
Re: Create an index from a webpage [RANT, DNFTT] Chris Angelico <rosuav@gmail.com> - 2011-09-09 13:46 +1000
csiph-web