Made with <3 by Amazing Cow.
A stupidly simple HTML Table of Contents generator.
We want ToC on our pages, that's it ;D
As usual, you are very welcomed to share and hack it.
tocgen [-h] [-v] [-V] <filename>
Options:
*-h --help : Show this screen.
*-v --version : Show app version and copyright.
-V --verbose : Turn debug logs on.
<filename> : The file's name that will be parsed.
Notes:
Options marked with * are exclusive, i.e. the gosh will run that
and exit after the operation.
tocgen /path/to/the/html/page.html # Will output to the console.
Anyway if you didn't understand something let us know sending a mail to
[email protected] with the subject filled with the
name of this repo.
All dependecies are git submodules
so issue:
git submodule update --init --recursive
and you're good to go!
This software is proudly released under GPLv3.
We strive to make all our code the most bug-free as possible - But we know that few of them can pass without we notice ;).
Please if you find any bug report to [email protected] with the name of this project and/or create an issue here in Github.
Check the TODO file for general things.
This projects uses the COWTODO tags.
So install cowtodo and run:
$ cd path/to/the/project
$ cowtodo
That's gonna give you all things to do :D.
Check our other Free Software repos and take a look at our free software site.