summaryrefslogtreecommitdiff
path: root/pages.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18silenced some warningsDaniel Jones1-12/+17
2020-05-25changed incorrect error messageDaniel Jones1-1/+1
2020-05-17change how file modification functions workDaniel Jones1-9/+21
2020-05-14set used to -1Daniel Jones1-1/+1
2020-05-13revert last fix, wasn't brokenDaniel Jones1-1/+0
2020-05-13set girls used array to -1 every iterationDaniel Jones1-1/+2
2020-05-13girl numbersDaniel Jones1-1/+10
2020-05-12girl numbersDaniel Jones1-1/+16
2020-02-09add flag for images in RSS feedDaniel Jones1-6/+7
2020-01-24made mobile view of pinned posts betterDaniel Jones1-1/+1
2020-01-24added pinned posts featureDaniel Jones1-5/+46
2020-01-21made the title for each direct post the posts titleDaniel Jones1-1/+27
2020-01-19rss: off-by-one for number of rss items to writeDaniel Jones1-1/+1
2020-01-19rss: fix description generationDaniel Jones1-9/+9
2020-01-19rss: check for images earlierDaniel Jones1-5/+2
2020-01-19line break inside cdata..Daniel Jones1-1/+1
2020-01-19add line break to imagesDaniel Jones1-1/+1
2020-01-19rss feed: first image in each post shown in CDATA tagDaniel Jones1-6/+65
2020-01-18pretty sure we should be checking for \n hereDaniel Jones1-1/+1
2020-01-17small clean of unneeded code and some logicDaniel Jones1-14/+2
2020-01-12make valgrind happyDaniel Jones1-2/+2
2020-01-12finished rss generationDaniel Jones1-2/+22
2020-01-12further work implementing rss feedDaniel Jones1-2/+137
2020-01-11make createfile() take a template argumentDaniel Jones1-7/+34
2020-01-06Merge branch 'master' of ssh://danieljon.es:6669/home/daniel/git/websitegener...Daniel Jones1-2/+2
2020-01-06remove unnecessary printf'sDaniel Jones1-2/+0
2020-01-06pagebar generation: don't add .html to link (proper)Daniel Jones1-2/+2
2020-01-06pagebar generation: don't asdd .html to linkDaniel Jones1-2/+2
2020-01-06generate blog postsDaniel Jones1-13/+135
2020-01-02start generating page (blog navigation) barDaniel Jones1-1/+37
2020-01-02replaced strcat()'s with snprintf()Daniel Jones1-23/+6
2020-01-02direct post pages generate nowDaniel Jones1-12/+45
2019-12-31added array of posts to ignoreDaniel Jones1-0/+12
2019-12-31further reduce sizeDaniel Jones1-16/+8
2019-12-31remove all the copypastaingDaniel Jones1-160/+35
2019-12-31start generating postsDaniel Jones1-27/+99
2019-12-30generate most pages except postsDaniel Jones1-4/+201
2019-12-28implement gettime()Daniel Jones1-6/+12
2019-12-28removed ugly createtmpfile() hackDaniel Jones1-29/+47
2019-12-27moved some code around and finished basic page generationDaniel Jones1-14/+55
2019-12-26added ability to write to an offset in a fileDaniel Jones1-0/+87
2019-12-26don't use tempfile()Daniel Jones1-12/+5
2019-12-25first commitDaniel Jones1-0/+238