Documentation update
The links have all been updated from the current docs on python.org.
Have a nice day
The links have all been updated from the current docs on python.org.
Have a nice day
We've upgraded Trac on projects.edgewall.com to the latest snapshot. This thould fix random outages due to mod_python misbehavior.
A humble apology to everyone who's had trouble accessing the Trac project page lately.
Also, kudos to everyone who reported the problems. It's been tricky to reproduce at times, but the upgrade should've done the trick.
Thanks,
The Janitor
Here's an idea stirring in my mind lately.
I've been playing around with various implementations of browser auto-completion. This, combined with the XMLHttpRequest allows for some pretty nifty ''live search'' widgets.
I'm planning to add a search functionality like this to the python sidebar, probably using Swish-E and a custom search term ''extraction'' script to scrape the documentation.
When you type in the search field, the results should be weighted and prioritized like:
Selecting the result should open the relevant documentation page in the main browser window.
To allow easy and quick access to the current Python documentation when programming, I wrote a simple sidebar for the Mozilla family of browsers.
It displays the table of contents for the commonly used parts of the Python documentation, providing an accessible index at all times.
Hope others will find it useful.
Get it at: http://projects.edgewall.com/python-sidebar/
Trac (the developer version) now has colored reports, with result grouping
(Click on the image for a large version)
It will be included in version 0.6.
Copyright © 2003-2006 Edgewall Software. All rights reserved.