[kune-commits] r1465 - trunk/src/main/webapp/others
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Wed Jul 27 13:36:03 CEST 2011
Author: vjrj_
Date: 2011-07-27 13:36:00 +0200 (Wed, 27 Jul 2011)
New Revision: 1465
Modified:
trunk/src/main/webapp/others/kune-client-actions.xml
Log:
Vector gadget
Modified: trunk/src/main/webapp/others/kune-client-actions.xml
===================================================================
--- trunk/src/main/webapp/others/kune-client-actions.xml 2011-07-26 03:03:13 UTC (rev 1464)
+++ trunk/src/main/webapp/others/kune-client-actions.xml 2011-07-27 11:36:00 UTC (rev 1465)
@@ -3,6 +3,7 @@
<kuneClientActions>
<!-- List of Wave extensions to use in Kune ===================== -->
+
<waveExtensions>
<extension>
<name>Image</name>
@@ -181,6 +182,17 @@
<iconCss></iconCss>
</extension>
+ <extension>
+ <name>vectoreditor</name>
+ <installerUrl>none
+ </installerUrl>
+ <gadgetUrl>http://jsvectoreditor.googlecode.com/svn/trunk/wave/vectoreditor.xml
+ </gadgetUrl>
+ <iconUrl>http://upload.wikimedia.org/wikipedia/en/thumb/c/ce/SVG-logo.svg/200px-SVG-logo.svg.png
+ </iconUrl>
+ <iconCss></iconCss>
+ </extension>
+
</waveExtensions>
<!-- Where and how to use the above extensions ================ -->
@@ -635,6 +647,31 @@
<participants>ask</participants>
</guiActionDescriptor>
+ <guiActionDescriptor>
+ <type>wave-gadget</type>
+ <extensionName>vectoreditor</extensionName>
+ <name>New Image Painter</name>
+ <path>New Gadget»Others</path>
+ <description>Make a vector image with others in real-time
+ </description>
+ <new-content-title>New Vector Image</new-content-title>
+ <new-content-textintro>With this gadget you can make a vector image with others in real-time</new-content-textintro>
+ <enabled>true</enabled>
+ <typeIds>
+ <typeId origTypeId="docs.folder" destTypeId="docs.doc"/>
+ <typeId origTypeId="docs.root" destTypeId="docs.doc"/>
+ <typeId origTypeId="blogs.blog" destTypeId="blogs.post"/>
+ </typeIds>
+ <rol>
+ <!-- Administrator, Editor, Viewer -->
+ <rolRequired>Editor</rolRequired>
+ <authNeed>true</authNeed>
+ </rol>
+ <!-- only for new waves: anyone, onlymembers, onlyadmins, ask (not
+ used yet) -->
+ <participants>ask</participants>
+ </guiActionDescriptor>
+
</guiActionDescriptors>
</kuneClientActions>
More information about the kune-commits
mailing list