aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* build: migrate from travis-ci to github-actionsRafael G. Martins2020-05-091-1/+1
|
* spec: readme: fixed deps and instuctionsRafael G. Martins2017-01-041-1/+1
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-1/+1
| | | | | | | | | yeah, this patch implements a "complete" http server for static files. It is not the best code possible, and would be easily DDoS'able if used in production, as it spawns a thread for each request, without limiting. I'm sickish and this is the best code I can deliver now. At least it works! ;)
* runserver: removed libmagic dependencyRafael G. Martins2016-09-221-1/+1
|
* updated README.md with dependencies. closes #4Rafael G. Martins2016-05-181-1/+3
|
* updated readmeRafael G. Martins2016-04-291-1/+1
|
* updated readmeRafael G. Martins2016-04-291-1/+3
|
* fixed readmeRafael G. Martins2016-04-271-1/+1
|
* readme: added travis badgeRafael G. Martins2016-03-091-1/+1
|
* readme: minor fixRafael G. Martins2016-02-261-1/+1
|
* README: move tests to jenkinsRafael G. Martins2016-02-151-1/+1
|
* updated README.mdRafael G. Martins2015-08-171-3/+3
|
* updated README.mdRafael G. Martins2015-08-171-0/+10
|
* updated README.mdRafael G. Martins2015-08-171-77/+9
|
* moved repository to its own github orgRafael G. Martins2015-07-051-1/+1
|
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-1/+1
|
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-2/+4
|
* added global variable supportRafael G. Martins2015-04-271-4/+4
|
* template parser: added "if not" supportRafael G. Martins2015-04-231-1/+1
|
* added roadmapRafael G. Martins2015-04-221-0/+5
|
* refactored blocksRafael G. Martins2015-04-211-21/+19
| | | | | | | | | - 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.
* fixed design notes wrt content formattingRafael G. Martins2015-04-191-1/+1
|
* fixed design notes wrt sorting of multiple sourcesRafael G. Martins2015-04-191-1/+1
|
* added semaphoreci supportRafael G. Martins2015-04-191-0/+2
|
* added renderer, without testsRafael G. Martins2015-04-191-1/+1
|
* do not allow variables inside multiple_sources_once blocksRafael G. Martins2015-04-181-0/+2
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-1/+1
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* no markdown, just pre-formatted textRafael G. Martins2015-04-161-5/+5
|
* more random design notes updatesRafael G. Martins2015-04-151-1/+1
|
* more random design notes updatesRafael G. Martins2015-04-151-1/+1
|
* more random design notes updatesRafael G. Martins2015-04-151-2/+9
|
* more random design notes updatesRafael G. Martins2015-04-151-2/+2
|
* random design notes updatesRafael G. Martins2015-04-151-4/+6
|
* random design notes updatesRafael G. Martins2015-04-151-9/+9
|
* design notes first!Rafael G. Martins2015-04-151-0/+69
|
* Initial commitRafael G. Martins2015-04-141-0/+2