Changes for page API Reference

Last modified by Thomas Mortagne on 2024/03/27

<
From version < 238.1 >
edited by Silvia Macovei
on 2010/02/26
To version < 239.1 >
edited by Silvia Macovei
on 2010/02/26
>
Change comment: Rollback to version 237.1

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.0
1 +XWiki 1.0
Content
... ... @@ -1,9 +1,7 @@
1 -= XWiki API Reference =
1 +1 XWiki API Reference
2 2  
3 -XWiki's APIs are the methods that the XWiki development team consider safe for you to use (i.e. for which backward compatibility is guaranteed). They can be called from Java or directly from your wiki pages [[using a scripting language>>DevGuide.Scripting]] (either Velocity or Groovy).
3 +XWiki's APIs are the methods that the XWiki development team consider safe for you to use (i.e. for which backward compatibility is guaranteed). They can be called from Java or directly from your wiki pages [using a scripting language>DevGuide.Scripting] (either Velocity or Groovy).
4 4  
5 -{{velocity filter="none"}}
6 -{{html clean="false" wiki="true"}}
7 7  #set($versionStable = "2.2")
8 8  #set($nameStable = $versionStable)
9 9  ##set($versionDev = "2.2-rc-2")
... ... @@ -12,7 +12,7 @@
12 12  #set($nameOldStable = $versionOldStable)
13 13  
14 14  The latest API documentation is available as JavaDoc:
15 -<p/>
13 +
16 16  #set ($url1 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-${versionStable}-javadoc.jar", "index.html"))
17 17  #set ($url3 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-rendering-api-${versionStable}-javadoc.jar", "index.html"))
18 18  #if ($versionDev)#set ($url2 = $xwiki.getPlugin("zipexplorer").getFileLink($doc, "xwiki-core-${versionDev}-javadoc.jar", "index.html"))#end
... ... @@ -22,7 +22,6 @@
22 22  
23 23  ##* [Javadoc for XWiki Platform Core - Trunk>http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/index.html] (generated every day automatically)
24 24  * <a href="$url1">Javadoc for XWiki Platform Core - $nameStable</a> (stable)
25 -<p/>
26 26  #if ($versionDev)* <a href="$url2">Javadoc for XWiki Platform Core - $nameDev</a> (dev)#end
27 27  
28 28  #if ($versionOldStable)* <a href="$url5">Javadoc for XWiki Platform Core - $nameOldStable</a> (older stable)#end
... ... @@ -30,11 +30,10 @@
30 30  You might too be interested by the Rendering Engine API:
31 31  
32 32  * <a href="$url3">Javadoc for XWiki Platform Rendering API - $nameStable</a> (stable)
33 -<p/>
34 34  #if ($versionDev)* <a href="$url4">Javadoc for XWiki Platform Rendering API - $nameDev</a> (dev)#end
35 35  
36 36  #if ($versionOldStable)* <a href="$url4">Javadoc for XWiki Platform Rendering API - $nameOldStable</a> (older stable)#end
37 37  
38 -Older Javadocs of XWiki can be found in our [[Maven Release repository>>http://maven.xwiki.org/releases]]. For example for XWiki Platform Core Javadocs check the files suffixed by ##javadoc## for the version you wish under [[this directory>>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki-core/]].
39 -{{/html}}
40 -{{/velocity}}
34 +Older Javadocs of XWiki can be found in our [Maven Release repository>http://maven.xwiki.org/releases]. For example for XWiki Platform Core Javadocs check the files suffixed by <tt>javadoc</tt> for the version you wish under [this directory>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki-core/].
35 +
36 +
XWiki.XWikiComments[0]
Comment
... ... @@ -1,3 +1,4 @@
1 -Javadoc link is broken; needs single quoted parameters within the HREF double quotes. URL effectively ends at getPlugin(
1 +Javadoc link is broken; needs single quoted parameters within the HREF double quotes.
2 +URL effectively ends at getPlugin(
2 2  
3 -Also, I am having lots of difficulty adding this comment. I keep getting Velocity errors.
4 +Also, I am having lots of difficulty adding this comment. I keep getting Velocity errors.

Get Connected