Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 15
- Log:
Attempt to update Typo to a Typo SVN HEAD release from around the
time the prototype installation was set up on the RISC OS Open Limited
web site. Timestamps place this at 04-Jul so a revision from 05-Jul or
earlier was pulled and copied over the 2.6.0 tarball stable code.
- Author:
- adh
- Date:
- Sat Jul 22 23:27:35 +0100 2006
- Size:
- 1306 Bytes
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> |
4 | <title>Sidebar Preview</title> |
5 | <%= page_header %> |
6 | <%= stylesheet_link_tag "/stylesheets/theme/azure" %> |
7 | <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> |
8 | </head> |
9 | <body> |
10 | <div id="container" class="clearfix"> |
11 | <div id="header"> |
12 | <div id="logo"> |
13 | <h1 id="sitename"><%= link_to "Sidebar Preview", '#' %></h1> |
14 | <h2 id="subtitle">How your sidebar will look</h2> |
15 | </div> |
16 | </div> |
17 | <div id="search"> </div> |
18 | <div id="content"> |
19 | <div id="main"> |
20 | <div class="post"> |
21 | <h2><%= link_to "Lorem Ipsum", "#"%></h2> |
22 | <p class="auth">Posted by an invisible demon moments ago</p> |
23 | <p>Dolor sit amet...</p> |
24 | <p><%= link_to "Return to sidebar admin", :controller => '/admin/sidebar', :action => 'index' %> |
25 | </div> |
26 | </div> |
27 | </div> |
28 | |
29 | |
30 | <div id=sidebar> |
31 | <div id="search-results"></div> |
32 | <% benchmark "BENCHMARK: layout/sidebars" do %> |
33 | <%= yield %> |
34 | <% end %> |
35 | |
36 | <%= link_to image_tag("powered.gif"), "http://www.typosphere.org/", {:class => "powered" } %> |
37 | </div> |
38 | </div> |
39 | </body> |
40 | </html> |