Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -26/+26 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -26/+26 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | main: honour locales from environment variables | Rafael G. Martins | 2015-12-02 | 1 | -0/+3 |
| | |||||
* | main: fix build on windows | Rafael G. Martins | 2015-10-24 | 1 | -0/+4 |
| | |||||
* | main: no need to honor umask manually | Rafael G. Martins | 2015-10-11 | 1 | -8/+1 |
| | |||||
* | main: man: fixed '-l' docs | Rafael G. Martins | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | renderer: accept empty list of files with -l | Rafael G. Martins | 2015-10-07 | 1 | -5/+2 |
| | |||||
* | main: style fixes | Rafael G. Martins | 2015-08-22 | 1 | -18/+25 |
| | |||||
* | main: added BLOGC_VERSION template variable | Rafael G. Martins | 2015-08-14 | 1 | -0/+5 |
| | |||||
* | main: do not return 0 when error happens | Rafael G. Martins | 2015-06-15 | 1 | -0/+2 |
| | |||||
* | main: added option to print global config parameters after parsing | Rafael G. Martins | 2015-05-28 | 1 | -13/+35 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | added global variables with date/filename on first and last post | Rafael G. Martins | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | content-parser: more random stuff | Rafael G. Martins | 2015-05-07 | 1 | -1/+2 |
| | |||||
* | implemented datetime parsing/formatting | Rafael G. Martins | 2015-04-28 | 1 | -3/+5 |
| | |||||
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -9/+45 |
| | |||||
* | cli: fixed help | Rafael G. Martins | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | cli: added -v | Rafael G. Martins | 2015-04-23 | 1 | -1/+5 |
| | |||||
* | minor optimization | Rafael G. Martins | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | no need to use strndup | Rafael G. Martins | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | improved cli argument handling | Rafael G. Martins | 2015-04-21 | 1 | -2/+12 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -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 fix | Rafael G. Martins | 2015-04-20 | 1 | -2/+1 |
| | |||||
* | create output directories recursively | Rafael G. Martins | 2015-04-20 | 1 | -0/+45 |
| | |||||
* | main: handle -o properly | Rafael G. Martins | 2015-04-19 | 1 | -2/+21 |
| | |||||
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -1/+4 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -3/+95 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -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 files | Rafael G. Martins | 2015-04-17 | 1 | -4/+6 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -5/+7 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+6 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+21 |