https://github.com/planet-templates/planet-classic
classic - planet template pack - planet planet style
https://github.com/planet-templates/planet-classic
Last synced: 4 months ago
JSON representation
classic - planet template pack - planet planet style
- Host: GitHub
- URL: https://github.com/planet-templates/planet-classic
- Owner: planet-templates
- Created: 2013-09-27T00:58:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T08:40:30.000Z (almost 9 years ago)
- Last Synced: 2025-12-30T23:19:22.554Z (7 months ago)
- Language: HTML
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-planet-pluto - planet-classic
README
# `classic` - Pluto Template Pack - Planet Planet Classic Style
## What's Pluto?
Pluto is a feed reader that lets you build web pages from published
web feeds. More [Pluto Project Site »](http://feedreader.github.io)
## What's Planet Planet?
Planet Planet is the very first planet feed reader coded in Python
by Scott James Remnant and Jeff Waugh [(Site)](http://www.planetplanet.org) - uses
Mark Pilgrim's universal feed parser (RDF, RSS and Atom)
and Tomas Styblo's templating engine; last release version 2.0 in 2006.
## Template Cheatsheet - Planet Planet | Pluto
| <%= site.title %> or <%= site.name %>
| <%= Pluto.generator %>
| <% site.feeds.each do |feed| %>
| <%= feed.url %> or <%= feed.link %>
| <%= feed.title %> or <%= feed.name %>
| <%= feed.title2 %>
| <%= feed.feed_url %> or <%= feed.feed %>
| <% end %>
| <% items = site.items.latest.limit(24)
| ItemCursor.new( items ).each do |item,new_date,new_feed| %>
|
| <% if new_date %>
| <%= item.published %>
| <% end %>
|
| <% if new_feed %>
| <%= item.feed.url %> or <%= item.feed.link %>
| <%= item.feed.title %> or <%= item.feed.name %>
| <%= item.feed.title2 %>
| <% end %>
|
| <% if item.title %>
| <%= item.title %>
| <% end %>
|
| <% item.content %>
| <% item.url %> or <% item.link %>
| <% item.published %>
|
|
| to be done
|
| <% end %>
| <%= site.fetched %> # site (planet) last updated
## Questions? Comments?
Send them along to the [wwwmake Forum/Mailing List](http://groups.google.com/group/wwwmake).
Thanks!