summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Prepend namespace to Carp subroutine calls.P. J. McDermott2012-08-124-7/+8
* chmod a+x scripts/markdownbook.plP. J. McDermott2012-08-121-0/+0
* Support arbitrary loading of format modules.P. J. McDermott2012-08-123-13/+10
* Rename script to markdownbook.pl.P. J. McDermott2012-08-121-0/+0
* Improve error handling.P. J. McDermott2012-08-124-9/+24
* Implement "sectlink" macro.P. J. McDermott2012-08-121-0/+4
* Remove old debugging method.P. J. McDermott2012-08-121-13/+0
* Comment and clean up code.P. J. McDermott2012-08-125-27/+60
* Remove old TODO tag.P. J. McDermott2012-08-121-1/+0
* Add links to ToC.P. J. McDermott2012-08-121-2/+8
* Add documents to links definitions.P. J. McDermott2012-08-121-0/+6
* Fix missing line break in link definitions.P. J. McDermott2012-08-121-0/+1
* Remove cruft.P. J. McDermott2012-08-122-94/+0
* Mostly rewrite output().P. J. McDermott2012-08-121-26/+38
* Include documents in sections list and ToC.P. J. McDermott2012-08-121-6/+18
* Add method to get document ID.P. J. McDermott2012-08-121-0/+7
* Support macro substitutions.P. J. McDermott2012-08-124-3/+67
* Collect sections in book.P. J. McDermott2012-08-122-0/+11
* Support "txt"-format document output.P. J. McDermott2012-08-122-0/+42
* Parse Markdown headings.P. J. McDermott2012-08-121-0/+89
* Add generic new(). Make properties read-only.P. J. McDermott2012-08-121-12/+20
* Don't edit headings in index document.P. J. McDermott2012-08-111-0/+5
* Add chapter numbers to section numbers.P. J. McDermott2012-08-111-0/+1
* Remove type-specific document modules.P. J. McDermott2012-08-119-202/+33
* Remove format-specific book module.P. J. McDermott2012-08-114-47/+18
* Move templating to MarkdownBook::Document::HTML.P. J. McDermott2012-08-103-45/+44
* Move sections method into MarkdownBook::Document.P. J. McDermott2012-08-102-11/+11
* Adjust book and document interfaces.P. J. McDermott2012-08-104-15/+16
* Rewrite section code.P. J. McDermott2012-08-107-47/+150
* Standardize constructor code style.P. J. McDermott2012-08-104-4/+7
* Factor format-specific code out of modules.P. J. McDermott2012-08-108-155/+303
* Fix IS_INDEX logic in template.P. J. McDermott2012-08-101-1/+1
* Add post-processing script and modules.P. J. McDermott2012-08-107-0/+589