Re: [PD] Style the Pd html documentation

2017-10-04 Thread Lucas Cordiviola
This is a simpler approach:

http://lucarda.com.ar/x/manual/

Just changing the file “pdmanual.css”. CSS files are in charge of font 
sizes, colors, etc.

Attached: “pdmanual.css”.


--
Mensaje telepatico asistido por maquinas.

On 10/4/2017 7:26 AM, abel.jer...@free.fr wrote:
>
> Some people try to write pd htlm documentation with a single file (pandoc) : 
> https://github.com/pure-data/pure-data/pull/171
>
> I would like to suggest to make it easier/pleasant to read, and design some 
> css selectors + responsive layouts. A first step to see if you are interested 
> to go further : http://reso-nance.org/public/pd-doc/
>
> Here, I use a very nice and light css framework build by W3 
> (https://www.w3schools.com/w3css/).
>
>
> Jérôme
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

/* --- old code 
HTML { 
	background:  #ff; 
	color: 	 #00;
	font-family: Times, Times New Roman, serif;
	font-size:   10pt;
} 
BODY { 
	width: 	6.5in; 
	margin-left: 0.5in
} 
H1 {
	font-size:   36pt;
	text-align:  center;
}
H2 {
	font-size:   10pt;
	text-align:  center;
}
H3 {
	font-size:   12pt;
	text-align:  left;
}
H4 {
	font-size:   10pt;
	text-align:  left;
}
H5 {
	font-size:   8pt;
	text-align:  left;
}
H6 {
	font-size:   8pt;
	text-align:  left;
}
PRE { 
   font-size:   8pt;
	text-align:  left;
}

--- end old code*/

HTML { 
	background:  #ff; 
	color: 	 #00;
	font-size:   10pt; /* this is because there are many  missing. We can change this value to 7pt to easy detect missing */
} 
BODY { 
	width: 	6.5in; 
	margin-left: 0.5in;
	font-family: Verdana, Geneva, sans-serif;
	} 
H1 {
	font-size:   30pt;
	text-align:  center;
}
H2 {
	font-size:   20pt;
	text-align:  center;
}
H3 {
	font-size:   12pt;
	text-align:  left;
}
H4 {
	font-size:   10pt;
	text-align:  left;
}
H5 {
	font-size:   8pt;
	text-align:  left;
}
H6 {
	font-size:   8pt;
	text-align:  left;
}
PRE { 
   font-size: 105%;
   background-color:rgb(240, 240, 240);
   text-align:  left;
}

ol{
	font-size:   10.5pt;
	text-align:  left;
	line-height: 1.6;
	}


p{
	font-size:   10pt;
	text-align:  left;
}

a:link {
text-decoration: underline;
	color: black;
}

a:visited {
text-decoration: none;
	color: black;
}

a:hover {
text-decoration: underline;
	color: grey;
}

a:active {
text-decoration: underline;
	color: black;
}

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] purr data 2.3.2's gem on windows 10

2017-10-04 Thread Jonathan Wilkes via Pd-list
> Hello Jonathan and Alexandre ,

> i just saw the git commits  .
> but will wait for next build. 
> or try a build next week. 

> i already tried but failed miserably :-) 
> i 'll retry and give feedback,  

> i justed wanted to ask if your modifications will give support for 
> avi? 
> mpg? 
> quicktime?

It adds jpeg support. (Plus some other fixes unrelated to Gem.)

> to prepare some files.
> and for images, png support with alpha channel for transparency or tiff or 
> tga.
> or , if possible , support for 
> https://www.xnview.com/fr/GFL/ 
> or a libre alternative like imagemagick?

> i am for the moment trying things with osc and vision software Scene.

> and html interface in purrdata supports a higher load of messages for display 
> than tcl tk . 

> on linux (mint) it works great for me on an old  pentium dual core laptop 

> but opengl is too old and slow, just ok for tests


What's too slow?


> btw, is it possible to send a html patch window to a secondary monitor 
> fullscreen? 

> and/or to use webgl?. 

> I would like to deploy installation in a classroom, for initiations.

Have you tried pulling the window over to the secondary screen and clicking 
"Fullscreen" 

in the "View" menu?


-Jonathan

> after all, i was led to linux by windows pd crashes.
> an all new world.

> Thanks 

> Pierre-Yves




2017-09-30 17:10 GMT+02:00 Jonathan Wilkes :

> Hello List,
>
>> 1. Please don't ask why i use windows.
>
>> 2. please tell me if there is a better place to post about this.
>
>> 3. i installed purr-data 2.3.2 (and other versions before) on windows 10 
>> (x64).
>
>> gem is included but i startup i get :
>> GEM: image loading support: SGI
>
>> only
>
>> and i can't find a way of loading jpg or movies in gem.
>
>> if i load example pix_film opr pix_movie, i get
>
>> verbose( 0):[pix_movie]: AVI support verbose( 0):[pix_movie]: image support
>
>> [pix_film]: unable to open file: C:/Users/PC-VonoXS/Desktop/ pour 
>> josep/capture014_type1.avi
>
>> (standard dv file , that used to work on pd-extended)
>
>> but gem 93.3 is quite old , especially for glsl stuff.
>
>
>Hi Py,
>I maintain Purr Data. I'll have a look at this.
>
>-Jonathan
>

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] purr data 2.3.2's gem on windows 10

