422 changes: 182 additions & 240 deletions CHANGELOG

Large diffs are not rendered by default.

813 changes: 378 additions & 435 deletions doc/changelog.html

Large diffs are not rendered by default.

388 changes: 195 additions & 193 deletions doc/changelog.t2t

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions doc/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<html>
<head>
<LINK REL="STYLESHEET" HREF="qgisdoc.css">
<LINK REL="STYLESHEET" HREF="style.css">
</head>
<body>
<table>
<tr>
<td>
<a href="http://qgis.org"><img src="images/qgis_new_80pct.png" border=0></a>
</td>
<td valign="center">
<span class="header">Quantum GIS Documentation</span><br>
<span class="subheader">Version 1.7.0 <i>Wrocław</i></span><br>
<span class="warning">Please read this entire document for important information about this release.</span><br>
<span class="warning">You find a <a href="http://www.qgis.org/en/documentation/manuals.html">PDF manual of the current version</a> on the QGIS website.</span>
</td>
</tr>
</table>
</td>
<td valign="center">
<h2>Quantum GIS Documentation</h2><br>
<h3>Version 1.7.1 Wroclaw</h3><br>
<span class="warning">You can find a <a href="http://www.qgis.org/en/documentation/manuals.html">PDF manual of the current version</a> on the QGIS website.</span>
</td>
</tr>
</table>
</body>
</html>
77 changes: 56 additions & 21 deletions doc/style.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,65 @@
body {
padding: 2em 1em 2em 70px;
margin: 0;
font-family: sans-serif;
body{ background: white;
color: black;
background: white;
font-family: arial,sans-serif;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none }


h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

pre { margin-left: 2em;
border: 1;
padding: 4px;
background: #ececec; }
pre, code { font-family: monospace }


.overview{ font: 1.82em; font-weight: bold;}

h1{ background-color: #F6F6F6;
color: #8FB171;
font-size: large;
font-weight: bold;
font-family: luxi serif, georgia, times new roman, times, serif;
background: none;
padding: 0.75em 0 0;
margin: 0;
line-height: 1.1em;
}
h2{ background-color: #F6F6F6;
color: #8FB171;
font-size: medium;
font-weight: normal;
font-family: luxi serif, georgia, times new roman, times, serif;
background: none;
padding: 0.75em 0 0;
margin: 0;
line-height: 1.1em;
}
h3{ background-color: #F6F6F6;
color: #729FCF;
font-family: luxi serif, georgia, times new roman, times, serif;
font-weight: bold;
font-size: large;
text-align: right;
border-bottom: 5px solid #DCEB5C;
}
h4{ background-color: #F6F6F6;
color: #729FCF;
font-family: luxi serif, georgia, times new roman, times, serif;
font-weight: bold;
font-size: medium;
text-align: right;
}
h5{ background-color: #F6F6F6;
color: #729FCF;
font-family: luxi serif, georgia, times new roman, times, serif;
font-weight: bold;
font-size: small;
text-align: right;
}
a{ color: #729FCF;
font-family: arial,sans-serif;
font-size: small;
}
label{ background-color: #FFFFCC;
border: 1px solid black;
margin: 1px;
padding: 0px 3px;
font-size: small;
}