Brit Butler
70cad7c7d1
More docs, README updates.
2014-06-04 11:28:43 -04:00
Brit Butler
37a1d7ad6a
Comment tweaks.
2014-06-03 18:13:12 -04:00
Brit Butler
06a1f73ad2
Add a naive performance evaluation to the docs.
2014-06-03 17:24:17 -04:00
Brit Butler
6daa930366
Fix some bugs in the incremental plugin.
2014-06-03 17:18:24 -04:00
Brit Butler
1d18a32454
Add basic dump_db.sh. We fight for the user! (or hacker, sysadmin, whatever)
2014-06-03 17:01:23 -04:00
Brit Butler
3109a988c4
Tiny tweak to incremental plugin.
2014-06-03 16:41:12 -04:00
Brit Butler
bed63d2156
New pass at "incremental" compilation. See now, isn't that better?
2014-06-03 16:37:56 -04:00
Brit Butler
3467157805
Add and export DELETE-DOCUMENT.
2014-06-03 16:32:43 -04:00
Brit Butler
62c940bde9
Finish addition, push modification uphill a bit.
2014-06-03 14:51:24 -04:00
Brit Butler
6ea3166a8b
Fix outdated themes documentation for indexes.
...
The one thing I miss in the docs sweep before the last release
and my friend trips all over it. God dammit software.
2014-06-03 11:43:23 -04:00
Brit Butler
8e8e3231ec
Finish deletion, push addition uphill a bit.
2014-06-03 11:15:13 -04:00
Brit Butler
331cc94b2c
Merge branch 'master' into experimental
2014-06-01 17:22:55 -04:00
Brit Butler
fd0e1007db
There's no such thing as single-site.rc anymore.
2014-05-31 15:51:41 -04:00
Brit Butler
669655930b
Simplify PAGE-URL's around method.
2014-05-28 11:50:44 -04:00
Brit Butler
7d9b0aa011
Flesh out the sketch a bit more and add some constraints.
2014-05-26 16:27:02 -04:00
Brit Butler
75c30c5844
Push sketch slightly further up hill.
2014-05-26 16:27:02 -04:00
Brit Butler
7c12a9670b
Sketch out incremental plugin.
2014-05-26 16:27:02 -04:00
Brit Butler
70427b81d0
Ensure that sitemap includes all content.
...
I had introduced a bug by depending on sitemap being the last subclass
in the ALL-SUBCLASSES list. Since there's only one instance of sitemap,
it's not *too* hackish to do everything in the publish step.
2014-05-26 16:19:42 -04:00
Brit Butler
235b727017
PAGE-URL should always return a pathname.
2014-05-19 15:27:51 -04:00
Brit Butler
2397b70abb
Extract setfs into UPDATE-CONTENT-METADATA.
2014-05-19 12:01:46 -04:00
Brit Butler
2268516412
Add performance note to hacking docs.
2014-05-16 11:35:05 -04:00
Brit Butler
6283d63331
A little performance hack for faster compiles.
...
We were generating the complete list of tags and months on every
index render. Now the data is computed once during content load
and cached in a global for the remainder of the compilation process.
20% reduction in compile-time for my 430-post blog.
2014-05-16 11:09:47 -04:00
Brit Butler
f58c265fb7
Bugfixes to sitemaps, mathjax, and posts.
2014-05-16 10:42:08 -04:00
Brit Butler
414b221e6b
Use default-initargs, switch some accessors to readers.
2014-05-15 10:43:39 -04:00
Brit Butler
c0447fd7d0
I forgot to remove the conditions file from the defsystem.
2014-05-09 16:30:52 -04:00
Brit Butler
947ad9023b
Cleanup Twitter plugin and update docs a bit.
2014-05-09 11:54:22 -04:00
Brit Butler
a4d7b8505c
Mention twitter plugin in NEWS.
2014-05-08 11:56:24 -04:00
Brit Butler
7326e31479
Export title-of, author-of, and find-content-by-path. Cleanup twitter plugin.
2014-05-08 11:47:59 -04:00
Brit Butler
3264848cde
Cleanup sitemap plugin a bit.
2014-05-08 11:37:10 -04:00
Brit Butler
57f9aeb696
Keep plugin-conf-error condition with near the plugin handling code.
2014-05-08 11:02:51 -04:00
Brit Butler
b2ffed2b17
Simplify TAG and INDEX definitions.
2014-05-08 10:51:45 -04:00
Brit Butler
7912037f2e
Merge pull request #50 from PuercoPop/twitter-plugin
...
Twitter plugin
2014-05-08 10:38:26 -04:00
PuercoPop
03b1cb9a0b
Use *tweet-format-fn* in render-tweet
2014-05-08 04:48:14 -05:00
PuercoPop
3b59ca1321
*tweet-format* DSL
2014-05-08 04:45:51 -05:00
PuercoPop
643e56cd6b
Add plugin documentation
2014-05-08 00:43:43 -05:00
PuercoPop
d4ffbe0c5c
bugfix
2014-05-07 21:19:08 -05:00
PuercoPop
0192fb648d
Hook to deploy instead of publish.
2014-05-07 21:02:10 -05:00
PuercoPop
72f0000a82
Add and export plugin-conf-error condition
2014-05-07 21:00:33 -05:00
PuercoPop
ed60a94be8
typo
2014-05-07 20:05:57 -05:00
PuercoPop
f95a3c27a2
Hook to publish instead of render
2014-05-07 20:05:56 -05:00
PuercoPop
7cb6461cb2
post url should include domain
2014-05-07 20:05:56 -05:00
PuercoPop
d7ef24664d
Fix render-tweet
2014-05-07 20:05:56 -05:00
PuercoPop
0be9a17cfa
Implementation sans test
2014-05-07 20:05:56 -05:00
Brit Butler
5e236e6ef1
Bump version to 0.95-dev, tweak exports, NEWS entries.
2014-05-07 18:04:30 -04:00
Brit Butler
52b32f459b
Add support for looking up content by relative path.
2014-05-07 17:54:23 -04:00
Brit Butler
0760459e8f
Add *last-revision* and export it and GET-UPDATED-FILES.
2014-05-07 17:51:26 -04:00
Brit Butler
795f568aea
Track the original filepath for all content.
2014-05-07 17:36:05 -04:00
Brit Butler
a67a08d54a
Use some more format recipes.
2014-05-06 15:25:28 -04:00
Brit Butler
975be4236e
Fix style-warnings for static-pages plugin.
2014-05-06 15:25:28 -04:00
Brit Butler
1ea73feab7
Cleanup plugin loading.
2014-05-06 15:25:28 -04:00