Page 2 of 2

Re: PGweb code

Posted: Mon Nov 21, 2016 3:55 pm
by tin
I'm doing a little bit of work on this here and there, and a bit of work on the server side of stuff too, if anyone's interested :)

Re: PGweb code

Posted: Wed Nov 23, 2016 11:30 pm
by AriX
tin wrote:I'm doing a little bit of work on this here and there, and a bit of work on the server side of stuff too, if anyone's interested :)
Sweet! Keep us updated!

Re: PGweb code

Posted: Fri Jan 06, 2017 9:53 pm
by CPLANAS1985
Can you make a "how-to" video on YouTube please!?!?

Re: PGweb code

Posted: Sun Aug 13, 2017 2:57 pm
by tin
Just updated index.html with a hack to stop the font check code working. It checked the properties of the original bitmap font that @rudyvalencia had made, to see if it has the proper fonts available, and this failed both in checking the font name and the dimensions since the new truetype fonts were created. I think therefore if you installed and ran pgweb without anything than the original "PrevueC" and "finalH26f" installed it would look all weird.

I was working on the code to improve the check (and debug a couple of other things) but have not finished that yet.

Just replace index.html with the attached.

Re: PGweb code

Posted: Sun Aug 13, 2017 2:57 pm
by tin
CPLANAS1985 wrote: Fri Jan 06, 2017 9:53 pm Can you make a "how-to" video on YouTube please!?!?
no sorry :) install apache webserver on your machine and read the notes/readme in the archives!