Updates #1
Installed 25 Roller Themes
I installed all 25 themes avaliable for roller from http://wiki.java.net/bin/view/Javanet/OptionalThemesForRoller.
Using Natural Beauty Theme
With this theme, there are a few problems that I ran into. Comments did not work. To fix this I needed to change
- #showWeblogEntryComments($entry)
- #showWeblogEntryCommentForm($entry)
- #showWeblogEntryComments($model.weblogEntry)
- #showWeblogEntryCommentForm($model.weblogEntry)
I then added my friends and links to the sidebar because it only showed bookmarks from the root folder.
Referers didn't work (and it was spelled wrong). To change this I had to look at code from another theme and add the true in the #showReferrersList($refs 30 20 true) macro.
On of the biggest challenges was changing the main tabs to only show my blog and then the projects category. I also want to add an About Me tab. To get away from the category tabs while still using one category name, and checking for the active link, I had to do some tricky coding.
Using Google Reader Shared Items
Adding items to your blog from google reader is very easy. In google reader you can share any item simply by clicking the share link at the bottom of the post. This will add the post to you shared items page in google reader. You can add a clip of your shared items to any website. To do this click on your shared items, click on sharing settings and go to the bottom of the page. Click add a clip, customize the settings and copy and paste the clip to your webpage. It is very easy.
Another way to do this that I haven't tried yet is to add my shared items to the roller planet aggregator. From what I understand this will pull from any rss feed and create a meta-blog. The advantage of sharing items this way is the ability to format the html in any way I want.
Share Icons For Posts
I started by adding individual buttons for google buzz and facebook. Here are the notes on that.
- google buzz
- go to Buzz - stuff to make your button.
- use $url.entry($entry.anchor) in data-url to add link to post from roller template
- go to Share Facebook and build code for template.
And then I found addthis.com, the ultimate site for sharing blog posts. It has buttons for 271 services and is very customizable.
Some of the other things I need to do are:
- Try getting a feed by tag.
- Try making a planet aggregator that will read my google reader shared items instead of using the google reader widget.
- Try installing the plugins and text editors for roller.
- Try to either make this theme the way I want it or attempt to make my own theme again.