From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- quanta/scripts/scriptinfo.kmdr | 454 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 454 insertions(+) create mode 100755 quanta/scripts/scriptinfo.kmdr (limited to 'quanta/scripts/scriptinfo.kmdr') diff --git a/quanta/scripts/scriptinfo.kmdr b/quanta/scripts/scriptinfo.kmdr new file mode 100755 index 00000000..c225a132 --- /dev/null +++ b/quanta/scripts/scriptinfo.kmdr @@ -0,0 +1,454 @@ + +Form1 + + + Form1 + + + + 0 + 0 + 473 + 531 + + + + Quanta Script Info Generator + + + + unnamed + + + 6 + + + 6 + + + + TabWidget1 + + + + tab + + + Enter Info + + + + unnamed + + + 11 + + + 6 + + + + TextLabel1_3 + + + + Sans Serif + 1 + 1 + + + + Please fill in all fields + + + + + TextLabel1 + + + Script name: + + + + + Name + + + + 7 + 0 + 0 + 0 + + + + + @widgetText + + + + Enter the script name with the extension + + + + + TextLabel5 + + + About script: + + + + + about + + + + <about>@widgetText</about> + + + + Formatting may be done with XHTML tags + + + + + website + + + http:// + + + + <website>@widgetText</website> + + + + The location of your up-to-date file on the web + + + + + TextLabel2 + + + Script author: + + + + + TextLabel4 + + + Script license: + + + + + FileSelector1 + + + + @widgetText/"@Name".info + + + + Directory + + + Select the directory to write the .info file to + + + + + + GPL-2 + + + + + LGPL + + + + + BSD + + + + + Public Domain + + + + + Other + + + + license + + + true + + + + <license>@widgetText</license> + + + + If other include in about + + + + + TextLabel1_4 + + + Editor/Executor: + + + + + TextLabel3 + + + Author email: + + + + + TextLabel1_2 + + + Web address: + + + + + TextLabel2_2 + + + Version number: + + + + + Author + + + + <author>@widgetText</author> + + + + + + email + + + + <email>@widgetText</email> + + + + + + version + + + + <version>@widgetText</version> + + + + + + + + + + + + kmdr-editor + + + + + kwrite + + + + + kate + + + + + kdevelop + + + + editor + + + true + + + + @widgetText + + + + Optional: Editor other than Quanta to use for this script + + + + + + + + + + + kmdr-executor -c quanta + + + + + kmdr-executor + + + + + perl + + + + + php + + + + executor + + + true + + + + @widgetText + + + + Optional: External program executor + + + + + TextLabel6 + + + Script location: + + + + + CloseButton1 + + + Write File + + + + options="" +if [ "@editor" ] || [ "@executor" ]; then +# echo "@editor @executor" +# editor='' +# executor='' + options="<options " + if [ @editor ]; then + options=$options'editor="@editor"' + fi + if [ @executor ]; then + options=$options' interpreter="@executor"' + fi + options=$options" /> +" +fi + +echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> +<?xml-stylesheet type="text/xsl" href="info.xsl" ?> +<!DOCTYPE QuantaScriptInfo> +<INFO> +$options<name>@Name</name> +@Author +@email +@website +@version +@license +@about +</INFO>" > @FileSelector1 + + + + true + + + + + + + tab + + + About + + + + unnamed + + + 6 + + + 6 + + + + TextEdit3 + + + <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:sans-serif"> +<p style="margin-top:16px"><span style="font-weight:600">Quanta Plus Submitter Info Files</span></p> +<p>The purpose of these files is to provide developers with proper credit, expose licensing information and give users thumbnail information about scripts and templates at a glance. We ask that you try to do several things here.</p> +<ul type="disc"><li>Fill in all the fields. They are all there for a reason.</li> +<li>Contact the appropriate Quanta script and template maintainer or a member of our team when you have new releases so we can include them. As we plan to build a huge repository we have to rely on you here.</li></ul> +<p>The additional information serves as a backup. Any time a user wants they can click the link to go to your site and get updates, docs or whatever they require. Thank you for helping us to make this a great feature</p> +<p align="center" style="margin-top:14px"><span style="font-weight:600">Contact Information</span></p> +<p align="center">Quanta Resource Maintainer - (none at this time)<br />Lead Developer - Andras Mantia <a href="mailto:amantia@kde.org?subject=ScriptInfo">amantia@kde.org</a><br />Kommander - Michal Rudolf <a href="mailto:mrudolf@kdewebdev.org?subject=ScriptInfo">mrudolf@kdewebdev.org</a><br />Project Lead - Eric Laffoon <a href="mailto:sequitur@kde.org?subject=ScriptInfo">sequitur@kde.org</a></p> +</body></html> + + + + + + + + + + Name + Author + email + website + version + license + about + CloseButton1 + editor + executor + TabWidget1 + TextEdit3 + + + -- cgit v1.2.3