| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | currently gets every file in the posts directory, sorts them and temporarily creates empty txt files in output/posts. lots to do still. | 
|  |  | 
|  |  | 
|  | now instead use a struct that either has a filename or string to write into the file. do whichever is appropriate | 
|  | 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 | 
|  |  | 
|  | instead we create a temp file in the cwd and rename it to the desired output file name and location | 
|  |  | 
|  |  |