/[classpath]/classpath/doc/www.gnu.org/README
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by patrik_reali, Mon Apr 5 21:13:14 2004 UTC revision 1.5.2.1 by gnu_andrew, Sat Jan 15 17:01:37 2005 UTC
# Line 51  Guide to the custom-defined tags Line 51  Guide to the custom-defined tags
51  --------------------------------  --------------------------------
52    
53  Links  Links
54    <createlink name="name" url="url>    Description:
55    <createlink url="url>      creates a <a href="url">name</a> entry; if name is missing, uses the url
56        as name
57    creates a <a href="url">name</a> entry; if name is missing, uses the url    Availability:
58    as name      everywhere (defined in macros.wml)
59      Format:
60        <createlink name="name" url="url>
61        <createlink url="url>
62    
63  Commented code  Commented code
64      Description:
65    <commented-code>      creates a commented code example
66      <code-line code="1st code-line">comment to 1st line of code</code-line>    Availability:
67      <code-line code="2nd code-line">comment to 2nd line of code</code-line>      everywhere (defined in macros.wml)
68      <code-line code="3rd code-line" />    Format:
69    </commented-code>      <commented-code>
70          <code-line code="1st code-line">comment to 1st line of code</code-line>
71          <code-line code="2nd code-line">comment to 2nd line of code</code-line>
72          <code-line code="3rd code-line" />
73        </commented-code>
74    
75    
76  FAQ-Lists  FAQ-Lists
# Line 83  FAQ-Lists Line 89  FAQ-Lists
89      </faq>      </faq>
90    </faq-section>    </faq-section>
91    
92    Project Tables
93      Description:
94        Define a project in a project table
95      Example:
96        stories.wml
97      Availability:
98        everywhere (defined in macros.wml)
99      Format:
100        <project-list>
101          <project name="proj name"  url="proj url">
102            project description
103          </project>
104          <project name="proj name"  url="proj url">
105            project description
106          </project>
107        </project-list>
108    
109    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26