summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update markdownbook submodule.HEADmasterP. J. McDermott2012-09-101-0/+0
|
* Move, simplify, and improve .htaccess.P. J. McDermott2012-08-132-4/+1
|
* Update Makefile.P. J. McDermott2012-08-131-1/+2
|
* Add markdownbook submodule.P. J. McDermott2012-08-132-0/+3
|
* Remove markdownbook library and utility.P. J. McDermott2012-08-137-851/+0
|
* Remove old template files.P. J. McDermott2012-08-132-12/+0
|
* Add section ID to "Exceptions and Additions".P. J. McDermott2012-08-121-2/+2
|
* Merge branch 'software-inclusion-policy' of ↵P. J. McDermott2012-08-126-0/+310
|\ | | | | | | git://git.os.pehjota.net/users/pehjota/doc/policies
| * Add book control file.P. J. McDermott2012-08-121-0/+2
| |
| * Rename and update index/title document.P. J. McDermott2012-08-121-5/+10
| |
| * Update SIP documents.P. J. McDermott2012-08-124-53/+49
| | | | | | | | | | | | | | * Remove document titles. * Add section IDs to headings. * Use Unicode en dash instead of "--". * Use MarkdownBook's "sectlink" macro.
| * Move SIL OFL exception to a new section.P. J. McDermott2012-06-191-3/+9
| |
| * SIL OFL is non-free.P. J. McDermott2012-06-191-0/+3
| | | | | | | | | | Thanks to Richard Fontana for mentioning the problematic distribution restriction in the OFL.
| * Fix Markdown link syntax.P. J. McDermott2012-06-191-3/+4
| |
| * Fix spelling of link name.P. J. McDermott2012-06-171-1/+1
| |
| * Explicitly specify that licenses must be public.P. J. McDermott2012-06-171-4/+4
| |
| * Add a vague general statement.P. J. McDermott2012-06-171-0/+7
| |
| * Edit unclassified license provision like a boss.P. J. McDermott2012-06-171-5/+5
| |
| * Provide for licenses not mentioned by resources.P. J. McDermott2012-06-171-0/+15
| |
| * Use more specific section titles.P. J. McDermott2012-06-172-6/+6
| |
| * Rewrite "Legal Terms" chapter.P. J. McDermott2012-06-171-13/+147
| | | | | | | | | | | | | | | | | | | | | | | | The following packages may now be distributed pursuant to this (not yet binding) policy: * alsa-lib * eglibc * gettext * glib * ncurses * zlib
| * Change Markdown source file extension.P. J. McDermott2012-06-174-0/+0
| | | | | | | | | | | | ".md" files can be mistaken for GCC machine descriptions. ".mdwn" is what ikiwiki uses by default. So let's avoid confusion and be consistent with our wiki here.
| * Write a basic software inclusion policy manual.P. J. McDermott2012-06-105-0/+141
| |
* | Merge branch 'markdown-book' of ↵P. J. McDermott2012-08-1211-17/+1089
|\ \ | |/ |/| | | git://git.os.pehjota.net/users/pehjota/doc/policies
| * Add copyright and license information to Makefile.P. J. McDermott2012-08-121-0/+21
| |
| * Handle CSS file in build system.P. J. McDermott2012-08-121-1/+4
| |
| * Now remove the old notes and demo script.P. J. McDermott2012-08-122-202/+0
| |
| * Add updated (but now old) notes.P. J. McDermott2012-08-121-1/+80
| |
| * Update build system.P. J. McDermott2012-08-121-17/+17
| |
| * 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
| | | | | | | | It no longer does only post-processing.
| * 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
| |
| * Adjust list margins.P. J. McDermott2012-08-121-1/+4
| |
| * Mostly rewrite output().P. J. McDermott2012-08-121-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. 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
| |