aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* added global variable supportRafael G. Martins2015-04-271-9/+45
|
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
|
* cli: added -vRafael G. Martins2015-04-231-1/+5
|
* minor optimizationRafael G. Martins2015-04-211-1/+1
|
* no need to use strndupRafael G. Martins2015-04-211-2/+2
|
* improved cli argument handlingRafael G. Martins2015-04-211-2/+12
|
* refactored blocksRafael G. Martins2015-04-211-5/+21
| | | | | | | | | - changed block names: - single_source -> entry - multiple_sources -> listing - multiple_sources_once -> listing_once - added -t cli option, to build listing pages, instead of guess it from the number of source files provided.
* minor fixRafael G. Martins2015-04-201-2/+1
|
* create output directories recursivelyRafael G. Martins2015-04-201-0/+45
|
* main: handle -o properlyRafael G. Martins2015-04-191-2/+21
|
* remove specific type used to store sourcesRafael G. Martins2015-04-191-1/+1
|
* added renderer, without testsRafael G. Martins2015-04-191-1/+4
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-3/+95
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-7/+1
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-4/+6
|
* added source grammarRafael G. Martins2015-04-151-5/+7
|
* added template grammarRafael G. Martins2015-04-151-0/+6
|
* initial structureRafael G. Martins2015-04-151-0/+21