Skip to content

Commit

Permalink
Item9693: Item11737: Fix some minor doc typos
Browse files Browse the repository at this point in the history
And remove some more explicit System references that have slipped in.
  • Loading branch information
gac410 committed Jul 2, 2015
1 parent dd241c5 commit 1d176b5
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions PatternSkin/data/System/WebCreateNewTopicComponents.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435577872" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="WebHome"}%
---+!! <nop>%TOPIC%
This topic is meant for developers. It contains =INCLUDE= sections to build a "create new topic" form.
Expand Down Expand Up @@ -139,7 +139,7 @@ This is the code used in the [[%SANDBOXWEB%.%HOMETOPIC%]] form:

%STARTSECTION{"topicparent"}%
%JQREQUIRE{"ui::autocomplete"}%
%INCLUDE{"System.JQueryAjaxHelper" section="topicselector" INPUT_VALUE="%URLPARAM{"topicparent" default=""}%" INPUT_NAME="topicparent" EXCLUDE="%TOPIC%" PLACEHOLDER="%MAKETEXT{"Enter parent name"}%" }%
%INCLUDE{"%SYSTEMWEB%.JQueryAjaxHelper" section="topicselector" INPUT_VALUE="%URLPARAM{"topicparent" default=""}%" INPUT_NAME="topicparent" EXCLUDE="%TOPIC%" PLACEHOLDER="%MAKETEXT{"Enter parent name"}%" }%
%ENDSECTION{"topicparent"}%

