"Fossies" - the Fresh Open Source Software Archive 
Member "ark-20050419/arksf1/web2/arkweb.xml" (30 Aug 2003, 1536 Bytes) of package /linux/privat/old/ark-arksf1-20050419.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <?xml version="1.0"?>
2 <!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website Layout V2.5.0//EN"
3 "http://docbook.sourceforge.net/release/website/2.5.0/schema/dtd/website.dtd" [
4 <!NOTATION XML SYSTEM "xml">
5 <!ENTITY about.xml SYSTEM "about.xml" NDATA XML>
6 ]>
7 <webpage id="home">
8 <config param="rcsdate" value="$Revision$"/>
9 <config param="footer" value="about.html" altval="About..."/>
10 <head>
11 <title>The Arusha Project</title>
12 <summary>Introduction</summary>
13 <keywords>system administration, Unix</keywords>
14 </head>
15
16 <para>
17 The Arusha Project is ...
18 </para>
19
20 <webtoc/>
21
22 <section><title>What is a Website?</title>
23
24 <para>
25 A website is a collection of pages organized, for the purposes of
26 navigation, into one or more hierarchies. In Website, each page is a
27 separate XML document authored according to the Website DTD, a customization
28 of <ulink url="http://www.oasis-open.org/docbook/">DocBook</ulink>.
29 </para>
30
31 <para>
32 Website imposes the following additional constraints:
33 </para>
34
35 <itemizedlist>
36 <listitem><para>Each <sgmltag>webpage</sgmltag> must have an ID and
37 the IDs must be unique across the entire website.</para>
38 </listitem>
39
40 <listitem><para>No page can occur in more than one location in the
41 navigational hierarchy of the website. Note, however, that you can have
42 pages, such as the <olink targetdocent="about.xml">about page</olink>,
43 that don't appear in the navigational hierarchy at all.</para>
44 </listitem>
45 </itemizedlist>
46
47 </section>
48 </webpage>
49 <!--
50 Local variables:
51 mode: docbook
52 End:
53 -->