Hi Gabriel,
please ask such question to the mailing-list and they will be answered
much faster!
> insert a simple TextAreaField and i don't know how.
> Can you help me??
Well, what do you want to do with a TextAreaField?
To see the use of such an input field have a look at all the senders of
#textAreaWithValue:callback:, especially the use in
PageEdit>>renderDocument and in the callback example (from the
SmallWiki Examples package).
Hope this helps,
Lukas
On Dec 3, 2004, at 19:45, Gabrielle Gigliotti wrote:
> Hello,
>
> I'm a student at the University of Bruxelles and i want to ask you a
> little question related to the smallwiki environement.
> I would like to know how to insert a simple TextAreaField in a web
> page.
> I've understood the notion of Folder,Page,Structure,Document etc.. but
> i just want to insert a simple TextAreaField and i don't know how.
> Can you help me??
>
> Thanks in advance
>
> Gabriel
--
Lukas Renggli
http://www.lukas-renggli.ch
Hi,
I was toying around with the pre-seaside Smallwiki and had to format a
document with a lot of nested lists combining the ordered and
non-ordered typed. I found that if I enter the following text ..
# A
-- A.B
-- A.C
--- A.C.D
--- A.C.E
--- A.C.F
-- A.D
# B
## B.A
--- B.A.A
--- B.A.B
## B.B
.. and save it, the source becomes the following:
# A
- A.B
-- A.C
--- A.C.D
--- A.C.E
--- A.C.F
-- A.D
# B
## B.A
- B.A.A
-- B.A.B
# B.B
I was wondering if this was normal behavior or if it is a possible
bug.
Thanks in advance,
Coen De Roover
Hi all
David rothlisberger released a nice forum implementation in Seaside
(with possibility to link to pages....). SmallBB is available on cincom
store and we are in beta phase when it will be a bit more stable I will
port it to Squeak....
Stef
Hi Sandro,
> I'm trying smallwiki on my laptop on windows xp home and squeak3.6 but
> I think there is a problem when I close and exit the image. To be more
> precise, when I reload the image and restart the server, the pages in
> the wiki are not updated with the last version. The problem doesn't
> arise if I save the image before exit.
the available persistence of SmallWiki 1 bases on dumping-out the whole
wiki-tree regularly. All the wiki-data resides in the memory of the
image and therefor it is also persistent if you save your image :)
> I set the storage in xml mode with "server storage: SWSIXXStorage
> new." and I force a snapshot with "server storage snapshot." but if I
> close the image without saving, when I reload the image (and the
> server), the wiki lose the pages that have been created after the
> image has been saved.
I'm not maintaining SmallWiki 1 for Squeak and therefor I don't know
about the details of the port, the official implementation is in
VisualWorks. You should send further questions to the SmallWiki
mailing-list to get answers specific to the Squeak version.
I have always discouraged to use of SIXXStorage for the wiki, because
xml does scale badly as the wiki grows and we also observed strange
problems when reading in and parsing huge xml-files. Note that
SIXXStorage doesn't load the xml automatically upon opening the image,
you have to do this manually.
A file-based persistence has been implemented by Ralph Johnson in
VisualWorks.
I suggest that you use the image-storage in Squeak or wait for
SmallWiki 2 that will have a much nicer persistence system with GOODS,
an open-source oodb available in Squeak. Another possibility would be
that you implement a GoodsStorage by yourself. This should be fairly
simple and completely transparent to the rest of the wiki.
Cheers,
Lukas
On Nov 2, 2004, at 20:01, Sandro Pinna wrote:
> Hi Lukas,
> I'm trying smallwiki on my laptop on windows xp home and squeak3.6 but
> I think there is a problem when I close and exit the image. To be more
> precise, when I reload the image and restart the server, the pages in
> the wiki are not updated with the last version. The problem doesn't
> arise if I save the image before exit.
> I set the storage in xml mode with "server storage: SWSIXXStorage
> new." and I force a snapshot with "server storage snapshot." but if I
> close the image without saving, when I reload the image (and the
> server), the wiki lose the pages that have been created after the
> image has been saved.
> We met last year in Bled and I showed you xpswiki, a tool for Extreme
> Programming project management based on swiki. We are trying to port
> xpswiki on smallwiki but we have encountered this problem.
>
> Thanks in advance
>
> Sandro Pinna
> PhD Student DIEE-University of Cagliari-Italy
--
Lukas Renggli
http://www.lukas-renggli.ch
Dear all,
This version is now stable and already tested by Michel Bany
(mbany(a)cincom.com) and integrates with Seaside nicely. So I propose that
someone integrates this version in SmallWiki too. This version will also
be in goodies on forthcomming VW7.3 distribution CD.
This version corrected parcel load with correct prerequisites. Besides
public store, I published parcels on goodies and ftp:
ftp://ftp.eranova.si/aida/swazoo-0.9.94.tar.gz
From my previous post about 0.9.93:
I did two things: repackage in two new packages and include most Michel
extensions for Seaside. Here is more from comment:
reorganization into two new packets:
- Swazoo-HTTP - servers, connections, request parsing, response
- Swazoo-Resources - resource framework. file resource and others
- all system class extensions moved to Swazoo-VisualWorks
sync with seaside:
- #method added to HTTPRequest subclasses to return HTTP methods used
(GET, POST, PUT, HEAD etc)
-Timestamp rfc1123String now return correct GMT string
-SwazooServer class configureFromStream: added
Best regards
Janko
--
Janko Mivšek
Svetovalec za informatiko
EraNova d.o.o.
Ljubljana, Slovenija
www.eranova.si
tel: 01 514 22 55
gsm: 031 674 565
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Swazoo-devel mailing list
Swazoo-devel(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swazoo-devel
Dear Swazooers,
Original post have somehow corrupted parcels so I recreated parcels and
posted them on two locations:
ftp://ftp.eranova.si/aida/swazoo-0.9.90.tar.gz
goodies/other/Swazoo in forthcomming VW7.3
Parcels are published with links to Cincom Store. This tar.gz inclues
also all other stuff needed (certs, readme, etc). I hope now everything
will be ok.
Best regards
Janko
--
Janko Mivšek
Svetovalec za informatiko
EraNova d.o.o.
Ljubljana, Slovenija
www.eranova.si
tel: 01 514 22 55
gsm: 031 674 565
Thanks janko
Your email was blocked because too large, so I resend it without the
parcels.
Stef
Begin forwarded message:
> Dear all,
>
> Due to quest for easier install I separated SSL support to another
> bundle and parcel. Now we have two bundles and two parcels:
>
> Swazoo
> Swazoo-SSL
>
> I attached both parcels. Both bundles are also published on Cincom
> Public Repository (version 0.9.90).
>
> Installation instructions (from bundle/parcel comment):
>
> 1. copy everything from the goodies/other/Swazoo to your prefered
> directory, together with original visual.im
> 2. load bundle or parcel Swazoo
> 3. In a workspace doIt SwazooServer configureFrom: 'sites.cnf'
> 4. in your browser open http://localhost:8888
>
> Additional steps for adding SSL support:
>
> 5. on Linux, be sure you have openssl installed
> 6. load bundle or parcel Swazoo-SSL
> 7. in a workspace doIt SwazooServer configureFrom: 'sites-ssl.cnf'
> 8. in your browser open https://localhost:8889 (don't forget s in
> https:// !)
>
> Best regards
> Janko Mivšek
Hi,
I'm trying to use SmallWiki here on a server. The way I see it, is that
even despite using VNC to keep the X session, it means that right now
on that server there is always a VNC session. So, if somebody else is
connecting with VNC to the server he will see the SmallWiki Visualworks
windows. Is that correct? Because this implies that SmallWiki cannot be
deployed on a "productive server" where lots of people log on and do
stuff. Please let me know, I'm grinding my teeth here with the local
sysadmins and I'm losing my patience..
Uff
A desperate "SmallWiki supporting" Michele
Hi all,
which permissions should be granted to a user so he/she can view the
Contents command in a Folder?
I've set: view, edit, remove, add and copy to Page, Folder and
Resource structures and still cant change the contents of a folder.
regards,
Sebastián Sastre
HYPERLINK "mailto:ssastre@seaswork.com.ar"ssastre(a)seaswork.com.ar
Seaswork
Special Software Solutions
HYPERLINK "http://www.seaswork.com.ar/"www.seaswork.com.ar
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.772 / Virus Database: 519 - Release Date: 01/10/2004