[Kexi-devel] koffice/kexi/plugins/scripting
Sebastian Sauer
mail at dipe.org
Sat Dec 24 20:17:29 CET 2005
SVN commit 491142 by sebsauer:
- s/ProjectDocumentator/ProjectDocumentor/g;
- message fixes
- scripts are dual-licensed under BSD/LGPL now
CCMAIL: kexi-devel at kde.org
M +3 -3 kexiscripting/kexiscripting.rc
M +1 -1 scripts/python/ExportXHTML.py
M +1 -1 scripts/python/ImportXHTML.py
M +1 -1 scripts/python/Makefile.am
D scripts/python/ProjectDocumentator.py
A scripts/python/ProjectDocumentor.py scripts/python/ProjectDocumentator.py#490683
--- trunk/koffice/kexi/plugins/scripting/kexiscripting/kexiscripting.rc #491141:491142
@@ -18,12 +18,12 @@
file="kross/python/ExportXHTML.py" />
<ScriptAction
- name="projectdocumentator"
- text="Project Documentator"
+ name="projectdocumentor"
+ text="Project Documentation Generator"
icon="contents"
interpreter="python"
resource="appdata"
- file="kross/python/ProjectDocumentator.py" />
+ file="kross/python/ProjectDocumentor.py" />
</Scripts>
</KrossScripting>
--- trunk/koffice/kexi/plugins/scripting/scripts/python/ExportXHTML.py #491141:491142
@@ -8,7 +8,7 @@
Sebastian Sauer <mail at dipe.org>
Copyright:
-Published as-is without any warranties.
+Dual-licensed under LGPL v2+higher and the BSD license.
"""
class Datasource:
--- trunk/koffice/kexi/plugins/scripting/scripts/python/ImportXHTML.py #491141:491142
@@ -9,7 +9,7 @@
Sebastian Sauer <mail at dipe.org>
Copyright:
-Published as-is without any warranties.
+Dual-licensed under LGPL v2+higher and the BSD license.
"""
class SaxInput:
--- trunk/koffice/kexi/plugins/scripting/scripts/python/Makefile.am #491141:491142
@@ -1,6 +1,6 @@
include $(top_srcdir)/kexi/Makefile.global
scriptsdir = $(kde_datadir)/kexi/kross/python
-scripts_SCRIPTS = ExportXHTML.py ImportXHTML.py ProjectDocumentator.py
+scripts_SCRIPTS = ExportXHTML.py ImportXHTML.py ProjectDocumentor.py
SUBDIRS = kexiapp
More information about the Kexi-devel
mailing list