GNOME Bugzilla – Bug 500378
incremental way to find a symbol within the documentation
Last modified: 2011-04-06 16:43:46 UTC
A domain where devhelp still beats l.g.o is when one need to find a symbol within the doc. I think l.g.o would need the same incremental symbol search feature as develp has. For ease of use, it should be *incremental* (ie, live-updated) and not require to put a term, and not enter-a-word-and-click-ok. Some javascript could do the thing.
You're lucky; this is just waiting for RPM files for SCGI support. 2007-11-25 Frederic Peters <fpeters@0d.be> * data/js/jquery.autocomplete.js, data/xslt/indexes.xsl, web/symbols_server.py: limit the number of rows returned from the symbols server (because all of gtk_* is a bit too much). 2007-11-25 Frederic Peters <fpeters@0d.be> * data/js/jquery.autocomplete.js, data/js/jquery.js, data/skin/jquery.autocomplete.css, data/xslt/indexes.xsl, web/symbols_server.py: added symbols_server, a SCGI server providing symbol lookups for libgo (replacing the mod_rewrite usage).
Fredp: please create a ticket with support@gnome.org, otherwise I'll forget.
Okay; I was still looking for appropriate RPM files.
*** Bug 501306 has been marked as a duplicate of this bug. ***
any updates ? :)
It would need Python ans Apache SCGI Modules. Unfortunately there seem to be none for RHEL5. If found them for e.g. CentOS-5 http://python.ca/scgi/ http://redhat.sorbonne.fr/CentOS-5/siris/SPECS/python-scgi.spec http://redhat.sorbonne.fr/CentOS-5/siris/SRPMS/python-scgi-1.13-1.el5.siris.src.rpm
It was discussed months ago (see bug 628201) that SCGI wouldn't be accepted, that the server part of library-web should be rewritten to use Django, to be served as WSGI. I just did this at the doc & dev tools hackfest. commit afe58e4ee8f488bd1fd974edd3426b6dd8d9fe7a Author: Frédéric Péters <fpeters@0d.be> Date: Fri Dec 3 16:51:31 2010 +0100 Rewrote web application serving symbols in Django (GNOME bug 500378) I am now marking this bug as blocked on bug 628201.
The new developer.gnome.org has api search on its front page.