diff options
author | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
commit | fa869d1a60ff6f8c41cd7f2bf0e0964bff9ba9f1 (patch) | |
tree | f60ab325dbaf6a4dab443daa3f8fea84edba4a1d /README | |
parent | 27e05eaae0dd829090749facc5e10ca0a7b9a5dc (diff) |
converted publishing system to have buttons int the admin and reworked the config system
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -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. |