2017-10-04 Thread Björn Eriksson
On Win10 there seems to be the problem with a dll file: MSVCR71.DLL that is
missing.
Placing it in the Gem folder helped me a lot. Your problem might be
something else, but
this dll file seems important on Win10 when running GEM. It has been
discussed in other threads
with Gem in Pd Vanilla and Win10.

Best,
Björn Eriksson


On Wed, Oct 4, 2017 at 11:12 PM, Py Fave  wrote:

> Hello Jonathan and Alexandre ,
>
> i just saw the git commits  .
>
> but will wait for next build.
> or try a build next week.
>
> i already tried but failed miserably :-)
> i 'll retry and give feedback,
>
> i justed wanted to ask if your modifications will give support for
> avi?
> mpg?
> quicktime?
>
> to prepare some files.
>
> and for images, png support with alpha channel for transparency or tiff or
> tga.
>
> or , if possible , support for
> https://www.xnview.com/fr/GFL/
>
> or a libre alternative like imagemagick?
>
> i am for the moment trying things with osc and vision software Scene.
> and html interface in purrdata supports a higher load of messages for
> display than tcl tk .
>
> on linux (mint) it works great for me on an old  pentium dual core laptop
> but opengl is too old and slow, just ok for tests
>
>
> btw, is it possible to send a html patch window to a secondary monitor
> fullscreen?
> and/or to use webgl?.
>
> I would like to deploy installation in a classroom, for initiations.
>
> after all, i was led to linux by windows pd crashes.
> an all new world.
>
> Thanks
>
>
> Pierre-Yves
>
>
>
> 2017-09-30 17:10 GMT+02:00 Jonathan Wilkes :
>
>> > Hello List,
>>
>> > 1. Please don't ask why i use windows.
>>
>> > 2. please tell me if there is a better place to post about this.
>>
>> > 3. i installed purr-data 2.3.2 (and other versions before) on windows
>> 10 (x64).
>>
>> > gem is included but i startup i get :
>> > GEM: image loading support: SGI
>>
>> > only
>>
>> > and i can't find a way of loading jpg or movies in gem.
>>
>> > if i load example pix_film opr pix_movie, i get
>>
>> > verbose( 0):[pix_movie]: AVI support verbose( 0):[pix_movie]: image
>> support
>>
>> > [pix_film]: unable to open file: C:/Users/PC-VonoXS/Desktop/pour
>> josep/capture014_type1.avi
>>
>> > (standard dv file , that used to work on pd-extended)
>>
>> > but gem 93.3 is quite old , especially for glsl stuff.
>>
>>
>> Hi Py,
>> I maintain Purr Data. I'll have a look at this.
>>
>> -Jonathan
>>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] purr data 2.3.2's gem on windows 10

2017-10-04 Thread Py Fave
Hello Jonathan and Alexandre ,

i just saw the git commits  .

but will wait for next build.
or try a build next week.

i already tried but failed miserably :-)
i 'll retry and give feedback,

i justed wanted to ask if your modifications will give support for
avi?
mpg?
quicktime?

to prepare some files.

and for images, png support with alpha channel for transparency or tiff or
tga.

or , if possible , support for
https://www.xnview.com/fr/GFL/

or a libre alternative like imagemagick?

i am for the moment trying things with osc and vision software Scene.
and html interface in purrdata supports a higher load of messages for
display than tcl tk .

on linux (mint) it works great for me on an old  pentium dual core laptop
but opengl is too old and slow, just ok for tests


btw, is it possible to send a html patch window to a secondary monitor
fullscreen?
and/or to use webgl?.

I would like to deploy installation in a classroom, for initiations.

after all, i was led to linux by windows pd crashes.
an all new world.

Thanks


Pierre-Yves



2017-09-30 17:10 GMT+02:00 Jonathan Wilkes :

> > Hello List,
>
> > 1. Please don't ask why i use windows.
>
> > 2. please tell me if there is a better place to post about this.
>
> > 3. i installed purr-data 2.3.2 (and other versions before) on windows 10
> (x64).
>
> > gem is included but i startup i get :
> > GEM: image loading support: SGI
>
> > only
>
> > and i can't find a way of loading jpg or movies in gem.
>
> > if i load example pix_film opr pix_movie, i get
>
> > verbose( 0):[pix_movie]: AVI support verbose( 0):[pix_movie]: image
> support
>
> > [pix_film]: unable to open file: C:/Users/PC-VonoXS/Desktop/pour
> josep/capture014_type1.avi
>
> > (standard dv file , that used to work on pd-extended)
>
> > but gem 93.3 is quite old , especially for glsl stuff.
>
>
> Hi Py,
> I maintain Purr Data. I'll have a look at this.
>
> -Jonathan
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Style the Pd html documentation

2017-10-04 Thread abel . jerome


Some people try to write pd htlm documentation with a single file (pandoc) : 
https://github.com/pure-data/pure-data/pull/171

I would like to suggest to make it easier/pleasant to read, and design some css 
selectors + responsive layouts. A first step to see if you are interested to go 
further : http://reso-nance.org/public/pd-doc/

Here, I use a very nice and light css framework build by W3 
(https://www.w3schools.com/w3css/).


Jérôme



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list