Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-30 | generate most pages except posts | Daniel Jones | 1 | -4/+201 | |
2019-12-28 | implement gettime() | Daniel Jones | 1 | -6/+12 | |
2019-12-28 | removed ugly createtmpfile() hack | Daniel Jones | 1 | -29/+47 | |
now instead use a struct that either has a filename or string to write into the file. do whichever is appropriate | |||||
2019-12-27 | moved some code around and finished basic page generation | Daniel Jones | 1 | -14/+55 | |
it is far too hacky though, createtmpfile() is an ugly hack that cannot stay. the problem is replaceinpage() and the functions it calls expects a file name that it opens, i cannot just pass it a string. i need to figure out a better solution | |||||
2019-12-26 | added ability to write to an offset in a file | Daniel Jones | 1 | -0/+87 | |
2019-12-26 | don't use tempfile() | Daniel Jones | 1 | -12/+5 | |
instead we create a temp file in the cwd and rename it to the desired output file name and location | |||||
2019-12-25 | first commit | Daniel Jones | 1 | -0/+238 | |