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:
- 436 Bytes
1 | \documentclass[12pt,titlepage]{article} |
2 | |
3 | \usepackage{amsmath} |
4 | \usepackage{amsfonts} |
5 | \usepackage{graphicx} |
6 | \usepackage{ucs} |
7 | \usepackage[utf8x]{inputenc} |
8 | \usepackage{hyperref} |
9 | |
10 | %------------------------------------------------------------------- |
11 | |
12 | \title{<%= @web_name %>} |
13 | |
14 | \begin{document} |
15 | |
16 | \maketitle |
17 | |
18 | \tableofcontents |
19 | \pagebreak |
20 | |
21 | %------------------------------------------------------------------- |
22 | |
23 | <%= @tex_content %> |
24 | |
25 | \end{document} |