index
:
joeac.net.git
main
Joe Carstairs' personal homepage
git+joeac.net@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http
Age
Commit message (
Expand
)
Author
2026-06-16
move sitemap.uppxml into src
Joe Carstairs
2026-06-16
rename rules to prune
Joe Carstairs
2026-06-15
http/Makefile: more iterative 'all' rule
Joe Carstairs
2026-06-15
fix blog script bug: multiple posts on the same day overwrite each other
Joe Carstairs
2026-06-15
http/Makefile: pattern rule for iterative blog building
Joe Carstairs
2026-06-15
blog script now takes optional -f FILE_PATTERN arg
Joe Carstairs
2026-06-15
http/Makefile: can remove deleted posts
Joe Carstairs
2026-06-12
http: adds blog index page
Joe Carstairs
2026-06-12
http: default layout passes SITE_URL to pages
Joe Carstairs
2026-06-12
remove unnecessary backslash from grep expression in http/bin/blog
Joe Carstairs
2026-06-12
rename SRC -> PAGE in blog.layout.upphtml to avoid overwriting SRC
Joe Carstairs
2026-06-09
extracts longlog metadata including updated date
Joe Carstairs
2026-06-09
blog script takes extract_args_cmd
Joe Carstairs
2026-06-09
chmods I guess?
Joe Carstairs
2026-06-09
fixes passing POST_TITLE to postprocessor from blog script
Joe Carstairs
2026-06-09
fixes passing POST_TITLE as an arg to mkws
Joe Carstairs
2026-06-09
fixes links in gmi2upphtml
Joe Carstairs
2026-06-09
cut longlog metadata from blog
Joe Carstairs
2026-06-09
parameterises postprocess cmd in blog script
Joe Carstairs
2026-06-09
http: builds blogs from gemlogs
Joe Carstairs
2026-06-09
moves <main> from layout to individual pages
Joe Carstairs
2026-06-09
swaps " for ' in error.upphtml
Joe Carstairs
2026-06-04
http: adds contact page
Joe Carstairs
2026-06-04
http: adds otp-dialog component
Joe Carstairs
2026-06-04
http: adds scripts
Joe Carstairs
2026-06-04
http: adds actions.js file to interface JS -> PHP
Joe Carstairs
2026-06-04
http: adds php api routes under do/
Joe Carstairs
2026-06-04
adds mail.php
Joe Carstairs
2026-06-04
adds db.php
Joe Carstairs
2026-06-04
http: adds phpmailer dependency
Joe Carstairs
2026-06-04
http: inits php composer
Joe Carstairs
2026-06-02
http: adds error page
Joe Carstairs
2026-06-02
http: fixes meta tags
Joe Carstairs
2026-06-02
updates index.upphtml to match existing homepage
Joe Carstairs
2026-06-02
changes " to ' in uppcss files to work around bug in pp
Joe Carstairs
2026-06-02
http: add navbar to l.upphtml
Joe Carstairs
2026-06-02
adds images symlink to http/public
Joe Carstairs
2026-06-02
not sure what this change is, maybe a chmod on mkws?
Joe Carstairs
2026-06-02
mkws copies from public if it exists
Joe Carstairs
2026-06-02
mkws outputs to 'out' instead of 'public'
Joe Carstairs
2026-06-02
feed.uppcss: changes " to ' to work around pp bug
Joe Carstairs
2026-06-02
sitemap.uppxml: uses find instead of wildcard expansion to find html files in...
Joe Carstairs
2026-06-02
http/Makefile: public target depends on bin
Joe Carstairs
2026-06-02
http/Makefile: all cleans before building
Joe Carstairs
2026-05-12
http/Makefile
Joe Carstairs
2026-05-12
delete weird file that got created by accident
Joe Carstairs
2026-05-12
mkws processes css
Joe Carstairs
2026-05-12
inits http ssg with mkws
Joe Carstairs