<?xml version="1.0" encoding="UTF-8" standalone="yes"?><extensionVersion xmlns="http://www.xwiki.org/extension"><id>org.xwiki.rendering:xwiki-rendering-transformation-wikiword</id><name>XWiki Rendering - Transformation - WikiWord</name><type>jar</type><rating><totalVotes>0</totalVotes><averageVote>0.0</averageVote></rating><summary>XWiki Rendering - Transformation - WikiWord</summary><description>A [[WikiWord&gt;&gt;http://c2.com/cgi/wiki?WikiWord]] consists of two or more words with initial capitals and put together.&#13;
&#13;
When this transformation is active, it automatically generates links for WikiWords. The links are pointing to wiki pages. If those pages don't exist you'll see a question mark symbol on the link, allowing you to create the new page by clicking on it.&#13;
&#13;
For example the following text:&#13;
&#13;
{{code language="none"}}&#13;
The quick BrownFox jumps over the LazyDog.&#13;
{{/code}}&#13;
&#13;
Becomes, when rendered:&#13;
&#13;
{{image reference=wikiword1.png/}}&#13;
&#13;
&#13;
And if the pages exist you'll see instead:&#13;
&#13;
{{image reference=wikiword2.png/}}&#13;
&#13;
&#13;
== Performance considerations ==&#13;
&#13;
Note that in order to discover WikiWords, this transformation needs to check all words in the page being rendered and is thus relatively costly in term of performance. Although that's probably unnoticeable for small pages it may slow down the page display for large pages.</description><licenses><name>GNU Lesser General Public License 2.1</name></licenses><website>http://extensions.xwiki.org/xwiki/bin/view/Extension/WikiWord%20Transformation</website><authors><name>XWiki Development Team</name><url>https://xwiki.org/xwiki/bin/view/XWiki/XWikiTeam</url></authors><scm><connection><system>git</system><path>git://github.com/xwiki/xwiki-rendering.git/xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword</path></connection><developerConnection><system>git</system><path>git@github.com:xwiki/xwiki-rendering.git/xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword</path></developerConnection><url>https://github.com/xwiki/xwiki-rendering/xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword</url></scm><issueManagement><system>jira</system><url>https://jira.xwiki.org/browse/XRENDERING</url></issueManagement><category>transformation</category><recommended>false</recommended><properties><key>maven.groupid</key><stringValue>org.xwiki.rendering</stringValue></properties><properties><key>maven.artifactid</key><stringValue>xwiki-rendering-transformation-wikiword</stringValue></properties><properties><key>maven.Model</key><stringValue>org.xwiki.rendering:xwiki-rendering-transformation-wikiword:jar:18.7.0</stringValue></properties><properties><key>xwiki.extension.recommendedVersions.commons</key><stringValue>org.xwiki.commons:.*/[18.7.0]</stringValue></properties><properties><key>xwiki.extension.recommendedVersions</key><stringValue>org.xwiki.commons:.*/[18.7.0],
      org.xwiki.rendering:.*/[18.7.0]</stringValue></properties><properties><key>xwiki.extension.recommendedVersions.rendering</key><stringValue>org.xwiki.commons:.*/[18.7.0],
      org.xwiki.rendering:.*/[18.7.0]</stringValue></properties><version>4.3</version><repositories><id>maven-xwiki</id><uri>https://nexus.xwiki.org/nexus/content/groups/public</uri><type>maven</type></repositories></extensionVersion>