summaryrefslogtreecommitdiff
path: root/blog.c
AgeCommit message (Expand)Author
2019-08-13prevent accidental navigation awayJakob Kaivo
2019-08-07remove explicit action from form; will POST to the source URLJakob Kaivo
2019-07-27add live previewJakob Kaivo
2019-07-26let httpd do the authenticationJakob Kaivo
2019-07-20add .html to filenamesJakob Kaivo
2019-07-19remove hard-coding of my name and email address from postingsJakob Kaivo
2019-07-18trime whitespace from title, avoid duplicate hyphens in URIJakob Kaivo
2019-07-18keep urls all lower caseJakob Kaivo
2019-07-18add current_year() function for use in addressJakob Kaivo
2019-07-18remove cruftJakob Kaivo
2019-07-18insert call to add_to_index()Jakob Kaivo
2019-07-18add address to postsJakob Kaivo
2019-07-18safe path namesJakob Kaivo
2019-07-18make blog entries actually htmlJakob Kaivo
2019-07-17mostly working new post, except for that crashing on write() bitJakob Kaivo
2019-07-17cleaner formJakob Kaivo
2019-07-17rename verify_creds() to authenticate()Jakob Kaivo
2019-07-17move authentication to separate fileJakob Kaivo
2019-07-17move HTTP POST handling to separate fileJakob Kaivo
2019-07-17initial skeletonJakob Kaivo