Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
2a1dc7f3
Commit
2a1dc7f3
authored
26 years ago
by
Mirar (Pontus Hagland)
Browse files
Options
Downloads
Patches
Plain Diff
more wmmldoc
Rev: tutorial/Makefile:1.22 Rev: tutorial/html.pike:1.22 Rev: tutorial/wmml.wmml:1.4
parent
3c9ee369
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
tutorial/Makefile
+3
-0
3 additions, 0 deletions
tutorial/Makefile
tutorial/html.pike
+1
-1
1 addition, 1 deletion
tutorial/html.pike
tutorial/wmml.wmml
+51
-2
51 additions, 2 deletions
tutorial/wmml.wmml
with
55 additions
and
3 deletions
tutorial/Makefile
+
3
−
0
View file @
2a1dc7f3
...
@@ -41,6 +41,9 @@ tutorial_onepage.html: .DUMMY $(SRCFILES)
...
@@ -41,6 +41,9 @@ tutorial_onepage.html: .DUMMY $(SRCFILES)
tut.html
:
.DUMMY $(SRCFILES)
tut.html
:
.DUMMY $(SRCFILES)
$(
pike
)
./wmmltohtml2 tutorial.wmml sitebuilder tut
$(
pike
)
./wmmltohtml2 tutorial.wmml sitebuilder tut
wmml.html
:
.DUMMY wmml.wmml
$(
pike
)
./wmmltohtml2 wmml.wmml html_onepage wmml
manpages
:
.DUMMY $(SRCFILES)
manpages
:
.DUMMY $(SRCFILES)
$(
pike
)
./wmmltohtml2 tutorial.wmml manpages man/man
$(
pike
)
./wmmltohtml2 tutorial.wmml manpages man/man
...
...
This diff is collapsed.
Click to expand it.
tutorial/html.pike
+
1
−
1
View file @
2a1dc7f3
...
@@ -510,7 +510,7 @@ SGML convert(SGML data)
...
@@ -510,7 +510,7 @@ SGML convert(SGML data)
Sgml.Tag("td",(["align":"left"]),data->pos,
Sgml.Tag("td",(["align":"left"]),data->pos,
({Sgml.Tag("font",(["size":"-2"]),
({Sgml.Tag("font",(["size":"-2"]),
data->pos,({"description"}))}))}))})+
data->pos,({"description"}))}))}))})+
data->data)
(
data->data
||({}))
)
}));
}));
continue;
continue;
...
...
This diff is collapsed.
Click to expand it.
tutorial/wmml.wmml
+
51
−
2
View file @
2a1dc7f3
...
@@ -38,7 +38,8 @@ This is a terse documentation about WMML.
...
@@ -38,7 +38,8 @@ This is a terse documentation about WMML.
<adesc>what language the example is written in;
<adesc>what language the example is written in;
pike and c are supported</adesc></aargdesc>
pike and c are supported</adesc></aargdesc>
<aargdesc><aarg>meta</aarg>
<aargdesc><aarg>meta</aarg>
<adesc>comma-separated list of ?</adesc></aargdesc>
<adesc>comma-separated list of keywords that will be in italics</adesc></aargdesc>
</man_arguments>
<man_description>
<man_description>
This tag marks an area as an example. If <tt>language</tt> equals
This tag marks an area as an example. If <tt>language</tt> equals
"<tt>pike</tt>" or "<tt>c</tt>", the are will count as preformatted.
"<tt>pike</tt>" or "<tt>c</tt>", the are will count as preformatted.
...
@@ -46,11 +47,59 @@ This tag marks an area as an example. If <tt>language</tt> equals
...
@@ -46,11 +47,59 @@ This tag marks an area as an example. If <tt>language</tt> equals
<man_see>man_example, data_description</man_see>
<man_see>man_example, data_description</man_see>
</method>
</method>
<method name=data_description title="?">
<man_syntax>
<data_description> ... </data_description>
</man_syntax>
<man_arguments>
</man_arguments>
<man_description>
data_description type=
data_description type=
</man_description>
<man_see></man_see>
</method>
<method name=firstpage title="?">
<man_syntax>
<firstpage> ... </firstpage>
</man_syntax>
<man_arguments>
</man_arguments>
<man_description>
firstpage
firstpage
ref to=
</man_description>
<man_see></man_see>
</method>
<method name=ref title="?">
<man_syntax>
<ref> ... </ref><br>
<ref to=somewhere> ... </ref><br>
</man_syntax>
<man_arguments>
<aargdesc><aarg>to</aarg>
<adesc>optional destination</adesc></aargdesc>
</man_arguments>
<man_description>
Adds a hyperlink around that area; default destination is resolved by
the contents.
</man_description>
<man_see>link, anchor</man_see>
</method>
<method name=anchor title="?">
<man_syntax>
<anchor> ... </anchor>
</man_syntax>
<man_arguments>
</man_arguments>
<man_description>
anchor name=
anchor name=
</man_description>
<man_see></man_see>
</method>
</section title="markup tags (implying format)">
</section title="markup tags (implying format)">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment