aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-01 21:32:34 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-01 21:32:34 -0400
commitb27ac8429001e61a367601fedaa5c2905ce6b34e (patch)
treea7079b9e0bb50029c8d2ef907c7fed3207495217
parent42b75cdd3057900f0edb871d8f116525786e0567 (diff)
downloadbnewnet-b27ac8429001e61a367601fedaa5c2905ce6b34e.tar.gz
bnewnet-b27ac8429001e61a367601fedaa5c2905ce6b34e.zip
update meta files
-rw-r--r--.gitignore3
-rw-r--r--README.md6
-rw-r--r--TODO19
3 files changed, 14 insertions, 14 deletions
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)