summaryrefslogtreecommitdiff
path: root/doc/www.gnu.org/README
diff options
context:
space:
mode:
authorPatrik Reali <patrik@reali.ch>2004-10-06 16:38:19 +0000
committerPatrik Reali <patrik@reali.ch>2004-10-06 16:38:19 +0000
commitc52032853ee8daf737d8f5b11de187baee08c6f3 (patch)
treeab4f6c73ef9a7121a5c4a95e452b2272320199df /doc/www.gnu.org/README
parent7be2b7036ec5fbf3135ca248945fac2c201bd1c3 (diff)
downloadclasspath-c52032853ee8daf737d8f5b11de187baee08c6f3.tar.gz
2004-10-06 Patrik Reali <reali@acm.org>
* doc/www.gnu.org/README: a few custom tag documented * doc/www.gnu.org/external.wml: external package table reformatted, added external tools from tools.wml page (only those without website) * doc/www.gnu.org/home.wml: added "news" anchor for news * doc/www.gnu.org/inetlib.wml: first version * doc/www.gnu.org/newsitems.txt: cp-tools savannah merge * doc/www.gnu.org/include/layout.wml doc/www.gnu.org/include/macros.wml doc/www.gnu.org/stories.wml: custom tag jvm renamed to project and moved to macros.wml, custom tags moved from layout to macros
Diffstat (limited to 'doc/www.gnu.org/README')
-rw-r--r--doc/www.gnu.org/README48
1 files changed, 36 insertions, 12 deletions
diff --git a/doc/www.gnu.org/README b/doc/www.gnu.org/README
index 0449982a2..beb8d637d 100644
--- a/doc/www.gnu.org/README
+++ b/doc/www.gnu.org/README
@@ -51,20 +51,26 @@ Guide to the custom-defined tags
--------------------------------
Links
- <createlink name="name" url="url>
- <createlink url="url>
-
- creates a <a href="url">name</a> entry; if name is missing, uses the url
- as name
-
+ Description:
+ creates a <a href="url">name</a> entry; if name is missing, uses the url
+ as name
+ Availability:
+ everywhere (defined in macros.wml)
+ Format:
+ <createlink name="name" url="url>
+ <createlink url="url>
Commented code
-
- <commented-code>
- <code-line code="1st code-line">comment to 1st line of code</code-line>
- <code-line code="2nd code-line">comment to 2nd line of code</code-line>
- <code-line code="3rd code-line" />
- </commented-code>
+ Description:
+ creates a commented code example
+ Availability:
+ everywhere (defined in macros.wml)
+ Format:
+ <commented-code>
+ <code-line code="1st code-line">comment to 1st line of code</code-line>
+ <code-line code="2nd code-line">comment to 2nd line of code</code-line>
+ <code-line code="3rd code-line" />
+ </commented-code>
FAQ-Lists
@@ -83,3 +89,21 @@ FAQ-Lists
</faq>
</faq-section>
+Project Tables
+ Description:
+ Define a project in a project table
+ Example:
+ stories.wml
+ Availability:
+ everywhere (defined in macros.wml)
+ Format:
+ <project-list>
+ <project name="proj name" url="proj url">
+ project description
+ </project>
+ <project name="proj name" url="proj url">
+ project description
+ </project>
+ </project-list>
+
+