Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 193
- Log:
First stage commit of Typo 4.1, modified for the ROOL site.
Includes all local modifications but a final pass needs to be
made to delete any files left over from earlier Typo versions
that shouldn't be here anymore. See the 'tags' section of the
repository for a clean Typo 4.1 tree.Note that symlinks to shared files in the RISC OS Open theme
directory have been deliberately included this time around; I
decided that on balance it was better to leave them in as
placeholders, since unlike symlinks in app/views/shared, the
Typo theme structure is not a standard Rails concept.
- Author:
- rool
- Date:
- Wed Apr 04 18:51:02 +0100 2007
- Size:
- 894 Bytes
1 | xml.instruct! :xml, :version=>"1.0", :encoding=>"UTF-8" |
2 | xml.rsd "version"=>"1.0", "xmlns"=>"http://archipelago.phrasewise.com/rsd" do |
3 | xml.service do |
4 | xml.engineName "Typo" |
5 | xml.engineLink "http://www.typosphere.org" |
6 | xml.homePageLink url_for(:controller => "articles") |
7 | xml.apis do |
8 | xml.api "name" => "Movable Type", "preferred"=>"true", |
9 | "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), |
10 | "blogID" => "1" |
11 | xml.api "name" => "MetaWeblog", "preferred"=>"false", |
12 | "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), |
13 | "blogID" => "1" |
14 | xml.api "name" => "Blogger", "preferred"=>"false", |
15 | "apiLink" => url_for(:controller => "backend", :action => "xmlrpc", :only_path => false), |
16 | "blogID" => "1" |
17 | end |
18 | end |
19 | end |