Re: Redesigned Wiki is Live

2016-03-26 Thread Alexander Burger
Hi all,

> > For example you have the function maxi in the sample code.
> > When I search for that function in search, the result doesn't give me 
> > anything useful, like the definition or file it is defined in, etc...
> > One has to find the picolisp ref page and the search in there.
> > Is there a way to incorporate that so the the search dialog in the wiki 
> > could return the result.
> 
> This is a very good idea!
> 
> I'll investigate this. ...

Done! :)

The Wiki search functionality now also displays links to the references
and sources.


Usage:

You can enter one or two symbols.

For one, it tries to look up the reference, and displays "REF: "
with a link to the reference, and then looks up the source and displays
"SRC: " with a link to the source.

For two, it should be a method and a class, and it displays
"SRC: meth> +Class" with a link to the source.


Note that the server must be started in debug mode, i.e. with a '+' at
the end of the command line.

@Erik: The list of search results is always displayed in upper case.
This must be due to the CSS, as in w3m the names appear normally. Do you
think this can be changed? The case of symbols is significant in
PicoLisp.

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Redesigned Wiki is Live

2016-03-26 Thread Erik Gustafson
Hi Chri,

> Maybe there should be a trivial example like the factorial (maybe with
> recur/recurse),
> and a more powerful one related to the db and/or the html functions?

Great idea!

> Also, it seems to me that the monospaced font seems a bit outdated,
> especially beside the more modern ones we have now.

Sure, I'm very open to suggestions. Any you have in mind? I'll probably
browse Google fonts, for better or worse :)

-Erik