ScrollServer is a Python based HTTP server that provides an html interface to the ScrollKeeper documentation database. It allows you to browse all documentation that is registered in your ScrollKeeper database using any web browser.
Be the first to post a text review of ScrollServer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
This version uses css stylesheets for an attractive appearance. The groundwork is being laid for a skinning ability through your choice of stylesheet. Because css support varies across browsers, I'd like to hear of any ugliness. Be sure to say what browser you're using. Beneath the hood the code has been cleaned up and organized. There are also three new pages and a spiffy navigation bar. I may have run across a bug in the urlparse python library that is tickled when the port is in the uri (e.g., http://foo.bar.baz:XXXX). So I wrote my own uri parser. There is a dependency on some Python libraries that don't seem to be on some Red Hat systems, but I have little information on it right now. If you achieve either success or failure with ScrollServer, please let me know. Thanks, David Merrill david@lupercalia.net
Release DateVersionNotes ------------------------ Unreleased0.5Moved internal cache files to cache root. Handle anchors (#foo) in URIs. All caching now in /var/cache/scrollkeeper Pass locale string to ScrollKeeper Move css stylesheet to stylesheets/css/ Default mimetype to text/plain default.css stylesheet tweaks Added `ScrollServer Reset' page Added `ScrollServer Controls' page Added `ScrollServer Help' page Extracted URI class into a module 2001-09-220.4Code cleanup. Added script to build tarballs. Serve embedded images using referer header. Serve .png, .jpeg, .jpg, .gif even w/o ext Parse uris with port numbers correctly. Make document list sort case-insensitive. 2001-09-190.3Added a css stylesheet. Generate index.html with xsl. Establish common header.xsl. 2001-09-180.2Rearchitected ScrollKeeper xml -> html to pure xslt. Still loading the DOM into a ScrollKeeper object to get to its properties. Caching temporarily disabled for testing. 2001-09-100.1Initial release. All existing ScrollKeeper documents are loading and dislaying. Internal links work unless they use ghelp:foo URIs. Caching is in place. Hackers wanted.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?