Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 344
- Log:
Massive changeset which brings the old, ROOL customised Instiki
version up to date, but without any ROOL customisations in this
latest checked-in version (which is 0.19.1). This is deliberate,
so that it's easy to see the changes made for the ROOL version
in a subsequent changeset. The 'app/views/shared' directory is not
part of Instiki but is kept to maintain the change history with
updated ROOL customisations, some of which involve the same files
in that same directory.
- Author:
- rool
- Date:
- Sat Mar 19 19:52:13 +0000 2011
- Size:
- 1344 Bytes
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" > |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | |
4 | <head> |
5 | <title><%=@page.plain_name%></title> |
6 | <!-- metadata --> |
7 | <meta name="generator" content="Instiki" /> |
8 | <meta name="version" content="<%= "#{Instiki::VERSION::STRING}" %>" /> |
9 | <meta name="author" content="<%=@page.author%>" /> |
10 | <meta name="company" content="" /> |
11 | <!-- configuration parameters --> |
12 | <meta name="defaultView" content="slideshow" /> |
13 | <meta name="controlVis" content="hidden" /> |
14 | <!-- style sheet links --> |
15 | <%= stylesheet_link_tag "/stylesheets/syntax.css", :media => 'all', :id => 'syntaxStyle' %> |
16 | <%= stylesheet_link_tag "/s5/ui/core/outline.css", :media => 'screen', :id => 'outlineStyle' %> |
17 | <%= stylesheet_link_tag "/s5/ui/core/print.css", :media => 'print', :id => 'slidePrint' %> |
18 | <%= stylesheet_link_tag "/s5/ui/core/opera.css", :media => 'projection', :id => 'operaFix' %> |
19 | <%= stylesheet_link_tag "/s5/ui/core/math.css", :media => 'all', :id => 'mathStyle' %> |
20 | <%= stylesheet_link_tag "/s5/themes/#{@s5_theme}/slides.css", :media => 'projection', :id => 'slideProj' %> |
21 | |
22 | <!-- S5 JS --> |
23 | <%= javascript_include_tag 'prototype' %> |
24 | <%= javascript_include_tag "/s5/ui/core/slides.js" %> |
25 | </head> |
26 | <body> |
27 | |
28 | <%= @s5_content %> |
29 | |
30 | </body> |
31 | </html> |