On 17 May 2009, at 22:22, Søren Hauberg wrote: > Will this be fast enough? The page > > http://octave.sourceforge.net/packages.html > > contains the list of packages. Notice that it includes descriptions of > each package. If this should be generated on the fly we would need to > read some file containing the description of each package. Perhaps > this > can be done fast enough. If you would like to give it a shot, it would > be great. > > Søren
If we change generate_package_html (..., ..., "octave-forge") to produce one file for each package containing the text that is meant to go on that page, then the server-side script would just need to read all files in a given directory in alphabeticl order and print their contents. I believe this should be fast enough. c. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
