aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-171-17/+17
| | | | | | | | | | | | - yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats
* 0.6.0 docReform project license AGPLv3+Ralph Amissah2019-05-171-0/+21
- copyright Ralph Amissah - license - project src AGPLv3+ - applied retroactively to project and within git by git rebase prior to any release of project - org files consider, for time being separate - ./maker.org moved to ./org/dr_build_scaffold.org - pre-release development continues - can initialize project from: makefile & org files - cp -av makefile org (and possibly data/pod & data/src) then - make skel tangle ldc