Re: A couple of corrections and questions on documentation

2022-06-27 Thread Karl-Heinz Kreis

Epub is basically a zipped directory with html, css and media files.
The html easyly flows according to differrent page sizes, but some
elements, as  or , need non-standard styling, else they
break out of right border of page. That overflow isn't visible. Images
also need some attention, to make them fit on the visible page, i use
as '.css' something like:

img { max-width:100%;
height: auto;
}

Files of other types, like .txt or office suites, need to be converted,
to bee visible.

Greetings , Karl-Heinz


pgpNPgZ9TBgbA.pgp
Description: Digitale Signatur von OpenPGP


Re: [PicoLisp] [PiL] im Betreff verwenden

2021-12-29 Thread Karl-Heinz Kreis

Hi all,

I let my Mailprog simply sort the incomming into previously created
subfolders by the values in the Mail Header...

Happy New Year, Karl-Heinz


pgphlJxhad4tT.pgp
Description: Digitale Signatur von OpenPGP


Re: Manually install (newest) PIL21 on Debian/WSL2

2021-08-22 Thread Karl-Heinz Kreis

Hi, 

opt is part of llvm assembler, version 11 .
The Toolchain needs other fairly actual versions, perl3 ...

Greetings Karl


pgp1cI895aZLv.pgp
Description: Digitale Signatur von OpenPGP


Re: math.l library in picoLisp

2021-05-17 Thread Karl-Heinz Kreis
I had to retrieve that mail from the spam-folder at the server...

Karl-Heinz 


> I also didn’t receive email from SJain. Did the mail program abort
> while sending some mail?
> 
> John
> 
> On Mon, May 17, 2021 at 07:26 Alexander Burger 
> wrote:
> 
> > On Mon, May 17, 2021 at 11:38:05AM +0200, Alexander Burger wrote:  
> > > It is frustrating that E-Mail is so unreliable.  
> >
> > I wonder whether a #picolisp group in Matrix would be better in the
> > long range.
> >
> > ☺/ A!ex
> >
> > --
> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> >  



pgppM8H9f6FgD.pgp
Description: Digitale Signatur von OpenPGP


Re: pil21 on Mac, some errors

2020-10-26 Thread Karl-Heinz Kreis
Am Mon, 26 Oct 2020 11:15:02 +0100
schrieb Alexander Burger :

> Hi Jon,
> 
> > Yesterday I tried installing pil21 on my Mac, following Mike
> > Pechkin's instructions here:
> > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md
> > 
> > 
> > Here’s the output from the last line:
> > ...  
> 
> I'm not sure, but after I sent Mike's link to another MacOS user, he
> answered:
> 
>By following his instruction for macOS 10.15, I was able to
> build/run on Mac. I just needed to upgrade homebrew tools, and use
> GCC-9 for opt assembler.
> 
> No idea what that means, but perhaps you know?
> 
> ☺/ A!ex
> 

Hi,

It boils down to: use current versions of your toolchain. On my mint19
machine i had to manually update llvm from 6(?) to 10 :)

Karl-Heinz


pgpJ4yGMGcuFQ.pgp
Description: Digitale Signatur von OpenPGP


Re: PilCon tomorrow

2020-10-01 Thread Karl-Heinz Kreis
Am Thu, 1 Oct 2020 16:47:07 +0200
schrieb "O.Hamann" :

> On 01.10.20 08:29, Alexander Burger wrote:
> > Any requests or proposals?  
> 
> 
> Just some ideas ... if nothing else comes up ...
> 
> (I created this earlier, before the post of pd, so perhaps we could
> add this at the end of an (imaginary) list of topics for the next
> opportunities ... )
> 
> - What about talking about a short example of using svg.l? - I only
>   found a nice canvas demo in the website search
> 
> - Looking inside the demo apps of the distribution and how to embed
> CSS flexBox elements so that the forms will react responsive on
> smaller viewports?
> 
> - For teaching purposes: Could one factor out portions/snippets of a
>   many-lines-of-code-function into seperate definitions and use them
>   in
>   -- the shortened original function itself
>   -- separate tests to approve functionality when changing the code
>   -- extra (let ...  ) bindings to visualize the effect of the snippet
> 
> - If compiling pil21 on as many platforms as possible would be
> helpful at the present moment
>   -- could one give some hints how to find out the requirements and
>   steps for compiling (in my case on Debian + Ubuntu derivates), the
>   given examples for CentOS, Fedora, Solaris are all looking different
>   to me
> 
> - And finally, if nothing else attracts any attention :-), we could
> open the philosopher's field and try to discuss
> -- For what kind of programmer is picoLisp the right environment to
> deal with:
>   hobbyists, professionals, students?
> 
> -- Does picoLisp and/or especially pil21 work towards a specific goal?
> 
> 
> 
> 
> 
> 

