Re: [Rest2web-develop] caching?
Brought to you by:
mjfoord
From: Michael F. <fuz...@vo...> - 2007-03-13 19:17:45
|
Thomas Koch wrote: > Hallo, > > I'm evaluating r2w to be used for documenting development and collaborating on > design documents. (See http://www.egroupware2.de) > > How can quickly rebuild the pages after every change? Is there any caching > inside r2w or could I tell r2w to create only one page? But where should it > get the sitetree from? > By coincidence today I have been working on the first steps needed to add caching. It isn't easy, rest2web actually uses several data structures to represent the current directory whilst also building up a big data structure that represents the site. Once I am done, rest2web will skip attempting to build pages that haven't changed - so it will be much faster. Currently it attempts to build each page, but it doesn't write out pages that haven't changed. Michael http://www.voidspace.org.uk/python/rest2web/ > Thanks, > > Thomas Koch > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > > |