Skip to content

Commit 520f6f0

Browse files
committed
update
1 parent 54150ac commit 520f6f0

File tree

4 files changed

+14
-38
lines changed

4 files changed

+14
-38
lines changed

www/src/documentation/content/xdocs/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
1919
<document>
2020
<header>
21-
<title>Welcome to Benzyna website</title>
21+
<title>Benzyna Scratch EE</title>
2222
</header>
2323
<body>
2424
<section>
25-
<title>Wow</title>
26-
<p>Epic</p>
25+
<title>What is Benzyna?</title>
26+
<p>Benzyna is a Scratch execution environemnt written in C, developed by <a href="https://github.com/pnsk-lab">pnsk-lab</a>.</p>
2727
</section>
2828
</body>
2929
</document>

www/src/documentation/content/xdocs/site.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ See http://forrest.apache.org/docs/linking.html for more info
3636
always use index.html when you request http://yourHost/
3737
See FAQ: "How can I use a start-up-page other than index.html?"
3838
-->
39-
<site label="Feather HTTPd" href="" tab=""
39+
<site label="Benzyna" href="" tab=""
4040
xmlns="http://apache.org/forrest/linkmap/1.0"
4141
xmlns:xi="http://www.w3.org/2001/XInclude"
4242
>
43-
<about label="About">
44-
<index label="Index" href="index.html" description="Welcome to Feather HTTPd"/>
45-
<linkmap label="Documentation ToC" href="linkmap.html" description="Table of Contents for this example site"/>
43+
<about label="Benzyna">
44+
<index label="Home" href="index.html" description="Benzyna Scratch EE"/>
45+
<source label="Source" href="https://github.com/pnsk-lab/benzyna" description="GitHub" />
46+
<linkmap label="Documentation ToC" href="linkmap.html" description="Table of Contests"/>
4647
</about>
4748
<!--
4849
The href must be wholesite.html/pdf You can change the labels and node names

www/src/documentation/content/xdocs/tabs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
limitations under the License.
1717
-->
1818
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
19-
<tabs software="Feather HTTPd"
20-
title="Feather HTTPd"
19+
<tabs software="Benzyna"
20+
title="Benzyna"
2121
copyright="Foo"
2222
xmlns:xlink="http://www.w3.org/1999/xlink">
2323
<!-- The rules for tabs are:
@@ -30,7 +30,7 @@
3030
Tabs can be embedded to a depth of two. The second level of tabs will only
3131
be displayed when their parent tab is selected.
3232
-->
33-
<tab id="" label="Welcome" dir="" indexfile="index.html"/>
33+
<tab id="" label="Home" dir="" indexfile="index.html"/>
3434
<!-- Add new tabs here, eg:
3535
<tab label="How-Tos" dir="community/howto/"/>
3636
<tab label="XML Site" dir="xml-site/"/>

www/src/documentation/skinconf.xml

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ which will be used to configure the chosen Forrest skin.
2828
no search box. @domain will enable sitesearch for the specific domain with google.
2929
In other words google will search the @domain for the query string.
3030
-->
31-
<search name="Feather HTTPd" domain="moomoo.nishi.boats" provider="google"/>
31+
<search name="Benzyna" domain="pnsk-lab.github.io" provider="google"/>
3232
<!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
3333
<disable-print-link>true</disable-print-link>
3434
<!-- Disable the PDF link? -->
@@ -145,34 +145,9 @@ which will be used to configure the chosen Forrest skin.
145145
page : on the face of the page, e.g. in the spare space of the toc
146146
alt : at the bottom of the left-hand navigation panel
147147
both : both
148-
-->
149-
<motd>
150-
<motd-option pattern="samples-b/index.html">
151-
<motd-page location="both">
152-
This is Samples 1 Documentation. There is
153-
</motd-page>
154-
<motd-page-url>../samples-a/index.html</motd-page-url>
155-
</motd-option>
156-
<motd-option pattern="samples-c/index.html">
157-
<motd-page location="both">
158-
This is Samples 2 Documentation. There is
159-
</motd-page>
160-
<motd-page-url>../samples-a/index.html</motd-page-url>
161-
</motd-option>
162-
<motd-option pattern="samples-b/sample.html">
163-
<motd-title>sample</motd-title>
164-
<motd-page location="both">
165-
This is an example of a Message of the day (MOTD).
166-
</motd-page>
167-
<motd-page-url>faq.html</motd-page-url>
168-
</motd-option>
169-
<motd-option pattern="samples-b/faq.html">
170-
<motd-page location="page">
171-
How to enable this MOTD is on this page.
172-
</motd-page>
173-
<motd-page-url>http://forrest.apache.org/docs/faq.html</motd-page-url>
174-
</motd-option>
148+
<motd>
175149
</motd>
150+
-->
176151
<!--
177152
extra-css - here you can define custom css-elements that are
178153
A) overriding the fallback elements or

0 commit comments

Comments
 (0)