summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 1d6587e..8dc3b4d 100644
--- a/README
+++ b/README
@@ -7,8 +7,9 @@ What I should do is refactor both into a single clean module with methods for bu
# each section individually
* All Writing pages -- done
* All Photo -- done
- * All Projects
- * Links
+ * All Projects --done
+ * All Pages (about, contact, etc) -- done
+ * Links
# Everything needed to post a new entry...
* writing archives
* map
@@ -18,7 +19,7 @@ What I should do is refactor both into a single clean module with methods for bu
# Individual pages that need periodic rebuilding
* feed -- done
* sitemap -- done
- * map
+ * map -- done
# The whole goddamn thing.
In build each model has a build function that calls all the routines necessary to build everything. I like that model, but then I need to expose those functions a bit more.