Hi, I converted the wiki output to drive my API browser from it, and I'm in the process of decoupling this from the front end to create a stand alone engine that will allow you to query the API docs - for uses in AIR apps, Dashboard widgets, iGoogle widgets, etc.
The current API browser (online only) is: http://remysharp.com/jquery-api/ I'll be posting it up to my blog once the offline engine is ready. Hope that helped - albeit abit! Cheers, Remy. On Jun 6, 3:00 pm, Sam Collett <[EMAIL PROTECTED]> wrote: > There is a special page for converting WikiText to > XML:http://docs.jquery.com/Special:Wiki2XML > > If the Wiki has built in features for converting to XML, perhaps it > could be leveraged somehow? As DocBook is one of the output formats, > there are more options for creating documentation. > > If MediaWiki is used to power the site (I assume it is), there are > options for converting to a PDF (so skipping the XML > step):http://www.mediawiki.org/wiki/Extension:Pdf_Exporthttp://wiki.enneenne.com/index.php/MediaWiki_PDF_exporthttp://meta.wikimedia.org/wiki/PDF_Export > > -Sam > PS CC-ing to jQuery Documents list as it seems appropriate to do so > > On Jun 6, 1:14 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > > > You may want to take a look at this thread: > > > Wiki xml > > exporterhttp://groups.google.com/group/jquery-dev/browse_thread/thread/d08934... > > > It's a few months old, so I don't know how up-to-date any referenced code > > might be (for converting from mediawiki to xml), but at the very least there > > are urls listed for accessing the raw documentation from mediawiki. > > > - Richard > > > On Fri, Jun 6, 2008 at 7:59 AM, gogui <[EMAIL PROTECTED]> wrote: > > > > Hello, I am looking for documentation I can download and have > > > accessible offline. I understand that visualJQuery and JQuery 1.1.2 > > > API Browsers are available for download, however, they are outdated. > > > Is there and RSS feed for the documentation provided at JQuery.com > > > itself? (I am willing to port the raw data to an application). > > > Thanks