> Avi suggested I talk with you - I've been using SmallWiki as a base for
> a Wiki system that allowed editing the Wiki pages based on paragraphs
> in the page rather than whole pages.
this is definitely something that fits perfectly into the SmallWiki 2
model: it is just a matter of writting a different document editor and
putting the user information into the parse-nodes of the document.
I am right now concentrating on the core functionality like the
security and the storage model. Unfortunately SmallWiki 2 isn't ready
in lots of areas yet.
Cheers,
Lukas
> Hi Lukas!
>
> Avi suggested I talk with you - I've been using SmallWiki as a base for
> a Wiki system that allowed editing the Wiki pages based on paragraphs
> in the page rather than whole pages.
>
> The reasons are so that it is easier to see what data on a page is old
> and what is new, it shows who edited what part of the wiki page last,
> and versions would be kept by paragraph as well.
>
> Editing small wiki pages, or wikis without a lot of content wouldn't
> see much benefit, but for wikis like the Squeak one on minnow, it would
> be very useful. Also, with wiki page editing, you typically find what
> you want to edit twice - once in the rendered page as you read it, then
> find it again in the editor pane ;-)
>
> I think this would alleviate that.
>
> Anyway, Avi thought it might be something (the concept anyway) that
> could fit into SmallWiki2....
>
> Any thoughts or ideas?
>
> thanks!
--
Lukas Renggli
http://www.lukas-renggli.ch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I just noted that the SWSmilie lacks a proper alt=""-tag, where would
I have to alter that?
Regards, Markus
- --
http://reauktion.de/archer/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD4DBQFCUDivRiRItLFyH5gRAtwKAKCOLLpPxztX0f+SR/Vj5rWiOjWVCACYzRL2
k5aN8VcS+9TvmxMpp/93WA==
=PTB2
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I want to add a 'Comments' page to my Wiki where anonymous users can
edit the page; I thought I could do it with the code on the bottom,
but when I hit the Comments-page as anonymous, I only have the usual
anonymous-menu. Btw., I'm using SmallWiki on Squeak.
Regards, Markus
| anonymousRole s commentRole cpage |
s _ SWKom allInstances first.
commentRole _ SWBasicRole name: 'anonymous'.
commentRole add: SWPage permissionEdit.
commentRole add: SWPage permissionAdd.
anonymousRole := s roles detect: [ :each |
~ each name = 'anonymous' ].
commentRole permissions addAll: anonymousRole permissions.
cpage _ (s root children detect: [ :each | each id = 'comments' ]).
cpage roles: (OrderedCollection with: commentRole)
- --
http://reauktion.de/archer/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCT9AIRiRItLFyH5gRAgNTAKCJDDEZJ478ZKmIyJ0x9X2Nl50glACcCupD
vp6IkAWRAanbfEXWU1ubXXg=
=1MWc
-----END PGP SIGNATURE-----
Hi
I would like to know whether the user of the squeak port of SmallWiki
one
got problems with the snaphost mechanism?
We got some problem with the SmallWiki one we were using for
squeakfoundation
and I want to know if this is a problem of SmallWiki one or of the
Squeak Port.
Also if VW users have problems this would be a usefull information for
us.
Stef