public
Fork of eldiablo/feather-plugins
Description: This contains various plugins for Feather
Clone URL: git://github.com/ivey/feather-plugins.git
Search Repo:
few text changes, also added the "themes" plugin to the README, and 
updated .gitignore to ignore the "pkg" directory generated when building a 
plugin package
eldiablo (author)
Fri Jun 06 18:09:56 -0700 2008
commit  da7879087d4c9796e9e8e9dab1a2975908e28ed7
tree    75171019a674a1f067b992ca2845a89a26c1e002
parent  0c26bb623717a1bd9323401a2d05d2b4be569443
0
...
17
18
19
 
20
21
22
23
...
17
18
19
20
21
22
23
24
0
@@ -17,6 +17,7 @@ feather-sitemaps: this provides an xml sitemap for your site, based on the conte
0
 feather-snippets: this allows custom and dynamic creation of snippets to add to the blog template
0
 feather-styles: this allows custom stylesheets to be defined and automatically included so as to override default blog styling
0
 feather-tagging: this provides tagging for articles, and a tag cloud for the blog sidebar
0
+feather-themes: allows custom themes to be downloaded, managed and activated for your blog
0
 feather-twitter: this polls for twitter updates, and inserts them in to your blog at the appropriate place
0
 feather-typo: this allows you to import a blog from typo
0
 feather-uploads: this allows for custom files to be uploaded and served
0
\ No newline at end of file
...
1
2
3
4
 
5
6
7
...
36
37
38
39
40
 
41
...
1
2
3
 
4
5
6
7
...
36
37
38
 
39
40
41
0
@@ -1,7 +1,7 @@
0
 <% throw_content :right do %>
0
   <h4>View Themes</h4>
0
   <p>
0
- Don't think I got to tell ya what themes do...
0
+ This shows you the themes you have installed and available for use.
0
   </p>
0
 <% end %>
0
 
0
@@ -36,4 +36,4 @@
0
 <% end %>
0
 <br /><br />
0
 
0
-<%= link_to "Get a new theme!", url(:new_admin_theme) %>
0
\ No newline at end of file
0
+<%= link_to "Install theme", url(:new_admin_theme) %>
0
\ No newline at end of file
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 <% throw_content :right do %>
0
   <p>
0
- Get a new theme!
0
+ Install a new theme here.
0
   </p>
0
 <% end %>
0
 
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
...
11
12
13
 
 
 
 
 
 
 
 
 
 
14
15
0
@@ -11,14 +11,4 @@
0
   Name: <%= @theme %>
0
 </p>
0
 
0
-<p>
0
- What we'd like to see here:
0
-</p>
0
-
0
-<ul>
0
- <li>Information about the author</li>
0
- <li>Screenshots</li>
0
- <li>Information about new versions</li>
0
-</ul>
0
-
0
 <%= link_to "Back to themes", url(:admin_themes) %>
0
\ No newline at end of file

Comments

    No one has commented yet.