-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
84 lines (69 loc) · 1.76 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
== Core Blog
Blogging for SEO obsessed Rails developers.
== Features
* Articles
* Pages
* Comments
* Per post comments rss
* Full page caching of articles/pages
* Anti-spam support: Akismet, dnsbl_check, hidden field check
* Auto-gallery creation of attached images with alt text support??
** Alternate, forget attachments and just do sftp. It's for developers after all.
* Coderay syntax highlighting
* iPhone interface
* Search
* Archives
* Microformats
** Posts marked up with hAtom
** One click insertion of microformats into posts/pages: hReview, hResume, hCard, hCalendar
* SEO Optimized
** Proper h1's
** Per article/page meta keywords & description
** Add extra meta tags
** Google sitemap
* Community
** Open ID
** Open Auth
** Feed submissions
** Technorati tags
* Admin
** Integrated into interface, restful
** Dashboard for drafts and comments management
** Add extra code into header and foot, i.e. javascript snippets such as Google Analytics or openid delegates
** Admin full comments rss feed
** Post new comments to a campfire room
** Customization through stylesheets or themer plugin
** Iphone admin interface
== Plugins
* restful_auth
* attachment_fu
* scope_out
* will_paginate
* acts_as_state_machine
* acts_as_taggable_on_steroids
* acts_as_textiled
* openidauthentication
* sweeper
* Google Sitemap plugin
* tinder
* Sphinx
* themer
== Gems
* ruby-openid
== Settings
* Blog Title
* Blog tagline
* Blog URL
* RSS URL
* Extra header/footer code
* Akistmet key
* Campfire login & room
== Other/Issues
* timezone support
* date picking
* Dashboard for comments, drafts, etc
* Two layouts? admin/application
* Admin menu system in javascript?
* Associating images to articles/pages
* Robots.txt - What to exclude? Provide an editor?
* Drag and Drop ordering of pages