%STARTSECTION{"templatetopic"}%<select name="templatetopic" class="foswikiSelect">%IF{"'%URLPARAM{"templatetopic"}%'" then='<option selected="selected">%URLPARAM{"templatetopic"}%</option>'}%<option value="">%MAKETEXT{"Default template"}%</option>%SEARCH{"name~'*Template'" scope="topic" topic="*Template" web="%BASEWEB%" excludetopic="*EditTemplate,*WebCreateNewTopicTemplate,*ViewTemplate" type="query" nonoise="on" format="<option value=\"$web.$topic\">$topic</option>"}%</select>%SEARCH{"name~'*Template'" scope="topic" topic="*Template" web="%BASEWEB%" limit="1" excludetopic="WebTopicEditTemplate,*WebCreateNewTopicTemplate,*ViewTemplate" type="query" nonoise="on" format=" <span class='foswikiUnvisited'>%POPUPWINDOW{
Expand Down
4 changes: 2 additions & 2 deletions TipsContrib/data/System/TipTopic011.txt
@@ -1,11 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" date="1421599902" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Server side include

To include the contents of a web page or Foswiki topic, use =%<nop>INCLUDE{"page"}%=.

Examples:
<!-- %JQREQUIRE{"chili"}% --><verbatim class="tml">%INCLUDE{"System.WebHome"}%
<!-- %JQREQUIRE{"chili"}% --><verbatim class="tml">%INCLUDE{"%SYSTEMWEB%.WebHome"}%
%INCLUDE{"WebHome"}%</verbatim>
This example requires ={INCLUDE}{AllowURLs}= enabled in [[%SCRIPTURLPATH{"configure"}%][configure]] (disabled by default for security reasons):
<verbatim class="tml">%INCLUDE{"http://www.google.com/"}%</verbatim>
Expand Down
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435678839" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="Contribs"}%
---+!! !TopicUserMappingContrib
<!--
Expand Down Expand Up @@ -72,7 +72,7 @@ It's a part of the default distribution of the Foswiki Core.
Foswikitask:Item13287: Improvements in regular expressions<br />\
Foswikitask:Item2257: Improve performance of BulkResetPassword<br />\
Note: This version is *Not compatible with Foswiki 1.1.x* |
| 4.50 (18 Dec 2014) | Foswikitask:Item13060: Add toggle-all action to the BulkPasswordReset page<br />\
| 4.50 (18 Dec 2014) | Foswikitask:Item13060: Add toggle-all action to the BulkResetPassword page<br />\
Foswikitask:Item13106: removed blockquote where possible<br />\
Foswikitask:Item13027: Most try..catch clauses were catching Error::Simple, which is effective only for catching Foswiki-specific exceptions<br />\
Foswikitask:Item12952: remove non-existent Config.spec<br />\
Expand Down
4 changes: 2 additions & 2 deletions core/data/System/ACRONYM.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1434484983" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
---+!! What is an !ACRONYM?

Expand All @@ -25,7 +25,7 @@ But _Not_

When you write an acronym and the acronym topic already exists, it becomes a link. There are more ways

* To force a link to to an acronym, use bracket notation: =[<nop>[HTML5]]= - this becomes: [[HTML5]] and will display the broken link indicator (?) if the topic does not exist.
* To force a link to to an acronym, use bracket notation: =[<nop>[HTML5]]= - this becomes: [[HTML5]] and will display the broken link indicator (red dotted underline) if the topic does not exist.
* To link to an acronym in *another web*, write: =%SANDBOXWEB%.HTML= - this becomes: %SANDBOXWEB%.HTML
* To link to an acronym on a site like the Acronym Finder, use: =Acronym:HTTP= - this becomes: Acronym:HTTP (sites are defined in the InterwikiPlugin)

Expand Down
4 changes: 2 additions & 2 deletions core/data/System/AccessControl.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435689678" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
%STARTINCLUDE%
---+ Access Control
Expand Down Expand Up @@ -169,7 +169,7 @@ As of Foswiki 2.0, the empty DENY setting is now meaningless, _unless explicitly
| | *Before Foswiki 2.0* | *Foswiki 2.0 and newer* |
| Allow ALL users | Set DENY to an empty string | Set ALLOW to * |
| Allow All logged-in users | <p>Set DENY to %USERSWEB%.WikiGuest</p> <p>Leave ALLOW un-set</p> | &lt;no change from before&gt; |
| Deny all access | Set ALLOW to NobodyGroup | <p>Set ALLOW to NobodyGroup </p> <p>-or- Set DENY to *</p> |
| Deny all access | Set ALLOW to %USERSWEB%.NobodyGroup | <p>Set ALLOW to %USERSWEB%.NobodyGroup </p> <p>-or- Set DENY to *</p> |
| Allow selected users | Set ALLOW to desired users/groups | Set ALLOW to desired users/groups |
| Deny selected users | Set DENY to desired users/groups | Set DENY to desired users/groups |

Expand Down
4 changes: 2 additions & 2 deletions core/data/System/AdminToolsCategory.txt
@@ -1,11 +1,11 @@
%META:TOPICINFO{author="ProjectContributor" comment="reprev" date="1434484983" format="1.1" reprev="2" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="Category"}%
---+ Admin tools

List of tools available to the Foswiki administrator

* %ICON{help}% Documentation: [[ReferenceManual][Reference Manual]]
* %ICON{wrench}% [[Site Tools]]: %WIKIPREFSTOPIC%, InterWikis, [[System.Macros][Macros]], [[DocumentGraphics][Doc Graphics]]
* %ICON{wrench}% [[Site Tools]]: %WIKIPREFSTOPIC%, InterWikis, [[%SYSTEMWEB%.Macros][Macros]], [[DocumentGraphics][Doc Graphics]]
* %ICON{gear}% Server operation: [[%SCRIPTURLPATH{"configure"}%][Configure]], [[InstalledPlugins][Extensions & Diagnostics]], [[PerlDependencyReport][Perl Dependencies]]. [[FoswikiServerInformation][Server execution details]]
* %ICON{persons}% Manage [[%USERSWEB%.%WIKIUSERSTOPIC%][Users]]: [[UserRegistration][Register]], [[%USERSWEB%.WikiGroups][Groups]], %SYSTEMWEB%.NewUserTemplate, %SYSTEMWEB%.UserForm, ResetPassword, ChangePassword, ChangeEmailAddress
* %ICON{indexlist}% Manage Content: [[ManagingTopics][Topics]], [[ManagingWebs][Webs]]
Expand Down
4 changes: 2 additions & 2 deletions core/data/System/CommandAndCGIScripts.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435068785" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="DeveloperDocumentationCategory"}%
%STARTINCLUDE%
---+ CGI and Command Line Scripts
Expand Down Expand Up @@ -317,7 +317,7 @@ User data is passed in 0 or more parameters of the format =FwkNname= where =Fwk=
| =Fwk1LoginName= | New user's login username | _required_ |
| =Fwk1Password= | New user's password | |
| =Fwk0Confirm= | Password confirmation (if enabled) | |
| =Fwk0Name= | User's name. Defaults to =FirstName LastName= | |
| =Fwk0Name= | User's name. Defaults to =FirstName !LastName= | |
| =Fwk0AddToGroups= | Accepts a comma-separated list of group names to add the new user to. | |

Any additional =Fwk= parameters will be written to the user topic (_except_
Expand Down
10 changes: 5 additions & 5 deletions core/data/System/EditingShorthand.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1430442487" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
---+ Editing Shorthand
%STARTINCLUDE%
%TABLE{}%
Expand Down Expand Up @@ -456,7 +456,7 @@ Email addresses are also linked automatically, see further details below.
* nntp://foswiki.org
* telnet://foswiki.org
* name@foswiki.org
* %PUBURL%/System/ProjectLogos/foswiki-logo-icon.png
* %PUBURL%/%SYSTEMWEB%/ProjectLogos/foswiki-logo-icon.png
</verbatim>
</td>
<td>
Expand All @@ -469,7 +469,7 @@ Email addresses are also linked automatically, see further details below.
* nntp://foswiki.org
* telnet://foswiki.org
* name@foswiki.org
* %PUBURL%/System/ProjectLogos/foswiki-logo-icon.png
* %PUBURL%/%SYSTEMWEB%/ProjectLogos/foswiki-logo-icon.png
</td>
</tr>
<tr valign="top">
Expand All @@ -490,7 +490,7 @@ Email addresses are also linked automatically, see further details below.

<b>http://foswiki.org</b>

_%PUBURL%/System/ProjectLogos/foswiki-logo-icon.png_
_%PUBURL%/%SYSTEMWEB%/ProjectLogos/foswiki-logo-icon.png_
</verbatim>
</td><td>

Expand All @@ -504,7 +504,7 @@ _%PUBURL%/System/ProjectLogos/foswiki-logo-icon.png_

<b>http://foswiki.org</b>

_%PUBURL%/System/ProjectLogos/foswiki-logo-icon.png_
_%PUBURL%/%SYSTEMWEB%/ProjectLogos/foswiki-logo-icon.png_
</td>
</tr>
<tr valign="top">
Expand Down
12 changes: 6 additions & 6 deletions core/data/System/ReleaseNotes02x00.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1435760426" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReleaseHistory"}%
---+!! Foswiki Release 2.0 RC 1

Expand Down Expand Up @@ -445,7 +445,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item1115][Item1115]] | Numbered lists behave different for numbers and characters. Document as a restriction. |
| [[%BUGS%/Item1330][Item1330]] | Wikiwords with Umlauts arent detected. |
| [[%BUGS%/Item1664][Item1664]] | Oops not generated on non existent topic. |
| [[%BUGS%/Item2257][Item2257]] | Remove unnecessary fields from System.BulkResetPassword. |
| [[%BUGS%/Item2257][Item2257]] | Remove unnecessary fields from %SYSTEMWEB%.BulkResetPassword. |
| [[%BUGS%/Item2292][Item2292]] | System topics authored by WikiGuest instead of ProjectContributor. |
| [[%BUGS%/Item2450][Item2450]] | Unable to subscribe to Web/SubWeb.*. |
| [[%BUGS%/Item2595][Item2595]] | extender.pl fails if plugins are misbehaving. |
Expand Down Expand Up @@ -512,7 +512,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item10995][Item10995]] | Wysiwyg destroys umlaute in text. |
| [[%BUGS%/Item11003][Item11003]] | Spreadsheet TIME* functions do not work properly with dates before 1970. |
| [[%BUGS%/Item11015][Item11015]] | Need better docs, and examples of %SUBSCRIBE format option. |
| [[%BUGS%/Item11050][Item11050]] | System.SiteChanges crashes when accessing the 2nd page. |
| [[%BUGS%/Item11050][Item11050]] | %SYSTEMWEB%.SiteChanges crashes when accessing the 2nd page. |
| [[%BUGS%/Item11056][Item11056]] | Do not insert into empty attachment comments. |
| [[%BUGS%/Item11085][Item11085]] | Uninstalling an extension keeps enabled state, resulting in error on configure screen. |
| [[%BUGS%/Item11092][Item11092]] | =&amp;nbsp;= in attachment size makes it impossible to use inside MAKETEXT. |
Expand Down Expand Up @@ -566,8 +566,8 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item12202][Item12202]] | DST shift marks old RSS feed items as new / value of isotz must be date dependant. |
| [[%BUGS%/Item12203][Item12203]] | Help tab shows raw editing help. |
| [[%BUGS%/Item12239][Item12239]] | Dependencies missing from "Perl modules used by Foswiki", in configure screen. |
| [[%BUGS%/Item12246][Item12246]] | Documentation for System.PageCaching is out of date. |
| [[%BUGS%/Item12261][Item12261]] | Add developer section to System.PageCaching : rest requests, URL attributes to suppress caching. |
| [[%BUGS%/Item12246][Item12246]] | Documentation for %SYSTEMWEB%.PageCaching is out of date. |
| [[%BUGS%/Item12261][Item12261]] | Add developer section to %SYSTEMWEB%.PageCaching : rest requests, URL attributes to suppress caching. |
| [[%BUGS%/Item12287][Item12287]] | Configure dies on buggy extensions with UserInterfaceInternationalisation enabled. |
| [[%BUGS%/Item12316][Item12316]] | =redirectdenied= template assumes redirect was due to rename. Message is too specific. |
| [[%BUGS%/Item12319][Item12319]] | ASSERTs not eliminated by optimization. |
Expand Down Expand Up @@ -649,7 +649,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item12952][Item12952]] | Move Configure into a Contrib. |
| [[%BUGS%/Item12953][Item12953]] | header parameter does not work when using row as fieldtype. |
| [[%BUGS%/Item12954][Item12954]] | Table gets broken when editing via edit button and inserting a new row. |
| [[%BUGS%/Item12955][Item12955]] | Related Topics search in System.FAQForm. |
| [[%BUGS%/Item12955][Item12955]] | Related Topics search in %SYSTEMWEB%.FAQForm. |
| [[%BUGS%/Item12956][Item12956]] | Unitialized variable crash after using back button to return to edit, and save. |
| [[%BUGS%/Item12958][Item12958]] | HTML in a label can break the editor. |
| [[%BUGS%/Item12960][Item12960]] | =dirtyareas= not removed in any case. |
Expand Down
14 changes: 7 additions & 7 deletions core/data/System/VarPUBURL.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1434650530" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="Macros"}%
---+ PUBURL -- generate an URL for an attachment
Generate an absolute URL for an attachment, or for a web or topic within the attachment database.
Expand All @@ -13,13 +13,13 @@ Generate an absolute URL for an attachment, or for a web or topic within the att
---++ Examples
* =%<nop>PUBURL%= expands to =%PUBURL%=
* =%<nop>PUBURL{"icon_plus.png"}%= expands to ==%<nop>PUBURL{"icon_plus.png"}%=
* =%<nop>PUBURL{web="System"}%= expands to =%PUBURL{web="System"}%=
* =%<nop>PUBURL{topic="System.MainFeatures"}%= expands to =%PUBURL{topic="System.MainFeatures"}%=
* =%<nop>PUBURL{web="System" topic="MainFeatures"}%= expands to =%PUBURL{web="System" topic="MainFeatures"}%=
* =%<nop>PUBURL{topic="System.MainFeatures"}%= expands to =%PUBURL{topic="System.MainFeatures"}%=
* =%<nop>PUBURL{topic="System.MainFeatures" "icon_plus.png"}%= expands to =%PUBURL{topic="System.MainFeatures" "icon_plus.png"}%=
* =%<nop>PUBURL{web="%SYSTEMWEB%"}%= expands to =%PUBURL{web="%SYSTEMWEB%"}%=
* =%<nop>PUBURL{topic="%SYSTEMWEB%.MainFeatures"}%= expands to =%PUBURL{topic="%SYSTEMWEB%.MainFeatures"}%=
* =%<nop>PUBURL{web="%SYSTEMWEB%" topic="MainFeatures"}%= expands to =%PUBURL{web="%SYSTEMWEB%" topic="MainFeatures"}%=
* =%<nop>PUBURL{topic="%SYSTEMWEB%.MainFeatures"}%= expands to =%PUBURL{topic="%SYSTEMWEB%.MainFeatures"}%=
* =%<nop>PUBURL{topic="%SYSTEMWEB%.MainFeatures" "icon_plus.png"}%= expands to =%PUBURL{topic="%SYSTEMWEB%.MainFeatures" "icon_plus.png"}%=
* Also supports =topic_version= and =attachment_version= parameters. These can be used with advanced store implementations to select specific attachment versions. However simple file-based stores do not normally support them.
<div class="foswikiHelp">%H% The 'old' way of building URLs using =PUBURL= involved concatenating the web and topic names to the =PUBURL= e.g. =%<nop>PUBURL%/Main/SystemFeatures=. This practice is *strongly* discouraged, as it does not correctly handle encoding of the parts of the URL. At the first opportunity you should replace all such URLs with the equivalent =%<nop>PUBURL%{topic="System.MainFeatures"}%=, which will handle URL encoding for you.<br><br>%I% [[VarATTACHURL][ATTACHURL]] provides a shorter way to refer to the attachments on the current topic.</div>
<div class="foswikiHelp">%H% The 'old' way of building URLs using =PUBURL= involved concatenating the web and topic names to the =PUBURL= e.g. =%<nop>PUBURL%/Main/%SYSTEMWEB%Features=. This practice is *strongly* discouraged, as it does not correctly handle encoding of the parts of the URL. At the first opportunity you should replace all such URLs with the equivalent =%<nop>PUBURL%{topic="%SYSTEMWEB%.MainFeatures"}%=, which will handle URL encoding for you.<br><br>%I% [[VarATTACHURL][ATTACHURL]] provides a shorter way to refer to the attachments on the current topic.</div>
%STOPINCLUDE%
---++ Related
[[VarPUBURLPATH][PUBURLPATH]], [[VarATTACHURL][ATTACHURL]], [[VarATTACHURLPATH][ATTACHURLPATH]], [[VarSCRIPTURL][SCRIPTURL]], [[VarSCRIPTURL][SCRIPTURLPATH]], FileAttachments
Expand Down
12 changes: 6 additions & 6 deletions core/data/System/VarPUBURLPATH.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1434650530" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435796369" format="1.1" version="1"}%
%META:TOPICPARENT{name="Macros"}%
---+ PUBURLPATH -- generate a relative URL for an attachment
Generate a relative URL for an attachment, or for a web or topic within the attachment database.
Expand All @@ -13,15 +13,15 @@ Generate a relative URL for an attachment, or for a web or topic within the atta
---++ Examples
* =%<nop>PUBURLPATH%= expands to =%PUBURLPATH%=
* =%<nop>PUBURLPATH{"icon_plus.png"}%= expands to ==%<nop>PUBURLPATH{"icon_plus.png"}%=
* =%<nop>PUBURLPATH{web="System"}%= expands to =%PUBURLPATH{web="System"}%=
* =%<nop>PUBURLPATH{topic="System.MainFeatures"}%= expands to =%PUBURLPATH{topic="System.MainFeatures"}%=
* =%<nop>PUBURLPATH{web="System" topic="MainFeatures"}%= expands to =%PUBURLPATH{web="System" topic="MainFeatures"}%=
* =%<nop>PUBURLPATH{topic="System.MainFeatures" "icon_plus.png"}%= expands to =%PUBURLPATH{topic="System.MainFeatures" "icon_plus.png"}%=
* =%<nop>PUBURLPATH{web="%SYSTEMWEB%"}%= expands to =%PUBURLPATH{web="%SYSTEMWEB%"}%=
* =%<nop>PUBURLPATH{topic="%SYSTEMWEB%.MainFeatures"}%= expands to =%PUBURLPATH{topic="%SYSTEMWEB%.MainFeatures"}%=
* =%<nop>PUBURLPATH{web="%SYSTEMWEB%" topic="MainFeatures"}%= expands to =%PUBURLPATH{web="%SYSTEMWEB%" topic="MainFeatures"}%=
* =%<nop>PUBURLPATH{topic="%SYSTEMWEB%.MainFeatures" "icon_plus.png"}%= expands to =%PUBURLPATH{topic="%SYSTEMWEB%.MainFeatures" "icon_plus.png"}%=
* Also supports =topic_version= and =attachment_version= parameters. These can be used with advanced store implements to select specific attachment versions. However simple file-based stores do not normally support them.
<div class="foswikiHelp">
%X% This macro will only generate a relative URL if the store supports them, and the context allows it. Otherwise it will generate the same as =[[VarPUBURL][PUBURL]]=

%H% The 'old' way of building URLs using =PUBURLPATHPATH= involved concatenating the web and topic names to the =PUBURLPATH= e.g. =%<nop>PUBURLPATH%/%<nop>WEB%/%<nop>TOPIC%=. This practice is *strongly* discouraged, as it does not correctly handle encoding of the parts of the URL. At the first opportunity you should replace all such URLs with the equivalent =%<nop>PUBURLPATH%{topic="System.MainFeatures"}%=, which will handle URL encoding for you.
%H% The 'old' way of building URLs using =PUBURLPATHPATH= involved concatenating the web and topic names to the =PUBURLPATH= e.g. =%<nop>PUBURLPATH%/%<nop>WEB%/%<nop>TOPIC%=. This practice is *strongly* discouraged, as it does not correctly handle encoding of the parts of the URL. At the first opportunity you should replace all such URLs with the equivalent =%<nop>PUBURLPATH%{topic="%SYSTEMWEB%.MainFeatures"}%=, which will handle URL encoding for you.

%I% [[VarATTACHURLPATH][ATTACHURLPATH]] provides a shorter way to refer to the attachments on the current topic.

Expand Down

0 comments on commit 1d176b5

Please sign in to comment.