-
Seems like once we detect a [ we should assume anything up to a space. Test cases:
[file:////server//FileWithTwoSpaces%20%20Here.doc File with Two Spaces]
[file:////server//FileWithTwoSpaces%20%20HereAndDosOKCharacters().doc File with Two Spaces and Funny Characters].
2008-11-03 02:26:49 UTC by nobody
-
One quick solution to the Printer-Friendly problem is to modify the default template (PageTemplate.html) to point to a printer-specific CSS file. Here's how I (Matt pae@towerofjade.com) did it on my system
1. Open your favorite text editor and create a "wikiprint.css" file with the following content:
#topbar, #quickbar, #footer {display:none;}
/* topbar and footer are self explanatory...
2008-06-06 13:36:42 UTC by nobody
-
One thing that I'd really like to see is the ability to add more syntax highlighting files to WikiServer. Most of my programming is done in Python, and not having it is a pain.
Would it be possible to let WikiServer use external syntax files? (I'm thinking specifically of the User Defined Language files used by Notepad++ [see References], but if you can think of or find a better version of...
2008-06-06 13:13:12 UTC by nobody
-
At the end of every source Highlighter block there is
an extra blank line.
Could this be removed?.
2006-08-30 02:55:42 UTC by nobody
-
When I call $$HEADING$$ on a page that is in a
subdirectory, It outputs something like this:
Directory/PageName
I would like to have the "/" customisable into
say ": ", allowing it to display:
Directory: PageName
or even
Directory> PageName
just by changing the config file...
2006-08-30 02:48:55 UTC by inbilla
-
Logged In: YES
user_id=678955
Later RCs (RC16+) should do this.
2006-08-16 19:57:29 UTC by ryannpcs
-
Logged In: YES
user_id=678955
Actually, now in my tests with the latest RC it seems to be
fixed. I made some modifications to the parser for other
fixes, and this may have been fixed as a result.
Basically the above happens if there is a blank line after
the monospaced text - i.e.
-------
my text
-------
produces the extra while
-------
my text
-------
does...
2006-08-16 08:42:06 UTC by ryannpcs
-
Logged In: YES
user_id=678955
Ahhh - you are right. Nice catch! I'll see what I can do :).
2006-08-16 08:32:35 UTC by ryannpcs
-
Logged In: YES
user_id=678955
Fixed in the latest 1.6 RC on the www.wikiserver.org site
(just tried it now - works fine)
2006-08-16 08:28:59 UTC by ryannpcs
-
Logged In: YES
user_id=678955
Please try the latest RC16 or RC17 from the wikiserver site
and let me know if this still happens - there has been a
lot of work on this.
2006-08-16 08:26:17 UTC by ryannpcs