INTRODUCTION
This program is a hierarchic text editor, with todo's and other fun stuff... It is similar to BrainForest for the Palm Pilot, which is Copyright 1998 Aportis Technologies and Florent Pillet.
REQUIREMENTS
This software is written in Python, and requires a Python interpreter. I used Python-1.5.2 to write it with. Anything newer than Python-1.5.0 should work.
It also requires S-Lang, and the python module called PySlang. I used libslang-1.3.9, and PySlang-0.2.0. Any libslang newer than 1.2.0 should work, and any PySlang >= 0.2.0.
MORE INFORMATION
Several trees and texts are included with this software, and each provides potentially useful information:
README This file. :)
INSTALL How to build and install this software.
todo.tree Lists the things which need to be done, or have
already been done..
help.tree Tutorial and documentation.
other_projects.tree Lists other similar projects out there...
HELPING OUT / SENDING BUG REPORTS
If this software crashes, it will probably put important information in a file called "pyslang.err". You can help by describing to me what you did before the program crashed, and by sending me a copy of that file. Note that this error file will be overwritten each time you start this program.
CONTACT
My web site is...
My email is...
LEGAL STUFF
This software is Copyright (C) 2000 Scott Scriven The included file, "COPYING", contains the full GNU license.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
