You can't change the title of a page by adding or removing a space of
semicolon, or whatever character that is ignored in the structure name.
As a workaround you change the title in two steps by making an extra
change in the first step and remove that again in the second step.
regards,
Adriaan.
Hi,
I made a patch of internationalization for the VisualWorks SmallWiki.
You can set any charset by admin menu with this patch. Then, it encodes
pages by the VisualWorks encoder corresponded with the charset.
I hope this code will be merged into the core packages. How can I
contribute my patch? send it Lukas or publish a bundle on the public
store registry temporally?
--
Koji Yokokawa <yokokawa(a)logical.design.co.jp>
http://yengawa.webhop.org/
hi all
I'm trying to put some php example using smallWiki and I use = to have
the code as is.
Now this is not working well, have a look at:
=<?php
= echo "This is a test";
= ?>
=<?php echo "This is a test" ?>
For example:
http://kilana.unibe.ch:9090/seasideforphp/instructionseparation/
Stef
I see the fine manual says
"As Table 2.1 shows, the syntax of SmallWiki is similar to SqueakWiki or
WikiWorks. Changing the grammar of the parser is no big deal, if you are
more familiar with a different one and want to support that. However, as for
all other parsers, it is difficult to write extensions that can be added and
removed independently in order to parse new document entities."
Where can I find tutorials/pointers/whatever on how to change the grammar?
frank
Thanks to the help of Michael Rueger there is now a full archive of the
SmallWiki mailing list accessible at:
http://impara.de/pipermail/smallwiki/
Michael imported all the mails that I've collected over the past in my
personal mailbox and is kindly hosting the archive on his server.
Cheers,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
Hi Adriaan,
> Sorry to bother you at this time with this subject. Do you know if I
> can
> use '[', ']', '<' and '>' in a SmallWiki page? Or else tell me where I
> can
> read this.
> The problem is that I want to describe the syntax of my test tool using
> regular expressions:
>
> <command> <mandatory parameter> [optional parameter]
you can use all special wiki characters by escaping them: that is you
escape them by putting a back-slash in front like \[, \*, \!, ... For <
and > this is slightly different, as they are used to build the xhtml
and are preserved by SmallWiki. You have to write them using
html-syntax: > and <
Actually all the escaping isn't necessary if you use preformatted-text,
maybe want to do this anyway when displaying source-code.
= #( a b c ) do: [ :eaach |
= Transcript show: '<'; show: each; show: '>'; cr ]
Hope this helps,
Lukas
> Preferably it should work within a table.
Escaping works in any context :)
Cheers,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
lukas do you know where if we have an archive of the mailing-list?
Stef
Begin forwarded message:
> From: Michael Rueger <michael(a)squeakland.org>
> Date: 21 avril 2004 12:39:00 GMT+02:00
> To: owner-smallwiki(a)iam.unibe.ch
> Subject: Archive?
>
>
> Hi,
>
> tried really hard, but I can't find the archive for the smallwiki
> list. Is it linked somewhere that I didn't see?
>
> Anyways, a pointer would be nice.
>
> Michael
>
>
Begin forwarded message:
> From: Michael Rueger <michael(a)squeakland.org>
> Date: 20 avril 2004 17:32:37 GMT+02:00
> To: The general-purpose Squeak developers list
> <squeak-dev(a)lists.squeakfoundation.org>
> Subject: Re: SmallWiki & custom syntax
> Reply-To: The general-purpose Squeak developers list
> <squeak-dev(a)lists.squeakfoundation.org>
>
> Frank Shearar wrote:
>
>> I've not really looked very deeply at SmallWiki, so feel free to tell
>> me to
>> shut up & use the source.
>
> No, no, the fine manual ;-)
>
> Just adding a question while we got the attention:
>
> can I and when how use external (e.g. XHTML or custom syntax) template
> files?
>
> Michael
>
>
>
Hi guys
please send your question to the smallwiki list because everybody is
busy
Smallwiki(a)iam.unibe.ch so you get a better chance to catch lukas ;)
Stef
On 20 avr. 04, at 17:42, Frank Shearar wrote:
>>>>> "Michael Rueger" 04/20/04 16:32 >>>
>>
>> Frank Shearar wrote:
>>
>>> I've not really looked very deeply at SmallWiki, so feel
>> free to tell me to
>>> shut up & use the source.
>>
>> No, no, the fine manual ;-)
>
> :)
>
> I see the fine manual says
>
> "As Table 2.1 shows, the syntax of SmallWiki is similar to SqueakWiki
> or
> WikiWorks. Changing the grammar of the parser is no big deal, if you
> are
> more familiar with a different one and want to support that. However,
> as for
> all other parsers, it is difficult to write extensions that can be
> added and
> removed independently in order to parse new document entities."
>
> Now I must just read some more, I think, to find out just _how_ to do
> this.
> I confess I was looking for a method returning a string with the
> complete
> grammar (like SWWikiParser class>>parserDefinitionComment) that I'd
> just
> change and run a magic #updateSyntax method and be done. Who knows -
> maybe
> there is?
>
> frank
>
>
>
> which version of Swazoo do I need for SmallWiki 0.9.20 from cincom
> store. I get an exception #keysAndValues not unterstood?
Generally it is the latest one ... but I already had numerous problems
with this exception. It is a method-selector that has been renamed some
time ago in Swazoo and I cannot know the version of Swazoo that was
current at the time of SmallWiki 0.9.20 (this is a problem of StORE).
Generally it should work if you just rewrite the method-send to
something like #postKeysAndValues or #postKeysAndValuesDo:, I don't
remember what it is actually. But you will find out ... :)
Hope this helps,
Lukas
--
Lukas Renggli
http://renggli.freezope.org