Changes for page Release Notes for XWiki Enterprise 2.5
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Removed another reference to incubator. We need a place on xwiki.org maybe where we describe avatar usage?
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -156,9 +156,9 @@ 156 156 157 157 == Experimental xwiki/2.1 wiki syntax == 158 158 159 -The xwiki wiki syntax sees further improvements as xwiki/2.1 is still in an experimental stage. A new feature is an enhanced syntax for links and images, which is more generic and allows easier extensions with new link types, demonstrated in this release with support for path and [[interwiki links>>http://en.wikipedia.org/wiki/Interwiki_links]].159 +The xwiki wiki syntax sees further improvements as xwiki/2.1 is still in an experimental stage. A new feature is an enhanced syntax for links, which is more generic and allows easier extensions with new link types, demonstrated in this release with support for path and [[interwiki links>>http://en.wikipedia.org/wiki/Interwiki_links]]. 160 160 161 -Basic syntax for links:161 +Basic syntax: 162 162 163 163 {{code language="none"}} 164 164 [[label>>referenceType:referenceData]] ... ... @@ -178,27 +178,13 @@ 178 178 {{velocity}}[[reset the history>>path:$doc.getURL('reset')||queryString="confirm=1"]]{{/velocity}} 179 179 {{/code}} 180 180 181 -Basic syntax for images: 182 - 183 -{{code language="none"}} 184 -image:referenceType:referenceData 185 -[[image:referenceType:referenceData||paramN=valueN]] 186 -{{/code}} 187 - 188 188 {{info}}This syntax is not enabled by default, you must edit ##xwiki.cfg## and add it to the ##xwiki.rendering.syntaxes## setting to try it out.{{/info}} 189 189 190 190 === [[Interwiki links>>http://en.wikipedia.org/wiki/Interwiki_links]] === 191 191 192 -Basic syntax for XWiki Syntax 2.0:185 +Basic syntax: 193 193 194 194 {{code language="none"}} 195 -[[label>>path@interwikiAlias]] 196 -[[Interwiki links>>Interwiki_links@wikipedia]] 197 -{{/code}} 198 - 199 -Basic syntax for XWiki Syntax 2.1: 200 - 201 -{{code language="none"}} 202 202 [[label>>interwiki:wikiAlias:path/data]] 203 203 [[Interwiki links>>interwiki:wikipedia:Interwiki_links]] 204 204 {{/code}}