Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-10
1996-12-10 03:57:38 by Per Hedbor <ph@opera.com>
a97f5d6eeff7221ea22777fdc3a0c68867398928 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
graphicstext doc extended
Rev: server/modules/graphics/graphic_text.pike:1.14
1:
-
string cvs_version="$Id: graphic_text.pike,v 1.
13
1996/12/10 03:
53
:
35
per Exp $";
+
string cvs_version="$Id: graphic_text.pike,v 1.
14
1996/12/10 03:
57
:
38
per Exp $";
#include <module.h> inherit "module"; inherit "roxenlib";
8:
{ return ({ MODULE_LOCATION | MODULE_PARSER, "Graphics text",
-
"Makes a few new tags
:
<p>"
+
"Makes a few new tags
, which render text to gifs "
+
"using the image module in pike. \n
<p>"
"<b><gh1></b> to <b><gh6>:</b> Headers<br>\n" "<b><gh>:</b> Header<br>\n" "<b><gtext>:</b> Graphical text<br>\n" "<b><anfang>:</b> Make the first character to a graphical one. Not all that usefull, really.<br>\n"
-
"\n"
-
"Common arguments:\n <pre>"
+
"
<br>
\n"
+
"
<b>
Common arguments:
</b>
\n <pre>"
" bg=#rrggbb Use this background, default taken from the\n" " <body> tag, if any\n" " fg=#rrggbb Use this foreground, default taken from the\n"
65:
" Apply a turbulence filter, and use this as the\n" " background.\n" "\n"
-
"Arguments passed on the the
<
a
>
tag (if href is specified):\n "
+
"
<b>
Arguments passed on the the
<
a
>
tag (if href is specified):
</b>
\n "
" target=...\n" " onClick=...\n" "</pre>\n",