Merged official documents into documents.
This commit is contained in:
parent
725e0715bb
commit
6edde34c6a
|
@ -1,4 +1,4 @@
|
|||
INPUTS = index.xml constitution.xml official.xml machine_usage.xml \
|
||||
INPUTS = index.xml constitution.xml machine_usage.xml \
|
||||
machine_usage_summary.xml website.xml constitution-change-20020920.xml \
|
||||
constitution-change-20040205.xml
|
||||
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
<!DOCTYPE directory SYSTEM "../csc.dtd">
|
||||
|
||||
<directory title="Documents">
|
||||
<diritem title="Official documents" href="official.html" />
|
||||
</directory>
|
||||
|
|
|
@ -6,11 +6,16 @@
|
|||
<header />
|
||||
<section title="CSC Documents">
|
||||
<p>
|
||||
Here you'll find all kinds of documents pertaining to the CSC or
|
||||
possibly useful to CSC members. So far we have:
|
||||
Here you'll find official CSC documents:
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="official.html">Official documents</a></li>
|
||||
<li><a href="constitution.html">Our constitution</a></li>
|
||||
<li><a href="machine_usage.html">The machine usage policy</a>
|
||||
(see also the <a href="machine_usage_summary.html">summary</a>)</li>
|
||||
</ul>
|
||||
<p>You may also be interested in:</p>
|
||||
<ul>
|
||||
<li><a href="../about/members.html">Our membership list</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
|
||||
|
||||
<cscpage title="Official documents">
|
||||
<header />
|
||||
<section title="Official CSC documents">
|
||||
<ul>
|
||||
<li><a href="constitution.html">Our constitution</a></li>
|
||||
<li><a href="machine_usage.html">The machine usage policy</a>
|
||||
(see also the <a href="machine_usage_summary.html">summary</a>)</li>
|
||||
</ul>
|
||||
<p>You may also be interested in:</p>
|
||||
<ul>
|
||||
<li><a href="../about/members.html">Our membership list</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<footer/>
|
||||
</cscpage>
|
Loading…
Reference in New Issue