aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-285/+0
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
|
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-2/+2
| | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
* Revert "main: loader: use file utils from squareball"Rafael G. Martins2016-04-271-16/+36
| | | | This reverts commit c7b4bc4d64a3ce669e54b7c7dae87527d9ee3123.
* main: loader: use file utils from squareballRafael G. Martins2016-03-191-36/+16
|
* *: use squareball error infrastructureRafael G. Martins2016-03-131-2/+2
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-26/+26
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-26/+26
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-26/+26
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* main: honour locales from environment variablesRafael G. Martins2015-12-021-0/+3
|
* main: fix build on windowsRafael G. Martins2015-10-241-0/+4
|
* main: no need to honor umask manuallyRafael G. Martins2015-10-111-8/+1
|
* main: man: fixed '-l' docsRafael G. Martins2015-10-071-2/+2
|
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-5/+2
|
* main: style fixesRafael G. Martins2015-08-221-18/+25
|
* main: added BLOGC_VERSION template variableRafael G. Martins2015-08-141-0/+5
|
* main: do not return 0 when error happensRafael G. Martins2015-06-151-0/+2
|
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-281-13/+35
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-1/+1
|
* content-parser: more random stuffRafael G. Martins2015-05-071-1/+2
|
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-3/+5
|
* 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