Changeset 4169
- Timestamp:
- 12/15/07 22:40:39 (1 year ago)
- Location:
- trunk/tools/wikiapi2xml
- Files:
-
- 2 modified
-
createjQueryXMLDocs.py (modified) (1 diff)
-
README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wikiapi2xml/createjQueryXMLDocs.py
r4166 r4169 45 45 self.startingUrl = "API" 46 46 self.exporterUrl = "http://docs.jquery.com/Special:Export"; 47 self.version = " 1.2"47 self.version = "Unknown" 48 48 self.convertLinks = "html" 49 49 self.verbose = "false" -
trunk/tools/wikiapi2xml/README
r4168 r4169 19 19 20 20 version: 21 The version number to put on the generated XML document. (defaults to ' 1.2')21 The version number to put on the generated XML document. (defaults to 'Unknown') 22 22 23 23 convertlinks:
