TODO.txt in mill-0.11 vs TODO.txt in mill-0.16
- old
+ new
@@ -1,8 +1,12 @@
+- remove textile/pre processors from Resource::Text
+ - streamline to allow domain-specific subclassing if needed
+
- initialize site by setting ivars directly, not by passing params to super's initialize()
- create alternate sites (beta, final, etc.) by subclassing site, and changing @output or @location
+ - allow CLI option to specify site
- rework resource URI usage
- 'uri' attribute should be canonical
- 'output_file' should be derived from @site.output_dir + uri
- URIs should be fully qualified
@@ -39,12 +43,10 @@
- Google Analytics bug
- link to resource (<a ...>)
- sidebars
- strings (existing String extensions)
-- create bin/mill tool to replace Rake
-
- split Resource#date into Resource#published & Resource#updated
+ add <published> element to feed
+ #published should be stated date (e.g., from header)
+ #updated should be mtime of source file
@@ -54,8 +56,6 @@
- make Resource::External for external links?
+ add on import of HTML (by examining href/src/etc attributes)
- save compressed versions of files
- write compressed versions along with non-compressed
- - serve compressed versions if asked by client
-
-- add MailChimp signup form generator to HTMLHelpers
+ - serve compressed versions if asked by client
\ No newline at end of file