Re: [pollen] Dynamically generating a pollen book site for every user

2017-09-29 Thread siddharth . soka
Thanks Leo. I had similar stuff on mind. Will be trying to implement over 
the weekend. Will update here about how it went. 

On Friday, 29 September 2017 15:32:50 UTC+5:30, Leandro Facchinetti wrote:
>
> 1. How do I connect the dynamically created eBook ( using Json ) with my 
> own Meteor website securely?
>
>
> Here’s my initial take: JSON → Pollen Markup → LaTeX → PDF → Meteor. From 
> the JSON your application generates, you write code that transforms it into 
> Pollen Markup. When executed by Pollen, that markup creates a PDF, through 
> LaTeX. You then serve this PDF through the Meteor server.
>
> -- 
> Leandro Facchinetti 
> https://www.leafac.com
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [pollen] Dynamically generating a pollen book site for every user

2017-09-29 Thread 'Leandro Facchinetti' via Pollen
> 1. How do I connect the dynamically created eBook ( using Json ) with my own 
> Meteor website securely?


Here’s my initial take: JSON → Pollen Markup → LaTeX → PDF → Meteor. From the 
JSON your application generates, you write code that transforms it into Pollen 
Markup. When executed by Pollen, that markup creates a PDF, through LaTeX. You 
then serve this PDF through the Meteor server.

-- 
Leandro Facchinetti 
https://www.leafac.com

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[pollen] Dynamically generating a pollen book site for every user

2017-09-29 Thread siddharth . soka
Hi Everyone, 

I just noticed Pollen when it was trending on HN. It seems to be the 
perfect answer from my requirement. 

I am building a text based educational website where the main mode of 
learning is conversational and through interactive exercises. The idea is 
to extract from the conversations, projects and explanations to compile a 
web based book for each user according to different responses and creating 
a big book for each user. Given if it is in Pollen, I could create pdf 
using tufte based latex which is kinda something I wanted. 

Through pollen, I discovered Racket and I am trying to create my own DSL 
for the markup of the website. 

I am using the following stack:
Meteor + React + MobX + GraphQL ( Basically JS )

My question is the following :

1. How do I connect the dynamically created eBook ( using Json ) with my 
own Meteor website securely?

Any particular pointers in this direction?

Thanks and Regards
Siddharth

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.