Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-14 | set used to -1 | Daniel Jones | 1 | -1/+1 | |
2020-05-13 | revert last fix, wasn't broken | Daniel Jones | 1 | -1/+0 | |
2020-05-13 | set girls used array to -1 every iteration | Daniel Jones | 1 | -1/+2 | |
2020-05-13 | girl numbers | Daniel Jones | 1 | -1/+10 | |
added 9 10 varients of each girl, now which one is used will be random. there will not be 2 of the same girl on any post | |||||
2020-05-12 | girl numbers | Daniel Jones | 1 | -1/+16 | |
added ability to use small images as a blog post number count instead of a simple number. it takes each digit in the post number and places an image where the text would be | |||||
2020-02-09 | add flag for images in RSS feed | Daniel Jones | 1 | -6/+7 | |
2020-01-24 | made mobile view of pinned posts better | Daniel Jones | 1 | -1/+1 | |
2020-01-24 | added pinned posts feature | Daniel Jones | 1 | -5/+46 | |
2020-01-21 | made the title for each direct post the posts title | Daniel Jones | 1 | -1/+27 | |
2020-01-19 | rss: off-by-one for number of rss items to write | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss: fix description generation | Daniel Jones | 1 | -9/+9 | |
2020-01-19 | rss: check for images earlier | Daniel Jones | 1 | -5/+2 | |
2020-01-19 | line break inside cdata.. | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | add line break to images | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss feed: first image in each post shown in CDATA tag | Daniel Jones | 1 | -6/+65 | |
2020-01-18 | pretty sure we should be checking for \n here | Daniel Jones | 1 | -1/+1 | |
2020-01-17 | small clean of unneeded code and some logic | Daniel Jones | 1 | -14/+2 | |
2020-01-12 | make valgrind happy | Daniel Jones | 1 | -2/+2 | |
2020-01-12 | finished rss generation | Daniel Jones | 1 | -2/+22 | |
added rss button to template | |||||
2020-01-12 | further work implementing rss feed | Daniel Jones | 1 | -2/+137 | |
currently broken | |||||
2020-01-11 | make createfile() take a template argument | Daniel Jones | 1 | -7/+34 | |
also begin rss page generation | |||||
2020-01-06 | Merge branch 'master' of ↵ | Daniel Jones | 1 | -2/+2 | |
ssh://danieljon.es:6669/home/daniel/git/websitegenerator | |||||
2020-01-06 | remove unnecessary printf's | Daniel Jones | 1 | -2/+0 | |
2020-01-06 | pagebar generation: don't add .html to link (proper) | Daniel Jones | 1 | -2/+2 | |
2020-01-06 | pagebar generation: don't asdd .html to link | Daniel Jones | 1 | -2/+2 | |
2020-01-06 | generate blog posts | Daniel Jones | 1 | -13/+135 | |
now we generate blog posts properly | |||||
2020-01-02 | start generating page (blog navigation) bar | Daniel Jones | 1 | -1/+37 | |
really needs to be cleaned up though | |||||
2020-01-02 | replaced strcat()'s with snprintf() | Daniel Jones | 1 | -23/+6 | |
2020-01-02 | direct post pages generate now | Daniel Jones | 1 | -12/+45 | |
2019-12-31 | added array of posts to ignore | Daniel Jones | 1 | -0/+12 | |
2019-12-31 | further reduce size | Daniel Jones | 1 | -16/+8 | |
2019-12-31 | remove all the copypastaing | Daniel Jones | 1 | -160/+35 | |
2019-12-31 | start generating posts | Daniel Jones | 1 | -27/+99 | |
currently gets every file in the posts directory, sorts them and temporarily creates empty txt files in output/posts. lots to do still. | |||||
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 | |