Commit Graph

2843 Commits

Author SHA1 Message Date
Robert Lehmann
0109af80b5 Refactor message extractor into utilities. 2010-06-09 15:19:58 +02:00
Robert Lehmann
c9dd331c12 Fix empty and duplicate nodes. 2010-06-09 07:47:14 +02:00
Robert Lehmann
3e449e3005 Delete generated files on test failure. 2010-06-09 07:46:40 +02:00
Robert Lehmann
438c24e222 Prepare test root catalogs for gettext with msgfmt. 2010-06-09 06:54:59 +02:00
Robert Lehmann
5ac5f23f2b Verify PO file format with msginit. 2010-06-09 06:46:30 +02:00
jacob
51ea0cb2fe removed document.py 2010-06-07 18:19:40 -05:00
jacob
8e8fd9ca98 Now serves static body. 2010-06-07 16:09:19 -05:00
Roland Meister
eb86c504b3 Disable VisibleLinksTransform because it may leak into the HTML generation. 2010-06-07 22:37:01 +02:00
Roland Meister
13adb67063 Correct handling of extensions for extra files 2010-06-07 22:28:48 +02:00
Roland Meister
d54377153a Only add refnodes with a class of 'toctree-l%d' to the toc.ncx file 2010-06-07 22:27:13 +02:00
Robert Lehmann
0299008e55 Initial tests for gettext build. 2010-06-07 14:04:16 +02:00
Robert Lehmann
ead9fa89b0 Add generic test for gettext builder. 2010-06-07 13:58:04 +02:00
Robert Lehmann
e588fa8176 Supply initial creation date in PO header. 2010-06-06 20:55:57 +02:00
Robert Lehmann
d3f1618598 Supply version information in PO header. 2010-06-06 20:54:01 +02:00
Georg Brandl
fc93a56280 merge with 0.6 2010-06-05 18:49:39 +02:00
Georg Brandl
732857577e Post-release updates. 2010-06-05 18:48:25 +02:00
Georg Brandl
d27fdb1c71 Added tag 0.6.7 for changeset e2723a4a64f0 2010-06-05 18:47:19 +02:00
Georg Brandl
08285e6a50 Prepare for 0.6.7 release. 2010-06-05 18:42:11 +02:00
Georg Brandl
996339593e merge with 0.6 2010-06-05 18:39:48 +02:00
Georg Brandl
3ff350c4d9 #439: angle brackets in template class names can be misinterpreted as link targets. Clarify how to avoid this. 2010-06-05 18:21:48 +02:00
Georg Brandl
ce96cfbfb6 Revert logic in _directive_helper: everything that is not a function is a class-style directive.
Fixes issues with extensions registering directive classes not inheriting from Directive.
2010-06-05 18:10:42 +02:00
Georg Brandl
0320c3393c Added Danish translation, thanks to Hjorth Larsen. 2010-06-05 15:42:18 +02:00
jacob
b1f39eac03 updated CHANGES.jacobmason 2010-06-04 16:46:06 -05:00
jacob
65ac358d80 rough documentation 2010-06-04 16:13:53 -05:00
jacob
4627e2a498 Made srcdir a kwarg. 2010-06-04 16:12:29 -05:00
Robert Lehmann
0c21f913eb Document basic workflow in gettext builder. 2010-06-04 18:38:16 +02:00
Robert Lehmann
7c80750ee3 Prepare msgid for escaped sequences. 2010-06-04 18:26:47 +02:00
Robert Lehmann
4a197b29ce Safeguard file.close() against failure. 2010-06-04 18:23:06 +02:00
Robert Lehmann
3f6fa966d0 Use progress indicator for gettext builds. 2010-06-04 18:21:19 +02:00
Robert Lehmann
2801f52f15 Properly close open .pot files. 2010-06-04 17:14:04 +02:00
Robert Lehmann
01e6e18303 Escaped quotation marks in msgids. 2010-06-04 16:55:35 +02:00
Robert Lehmann
d60c41afa9 Add public name to MessageCatalogBuilder. 2010-06-04 16:54:37 +02:00
Georg Brandl
17f3643850 Regenerate French catalog. 2010-06-04 08:41:00 +02:00
Florent Gallaire
b4766464b2 Fix the french translation. 2010-06-03 19:54:44 -05:00
Georg Brandl
5800760fc4 merge 2010-06-03 17:26:05 +02:00
Georg Brandl
dd4f973221 merge with 0.6 2010-06-03 17:25:16 +02:00
Georg Brandl
af51c2f7bb Make test suite work with docutils from trunk: they emit a line number for a warning where 0.6 doesnt. 2010-06-03 17:21:33 +02:00
Roland Meister
87c3052bb4 Added note for large floating divs to the documentation. 2010-06-03 15:57:38 +02:00
Roland Meister
ef63485c6e Added one more epub_exclude_file. 2010-06-03 15:39:24 +02:00
Roland Meister
55e322e225 Use smartypants for toc entries. 2010-06-03 15:32:46 +02:00
Roland Meister
4340718920 Remove external refuris from toc.ncx. 2010-06-03 15:14:08 +02:00
jacob
e6c4d8f752 Added ctx to document. 2010-06-02 19:22:33 -05:00
jacob
c894c38cd3 Fixed bug that clipped the end of bodies. 2010-06-02 19:16:12 -05:00
Robert Lehmann
08381bb2ad Add meta information to PO headers. 2010-06-02 09:45:13 +02:00
Robert Lehmann
995c18609c Write message catalogs to POT files. 2010-06-02 09:35:33 +02:00
Robert Lehmann
8413f2ce50 Ignore invisible and inline nodes during translation. 2010-06-02 09:19:08 +02:00
Robert Lehmann
8a87a46318 Normalize messages for later rewrapping. 2010-06-02 09:18:30 +02:00
Robert Lehmann
2cbe83cf5e Collect raw messages for translation. 2010-06-02 09:17:42 +02:00
Georg Brandl
2cd377825b Merge with http://bitbucket.org/jdb/sphinx/; compile updated catalog. 2010-06-01 18:05:19 +02:00
Georg Brandl
d249c619fd Move doctest blocks out of blockquotes even if there is more than one. 2010-06-01 09:42:57 +02:00