| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 1 | -231/+0 |
| | | | | | | | than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | ||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | |||||
| * | #427: fix the encode() method of translation proxies. | Georg Brandl | 2010-05-27 | 1 | -2/+2 |
| | | |||||
| * | Rename default_domain to primary_domain; give it special semantics. | Georg Brandl | 2010-05-23 | 1 | -1/+2 |
| | | |||||
| * | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -1/+3 |
| | | | | | projects, and to specify the project you want to link to. | ||||
| * | Add some XXXes... sigh. | Georg Brandl | 2010-01-08 | 1 | -7/+7 |
| | | |||||
| * | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -11/+25 |
| | |\ | |||||
| | * | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | search: make the search work with the new domain model. | Georg Brandl | 2009-09-08 | 1 | -33/+32 |
| | | | | |||||
| * | | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again. | ||||
| * | | | merge with trunk | Georg Brandl | 2009-09-04 | 1 | -0/+4 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | With a few disabled features (see XXX), the test suite runs again. | Georg Brandl | 2009-07-13 | 1 | -0/+4 |
| | | | | |||||
| * | | | merge with 0.6 | Georg Brandl | 2009-09-04 | 1 | -11/+25 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | merge with 0.6 | Georg Brandl | 2009-05-31 | 1 | -11/+25 |
| | |\ | |||||
| | | * | Use porterstemmer instead of PyStemmer. | INADA Naoki | 2009-04-05 | 1 | -13/+7 |
| | | | | |||||
| | | * | Use PyStemmer instead of PorterStemmer. | INADA Naoki | 2009-04-04 | 1 | -11/+31 |
| | | | | | | | | | | | | | | | | PorterStemmer consumes a lot of time. So use PyStemmer <http://sf.net/projects/pystemmer/> implemented in C. | ||||
| * | | | Cleanup unused imports. | Georg Brandl | 2009-09-04 | 1 | -1/+0 |
| |/ / | |||||
| * | | Don't consider contents of source comments for the search index. | Georg Brandl | 2009-05-31 | 1 | -1/+3 |
| |/ | |||||
| * | don't error out in search index building if there are documents without ↵ | Georg Brandl | 2009-01-26 | 1 | -3/+7 |
| | | | | | titles containing referenced stuff | ||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | ||||
| * | Rename util.json to util.jsdump because it doesn't generate valid JSON anymore. | georg.brandl | 2008-09-24 | 1 | -6/+4 |
| | | | | | The JSON html builder still needs simplejson to work. | ||||
| * | A fix in the JS dumper and further compression by omitting redundant braces. | georg.brandl | 2008-09-24 | 1 | -6/+19 |
| | | |||||
| * | More compression: group objects by prefix. | georg.brandl | 2008-09-24 | 1 | -12/+17 |
| | | |||||
| * | Add stopword list. | georg.brandl | 2008-09-24 | 1 | -2/+15 |
| | | |||||
| * | Compress the index more, by not storing the label name for keywords. | georg.brandl | 2008-09-24 | 1 | -2/+2 |
| | | |||||
| * | * Search for partial keyword matches and be case insensitive. | georg.brandl | 2008-09-24 | 1 | -6/+17 |
| | | | | | | * Show keyword results before regular ones. * Show full name, type of keyword and title of containing doc. | ||||
| * | Some tiny search fixes. | armin.ronacher | 2008-09-24 | 1 | -3/+6 |
| | | |||||
| * | Improved search slightly by adding keyword based lookup | armin.ronacher | 2008-09-23 | 1 | -52/+23 |
| | | |||||
| * | Moved searchindex to the bottom to not lock the search page, prepared index ↵ | armin.ronacher | 2008-09-10 | 1 | -4/+13 |
| | | | | | for title searching. | ||||
| * | Improved search system. The search index is now a regular javascript file ↵ | armin.ronacher | 2008-09-10 | 1 | -0/+32 |
| | | | | | which should speed things up because browsers can cache it. Removed unused code from doctools.js | ||||
| * | Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json ↵ | armin.ronacher | 2008-06-26 | 1 | -1/+1 |
| | | | | | from the 2.6 stdlib or simplejson). | ||||
| * | Refactored pickle builder into a SerializingHTMLBuilder and ↵ | armin.ronacher | 2008-06-26 | 1 | -5/+9 |
| | | | | | PickleHTMLBuilder. Subclasses can change the serialization format easily. | ||||
| * | A few refactorings in Sphinx. | georg.brandl | 2008-01-16 | 1 | -23/+12 |
| | | |||||
| * | Update copyright years and change license to BSD. | georg.brandl | 2008-01-11 | 1 | -2/+2 |
| | | |||||
| * | Checkin my holiday work: | georg.brandl | 2007-12-29 | 1 | -1/+2 |
| | | | | | | | - Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version - Cross-reference keywords - Fix some problems in the webapp and the latex writer | ||||
| * | Fix searching and search index creation for incremental builds. | georg.brandl | 2007-08-09 | 1 | -20/+44 |
| | | |||||
| * | Move utils to separate package, add coding document. | georg.brandl | 2007-07-24 | 1 | -2/+2 |
| | | |||||
| * | Initial import of the doc tools. | georg.brandl | 2007-07-23 | 1 | -0/+132 |
