diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-01 21:32:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-01 21:32:34 -0400 |
commit | b27ac8429001e61a367601fedaa5c2905ce6b34e (patch) | |
tree | a7079b9e0bb50029c8d2ef907c7fed3207495217 | |
parent | 42b75cdd3057900f0edb871d8f116525786e0567 (diff) | |
download | bnewnet-b27ac8429001e61a367601fedaa5c2905ce6b34e.tar.gz bnewnet-b27ac8429001e61a367601fedaa5c2905ce6b34e.zip |
update meta files
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | TODO | 19 |
3 files changed, 14 insertions, 14 deletions
@@ -12,6 +12,9 @@ static/django-admin static/latex2png static/artifacts +output/ +*.pid + *.o *.a *.pyc diff --git a/README.md b/README.md new file mode 100644 index 0000000..b747fc6 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + +This repo contains the bnewbold.net website source files. + +From circa 2007 to 2015 this was a Django-based dynamic website with photos, +pages, a link database, commenting, etc. In 2016 I indent to transition to a +simpler statically compiled site and blogging system. @@ -1,15 +1,6 @@ +- pelican infrastructure -* install django-git and dependencies; configure settings.py -* figure out attachment situation -* figure out front page situation: snippet? manual include? should be dynamic -* require login to see edit link -* copy content in to bnewnet-content repo - -* fix photos auto-rotate -* enable move of photos to amazon s3 - -* disable comments. or, -* restyle comments form -* enable openid comments -* enable spam filtering of comments... - +backup/transition: +- all flat pages (to .html) +- links database (single flat page) +- photos (to mediagoblin) |