Recent Changes - Search:

SimpleLog wiki

Installing SimpleLog

        MT(gs) users
        DreamHost users

Upgrading

Working with themes

How to

Troubleshooting

Development & resources

DefaultFileStructure

This is the default file structure of themes in SimpleLog. You can add your own images, stylesheets, javascripts, etc. You can also change anything in the views/includes directory, since they're not required files (i.e., you don't have to have a sidebar, footer, etc).

about.markdown
author.markdown
images/
javascripts/
lightbox.js
prototype.js
site.js
layouts/
site.rhtml
stylesheets/
screen.css
views/
index.rhtml (the home page--lists recent posts)
archives/
by_author.rhtml (a list of posts by author)
by_tag.rhtml (a list of posts by tag)
daily.rhtml (all posts for a given day)
list.rhtml (the archives list, showing years, months and post titles)
list_tags.rhtml (a list of all active tags)
monthly.rhtml (all posts for a given month)
yearly.rhtml (all posts for a given year)
errors/
unknown_request.rhtml (what a user sees when they hit a 404 request on your site)
feeds/
comments.rxml (an RSS feed of recent comments posted to the site)
posts.rxml (an RSS feed of recent posts)
includes/
_browser_check.rhtml (warn users of "bad browsers" if preferences are set to do so)
_footer.rhtml (common include that appears at the bottom of every page)
_sidebar.rhtml (common include that appears on the side of every page)
pages/
show.rhtml (displays a given "static" page)
posts/
_item.rhtml (partial that displays one post item, without details)
_item_detailed.rhtml (partial that displays one post item with details)
show.rhtml (displays one post item using _item_detailed.rhtml partial (permalink view))
search/
full_results.rhtml (quick-search results or a message saying none were found)
results.rhtml (a longer list of results)


← Back to creating a new theme

Edit - History - Print - Recent Changes - Search
Page last modified on February 01, 2007, at 05:13 PM EST