<br><br><div><span class="gmail_quote">2006/4/27, Pico &lt;<a href="mailto:pmwiki@ben-amotz.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmwiki@ben-amotz.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thomas Richter wrote:<br>&gt; Hi all,<br>&gt;<br>&gt; I am creating a FAQ based on PmWiki, so page names&nbsp;&nbsp;are descriptive<br>&gt; questions. For two reasons i would like the Page names to retain<br>&gt; spaces.<br>&gt;<br>

&gt; First: I use the tags-cookbook extension, and the links automatically<br>&gt; listed for a tag get garbled (something like<br>&gt; &quot;WhatCodecIsBestForVideocompression&quot;), because they are derived from<br>&gt; the page name.
<br>&gt;<br>&gt; Second: it would be fine, if page names could be parsed by Google and<br>&gt; understood as compositions of different keywords.<br>&gt;<br>&gt; I localized one bit of the PmWiki Code where spaces are being stripped
<br>&gt; (function MakePageName) and i would like to convert them to &quot;%20&quot; but<br>&gt; i failed to find other relevant parts of the code.<br><br><br>Have you enabled the spacewikiwords option (by directive or adding
<br>$SpaceWikiWords = 1; in your config.php)?<br><br>That should cause the page titles to appear with spaces.&nbsp;&nbsp;For spaces in<br>pagelists, you will have to modify the pagelist templates to use<br>{$Namespaced} or {$Titlespaced} instead of the default {$Name} markup.
<br><br>Forcing the page name to contain the entire question seems like it could<br>become burdensome pretty quickly.&nbsp;&nbsp;Have you looked into other options<br>(like using the title for the full question and using pagelist to
<br>display titles instead of page names).<br><br>Also, you may want to take a look at several recent Cookbook recipes for<br>FAQ pages.</blockquote><div><br><br>Thanks Pico! <br></div><br>I fear i misphrased my question - the page titles are spaced (with $SpaceWikiWords=1), but i want the filenames (which i referred to as page names, according to 
<a href="http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/9521">http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/9521</a> ) to incorporate spaces too (encoded as &quot;%20&quot;) - is that possible?<br><br>
What problems do you think could occur when the page names/titles contain the whole question? I donīt know what kind of better naming-system i could establish for new pages, easy enough to understand by all my users... :-/
<br><br><br>Greetings,<br>Thomas<br><br></div>&nbsp;<br>