[xwiki-devs] [xwiki-notifications] r8945 - xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/services
Vincent Massol
vincent at massol.net
Thu Apr 3 08:31:11 CEST 2008
I think we should explain why we're disabling each macro by adding a
comment for each.
For example why are we disabling this one:
> ## List configured interwiki targets.
> +# org.radeox.macro.InterWikiMacro
By looking at the comment I have no idea why.
Same questions for most of the others too.
Thanks
-Vincent
On Apr 2, 2008, at 10:45 PM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2008-04-02 22:45:21 +0200 (Wed, 02 Apr 2008)
> New Revision: 8945
>
> Modified:
> xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro
> Log:
> XWIKI-2271: Disable unused radeox macros
> Done.
>
>
> Modified: xwiki-platform/core/trunk/xwiki-core/src/main/resources/
> META-INF/services/com.xpn.xwiki.render.macro.XWikiMacro
> ===================================================================
> --- xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro 2008-04-02 20:10:39
> UTC (rev 8944)
> +++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro 2008-04-02 20:45:21
> UTC (rev 8945)
> @@ -8,16 +8,24 @@
> com.xpn.xwiki.plugin.graphviz.GraphVizMacro
> com.xpn.xwiki.plugin.svg.SVGMacro
> com.xpn.xwiki.plugin.charts.ChartingMacro
> -org.radeox.macro.ApiDocMacro
> -org.radeox.macro.ApiMacro
> -org.radeox.macro.XrefMacro
> -org.radeox.macro.AsinMacro
> -org.radeox.macro.FilePathMacro
> -org.radeox.macro.IsbnMacro
> com.xpn.xwiki.render.macro.LinkMacro
> org.radeox.macro.MailToMacro
> org.radeox.macro.QuoteMacro
> -org.radeox.macro.RfcMacro
> com.xpn.xwiki.render.macro.TableMacro
> -org.radeox.macro.InterWikiMacro
> -org.radeox.macro.XrefMacro
> +## Link to APIs: {api:java.lang.String} will link to the String
> class in the Sun Java Documentation
> +## This one is quite useful, it should be configured to link to the
> online XWiki javadoc.
> +org.radeox.macro.ApiMacro
> +## List configured interwiki targets.
> +# org.radeox.macro.InterWikiMacro
> +## List registered API locations: {api-docs} will display a table
> with the configured API locations. The configuration is done in a
> file called apidocs.txt
> +# org.radeox.macro.ApiDocMacro
> +## Link to XRef pages
> +# org.radeox.macro.XrefMacro
> +## Amazon Standard Identification Number: {asin:ASIN-VALUE-HERE}
> will create a link to a product on Amazon
> +# org.radeox.macro.AsinMacro
> +## Link to books based on ISBN: {isbn:ISBN-VALUE-HERE} will create
> a link to a book on Amazon
> +# org.radeox.macro.IsbnMacro
> +## Link to RFC documents: {rfc:2616} will link to the HTTP 1.1
> protocol RFC
> +# org.radeox.macro.RfcMacro
> +## Displays a file path. Doesn't seem to work, though.
> +# org.radeox.macro.FilePathMacro
>
> _______________________________________________
> notifications mailing list
> notifications at xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
More information about the devs
mailing list