hi Lukas and al!
Within the next week I will be able to allocate 2 days on Smallwiki2.
I loaded it and runned it. It looks good!
There is also some sunit test.
I would like to help, what do you want me to do ? How could I help ?
Lukas, perhaps we could meet each other. I am at the University everyday (especially the week end) until (very) late in the evening. Just tell me when you have a bit of time.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Even-tough SmallWiki didn't made it to the final round at the 'European
Academic Software Award 2004', it is still very interesting to read the
comments of the reviewers.
--
Lukas Renggli
http://renggli.freezope.org
Hi,
I have downloaded smallwiki 1 and I want to access it through a dyndns
address.
I am able to check localhost:8080
I am able to see tomcat on mydyndns:8080 (so it is not a firewall pb)
but not smallwiki !!
Should i launch swazoo as root on Linux ??
=================
Annick Fron - 04 93 22 88 18
AFC Europe
B.P. 111
977 avenue du Docteur Julien Lefebvre
06271 Villeneuve-Loubet Cedex France
http://www.afceurope.com
Hi Hans,
> how can I switch on the storage on a running Smallwiki ? Or more
> excactly: I can execute Smalltalk code in a SmallWiki page, but how I
> get from there the reference to the server : in the example and
> documentation, I must evaluate
> "server storage: ImageStorage new", so what must be "server" if
> evaluating in a Wiki page ?)
the following variables are defined in the context of the execution of
a piece of code in a wiki page: request, response, structure and html.
Request and response know about their server, so you might do something
like:
[ request server storage: nil ]
Hope this helps,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
hi!
Smallwiki runs into trouble when I just execute server := SmallWiki.SwazooServer startOn: 8081.
I got an exception. The problem seems to come from Swazoo.SwazooSocket class>>serverOnIP:port:. This method is called with '127.0.0.1' and 8081 as argument.
I have attached to this email a copy of the stack.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
we should pay attention that people cannot uplod porn pictures so I
would disable upload.
Noury asked me if we could have some zipped files with ready to use
images and VM
I think that this would be nice to have that.
Stef
Hi Hans,
> one small problem: I want to set a style sheet file in the directory
> where squeak runs (the image is). But obviously I can not give a
> relative path for importing a stylesheet (like @import
> ./mystylesheet.css";)
> The problem is, in the squeak port of SmallWiki it doesn't work to use
> a SWResource (which should work according to FAQ).
I don't know about the squeak port, but I thought this problem was
fixed a long time ago.
> Any other possibilities to get it work ?
There are several possibilities that come into my mind:
- put the css onto a different web-server and import it with the full
path
- use Apache as a proxy to SmallWiki and add a rewrite rule to serve
the css from Apache itself
- write an action that simply returns your css
MyStylesheetAction>>execute
html nextPutAll: '*your-stylesheet*'
and include it using
@import "./?action= MyStylesheetAction"
- use the following
On Dec 15, 2003, at 14:44, Hannes Hirzel wrote:
> Thank you that you will look into this. From my perception the bug is
> in the method I mentioned above. For the wiki I set up I use the
> following a crude workaround
>
> 1) in SWResourceEdit>>#data:mime
>
> I comment out the setting of the mime type
>
> (it would set it to nil which I don't want)
>
> 2) in SWResourceEdit>>renderFields
> I add
>
> html tableData: [html textInputWithValue: self mime callback: #mime: ]]
>
> So I have the user to input the mime type manually in a text field.
>
> For the moment I think this is fine. I was not able to find the bug
> and to fix it along the lines of the original design.
- or even better: write a fix for the SWResource bug ;)
Hope this helps,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
Hi,
I'm trying to load SmallWiki into a fresh VWNC but I can't find it
in the public store.
I've connected to the repository, open the Package Browser, but I'm
unable to find any goodie.
Any orientation are welcome.
Thank you,
Seb
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 24/08/2004