|
@@ -176,18 +176,6 @@ changes to at least the post templates and the `read-content`
|
176
|
176
|
function. There may be other areas where it was assumed tags/dates
|
177
|
177
|
will always be present.
|
178
|
178
|
|
179
|
|
-### User-Defined Routing
|
180
|
|
-
|
181
|
|
-There is no reason *coleslaw* should be in charge of the site layout or
|
182
|
|
-should care. If all objects only used the *slug* slot in their `page-url`
|
183
|
|
-methods, there could be a :routing argument in the config containing
|
184
|
|
-a plist of `(:class "~{format string~}")` pairs. A default method could
|
185
|
|
-check the :class key under `(routing *config*)` if no specialized
|
186
|
|
-`page-url` was defined. This would have the additional benefit of
|
187
|
|
-localizing all the site routing in one place. New Content Types would
|
188
|
|
-probably `pushnew` a plist onto the config key in their `enable` function.
|
189
|
|
-This has been implemented on the branch `user-defined-routing`.
|
190
|
|
-
|
191
|
179
|
### New Content Type: Pages!
|
192
|
180
|
|
193
|
181
|
Many users have requested a content type PAGE, for static pages. It
|