Commit graph

642 commits

Author SHA1 Message Date
Brit Butler
4ae9634c52 Fixup example files and README. 2014-05-02 15:22:36 -04:00
Brit Butler
6573fd54dd Remove old HTML doc generation.
Quickdocs or the Markdown documentation are preferrable.
2014-05-02 15:19:54 -04:00
Brit Butler
3399a30b19 README tweaks. 2014-05-02 15:15:27 -04:00
Brit Butler
a9740474eb Simplify the support for multi-site configs. 2014-05-02 15:03:15 -04:00
Brit Butler
a03962f7f8 Add todo item to simplify config handling. 2014-05-02 14:06:52 -04:00
Brit Butler
58b37dc630 I really need to write some more tests. 2014-05-01 18:53:06 -04:00
Brit Butler
e96f7f58b9 Assorted cleanups. 2014-05-01 18:51:47 -04:00
Brit Butler
f602c371ea Split feeds back out into their own file. 2014-05-01 17:16:50 -04:00
Brit Butler
b703477ed8 Fix some missing imports in the static-pages plugin. 2014-04-30 14:31:04 -04:00
Brit Butler
3465441b58 I'm dumb. What year is this? Can I go back to bed now? 2014-04-30 10:08:44 -04:00
Brit Butler
4e6efa9d9e Merge pull request #48 from redline6561/static-pages
Static pages
2014-04-29 14:06:18 -04:00
Brit Butler
0446b5f919 Add some NEWS entries and remove the TODO item from hacking.md. 2014-04-29 14:03:44 -04:00
Brit Butler
f1abdd5410 Add a title and treat static-pages as markdown. 2014-04-29 13:56:01 -04:00
Brit Butler
3bf0bcf337 Tweak hyde/post indentation a bit. 2014-04-29 13:56:00 -04:00
Brit Butler
0e70d8661e Minimal changes to support tagless, dateless static-pages using post template.
Note that tagless or dateless posts might not behave as expected in
indexes. Filtering by tag still works but sorting by date doesn't
drop the nil values.
2014-04-29 13:55:58 -04:00
Brit Butler
a8a2a391ca Add minor comment. 2014-04-29 13:55:00 -04:00
Brit Butler
cba6776afd Cleanup imports and use write-document. 2014-04-29 13:55:00 -04:00
Brit Butler
4f6006cfcf First pass at static-pages as a plugin. 2014-04-29 13:55:00 -04:00
Brit Butler
85ed427969 Minor bugfix to PAGE-URL. Never use the wrong data in testing. 2014-04-29 13:48:52 -04:00
Brit Butler
40d6e5bb2c Merge pull request #47 from redline6561/user-defined-routing
User defined routing
2014-04-29 13:39:56 -04:00
Brit Butler
4433acfce4 Bump version to 0.94-dev. 2014-04-29 13:33:30 -04:00
Brit Butler
e26ed4398c Update NEWS and remove user-defined routing item from docs. 2014-04-29 13:31:45 -04:00
Brit Butler
514761e1cd Remove page-url methods now stored in the config.
We probably don't want to merge this in until users have had an
adjustment period or without putting a *big* warning in the NEWS.
Users will need to know to update their configs/steal the :routing
block from the example config.
2014-04-29 13:28:12 -04:00
Brit Butler
f56270430f Hey, look! User-defined routes are easy. Slot-value is gross though. 2014-04-29 13:28:12 -04:00
Brit Butler
e5a40b67a7 Update all page-url calls to only use the slug. 2014-04-29 13:28:12 -04:00
Brit Butler
98be18c1f8 Update docs for static-pages branch. 2014-04-29 00:27:46 -04:00
Brit Butler
6a2e35b125 Remove unused sitemap imports. 2014-04-28 17:59:03 -04:00
Brit Butler
40c00b9708 Allow arbitrary layout of blog repos. 2014-04-28 17:49:37 -04:00
Brit Butler
04619d57ad Minor tweak to the RSS template. 2014-04-28 14:17:41 -04:00
Brit Butler
5f75afde21 Fix thinko in write-document. 2014-04-28 14:13:52 -04:00
Brit Butler
0b7795270f Rearrange source a bit. 2014-04-28 14:10:27 -04:00
Brit Butler
44e82382f3 Fix write-document to work for feeds. 2014-04-28 14:09:27 -04:00
Brit Butler
7e028d354e Use write-document throughout. Render-function cleanup done. 2014-04-28 13:59:50 -04:00
Brit Butler
dc2a2cc92e First pass at WRITE-DOCUMENT, document exported protocol helpers. 2014-04-28 13:55:55 -04:00
Brit Butler
e0fc5be8e3 Add some TODOs to hacking.md 2014-04-28 13:28:02 -04:00
Brit Butler
2011da83ad Fix embarrassing escaping in write-file. 2014-04-28 12:40:42 -04:00
Brit Butler
7fc472bb7f Fix sitemap package imports. 2014-04-28 12:31:33 -04:00
Brit Butler
cb868f0852 Rename write-page -> write-file. Clean up some docstrings. 2014-04-18 12:12:57 -04:00
Brit Butler
069188b2b4 Fix NEWS typo. 2014-04-16 13:31:42 -04:00
Brit Butler
7620b7a87d Move Page content type to "Areas for Improvement", arrange by rough difficulty. 2014-04-16 11:29:16 -04:00
Brit Butler
a8cad00da7 Note user-defined routing branch. 2014-04-16 11:23:24 -04:00
Brit Butler
7489a6f769 Cleaner implementation of DO-FILES. 2014-04-16 10:46:39 -04:00
Brit Butler
13648020c4 Remove docs TODO, add small Plugins section. 2014-04-16 10:06:56 -04:00
Brit Butler
3029c7e774 Minor comments and doc cleanups. Rearrange util. 2014-04-16 00:04:50 -04:00
Brit Butler
0ea460529a Update HTML docs on redlinernotes.
Should I remove these? At least add a note at some point directing
people to Quickdocs.
2014-04-15 23:46:25 -04:00
Brit Butler
5e9a256a91 Rename render-content to render-text for clarity. Retroactively add to 0.9.3. 2014-04-15 23:44:41 -04:00
Brit Butler
af23e1bfbb Tweak some formatting in the hacking docs. 2014-04-15 22:29:23 -04:00
Brit Butler
8a507e33ec Add reference to hacking docs to README. 2014-04-15 22:27:35 -04:00
Brit Butler
5705e3a7dc Merge pull request #46 from redline6561/better-indexes
Release: 0.9.3!
2014-04-15 22:11:02 -04:00
Brit Butler
6c2145d0d9 Release: 0.9.3! 2014-04-15 22:09:17 -04:00