Made a start on the documentation for upgrading to 1.5. Instructions for upgrading from 1.043 are finished, but instructions for earlier versions still need to be added.

My intention is to produce the documentation in MultiMarkdown format so that HTML and PDF (via LaTeX) manuals can be automatically generated. So please make any edits to the *.markdown file, and re-generate the HTML file from it.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@642 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2007-11-17 18:36:58 +00:00
parent ceff384851
commit df66ae7d0a
3 changed files with 199 additions and 0 deletions

29
tracks/doc/manual.css Normal file
View file

@ -0,0 +1,29 @@
body {
width: 60%;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 20px auto;
line-height: 1.5em;
}
a {
color: #9E2029;
text-decoration: none;
}
a:hover {
color: #DE8E30;
text-decoration: underline;
}
a:visited {
color: #DE8E30;
}
code {
color: #000;
background-color: #E3E3E3;
padding: 2px;
}
.footnote {font-size: 0.9em; vertical-align: super;}