| addon | type | description |
|---|---|---|
| namespaces | macro | Displays the current defined/used namespaces. You can determine the depth of the namespaces to show. |
| snip-limittree | macro | Displays a limited snip tree. Works like the macro snip-tree but you can determine the maximum depth to show. |
| NEW kiviat | graph renderer | A graph renderer to produce Kiviat diagramms. Example see below. |
| list-of-codefilter | macro | Displays a list of all available code filter. |
| NEW list-of-listformatter | macro | Displays a list of all available list formatter. |
| NEW sorted | list formatter | Can be used in label search to dispay a sorted result list. |
| xsl | macro | Use an attached XSL to transform an XML and display the result. Valid data sources are attached files and URLs. Example see below. NEW: Add support of XSL transformation parameter |
<?xml version="1.0" encoding="UTF-8"?> <root> <macro name="namespaces"/> <macro name="snip-limittree"/> </root>
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="root"> <xsl:text>1 ThoMos addons </xsl:text> <xsl:apply-templates/> </xsl:template> <xsl:template match="macro"> <xsl:text> - <xsl:text> <xsl:value-of select="@name"/> </xsl:template> </xsl:stylesheet>
{xsl:macro.xml|macro2snip.xsl}1 ThoMos addons - namespaces - snip-limittree
[branch_name,value]
{graph:kiviat}
[@height,300]
[@gridColor,0,0,0]
[@areaColor,0,0,255]
[Comments,60]
[Methods,40]
[Attributs,90]
[Complexity,20]
[Statements,95]
{graph}
#! /bin/sh APPL_DIR=/your/path/to/snipsnap/applications_dirfor i in `ls -A applications`; do cp $1 $APPL_DIR/applications/$i/webapp/WEB-INF/lib done
1, 1-1, 1-20, 1-20, 1-5, 1-6, 2-2, 3-1, Radeox, ThoMo, comment-2003-08-05-1, comment-2004-01-08-1, comment-2004-01-08-4, comment-Advanced Wiki features-1, comment-Advanced Wiki features-3, comment-Advanced Wiki features-5, comment-Apache as Proxy-11, comment-Namespace-19, comment-Namespace-22, comment-SBS-9, comment-Sandbox-15, comment-Sandbox-16, comment-Sandbox-17, comment-ThoMo-11, comment-ThoMo-19, comment-ThoMo-2, comment-ThoMo-21, comment-ThoMo-23, comment-ThoMo-25, comment-ThoMo-27, comment-ThoMo-29, comment-ThoMo-5, comment-ThoMo-8, comment-ThoMo-9, comment-UsingNamespaces-16, comment-album-10, comment-application.conf-5, comment-init.d-1, comment-init.d-13, comment-init.d-3, comment-init.d-6, comment-snipsnap-download-21, comment-snipsnap-help-70, comment-xml>snipsnap xslt usecase-1, referrer-9







Powered by SnipSnap 1.0b3-uttoxeter