Compiling pil21:

my experience on Mint19, install latest llvm suite and point the
default to this. Debian isn't that current, i had to freshen up some
links to make it work without a hitch.

Karl-Heinz Kreis


pgpcCKbsHl2DR.pgp
Description: Digitale Signatur von OpenPGP


Pil21 on Linux Mint/aarch64

2020-04-13 Thread Karl-Heinz Kreis
Happy Easter.

Today i fetched Pil21, unpacked and called make. The
resulting Errormessage gave the used version of llvm* as 6.0., this is
the default installed version on Mint. After throwing out default
install (-6.0), install of version 9 and some tidying up, calling make
resulted in a working picolisp 21.


Karl-Heinz


pgpZ4HFcNRqtk.pgp
Description: Digitale Signatur von OpenPGP


Re: Proposal: PilCon 2020

2019-12-25 Thread Karl-Heinz Kreis
Merry Christmas to Everybody.

Up front he Monday and Tuesday of the proposal would fit my
workschedule, my attendance is at 80% set.

Regards,Karl-Heinz


pgprrXT4l6HNP.pgp
Description: Digitale Signatur von OpenPGP


Re: Proposal for Wiki CSS changes

2018-06-22 Thread Karl-Heinz Kreis
Hi Ari,

To change only headings inside the #main part the following line could
be added to the wiki.css :
#main h1, h2, h3, h4, h5, h6 {color: MidnightBlue; font-family:
'Arial Black' ; font-weight: 500;}
which should target only the content, not the menu part.

The wiki doesn't have a markup for p tags, and none are created
automatically. I will have to reread the wiki-source to be shure on
details :) and will try to within the next days.

My Best, Karl-Heinz.


pgphajnsgJtb6.pgp
Description: Digitale Signatur von OpenPGP


Re: Wiki - asking for last calls on fonts etc.

2018-06-19 Thread Karl-Heinz Kreis
Hi Arie,

When the markup for headings is updated in the wiki.css, you won't have
to retype that again and again. In wiki-markup that should read like

${
5{Start here}
*{ 
-{ first }
-{ second }
}
}

With '${' on a line for itself you get an empty Style attribute, which
reverts to standard, set by global and css settings done earlier. 
As Example i have edited the Introduction at the start of the
Documentation page.

My Best, Karl-Heinz


> Hi Karl-Heinz,
> 
> ok. That is out of my reach :)
> 
> @Alex can we take that into account when updating the rest of the CSS?
> 
> Thx!
>Arie


pgpGLeNWkrdmF.pgp
Description: Digitale Signatur von OpenPGP


Re: Wiki - asking for last calls on fonts etc.

2018-06-18 Thread Karl-Heinz Kreis
Hi all,

On the Menu on top, try a lighter textcolor, ie. lightgrey, to enhance
contrast. Stark white could be to much...

On the generated html:

The Text enclosed in divs does function as heading, so better use
headings (example below). The divs are better suited to enclose a
complet sublist, see 2nd example below. That snippet actually works in
a testing page :). The necessary Styles can be placed into the .css
file.

Hopefully my remarks will help.


Best, khk

P.S.:
My knowledge of HTML and CSS stems from reworking a CMS-free Site, ftp
access only, which was the the produce of Dreamweaver in the hands of a
printer ;)


 example of generated html
Start here


   https://software-lab.de/doc/tut.html;>A PicoLisp
Tutorial Explore the language on this guided tour. Refreshments
to follow!
   ...
 https://software-lab.de/doc/index.html;>The Common
 Index The essential PicoLisp documentation in one gloriously
 hyperlinked document. 


Start here

Test
more text...

...

  


> Hi all,
> 
> since I really want to push forward with the Wiki, I'd like to ask
> everybody to have a look at this page:
> https://picolisp.com/wiki/?Documentation
> 
> Question:
> - are the headers OK?
> - is the top text OK (under header "Introduction"?
> 
> Note that we wish to recognize visually impaired people!
> 
> Please react before friday 22th of june 2018.
> 
> After that we'll change the defaults.
> 
> Best,
>Arie



pgpYIyczEIleH.pgp
Description: Digitale Signatur von OpenPGP


Subscribe

2017-05-26 Thread Karl-Heinz Kreis
Hello Karl-Heinz Kreis <karl-heinz.kr...@gmx.de> :-)
You are now subscribed



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