Regen all docs after updating website URL
This commit is contained in:
parent
32bcba3a92
commit
f078120108
107 changed files with 389 additions and 386 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Creating Tux Paint Magic Tool Plugins
|
||||
|
||||
Copyright 2007-2021 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
Copyright 2007-2022 by various contributors; see AUTHORS.txt
|
||||
https://tuxpaint.org/
|
||||
|
||||
July 5, 2007 - September 21, 2021
|
||||
July 5, 2007 - January 20, 2022
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -966,12 +966,12 @@ Example Code
|
|||
Getting Help
|
||||
|
||||
For more information, check the Tux Paint website:
|
||||
http://www.tuxpaint.org/, and the Simple DirectMedia Layer library
|
||||
website: http://www.libsdl.org/.
|
||||
https://tuxpaint.org/, and the Simple DirectMedia Layer library website:
|
||||
http://www.libsdl.org/.
|
||||
|
||||
Additionally, other Tux Paint developers and users can be found on the
|
||||
"tuxpaint-devel" and "tuxpaint-users" mailing lists:
|
||||
http://www.tuxpaint.org/lists/.
|
||||
https://tuxpaint.org/lists/.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,16 +3,18 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
|
||||
<!-- FIXME: Move to `tuxpaint-docs` -bjk 2022.01.02 -->
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000"
|
||||
alink="#FF00FF">
|
||||
|
||||
<center>
|
||||
<h1>Creating Tux Paint Magic Tool Plugins</h1>
|
||||
|
||||
<p>Copyright 2007-2021 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
<p>Copyright 2007-2022 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a></p>
|
||||
|
||||
<p>July 5, 2007 - September 21, 2021</p>
|
||||
<p>July 5, 2007 - January 20, 2022</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -1251,14 +1253,14 @@ simply be '1', your arrays will be of length '1', etc.)</p>
|
|||
<blockquote>
|
||||
|
||||
<p>For more information, check the Tux Paint website:
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>,
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>,
|
||||
and the Simple DirectMedia Layer library website:
|
||||
<a href="http://www.libsdl.org/">http://www.libsdl.org/</a>.</p>
|
||||
|
||||
<p>Additionally, other Tux Paint developers and users can be found on the
|
||||
"<code>tuxpaint-devel</code>" and "<code>tuxpaint-users</code>"
|
||||
mailing lists:
|
||||
<a href="http://www.tuxpaint.org/lists/">http://www.tuxpaint.org/lists/</a>.</p>
|
||||
<a href="https://tuxpaint.org/lists/">https://tuxpaint.org/lists/</a>.</p>
|
||||
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue