diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 84da08d7b7fcda12c85caeb5a10b4903770a6f69 (patch) | |
tree | 2a6aea76f2dfffb4cc04bb907c4725af94f70e72 /knewsticker-scripts/GENERAL | |
download | tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.tar.gz tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knewsticker-scripts/GENERAL')
-rw-r--r-- | knewsticker-scripts/GENERAL | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/knewsticker-scripts/GENERAL b/knewsticker-scripts/GENERAL new file mode 100644 index 0000000..df80c73 --- /dev/null +++ b/knewsticker-scripts/GENERAL @@ -0,0 +1,23 @@ +All scripts surrendered to the knewsticker scripts section which are +distributed WITH KDE are subject to the licensing restrictions of the KDE +project. Should you use any of those scripts in conjuction with any KDE +product you are also subject to their licensing. If the script is used +without a KDE affiliation , if not other stated within the script, or if no +co author is present, those scripts are believed to be in the public domain. + +Please ensure, that you implement proper error handling within your scripts. +The error handling is important for those, who might be using your script, +but have no real understanding of the underlying structure. Since +Knewsticker is a graphical application it relies on the error codes it gets +from your script to display proper error messages to the end user. + +The current set of error messages and how to use them can be found in the +documenation. You can find the documentation at: +http://spoon.pkl.net/~backpane/knews/ + +If you have questions concerning the precommands or if you want to have +certain features implemented into Knewsticker, please contact the +Knewsticker precommand scripts maintainer at [email protected], who will talk to +the Knewsticker author for you, or contact him directly at [email protected]. + +Thank you. |