krysalis-menu/forrestdocs/src/documentation/content/xdocs index.xml,NONE,1.1 site.xml,NONE,1.1 tabs.xml,NONE,1.1
Glen Stampoultzis <[email protected]> Wed, 24 Nov 2004 23:11:30 +0000
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17026/forrestdocs/src/documentation/content/xdocs
Added Files:
index.xml site.xml tabs.xml
Log Message:
Initial commit
--- NEW FILE: index.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
<title>Welcome to MyProj</title>
</header>
<body>
<section>
<title>Congratulations</title>
<p>You have successfully generated and rendered an <a
href="ext:forrest">Apache Forrest</a> site.
This page is from the site template. It is found in
<code>my-site/src/documentation/content/xdocs/index.xml</code>
Please edit it and replace this text with content of your own.</p>
</section>
</body>
</document>
--- NEW FILE: tabs.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
<tabs software="MyProj"
title="MyProj"
copyright="Foo"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- The rules for tabs are:
@dir will always have '/@indexfile' added.
@indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
@href is not modified unless it is root-relative and obviously specifies a
directory (ends in '/'), in which case /index.html will be added
If @id's are present, site.xml entries with a matching @tab will be in that tab.
Tabs can be embedded to a depth of two. The second level of tabs will only
be displayed when their parent tab is selected.
-->
<tab id="" label="Home" dir="" indexfile="index.html"/>
<tab id="samples" label="Samples" dir="samples" indexfile="sample.html">
<tab id="samples-index" label="Index" dir="samples" indexfile="index.html"/>
<tab id="samples-sample2" label="Sample2" dir="samples" indexfile="static.html"/>
</tab>
<tab label="Apache XML Projects" href="http://xml.apache.org">
<tab label="Forrest" href="http://forrest.apache.org"/>
<tab label="Xerces" href="http://xml.apache.org/xerces"/>
</tab>
<!-- Add new tabs here, eg:
<tab label="How-Tos" dir="community/howto/"/>
<tab label="XML Site" dir="xml-site/"/>
-->
</tabs>
--- NEW FILE: site.xml ---
<?xml version="1.0"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
Forrest site.xml
This file contains an outline of the site's information content. It is used to:
- Generate the website menus (though these can be overridden - see docs)
- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
<link href="site:changes"> links to changes.html (or ../changes.html if in
subdir).
- Provide aliases for external URLs in the external-refs section. Eg, <link
href="ext:cocoon"> links to http://cocoon.apache.org/
See http://forrest.apache.org/docs/linking.html for more info
-->
<site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
<about label="About">
<index label="Index" href="index.html" description="Welcome to MyProj"/>
<changes label="Changes" href="changes.html" description="History of Changes" />
<todo label="Todo" href="todo.html" description="Todo List" />
</about>
<samples label="Samples" href="samples/" tab="samples">
<index href="index.html"/>
<sample label="Apache doc v2.0" href="sample.html"
description="A nonsense document using all possible elements in the current document v2.0">
<top href="#top"/>
<section href="#section"/>
</sample>
<document-v13 label="Apache doc v1.3" href="document-v13.html"
description="A nonsense document using all possible elements in the document v1.3">
<top href="#top"/>
<section href="#section"/>
</document-v13>
<static label="Static content" href="static.html"
description="Static raw un-processed content" />
<linking label="Linking" href="linking.html"
description="Linking explained and demonstrated" />
<sample-wiki label="Wiki page" href="wiki-sample.html"
description="wiki-sample" />
<sample-ihtml label="ihtml page" href="ihtml-sample.html"
description="Test iHTML page" />
<sample-ascii-art label="ascii-art page" href="ascii-art.html"
description="Sample Ascii Art page" />
<sample-openoffice-writer label="OpenOffice Writer" href="openoffice-writer.html"
description="Openoffice Writer sample" />
<faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
<sdocbook label="Simplifed Docbook" href="sdocbook.html"
description="Simplified DocBook example" />
<subdir label="Subdir" href="subdir/">
<index label="Index" href="index.html"
description="Page generated from a sub-directory"/>
</subdir>
</samples>
<files>
<hello_print href="hello.pdf" />
<test1 href="test1.html" />
<test3 href="samples/test3.html" />
</files>
<!--
The href must be wholesite.html/pdf You can change the labels and node names
<all label="All">
<whole_site_html label="Whole Site HTML" href="wholesite.html"/>
<whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
</all>
-->
<external-refs>
<forrest href="http://forrest.apache.org/">
<linking href="docs/linking.html"/>
<validation href="docs/validation.html"/>
<webapp href="docs/your-project.html#webapp"/>
<dtd-docs href="docs/dtd-docs.html"/>
</forrest>
<cocoon href="http://cocoon.apache.org/"/>
<xml.apache.org href="http://xml.apache.org/"/>
</external-refs>
</site>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/