From b27ac8429001e61a367601fedaa5c2905ce6b34e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 May 2016 21:32:34 -0400 Subject: update meta files --- .gitignore | 3 +++ README.md | 6 ++++++ TODO | 19 +++++-------------- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index b52c235..45b842a 100644 --- a/.gitignore +++ b/.gitignore @@ -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. diff --git a/TODO b/TODO index 2136203..4ca7869 100644 --- a/TODO +++ b/TODO @@ -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) -- cgit v1.2.3