Skip to content

Commit

Permalink
Move todo list into separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelkane committed Jun 10, 2011
1 parent 8a0eae6 commit 9787580
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
15 changes: 0 additions & 15 deletions readme.md
Expand Up @@ -115,21 +115,6 @@ What about mapping Postmarkdown to root? We got you covered:

## TODO

### Before Launch
* <del>Route: `postmarkdown :permalink_format => :slug`</del>
* <del>Add info about blog at root to readme</del>
* <del>RSpec tests for routes</del>
* <del>Support more markdown file extensions, eg. `*.md, *.mkd, *.mdown`</del>
* <del>Text for when there's no posts on the index page, eg. 'There are no posts'</del>
* <del>Fix pre code blocks</del>
* RSpec acceptance test for pre code blocks (= vs ~)
* <del>RSpec model tests for author and email</del>
* RSpec tests for the xml feed
* <del>Set default feed title to app name + route path</del>
* <del>For example, `TestApp::Application` with the route `postmarkdown :as => :awesome_blog` would generate the feed title would be 'Test App Awesome Blog'</del>
* 404 for missing post or invalid slug

### After Launch
* Redcarpet (and syntax highlighting)
* Better comments in generated routes
* Code comments (RDoc quality)
Expand Down
23 changes: 23 additions & 0 deletions todo.txt
@@ -0,0 +1,23 @@
TODO
----
[ ] RSpec acceptance test for pre code blocks (= vs ~)
[ ] RSpec tests for the xml feed
[ ] 404 for missing post or invalid slug
[ ] Add nil as a `permalink_format` route option
[ ] Add post author to feed
[ ] Test compatibility of `will_paginate` and other pagination gems
[ ] Default theme
[ ] Generator should generate `.html.erb` files instead of haml
[ ] Generator should provide option to generate haml files, which will convert the erb files to haml

DONE
----
[x] Route: `postmarkdown :permalink_format => :slug`</del>
[x] Add info about blog at root to readme</del>
[x] RSpec tests for routes</del>
[x] Support more markdown file extensions, eg. `*.md, *.mkd, *.mdown`</del>
[x] Text for when there's no posts on the index page, eg. 'There are no posts'</del>
[x] Fix pre code blocks</del>
[x] RSpec model tests for author and email</del>
[x] Set default feed title to app name + route path</del>
[x] For example, `TestApp::Application` with the route `postmarkdown :as => :awesome_blog` would generate the feed title would be 'Test App Awesome Blog'</del>

0 comments on commit 9787580

Please sign in to comment.