[Pmwiki-users] How To Change Valid Wiki Titles

Steven Leite steven_leite
Sat Jan 31 06:54:34 CST 2004


Q:  I want to be able to (allow) "&" character in my Wiki Titles.  How do I
do it?  I think I need to modify one or more of the snippets below:

$GroupNamePattern="[A-Z][A-Za-z0-9]+";

$WikiWordPattern="[A-Z][A-Za-z0-9]*(?:[A-Z][a-z0-9]|[a-z0-9][A-Z])[A-Za-z0-9
]*";

$FreeLinkPattern="{{(?>([A-Za-z][A-Za-z0-9]*(?:(?:[\\s_]*|-)[A-Za-z0-9]+)*)(
?:\\|((?:(?:[\\s_]*|-)[A-Za-z0-9])*))?)}}((?:-?[A-Za-z0-9]+)*)";

$FragmentPattern="#[A-Za-z][-.:\\w]*";

$PageTitlePattern="[A-Z][A-Za-z0-9]*(?:-[A-Za-z0-9]+)*";

A: ?


-----

Q:  I also want to change my file names (and thus, WikiTitles) to allow
spaces, or rather, use the "_" (underscore) character for the actual
TitleName and FileName, but display it on the screen as a " " (white-space).
Is that easy to fix?

A:  ?

-----

Q:  Is this mailing list available on Google or any other search engine?
I'm concerned about my email address getting picked up by spam-bots or other
evil things.

A:  ?



Thanks!

Steven Leite




More information about the pmwiki-users mailing list