Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'markdown-book' of ↵ | P. J. McDermott | 2012-08-12 | 11 | -17/+1089 |
|\ | | | | | | | git://git.os.pehjota.net/users/pehjota/doc/policies | ||||
| * | Add copyright and license information to Makefile. | P. J. McDermott | 2012-08-12 | 1 | -0/+21 |
| | | |||||
| * | Handle CSS file in build system. | P. J. McDermott | 2012-08-12 | 1 | -1/+4 |
| | | |||||
| * | Now remove the old notes and demo script. | P. J. McDermott | 2012-08-12 | 2 | -202/+0 |
| | | |||||
| * | Add updated (but now old) notes. | P. J. McDermott | 2012-08-12 | 1 | -1/+80 |
| | | |||||
| * | Update build system. | P. J. McDermott | 2012-08-12 | 1 | -17/+17 |
| | | |||||
| * | Prepend namespace to Carp subroutine calls. | P. J. McDermott | 2012-08-12 | 4 | -7/+8 |
| | | |||||
| * | chmod a+x scripts/markdownbook.pl | P. J. McDermott | 2012-08-12 | 1 | -0/+0 |
| | | |||||
| * | Support arbitrary loading of format modules. | P. J. McDermott | 2012-08-12 | 3 | -13/+10 |
| | | |||||
| * | Rename script to markdownbook.pl. | P. J. McDermott | 2012-08-12 | 1 | -0/+0 |
| | | | | | | | | It no longer does only post-processing. | ||||
| * | Improve error handling. | P. J. McDermott | 2012-08-12 | 4 | -9/+24 |
| | | |||||
| * | Implement "sectlink" macro. | P. J. McDermott | 2012-08-12 | 1 | -0/+4 |
| | | |||||
| * | Remove old debugging method. | P. J. McDermott | 2012-08-12 | 1 | -13/+0 |
| | | |||||
| * | Comment and clean up code. | P. J. McDermott | 2012-08-12 | 5 | -27/+60 |
| | | |||||
| * | Remove old TODO tag. | P. J. McDermott | 2012-08-12 | 1 | -1/+0 |
| | | |||||
| * | Add links to ToC. | P. J. McDermott | 2012-08-12 | 1 | -2/+8 |
| | | |||||
| * | Add documents to links definitions. | P. J. McDermott | 2012-08-12 | 1 | -0/+6 |
| | | |||||
| * | Fix missing line break in link definitions. | P. J. McDermott | 2012-08-12 | 1 | -0/+1 |
| | | |||||
| * | Remove cruft. | P. J. McDermott | 2012-08-12 | 2 | -94/+0 |
| | | |||||
| * | Adjust list margins. | P. J. McDermott | 2012-08-12 | 1 | -1/+4 |
| | | |||||
| * | Mostly rewrite output(). | P. J. McDermott | 2012-08-12 | 1 | -26/+38 |
| | | | | | | | | | | Heading parsing is done in the format-agnostic parse() method. The only thing left to do to the HTML headings is to set their "id" attributes. | ||||
| * | Include documents in sections list and ToC. | P. J. McDermott | 2012-08-12 | 1 | -6/+18 |
| | | |||||
| * | Add method to get document ID. | P. J. McDermott | 2012-08-12 | 1 | -0/+7 |
| | | |||||
| * | Support macro substitutions. | P. J. McDermott | 2012-08-12 | 4 | -3/+67 |
| | | |||||
| * | Collect sections in book. | P. J. McDermott | 2012-08-12 | 2 | -0/+11 |
| | | |||||
| * | Support "txt"-format document output. | P. J. McDermott | 2012-08-12 | 2 | -0/+42 |
| | | |||||
| * | Parse Markdown headings. | P. J. McDermott | 2012-08-12 | 1 | -0/+89 |
| | | |||||
| * | Add generic new(). Make properties read-only. | P. J. McDermott | 2012-08-12 | 1 | -12/+20 |
| | | |||||
| * | Don't edit headings in index document. | P. J. McDermott | 2012-08-11 | 1 | -0/+5 |
| | | |||||
| * | Add chapter numbers to section numbers. | P. J. McDermott | 2012-08-11 | 1 | -0/+1 |
| | | |||||
| * | Remove type-specific document modules. | P. J. McDermott | 2012-08-11 | 9 | -202/+33 |
| | | |||||
| * | Remove format-specific book module. | P. J. McDermott | 2012-08-11 | 4 | -47/+18 |
| | | |||||
| * | Move templating to MarkdownBook::Document::HTML. | P. J. McDermott | 2012-08-10 | 3 | -45/+44 |
| | | |||||
| * | Move sections method into MarkdownBook::Document. | P. J. McDermott | 2012-08-10 | 2 | -11/+11 |
| | | |||||
| * | Adjust book and document interfaces. | P. J. McDermott | 2012-08-10 | 4 | -15/+16 |
| | | |||||
| * | Rewrite section code. | P. J. McDermott | 2012-08-10 | 7 | -47/+150 |
| | | |||||
| * | Standardize constructor code style. | P. J. McDermott | 2012-08-10 | 4 | -4/+7 |
| | | |||||
| * | Factor format-specific code out of modules. | P. J. McDermott | 2012-08-10 | 8 | -155/+303 |
| | | |||||
| * | Fix IS_INDEX logic in template. | P. J. McDermott | 2012-08-10 | 2 | -3/+3 |
| | | |||||
| * | Add post-processing script and modules. | P. J. McDermott | 2012-08-10 | 7 | -0/+589 |
| | | |||||
| * | Add document template and stylesheet. | P. J. McDermott | 2012-08-10 | 2 | -0/+171 |
| | | |||||
| * | Move note into notes. | P. J. McDermott | 2012-06-05 | 1 | -0/+0 |
| | | |||||
| * | Document why MMD doesn't help with in-book links. | P. J. McDermott | 2012-06-05 | 1 | -0/+23 |
| | | |||||
| * | Add files to example docdir. | P. J. McDermott | 2012-06-05 | 1 | -0/+4 |
| | | |||||
| * | Describe files in docdir. | P. J. McDermott | 2012-06-05 | 1 | -0/+6 |
| | | |||||
| * | Add notes on {pre,post}-processing scripts. | P. J. McDermott | 2012-06-05 | 1 | -0/+40 |
| | | |||||
| * | Add test script that numbers section headers. | P. J. McDermott | 2012-06-05 | 1 | -0/+73 |
|/ | |||||
* | Initial commit, just copying from the specs repo. | P. J. McDermott | 2012-05-28 | 5 | -0/+46 |