Re: [pollen] Yet another Pollen project: mbtype.com

2018-01-13 Thread Joel McCracken
Nice! I was planning on doing something similar for my own blog/personal site. Is the source available anywhere so I can examine some of your techniques? I do not see it on you github. If you desire to keep it closed, that's cool. I thank you for all you have shared. Re: cors, I was planning on ha

Re: [pollen] Yet another Pollen project: mbtype.com

2018-01-13 Thread Joel McCracken
On Sat, Jan 13, 2018 at 1:58 PM, Matthew Butterick wrote: > > > On Jan 13, 2018, at 6:16 AM, Joel McCracken > wrote: > > > > Nice! I was planning on doing something similar for my own blog/personal > site. Is the source available anywhere so I can examine some of your

[pollen] What are the differences between Scribble and Pollen?

2018-03-02 Thread Joel McCracken
aries. Thanks! Joel McCracken -- 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://grou

Re: [pollen] What are the differences between Scribble and Pollen?

2018-03-02 Thread Joel McCracken
Thanks! It sounds like pollen is what I want then. On Fri, Mar 2, 2018 at 10:44 AM, Matthew Butterick wrote: > > On Mar 2, 2018, at 7:03 AM, Joel McCracken > wrote: > > But, I have been wondering, how do Pollen and Scribble differ? Its not > clear to me if I should actually

[pollen] A few questions about pollen capabilities

2019-05-09 Thread Joel McCracken
One of the things that has held me back from using Pollen is what I perceive as potential limitations. I'm not sure if I want to use pollen, or use XML and write my own processor, and I am trying to make a decision. I had a number of questions when I started this post, but I decided to look at

Re: [pollen] A few questions about pollen capabilities

2019-05-10 Thread Joel McCracken
Thank you, I think you answered all my issues. I will try it out. The thing that worries me the most is the `racket a-pollen-file.html.pm`, that seems like not the best way to try to treat a page as data. But I will see how far I can go! On Friday, May 10, 2019 at 4:44:04 AM UTC-4, Sorawee Por

Re: [pollen] A few questions about pollen capabilities

2019-05-10 Thread Joel McCracken
llen source exports `doc`, which is an S-expression > representing the content of the document. > > On May 10, 2019, at 8:12 AM, Joel McCracken > wrote: > > The thing that worries me the most is the `racket a-pollen-file.html.pm`, > that seems like not the best way to try to

Re: [pollen] A few questions about pollen capabilities

2019-05-26 Thread Joel McCracken
ml.pm")` just like any Racket > module. Every Pollen source exports `doc`, which is an S-expression > representing the content of the document. > > On May 10, 2019, at 8:12 AM, Joel McCracken > wrote: > > The thing that worries me the most is the `racket a-pollen-file.html.p

Re: [pollen] A few questions about pollen capabilities

2019-05-27 Thread Joel McCracken
On Mon, May 27, 2019 at 1:38 PM Matthew Butterick wrote: Why doesn't it work to `provide` the hash of destinations from > "pollen.rkt"? > I suppose I might be able to do that, but I don't think it will solve my overall problem. `pollen.rkt` gets loaded/computed repeatedly, once per page, so it

Re: [pollen] A few questions about pollen capabilities

2019-05-27 Thread Joel McCracken
though, such as "which environment should this be built for?". But the performance concerns here are not nearly as large. On Mon, May 27, 2019 at 6:52 PM Matthew Butterick wrote: > > > > On May 27, 2019, at 3:20 PM, Joel McCracken > wrote: > > > > I suppose

Re: [pollen] better meta values?

2019-05-29 Thread Joel McCracken
Well, I for one have a list of aliases for a page name, so that it might have multiple. Sent from my iPhone > On May 29, 2019, at 6:28 PM, Matthew Butterick wrote: > > tl;dr > > 1) Would it be useful to allow meta values to be expressions, not merely > datums? > 2) Is anyone using identifie

Re: [pollen] Re: better meta values?

2019-05-31 Thread Joel McCracken
This would be fine by me! On Fri, May 31, 2019 at 2:07 PM Matthew Butterick wrote: > Maybe the whole syntax of `define-meta` is idiosyncratic and we could add > (without breaking any compatibility): > > ◊(meta-set! 'key (* 6 7)) > > Since `metas` is a hash, `meta-set!` would echo `hash-set!`. An

Re: [pollen] Caching failed when doing setup on a subfolder?

2019-07-07 Thread Joel McCracken
In bash, you need to use echo -e to interpret escape sequences Sent from my iPhone > On Jul 7, 2019, at 10:37 PM, Joel Dueck wrote: > > To further clarify, the example I posted was just a minimum viable example I > cooked up to help reproduce the issue. I’m seeing the same problem in my > ex

Re: [pollen] Re: Confused about omitted-path

2019-07-16 Thread Joel McCracken
I don't have answers to your direct questions, but I can tell you that I encountered some similar issues and decided to just roll my own solutions for publishing. Here I list all pollen files in my project for rendering: https://gitlab.com/JoelMcCracken/joelmccracken.com/blob/88971b0c0a4f6fdc405c

Re: [pollen] Re: Google Groups replacement needed

2019-08-13 Thread Joel McCracken
If you wish to be notified of all discussion on github, all you need to do is "watch" the repository. I like the idea of using github as a forum, even as I now personally use gitlab for my personal projects now. On Tue, Aug 13, 2019 at 12:15 PM Joel Dueck wrote: > GitHub works pretty well and i