summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-10-14 22:26:39 -0400
committerluxagraf <sng@luxagraf.net>2012-10-14 22:26:39 -0400
commitfa869d1a60ff6f8c41cd7f2bf0e0964bff9ba9f1 (patch)
treef60ab325dbaf6a4dab443daa3f8fea84edba4a1d /README
parent27e05eaae0dd829090749facc5e10ca0a7b9a5dc (diff)
converted publishing system to have buttons int the admin and reworked the config system
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 23 insertions, 1 deletions
diff --git a/README b/README
index 373f345..1d6587e 100644
--- a/README
+++ b/README
@@ -1,2 +1,24 @@
-created a v8 branch with the goal of merging in the pub system I've created for install plan and longhandpixels, but thus far I haven't done anything because I want to finish both of them first.
+Currently caught in the middle between static_generator and build
+Static generator is cleaner, but much of the build code is hard to port. Keep going back and rorth and so far neither works save for building the feed.
+
+What I should do is refactor both into a single clean module with methods for building the things I need to be able to build:
+
+# each section individually
+ * All Writing pages -- done
+ * All Photo -- done
+ * All Projects
+ * Links
+# Everything needed to post a new entry...
+ * writing archives
+ * map
+ * homepage
+ * feed
+ * sitemap
+# Individual pages that need periodic rebuilding
+ * feed -- done
+ * sitemap -- done
+ * map
+# 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.