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 | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /quanta/scripts/dwt.kmdr.info | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.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/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/scripts/dwt.kmdr.info')
-rw-r--r-- | quanta/scripts/dwt.kmdr.info | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/quanta/scripts/dwt.kmdr.info b/quanta/scripts/dwt.kmdr.info new file mode 100644 index 00000000..1aca85a1 --- /dev/null +++ b/quanta/scripts/dwt.kmdr.info @@ -0,0 +1,14 @@ +<!DOCTYPE QuantaScriptInfo> +<INFO> +<options editor="kmdr-editor" interpreter="kmdr-executor -c quanta" /> +<name>dwt</name> +<author>Benjamin Stocker</author> +<email>[email protected]</email> +<website>http://www.4s-hosting.ch/bstocker/dwt</website> +<version>1.11</version> +<license>GPL</license> +<about>DreamWeaver Template functionality. +This is a perl script to apply a modified Dreamweaver (DW) template to files using this template. Macromedia Dreamweaver manages this automatically whenever you change a tepmplate. See DW Documentation for more infos. +When you have a DW-Project with templates but no DW, you can change templates, but this changes will not be added to files using the template. +This script can solve this problem. It takes the name of the FULL project path as argument, scans this path for html files with Template references and updates them. Therefore, all you have to do after updating a template is running this script instead of loading Dreamweaver.</about> +</INFO> |