aboutsummaryrefslogtreecommitdiffstats
path: root/ctimeline.c
Commit message (Collapse)AuthorAgeFilesLines
* move code that generate html to sub-module 'ui-common'Joursoir2021-05-151-30/+0
| | | | * Generate new html-code
* ctimeline: move version and config file constants to headerJoursoir2021-05-141-2/+0
|
* ctimeline: add context and its initJoursoir2021-05-141-49/+48
| | | | Context struct added to header file. Code have rewritten with use it.
* remove \t; add handle argument '-i, --stdin'; print full html file => works ↵Joursoir2021-05-091-33/+48
| | | | as cgi-script
* add sort by age, refactor store of branch; remove 'branch.position', add ↵Joursoir2021-04-281-40/+59
| | | | 'branch.age_from' and 'branch.age_to' config parametres
* add main logicJoursoir2021-04-261-0/+205