| 1 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 2 |
|
|---|
| 3 |
MiniTiddlyServer: A mini-server for TiddlyWikis |
|---|
| 4 |
Copyright (C) 2007 Sean Clark Hess and Saq Imtiaz |
|---|
| 5 |
|
|---|
| 6 |
MiniTiddlyServer is free software; you can redistribute it and/or modify |
|---|
| 7 |
it under the terms of the GNU General Public License as published by |
|---|
| 8 |
the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 |
(at your option) any later version. |
|---|
| 10 |
|
|---|
| 11 |
This program is distributed in the hope that it will be useful, |
|---|
| 12 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 |
GNU General Public License for more details. |
|---|
| 15 |
|
|---|
| 16 |
You should have received a copy of the GNU General Public License along |
|---|
| 17 |
with this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 18 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 19 |
|
|---|
| 20 |
Note: This license prohibits using MTS for profit or proprietary applications. |
|---|
| 21 |
If you would like to, you may ask for permission to include in a proprietary |
|---|
| 22 |
application by contacting the copyright holder. |
|---|
| 23 |
Contact information can be found on MiniTiddlyServer.com. |
|---|
| 24 |
|
|---|
| 25 |
See license.txt for the full license |
|---|
| 26 |
|
|---|
| 27 |
The core TiddlyWiki file: MTS/Source/empty.html, is distributed |
|---|
| 28 |
under its own license as described in its file. |
|---|
| 29 |
|
|---|
| 30 |
/////////////////////////////// INSTRUCTIONS //////////////////////////////// |
|---|
| 31 |
|
|---|
| 32 |
INSTALLATION |
|---|
| 33 |
1. Copy this folder's contents to a unique folder on the server |
|---|
| 34 |
2. Run Config.php and follow the instructions |
|---|
| 35 |
|
|---|
| 36 |
UPGRADE INSTRUCTIONS |
|---|
| 37 |
1. Replace your Source folder with the Source folder from this version |
|---|