[go: up one dir, main page]

Menu

Tree [r20] / note / trunk /
 History

HTTPS access


File Date Author Commit
 icons 2008-05-29 clintfish [r11]
 text 2008-06-22 clintfish [r19] Version 0.1.5 by Clintfish
 tmp 2008-05-29 clintfish [r11]
 CHANGELOG 2008-06-22 clintfish [r19] Version 0.1.5 by Clintfish
 LICENCE 2008-05-29 clintfish [r11]
 README 2008-06-22 clintfish [r19] Version 0.1.5 by Clintfish
 TODO 2008-06-22 clintfish [r19] Version 0.1.5 by Clintfish
 commands.py 2008-05-29 clintfish [r11]
 file_check.py 2008-06-22 clintfish [r17] New File/Clintfish
 install.py 2008-06-22 clintfish [r20] Version 0.1.5 by Clintfish
 spop_note.py 2008-06-22 clintfish [r16] Clintfish

Read Me

########
#README#
########

You just need Tkinter and Python for using this editor.
This programm is under GPLv3 licence.

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 3 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.
<http://www.gnu.org/licenses/>

To see the whole licence look in LICENCE file.

###################
#PACKAGES YOU NEED#
###(ubuntu 8.04)###
###################

python
python-tk
blt
tcl8.4
tk8.4
python-imaging
python-imaging-tk


#######################
#INSTALL and UNINSTALL#
#######################

The install script (install.py) is a experimental script.
It just copy the files to /usr/local/share/spop and create 
a file called spop_note in /usr/local/bin. 
After the installation you just have to type spop_note into 
the terminal and sPOP Note starts.
This script doesn't controll if you got every package you need to 
start sPOP Note (see PACKAGE YOU NEED). So you have to control 
by your own. 
If you don't want to install sPOP Note, no problem 
just change the directory where spop_note.py is and 
type python spop_note.py. Then sPOP Note also works.

The uninstall script (uninstall.py) is also a experimental script.
You find the uninstall script in /usr/local/share/spop_note.
To start the script just type python uninstall.py
It delete all sPOP Note files. Everything past /usr/local/share/spop_note,
then the file spop_note in /usr/local/bin and also (if you want, the script
ask you) if you want to delete your ~/.spop folder.

The sPOP Suite Team gives no warranty that sPOP works perfect or 
is good for your system or etc. So be careful.


########
#THANKS#
########

Thanks to Martin Ultima. He made Pyword.
sPOP Editor got some code lines from Pyword.
Look on http://pyword.sourceforge.net for information
about Pyword.