Re: [NTG-context] question about howto implement context on homeserver

2010-06-17 Thread mrheggiz

I'll look in to it. Many thanks for the tip!

Regards

/Janneman
17 jun 2010 kl. 07.04 skrev Vnpenguin:

On Wed, Jun 16, 2010 at 17:56, mrheggiz  
 wrote:

Please tell me more, interesting!!


Have a look at PHP functions system(), exec() to execute an external
program from PHP.


--
http://vnoss.org
___
If your question is of interest to others as well, please add an  
entry to the Wiki!


maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Jan-Erik Hägglöf
Mandelstensvägen 53
703 74 ÖREBRO

073-957 57 40
019-25 08 69
janerik.hagg...@bredband.net



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] question about howto implement context on homeserver

2010-06-16 Thread Vnpenguin
On Wed, Jun 16, 2010 at 17:56, mrheggiz  wrote:
> Please tell me more, interesting!!

Have a look at PHP functions system(), exec() to execute an external
program from PHP.


-- 
http://vnoss.org
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] question about howto implement context on homeserver

2010-06-16 Thread mrheggiz

Please tell me more, interesting!!

/Janneman
16 jun 2010 kl. 16.26 skrev Vnpenguin:

On Wed, Jun 16, 2010 at 14:51, mrheggiz  
 wrote:

HI ALL!

This maybe discussed before. I ask anyway.

I'm having a personal homeserver that is accessible anywhere with  
linux LAMP

installed.

Is there some way to install minimals and have a webpage with a  
function

similar to
 context live but with mkiv support.

If I'm sitting on a computer with no context installation, it would  
be nice

to typeset my .tex files and receive a downloadable .pdf as a result.


That's exactly we do here with a simple PHP script which parses a
ConTeXt template and makes PDF :)
___
If your question is of interest to others as well, please add an  
entry to the Wiki!


maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Jan-Erik Hägglöf
Mandelstensvägen 53
703 74 ÖREBRO

073-957 57 40
019-25 08 69
janerik.hagg...@bredband.net



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] question about howto implement context on homeserver

2010-06-16 Thread Vnpenguin
On Wed, Jun 16, 2010 at 14:51, mrheggiz  wrote:
> HI ALL!
>
> This maybe discussed before. I ask anyway.
>
> I'm having a personal homeserver that is accessible anywhere with linux LAMP
> installed.
>
> Is there some way to install minimals and have a webpage with a function
> similar to
>  context live but with mkiv support.
>
> If I'm sitting on a computer with no context installation, it would be nice
> to typeset my .tex files and receive a downloadable .pdf as a result.

That's exactly we do here with a simple PHP script which parses a
ConTeXt template and makes PDF :)
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] question about howto implement context on homeserver

2010-06-16 Thread John Haltiwanger
On Wed, Jun 16, 2010 at 2:51 PM, mrheggiz  wrote:
> HI ALL!
>
> This maybe discussed before. I ask anyway.
>
> I'm having a personal homeserver that is accessible anywhere with linux LAMP
> installed.
>
> Is there some way to install minimals and have a webpage with a function
> similar to
>  context live but with mkiv support.
>
> If I'm sitting on a computer with no context installation, it would be nice
> to typeset my .tex files and receive a downloadable .pdf as a result.
>
> Also I want to have possibility to do an online conversion from other
> markups to context markup like "pandoc".
>
> I can do some shellscripting or php scripting if someone have some hints in
> that direction.

I have tentative plans to implement exactly this (including the pandoc
part) as a module for the new Aiki web framework (
http://aikiframework.org )

Like many of my plans, they are currently on the backburner as I
finish my masters thesis.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] question about howto implement context on homeserver

2010-06-16 Thread luigi scarso
On Wed, Jun 16, 2010 at 2:51 PM, mrheggiz  wrote:
> HI ALL!
>
> This maybe discussed before. I ask anyway.
>
> I'm having a personal homeserver that is accessible anywhere with linux LAMP
> installed.
>
> Is there some way to install minimals and have a webpage with a function
> similar to
>  context live but with mkiv support.
>
> If I'm sitting on a computer with no context installation, it would be nice
> to typeset my .tex files and receive a downloadable .pdf as a result.
>
> Also I want to have possibility to do an online conversion from other
> markups to context markup like "pandoc".
>
> I can do some shellscripting or php scripting if someone have some hints in
> that direction.
>
> Regards and many thanks in advance!
IMHO, I find
wiki.contextgarden.net
really good

-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] question about howto implement context on homeserver

2010-06-16 Thread mrheggiz

HI ALL!

This maybe discussed before. I ask anyway.

I'm having a personal homeserver that is accessible anywhere with  
linux LAMP installed.


Is there some way to install minimals and have a webpage with a  
function similar to

 context live but with mkiv support.

If I'm sitting on a computer with no context installation, it would be  
nice to typeset my .tex files and receive a downloadable .pdf as a  
result.


Also I want to have possibility to do an online conversion from other  
markups to context markup like "pandoc".


I can do some shellscripting or php scripting if someone have some  
hints in that direction.


Regards and many thanks in advance!

/Janneman

Jan-Erik Hägglöf
Mandelstensvägen 53
703 74 ÖREBRO

073-957 57 40
019-25 08 69
janerik.hagg...@bredband.net



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___