Re: picoWiki

2008-10-21 Thread Tomas Hlavaty
Hi Konrad, I think Picowiki could use a title index. As somthing that is automatically generated there has been a page called All but the link was down at the bottom. I moved it to the top menu now. Thank you, Tomas -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

picoWiki

2008-10-13 Thread rand
useful to take action and put it in the picoWiki? I think everybody would appreciate your knowledge and it would be preserved for newcomers too. It would at least make it easier for Alex not to spend his lifetime maintaining his documentation to everybody's tastes and focus on his clients, writing

Re: picoWiki

2008-10-13 Thread Alexander Burger
Hi Randall, I think that the original author of picolisp may be concerned that he gives up the documentation, and is left in one or two years with a mess. No problem at all! I'm happy for any third party documentation, providing for possibly different and additional views (as, for example,

Re: picoWiki

2008-10-13 Thread konrad Zielinski
and maintains. Alex will probably not give that up anyway? However, the existing documentation is a good start, e.g. http://logand.com/picoWiki/classes then can be filled with comments, examples, observations, ideas etc. like I started with http://logand.com/picoWiki/+Blob It would be good

Re: picoWiki

2008-10-12 Thread Tomas Hlavaty
I will have to implement some picoWiki markup for html anchor for this. Anchors is a bad idea actually. It does not go well with the wiki style links and page management. Also, using anchors leads to long documents which are pain to edit in a wiki. Every topic worth referencing should have

Re: picoWiki

2008-10-10 Thread Tomas Hlavaty
. That's the main power of the web I think, not having to look things up but simply click on them... instant information. If you fancy doing this in picoLisp (that's the thing we are after here anyway;-), there are a few things that could be improved in the current lisp tag in picoWiki: 1) highlight

Re: picoWiki

2008-10-09 Thread Alexander Burger
Hi Tomas, class=i href=?ChangesChanges/a, w3m will interpret it as http://logand.com/?Changes. It works in Firefox though, i.e. it opens http://logand.com/picoWiki?Changes page as intended. Just tried with both w3m and firefox, and both seem to work well :-) Cheers, - Alex -- UNSUBSCRIBE

Re: picoWiki

2008-10-09 Thread konrad Zielinski
. It works in Firefox though, i.e. it opens http://logand.com/picoWiki?Changes page as intended. Just tried with both w3m and firefox, and both seem to work well :-) Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED] -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

picoWiki

2008-10-08 Thread Tomas Hlavaty
Hi all, I am implementing a wiki in picoLisp, see http://logand.com/picoWiki Do you think it would be useful for the picoLisp comunity (can we call it that way yet?) to have a wiki with publicly editable info about picoLisp and related stuff? If yes, any ideas and/or content contributions

Re: picoWiki

2008-10-08 Thread Alexander Burger
Hi Tomas, I am implementing a wiki in picoLisp, see http://logand.com/picoWiki Good idea! However, I did not succeed to connect (yet?). Do you think it would be useful for the picoLisp comunity (can we call it that way yet?) Hehe, perhaps better call it a com-mini-ty ;-) Cheers, - Alex

Re: picoWiki

2008-10-08 Thread Alexander Burger
http://logand.com/picoWiki Ah, now it works! Seems I just had a temporary network problem. Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Re: picoWiki

2008-10-08 Thread Tomas Hlavaty
Hi Alex, Good idea! However, I did not succeed to connect (yet?). I just tried with w3m, looks like w3m messes up the relative links, e.g. if I am at http://logand.com/picoWiki and have a relative link a class=i href=?ChangesChanges/a, w3m will interpret it as http://logand.com/?Changes