Working to regen magic tool docs
This commit is contained in:
parent
0edf9cb4d9
commit
762d02788d
51 changed files with 437 additions and 36 deletions
12
Makefile
12
Makefile
|
|
@ -963,12 +963,12 @@ install-osk:
|
|||
install-doc:
|
||||
@echo
|
||||
@echo "...Installing documentation..."
|
||||
install -d $(DOC_PREFIX)
|
||||
cp -R docs/* $(DOC_PREFIX)
|
||||
# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
|
||||
install -d $(DOC_PREFIX)/en/magic-docs
|
||||
cp -R magic/magic-docs/en/* $(DOC_PREFIX)/en/magic-docs/
|
||||
chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
||||
@install -d $(DOC_PREFIX)
|
||||
@cp -R docs/* $(DOC_PREFIX)
|
||||
@# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
|
||||
@install -d $(DOC_PREFIX)/en/magic-docs
|
||||
@cp -R magic/magic-docs/en/* $(DOC_PREFIX)/en/magic-docs/
|
||||
@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
||||
|
||||
|
||||
# Install the man page:
|
||||
|
|
|
|||
7
magic/magic-docs/en/color_and_white.txt
Normal file
7
magic/magic-docs/en/color_and_white.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Color and White
|
||||
|
||||
By Andrew Corcoran <akanewbie@gmail.com>
|
||||
|
||||
This makes parts of your picture two colors: white, and the color chosen
|
||||
in the palette. (i.e., if you choose black, you'll get a black and white
|
||||
picture).
|
||||
5
magic/magic-docs/en/color_shift.txt
Normal file
5
magic/magic-docs/en/color_shift.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Color Shift
|
||||
|
||||
By Andrew Corcoran <akanewbie@gmail.com>
|
||||
|
||||
This shifts the colors in your picture.
|
||||
6
magic/magic-docs/en/glass_tile.txt
Normal file
6
magic/magic-docs/en/glass_tile.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Tux Paint "Magic" Tool: Glass Tile
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag over your picture to make it look like it's being seen
|
||||
through glass tiles.
|
||||
7
magic/magic-docs/en/hexagon_mosaic.txt
Normal file
7
magic/magic-docs/en/hexagon_mosaic.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Hexagon Mosaic
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Converts parts of your picture into a mosaic of hexagon cells.
|
||||
|
||||
See also: Irregular Mosaic Square Mosaic Mosaic
|
||||
9
magic/magic-docs/en/html/color_and_white.html
Normal file
9
magic/magic-docs/en/html/color_and_white.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Color and White</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Color and White</h1>
|
||||
<h2 align="center">By Andrew Corcoran <<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>></h2>
|
||||
<p>This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).</p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/color_shift.html
Normal file
9
magic/magic-docs/en/html/color_shift.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Color Shift</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Color Shift</h1>
|
||||
<h2 align="center">By Andrew Corcoran <<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>></h2>
|
||||
<p>This shifts the colors in your picture.</p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/glass_tile.html
Normal file
9
magic/magic-docs/en/html/glass_tile.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Glass Tile</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Glass Tile</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>Click and drag over your picture to make it look like it's being seen through glass tiles.</p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/hexagon_mosaic.html
Normal file
10
magic/magic-docs/en/html/hexagon_mosaic.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Hexagon Mosaic</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Hexagon Mosaic</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Converts parts of your picture into a mosaic of hexagon cells.</p>
|
||||
<p>See also: <a href="irregular_mosaic.html">Irregular Mosaic</a> <a href="square_mosaic.html">Square Mosaic</a> <a href="mosaic.html">Mosaic</a> </p>
|
||||
</body></html>
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
<li><a href="calligraphy.html">Calligraphy</a></li>
|
||||
<li><a href="cartoon.html">Cartoon</a></li>
|
||||
<li><a href="chalk.html">Chalk</a></li>
|
||||
<li><a href="colorandwhite.html">Color and White</a></li>
|
||||
<li><a href="colorshift.html">Color Shift</a></li>
|
||||
<li><a href="color_and_white.html">Color and White</a></li>
|
||||
<li><a href="color_shift.html">Color Shift</a></li>
|
||||
<li><a href="confetti.html">Confetti</a></li>
|
||||
<li><a href="darken.html">Darken</a></li>
|
||||
<li><a href="distortion.html">Distortion</a></li>
|
||||
|
|
@ -25,42 +25,49 @@
|
|||
<li><a href="flower.html">Flower</a></li>
|
||||
<li><a href="foam.html">Foam</a></li>
|
||||
<li><a href="fold.html">Fold</a></li>
|
||||
<li><a href="glasstile.html">Glass Tile</a></li>
|
||||
<li><a href="glass_tile.html">Glass Tile</a></li>
|
||||
<li><a href="grass.html">Grass</a></li>
|
||||
<li><a href="kaleidoscope.html">Kaleidoscope</a></li>
|
||||
<li><a href="light.html">Light</a></li>
|
||||
<li><a href="lighten.html">Lighten</a></li>
|
||||
<li><a href="metalpaint.html">Metal Paint</a></li>
|
||||
<li><a href="metal_paint.html">Metal Paint</a></li>
|
||||
<li><a href="mirror.html">Mirror</a></li>
|
||||
<li><a href="mosaic.html">Mosaic</a></li>
|
||||
<li><a href="hexagonmosaic.html">Hexagon Mosaic</a></li>
|
||||
<li><a href="irregularmosaic.html">Irregular Mosaic</a></li>
|
||||
<li><a href="squaremosaic.html">Square Mosaic</a></li>
|
||||
<li><a href="hexagon_mosaic.html">Hexagon Mosaic</a></li>
|
||||
<li><a href="irregular_mosaic.html">Irregular Mosaic</a></li>
|
||||
<li><a href="square_mosaic.html">Square Mosaic</a></li>
|
||||
<li><a href="negative.html">Negative</a></li>
|
||||
<li><a href="noise.html">Noise</a></li>
|
||||
<li><a href="pattern.html">Pattern</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
<li><a href="puzzle.html">Puzzle</a></li>
|
||||
<li><a href="rails.html">Rails</a></li>
|
||||
<li><a href="rain.html">Rain</a></li>
|
||||
<li><a href="rainbow.html">Rainbow</a></li>
|
||||
<li><a href="realrainbow.html">Real Rainbow</a></li>
|
||||
<li><a href="roygbivrainbow.html">ROYGBIV Rainbow</a></li>
|
||||
<li><a href="real_rainbow.html">Real Rainbow</a></li>
|
||||
<li><a href="roygbiv_rainbow.html">ROYGBIV Rainbow</a></li>
|
||||
<li><a href="ripples.html">Ripples</a></li>
|
||||
<li><a href="rosette.html">Rosette</a></li>
|
||||
<li><a href="sharpen.html">Sharpen</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="silhouette.html">Silhouette</a></li>
|
||||
<li><a href="smudge.html">Smudge</a></li>
|
||||
<li><a href="snowball.html">Snow Ball</a></li>
|
||||
<li><a href="snowflake.html">Snow Flake</a></li>
|
||||
<li><a href="stringv.html">String V</a></li>
|
||||
<li><a href="stringcorner.html">String Corner</a></li>
|
||||
<li><a href="stringedges.html">String Edges</a></li>
|
||||
<li><a href="tv.html">TV</a></li>
|
||||
<li><a href="snow_ball.html">Snow Ball</a></li>
|
||||
<li><a href="snow_flake.html">Snow Flake</a></li>
|
||||
<li><a href="string_v.html">String V</a></li>
|
||||
<li><a href="string_corner.html">String Corner</a></li>
|
||||
<li><a href="string_edges.html">String Edges</a></li>
|
||||
<li><a href="symmetry_left_right.html">Symmetry Left/Right</a></li>
|
||||
<li><a href="symmetry_up_down.html">Symmetry Up/Down</a></li>
|
||||
<li><a href="tiles.html">Tiles</a></li>
|
||||
<li><a href="tint.html">Tint</a></li>
|
||||
<li><a href="tv.html">TV</a></li>
|
||||
<li><a href="toothpaste.html">Toothpaste</a></li>
|
||||
<li><a href="tornado.html">Tornado</a></li>
|
||||
<li><a href="waves.html">Waves</a></li>
|
||||
<li><a href="wavelets.html">Wavelets</a></li>
|
||||
<li><a href="wetpaint.html">Wet Paint</a></li>
|
||||
<li><a href="wet_paint.html">Wet Paint</a></li>
|
||||
<li><a href="xor_colors.html">Xor Colors</a></li>
|
||||
<li><a href="zoom.html">Zoom</a></li>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/irregular_mosaic.html
Normal file
10
magic/magic-docs/en/html/irregular_mosaic.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Irregular Mosaic</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Irregular Mosaic</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Converts parts of your picture into a mosaic of irregularly-shaped cells.</p>
|
||||
<p>See also: <a href="hexagon_mosaic.html">Hexagon Mosaic</a> <a href="square_mosaic.html">Square Mosaic</a> <a href="mosaic.html">Mosaic</a> </p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/metal_paint.html
Normal file
9
magic/magic-docs/en/html/metal_paint.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Metal Paint</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Metal Paint</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>Click and drag to draw shiny metal using the current color.</p>
|
||||
</body></html>
|
||||
|
|
@ -8,5 +8,5 @@
|
|||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||
</h2>
|
||||
<p>Adds a glass mosaic effect to your picture.</p>
|
||||
<p>See also: <a href="hexagonmosaic.html">Hexagon Mosaic</a> <a href="irregularmosaic.html">Irregular Mosaic</a> <a href="squaremosaic.html">Square Mosaic</a> </p>
|
||||
<p>See also: <a href="hexagon_mosaic.html">Hexagon Mosaic</a> <a href="irregular_mosaic.html">Irregular Mosaic</a> <a href="square_mosaic.html">Square Mosaic</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/pattern.html
Normal file
10
magic/magic-docs/en/html/pattern.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Pattern</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Pattern</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draws a tiled pattern around the picture.</p>
|
||||
<p>See also: <a href="tiles.html">Tiles</a> </p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/puzzle.html
Normal file
9
magic/magic-docs/en/html/puzzle.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Puzzle</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Puzzle</h1>
|
||||
<h2 align="center">By Adam Rakowski <<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>></h2>
|
||||
<p>Slide parts of your picture around like a sliding puzzle.</p>
|
||||
</body></html>
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
<h1 align="center">Tux Paint "Magic" Tool: Rain</h1>
|
||||
<h2 align="center">By Andrew Corcoran <<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>></h2>
|
||||
<p>Paint raindrops on your picture.</p>
|
||||
<p>See also: <a href="snowball.html">Snow Ball</a> <a href="snowflake.html">Snow Flake</a> </p>
|
||||
<p>See also: <a href="snow_ball.html">Snow Ball</a> <a href="snow_flake.html">Snow Flake</a> </p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/real_rainbow.html
Normal file
9
magic/magic-docs/en/html/real_rainbow.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Real Rainbow</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Real Rainbow</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>Draw a transparent arc that looks like a real rainbow.</p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/roygbiv_rainbow.html
Normal file
9
magic/magic-docs/en/html/roygbiv_rainbow.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: ROYGBIV Rainbow</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: ROYGBIV Rainbow</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.</p>
|
||||
</body></html>
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
<h1 align="center">Tux Paint "Magic" Tool: Smudge</h1>
|
||||
<h2 align="center">By Albert Cahalan <<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>></h2>
|
||||
<p>This pushes the colors around under the mouse, like finger painting with wet paint.</p>
|
||||
<p>See also: <a href="blur.html">Blur</a> <a href="wetpaint.html">Wet Paint</a> </p>
|
||||
<p>See also: <a href="blur.html">Blur</a> <a href="wet_paint.html">Wet Paint</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/snow_ball.html
Normal file
10
magic/magic-docs/en/html/snow_ball.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Snow Ball</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Snow Ball</h1>
|
||||
<h2 align="center">By Andrew Corcoran <<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>></h2>
|
||||
<p>Fill the picture with snowballs.</p>
|
||||
<p>See also: <a href="rain.html">Rain</a> <a href="snow_flake.html">Snow Flake</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/snow_flake.html
Normal file
10
magic/magic-docs/en/html/snow_flake.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Snow Flake</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Snow Flake</h1>
|
||||
<h2 align="center">By Andrew Corcoran <<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>></h2>
|
||||
<p>Fill the picture with snowflakes.</p>
|
||||
<p>See also: <a href="rain.html">Rain</a> <a href="snow_ball.html">Snow Ball</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/square_mosaic.html
Normal file
10
magic/magic-docs/en/html/square_mosaic.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Square Mosaic</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Square Mosaic</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Converts parts of your picture into a mosaic of square cells.</p>
|
||||
<p>See also: <a href="hexagon_mosaic.html">Hexagon Mosaic</a> <a href="irregular_mosaic.html">Irregular Mosaic</a> <a href="mosaic.html">Mosaic</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/string_corner.html
Normal file
10
magic/magic-docs/en/html/string_corner.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: String Corner</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: String Corner</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draw V-shaped string art at right angles.</p>
|
||||
<p>See also: <a href="string_v.html">String V</a> <a href="string_edges.html">String Edges</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/string_edges.html
Normal file
10
magic/magic-docs/en/html/string_edges.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: String Edges</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: String Edges</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draw string art around the edges of your picture.</p>
|
||||
<p>See also: <a href="string_v.html">String V</a> <a href="string_corner.html">String Corner</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/string_v.html
Normal file
10
magic/magic-docs/en/html/string_v.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: String V</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: String V</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draw V-shaped string art at any angle.</p>
|
||||
<p>See also: <a href="string_corner.html">String Corner</a> <a href="string_edges.html">String Edges</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/symmetry_left_right.html
Normal file
10
magic/magic-docs/en/html/symmetry_left_right.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Symmetry Left/Right</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Symmetry Left/Right</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Paint with relfective symmetry across the horizontal center of the image.</p>
|
||||
<p>See also: <a href="kaleidoscope.html">Kaleidoscope</a> <a href="pattern.html">Pattern</a> <a href="symmetry_up_down.html">Symmetry Up/Down</a> <a href="tiles.html">Tiles</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/symmetry_up_down.html
Normal file
10
magic/magic-docs/en/html/symmetry_up_down.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Symmetry Up/Down</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Symmetry Up/Down</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Paint with relfective symmetry across the vertical center of the image.</p>
|
||||
<p>See also: <a href="kaleidoscope.html">Kaleidoscope</a> <a href="pattern.html">Pattern</a> <a href="symmetry_left_right.html">Symmetry Left/Right</a> <a href="tiles.html">Tiles</a> </p>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/tiles.html
Normal file
10
magic/magic-docs/en/html/tiles.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tiles</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tiles</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draws a symettric pattern around the picture.</p>
|
||||
<p>See also: <a href="pattern.html">Pattern</a> </p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/tornado.html
Normal file
9
magic/magic-docs/en/html/tornado.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Tornado</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Tornado</h1>
|
||||
<h2 align="center">By Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h2>
|
||||
<p>Draws a tornado effect onto the picture.</p>
|
||||
</body></html>
|
||||
12
magic/magic-docs/en/html/wet_paint.html
Normal file
12
magic/magic-docs/en/html/wet_paint.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Wet Paint</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Wet Paint</h1>
|
||||
<h2 align="center">By Albert Cahalan <<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>><br>
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||
</h2>
|
||||
<p>This draws a light, smudgy coat of paint on the picture.</p>
|
||||
<p>See also: <a href="smudge.html">Smudge</a></p>
|
||||
</body></html>
|
||||
9
magic/magic-docs/en/html/xor_colors.html
Normal file
9
magic/magic-docs/en/html/xor_colors.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Xor Colors</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Xor Colors</h1>
|
||||
<h2 align="center">By Lukasz Dmitrowski <<a href="mailto:lukasz.dmitrowski@gmail.com">lukasz.dmitrowski@gmail.com</a>></h2>
|
||||
<p>Colors based on the position drawn on the picture.</p>
|
||||
</body></html>
|
||||
|
|
@ -34,8 +34,10 @@
|
|||
* Square Mosaic
|
||||
* Negative
|
||||
* Noise
|
||||
* Pattern
|
||||
* Perspective
|
||||
* Picasso
|
||||
* Puzzle
|
||||
* Rails
|
||||
* Rain
|
||||
* Rainbow
|
||||
|
|
@ -52,10 +54,15 @@
|
|||
* String V
|
||||
* String Corner
|
||||
* String Edges
|
||||
* TV
|
||||
* Symmetry Left/Right
|
||||
* Symmetry Up/Down
|
||||
* Tiles
|
||||
* Tint
|
||||
* TV
|
||||
* Toothpaste
|
||||
* Tornado
|
||||
* Waves
|
||||
* Wavelets
|
||||
* Wet Paint
|
||||
* Xor Colors
|
||||
* Zoom
|
||||
|
|
|
|||
7
magic/magic-docs/en/irregular_mosaic.txt
Normal file
7
magic/magic-docs/en/irregular_mosaic.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Irregular Mosaic
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Converts parts of your picture into a mosaic of irregularly-shaped cells.
|
||||
|
||||
See also: Hexagon Mosaic Square Mosaic Mosaic
|
||||
5
magic/magic-docs/en/metal_paint.txt
Normal file
5
magic/magic-docs/en/metal_paint.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Metal Paint
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Click and drag to draw shiny metal using the current color.
|
||||
7
magic/magic-docs/en/pattern.txt
Normal file
7
magic/magic-docs/en/pattern.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Pattern
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draws a tiled pattern around the picture.
|
||||
|
||||
See also: Tiles
|
||||
5
magic/magic-docs/en/puzzle.txt
Normal file
5
magic/magic-docs/en/puzzle.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Puzzle
|
||||
|
||||
By Adam Rakowski <foo-script@o2.pl>
|
||||
|
||||
Slide parts of your picture around like a sliding puzzle.
|
||||
5
magic/magic-docs/en/real_rainbow.txt
Normal file
5
magic/magic-docs/en/real_rainbow.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Real Rainbow
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw a transparent arc that looks like a real rainbow.
|
||||
5
magic/magic-docs/en/roygbiv_rainbow.txt
Normal file
5
magic/magic-docs/en/roygbiv_rainbow.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: ROYGBIV Rainbow
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.
|
||||
7
magic/magic-docs/en/snow_ball.txt
Normal file
7
magic/magic-docs/en/snow_ball.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Snow Ball
|
||||
|
||||
By Andrew Corcoran <akanewbie@gmail.com>
|
||||
|
||||
Fill the picture with snowballs.
|
||||
|
||||
See also: Rain Snow Flake
|
||||
7
magic/magic-docs/en/snow_flake.txt
Normal file
7
magic/magic-docs/en/snow_flake.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Snow Flake
|
||||
|
||||
By Andrew Corcoran <akanewbie@gmail.com>
|
||||
|
||||
Fill the picture with snowflakes.
|
||||
|
||||
See also: Rain Snow Ball
|
||||
7
magic/magic-docs/en/square_mosaic.txt
Normal file
7
magic/magic-docs/en/square_mosaic.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Square Mosaic
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Converts parts of your picture into a mosaic of square cells.
|
||||
|
||||
See also: Hexagon Mosaic Irregular Mosaic Mosaic
|
||||
7
magic/magic-docs/en/string_corner.txt
Normal file
7
magic/magic-docs/en/string_corner.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: String Corner
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draw V-shaped string art at right angles.
|
||||
|
||||
See also: String V String Edges
|
||||
7
magic/magic-docs/en/string_edges.txt
Normal file
7
magic/magic-docs/en/string_edges.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: String Edges
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draw string art around the edges of your picture.
|
||||
|
||||
See also: String V String Corner
|
||||
7
magic/magic-docs/en/string_v.txt
Normal file
7
magic/magic-docs/en/string_v.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: String V
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draw V-shaped string art at any angle.
|
||||
|
||||
See also: String Corner String Edges
|
||||
7
magic/magic-docs/en/symmetry_left_right.txt
Normal file
7
magic/magic-docs/en/symmetry_left_right.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Symmetry Left/Right
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Paint with relfective symmetry across the horizontal center of the image.
|
||||
|
||||
See also: Kaleidoscope Pattern Symmetry Up/Down Tiles
|
||||
7
magic/magic-docs/en/symmetry_up_down.txt
Normal file
7
magic/magic-docs/en/symmetry_up_down.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Symmetry Up/Down
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Paint with relfective symmetry across the vertical center of the image.
|
||||
|
||||
See also: Kaleidoscope Pattern Symmetry Left/Right Tiles
|
||||
7
magic/magic-docs/en/tiles.txt
Normal file
7
magic/magic-docs/en/tiles.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Tux Paint "Magic" Tool: Tiles
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draws a symettric pattern around the picture.
|
||||
|
||||
See also: Pattern
|
||||
5
magic/magic-docs/en/tornado.txt
Normal file
5
magic/magic-docs/en/tornado.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Tornado
|
||||
|
||||
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Draws a tornado effect onto the picture.
|
||||
8
magic/magic-docs/en/wet_paint.txt
Normal file
8
magic/magic-docs/en/wet_paint.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Tux Paint "Magic" Tool: Wet Paint
|
||||
|
||||
By Albert Cahalan <albert@users.sf.net>
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
This draws a light, smudgy coat of paint on the picture.
|
||||
|
||||
See also: Smudge
|
||||
5
magic/magic-docs/en/xor_colors.txt
Normal file
5
magic/magic-docs/en/xor_colors.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Tux Paint "Magic" Tool: Xor Colors
|
||||
|
||||
By Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>
|
||||
|
||||
Colors based on the position drawn on the picture.
|
||||
|
|
@ -216,6 +216,11 @@ $tools = array(
|
|||
'desc'=>'Add random noise and static to your picture.',
|
||||
'author'=>$AUTHOR_ANDREWC),
|
||||
|
||||
array('name'=>'Pattern',
|
||||
'desc'=>'Draws a tiled pattern around the picture.',
|
||||
'author'=>$AUTHOR_PERE,
|
||||
'see'=>array('Tiles')),
|
||||
|
||||
array('name'=>'Perspective',
|
||||
'desc'=>'Click and drag from the corners to change the perspective of your picture.',
|
||||
'author'=>$AUTHOR_PERE),
|
||||
|
|
@ -225,6 +230,10 @@ $tools = array(
|
|||
'author'=>$AUTHOR_ADAMR,
|
||||
'see'=>'Rosette', 'Kaleidoscope'),
|
||||
|
||||
array('name'=>'Puzzle',
|
||||
'desc'=>'Slide parts of your picture around like a sliding puzzle.',
|
||||
'author'=>$AUTHOR_ADAMR),
|
||||
|
||||
array('name'=>'Rails',
|
||||
'desc'=>'Draw connecting locomotive train rails on your picture.',
|
||||
'author'=>array($AUTHOR_ADAMR, $AUTHOR_PERE, $AUTHOR_KENDRICK)),
|
||||
|
|
@ -299,20 +308,37 @@ $tools = array(
|
|||
'author'=>$AUTHOR_PERE,
|
||||
'see'=>array('String V', 'String Corner')),
|
||||
|
||||
array('name'=>'TV',
|
||||
'desc'=>'Distort your picture so it looks like it\'s on a television (TV).',
|
||||
'author'=>$AUTHOR_ADAMR),
|
||||
array('name'=>'Symmetry Left/Right',
|
||||
'desc'=>'Paint with relfective symmetry across the horizontal center of the image.',
|
||||
'author'=>$AUTHOR_PERE,
|
||||
'see'=>array('Kaleidoscope', 'Pattern', 'Symmetry Up/Down', 'Tiles')),
|
||||
|
||||
array('name'=>'Symmetry Up/Down',
|
||||
'desc'=>'Paint with relfective symmetry across the vertical center of the image.',
|
||||
'author'=>$AUTHOR_PERE,
|
||||
'see'=>array('Kaleidoscope', 'Pattern', 'Symmetry Left/Right', 'Tiles')),
|
||||
|
||||
array('name'=>'Tiles',
|
||||
'desc'=>'Draws a symettric pattern around the picture.',
|
||||
'author'=>$AUTHOR_PERE,
|
||||
'see'=>array('Pattern')),
|
||||
|
||||
array('name'=>'Tint',
|
||||
'desc'=>'This changes the color (or hue) of the parts of the picture to the selected color.',
|
||||
'author'=>$AUTHOR_KENDRICK,
|
||||
'see'=>array('Lighten', 'Darken')),
|
||||
|
||||
array('name'=>'TV',
|
||||
'desc'=>'Distort your picture so it looks like it\'s on a television (TV).',
|
||||
'author'=>$AUTHOR_ADAMR),
|
||||
|
||||
array('name'=>'Toothpaste',
|
||||
'desc'=>'Paint thick blobs of color on your picture that look like toothpaste.',
|
||||
'author'=>$AUTHOR_ANDREWC),
|
||||
|
||||
/* FIXME: Tornado */
|
||||
array('name'=>'Tornado',
|
||||
'desc'=>'Draws a tornado effect onto the picture.',
|
||||
'author'=>$AUTHOR_PERE),
|
||||
|
||||
array('name'=>'Waves',
|
||||
'desc'=>'Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.', /* FIXME: Dragging went away! */
|
||||
|
|
@ -329,18 +355,22 @@ $tools = array(
|
|||
'author'=>array($AUTHOR_ALBERT, $AUTHOR_KENDRICK),
|
||||
'see'=>'Smudge'),
|
||||
|
||||
array('name'=>'Xor Colors',
|
||||
'desc'=>'Colors based on the position drawn on the picture.',
|
||||
'author'=>'Lukasz Dmitrowski|lukasz.dmitrowski@gmail.com'),
|
||||
|
||||
array('name'=>'Zoom',
|
||||
'desc'=>'Click and drag up to zoom in, or down to zoom out.',
|
||||
'author'=>$AUTHOR_PERE),
|
||||
);
|
||||
|
||||
$fiidx = fopen("../html/index.html", "w");
|
||||
$fiidx = fopen("../en/html/index.html", "w");
|
||||
|
||||
fwrite($fiidx, page_header("List of Magic Tools"));
|
||||
|
||||
foreach ($tools as $t) {
|
||||
|
||||
$shortname = str_replace(' ','', strtolower($t['name']));
|
||||
$shortname = make_shortname($t['name']);
|
||||
|
||||
$out = page_header($t['name']);
|
||||
$out .= "<h2 align=\"center\">By ";
|
||||
|
|
@ -362,21 +392,21 @@ foreach ($tools as $t) {
|
|||
$out .= "<p>See also: ";
|
||||
if (is_array($t['see'])) {
|
||||
foreach ($t['see'] as $s) {
|
||||
$out .= "<a href=\"".str_replace(' ', '', strtolower($s)).".html\">".$s."</a> ";
|
||||
$out .= "<a href=\"".make_shortname($s).".html\">".$s."</a> ";
|
||||
}
|
||||
} else {
|
||||
$out .= "<a href=\"".str_replace(' ', '', strtolower($t['see'])).".html\">".$t['see']."</a>";
|
||||
$out .= "<a href=\"".make_shortname($t['see']).".html\">".$t['see']."</a>";
|
||||
}
|
||||
$out .= "</p>\n";
|
||||
}
|
||||
|
||||
if (file_exists("../html/images/ex_".$shortname.".png")) {
|
||||
if (file_exists("../en/html/images/ex_".$shortname.".png")) {
|
||||
$out .= "<p align=center><img src=\"images/ex_".$shortname.".png\"></p>\n";
|
||||
}
|
||||
|
||||
$out .= page_footer();
|
||||
|
||||
$fi = fopen("../html/".$shortname.".html", "w");
|
||||
$fi = fopen("../en/html/".$shortname.".html", "w");
|
||||
fwrite($fi, $out);
|
||||
fclose($fi);
|
||||
|
||||
|
|
@ -404,4 +434,8 @@ function page_footer()
|
|||
return "</body></html>";
|
||||
}
|
||||
|
||||
function make_shortname($name) {
|
||||
return preg_replace("/[^a-z]/", "_", strtolower($name));
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue