Revision 233
Added by ryan almost 20 years ago
| trunk/wb/admin/interface/footer.html | ||
|---|---|---|
| 6 | 6 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
| 7 | 7 |
<tr> |
| 8 | 8 |
<td align="center" style="font-size: 10px;"> |
| 9 |
<!-- Please note: the following copyright/license notice must not be removed/modified -->
|
|
| 9 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
|
| 10 | 10 |
<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a> |
| 11 | 11 |
is released under the |
| 12 | 12 |
<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
| 13 |
<!-- Please note: the above copyright/license notice must not be removed/modified -->
|
|
| 13 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
|
| 14 | 14 |
</td> |
| 15 | 15 |
</tr> |
| 16 | 16 |
</table> |
| trunk/wb/admin/login/forgot/template.html | ||
|---|---|---|
| 61 | 61 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
| 62 | 62 |
<tr> |
| 63 | 63 |
<td align="center" style="font-size: 10px;"> |
| 64 |
<!-- Please note: the following notice must not be removed/modified -->
|
|
| 64 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
|
| 65 | 65 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
| 66 | 66 |
is released under the |
| 67 | 67 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
| 68 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
| 68 | 69 |
</td> |
| 69 | 70 |
</tr> |
| 70 | 71 |
</table> |
| trunk/wb/admin/login/template.html | ||
|---|---|---|
| 86 | 86 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;"> |
| 87 | 87 |
<tr> |
| 88 | 88 |
<td align="center" style="font-size: 10px;"> |
| 89 |
<!-- Please note: the following notice must not be removed/modified -->
|
|
| 89 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
|
| 90 | 90 |
<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a> |
| 91 | 91 |
is released under the |
| 92 | 92 |
<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a> |
| 93 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. --> |
|
| 93 | 94 |
</td> |
| 94 | 95 |
</tr> |
| 95 | 96 |
</table> |
| trunk/README | ||
|---|---|---|
| 21 | 21 |
|
| 22 | 22 |
Usage |
| 23 | 23 |
===== |
| 24 |
Before using Website Baker please note: you must not remove/change |
|
| 25 |
the license footer of the Administration. Also, it is much
|
|
| 26 |
appreciated if you leave a link somewhere on your website, which
|
|
| 27 |
links to the Website Baker website. (http://www.websitebaker.org/) |
|
| 24 |
Before using Website Baker please note: you must not remove/change any
|
|
| 25 |
copyright notices in the any code contained in this package.
|
|
| 26 |
Also, it is appreciated if you leave a link somewhere on your website,
|
|
| 27 |
which links to the Website Baker website. (http://www.websitebaker.org/)
|
|
| 28 | 28 |
|
| 29 | 29 |
|
| 30 | 30 |
Support |
| 31 | 31 |
======= |
| 32 | 32 |
For information about finding help: |
| 33 |
http://www.websitebaker.org/2/help/
|
|
| 33 |
http://www.websitebaker.org/2/help |
|
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
Bugs |
| ... | ... | |
| 42 | 42 |
Contribute |
| 43 | 43 |
========== |
| 44 | 44 |
For information about how to contribute (donating, etc): |
| 45 |
http://www.websitebaker.org/2/contribute/
|
|
| 45 |
http://www.websitebaker.org/2/contribute |
|
| 46 | 46 |
|
Also available in: Unified diff
Modified some comments about copyright/license notices (see ticket #48)