Re: Wiki progress

2018-06-09 Thread Alexander Burger
On Sun, Jun 10, 2018 at 07:04:44AM +0200, Alexander Burger wrote:
> In the DB GUI of the wiki (you get there after logging in, and going to "My
> account"), there is a menu entry "Upload". Here you can upload another logo or
> CSS file.

Another, probably simpler and safer way, is if you send me a modified CSS file
(starting from the current, latest, version), and I add it to the sources.

♪♫ Alex

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


Re: Wiki progress

2018-06-09 Thread Alexander Burger
Hi Olaf and Arie,

> Per accident I stumbled on the possibility of adding a per elemnt CSS
> style, since it wasn't documented at that moment. I added that to the Wiki
> doc here: https://picolisp.com/wiki/?help
> 
> Maybe there is a way to define classes etc. and use those.
> I guess Alex would be the one knowing best, since he invented this Wiki :)

In the DB GUI of the wiki (you get there after logging in, and going to "My
account"), there is a menu entry "Upload". Here you can upload another logo or
CSS file.

This upload functionality needs a special permission, which is currently granted
only to the "Administrator" role. Only a handful of people have this role
currently, all others are "Member" by default.

So I (or anyone with Administrator role) could either give Arie the admin role,
or create a new role "Maintainer" which then would have the Upload permission.
This new role could be assigned to Arie for example.

What do you think?
♪♫ Alex

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


Re: Wiki progress

2018-06-09 Thread Arie van Wingerden
Hi Olaf,

thx!

Per accident I stumbled on the possibility of adding a per elemnt CSS
style, since it wasn't documented at that moment. I added that to the Wiki
doc here: https://picolisp.com/wiki/?help

Maybe there is a way to define classes etc. and use those.
I guess Alex would be the one knowing best, since he invented this Wiki :)

For now I have no problem with it and I can change things very fast.

@Alex Is there a way to do so?

TIA,
   Arie

2018-06-09 16:20 GMT+02:00 O.Hamann :

> Hi Arie,
>
> I do like your work on the documentation very much, no question.
>
> No doubt about the code content, if there sth would be wrong, everyone
> would notice it.
>
>
> But colors and font sizes are, besides look and feel, also a matter of
> individual visual capabilities,
>
> so it might be that one day (as the small picolisp community seems to be
> very faithful and gets older with the core :-)  )
>
> s.o. decides to change the coloring of the wiki pages or will let the
> reader change the font sizes themselves.
>
>
> Would there be a way to use css classes instead of styling each element
> individually?
>
> It would make work easier on both sides writing and changing.
>
> I don't know the wiki docs and if a css class syntax is provided and I'm
> very sorry that I did not look it up,
>
> but your progress in work adds so nicely page for page, that I thought I
> have to say it now,
>
> regardless that I do not have a solution or workaround to offer at the
> moment.
>
>
> Perhaps other reader of this list know, if there is already an easy way to
> express in wiki syntax what will result in sth like this  :
>
> 
>
> 
>
> to match the corresponding css (being defined in same html file or in
> extra css file):
>
> chaper-intro { background-color: LightCyan ; }
>
> example-title { color: MidnightBlue; font-family: "Arial Black";
> font-size: 20px; }
>
>
> Greetings, Olaf
>
>
>
>
> On 08.06.2018 15:59, Arie van Wingerden wrote:
>
>> Hi,
>>
>> the last days I did a refresh of parts 1 .. 3 of PLEAC docs.
>>
>> At first I'd tried to get a nice reading experience by having lightblue
>> backgrounds for paragraph titles and yellow backgrounds per example.
>>
>> Having done it that way, in the I found the reading experience far from
>> pleasant.
>>
>> Also I noticed that the H1 .. H6 markup of the Wiki are either very big
>> and/or faint. So I only use one at the top of a page.
>>
>> I now did the following:
>> - use a self specified font (CSS) for headings (not too big)
>> - copy the paragraph numbers originally used
>> - display the "problem description" from the original book on
>>   a very faint color blue.
>>
>> Personally I think this is a great improvement. Now I can continue with
>> peace of heart with the rest of the PLEAC docs :)
>>
>> Hopefully this will make these docvs more accessible. Maybe it is an idea
>> if I use those headings on other pages as well? It seems less awkward than
>> those very big letters ...
>>
>> Best,
>>Arie
>>
>>
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: Wiki progress

2018-06-09 Thread O.Hamann

Hi Arie,

I do like your work on the documentation very much, no question.

No doubt about the code content, if there sth would be wrong, everyone 
would notice it.



But colors and font sizes are, besides look and feel, also a matter of 
individual visual capabilities,


so it might be that one day (as the small picolisp community seems to be 
very faithful and gets older with the core :-)  )


s.o. decides to change the coloring of the wiki pages or will let the 
reader change the font sizes themselves.



Would there be a way to use css classes instead of styling each element 
individually?


It would make work easier on both sides writing and changing.

I don't know the wiki docs and if a css class syntax is provided and I'm 
very sorry that I did not look it up,


but your progress in work adds so nicely page for page, that I thought I 
have to say it now,


regardless that I do not have a solution or workaround to offer at the 
moment.



Perhaps other reader of this list know, if there is already an easy way 
to express in wiki syntax what will result in sth like this  :






to match the corresponding css (being defined in same html file or in 
extra css file):


chaper-intro { background-color: LightCyan ; }

example-title { color: MidnightBlue; font-family: "Arial Black"; 
font-size: 20px; }



Greetings, Olaf



On 08.06.2018 15:59, Arie van Wingerden wrote:

Hi,

the last days I did a refresh of parts 1 .. 3 of PLEAC docs.

At first I'd tried to get a nice reading experience by having 
lightblue backgrounds for paragraph titles and yellow backgrounds per 
example.


Having done it that way, in the I found the reading experience far 
from pleasant.


Also I noticed that the H1 .. H6 markup of the Wiki are either very 
big and/or faint. So I only use one at the top of a page.


I now did the following:
- use a self specified font (CSS) for headings (not too big)
- copy the paragraph numbers originally used
- display the "problem description" from the original book on
  a very faint color blue.

Personally I think this is a great improvement. Now I can continue 
with peace of heart with the rest of the PLEAC docs :)


Hopefully this will make these docvs more accessible. Maybe it is an 
idea if I use those headings on other pages as well? It seems less 
awkward than those very big letters ...


Best,
   Arie




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


Re: Subscribe

2018-06-09 Thread Alexander Burger
On Sat, Jun 09, 2018 at 03:20:19PM +0200, Johan Persson wrote:
> I suppose the subject suffices?

Yes, perfect! :)
♪♫ Alex

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


Subscribe

2018-06-09 Thread Johan Persson

Hello Johan Persson  :-)
You are now subscribed


I suppose the subject suffices?

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