re: Curl markup, as in web markup using declarative style in Curl PL from MIT, not cURL ( see www.curlap.com) My Japanese web pages are now generated using nunjucks + node.js but in the hope of using pharo 3 + Seaside on small virtual server, I thought I would see what it takes to add Curl markup to the Pilar repertoire. But the Pharo 3 RC image is giving a walkback over the configuration for Pillar, so I may not get to this this morning. mrkup, mrkdwn PS did any one see the role of an MIT OCaml / emacs guy in the Android visual app gen project from MIT ? PPS Curl Android/iOS app gen project is called "caede" as in "maple" (KAEDE)
Google on Pillar "Pharo" hits some old links. But when I got to http://www.smalltalkhub.com/#!/~Pier/Pillar this worked fine in the RC inage: Gofer new smalltalkhubUser: 'Pier' project: 'Pillar'; configuration; load. (Smalltalk globals at: #ConfigurationOfPillar) load On 22 April 2014 09:38, Robert Shiplett <grshiplett@gmail.com> wrote:
re: Curl markup, as in web markup using declarative style in Curl PL from MIT, not cURL ( see www.curlap.com)
My Japanese web pages are now generated using nunjucks + node.js but in the hope of using pharo 3 + Seaside on small virtual server, I thought I would see what it takes to add Curl markup to the Pilar repertoire.
But the Pharo 3 RC image is giving a walkback over the configuration for Pillar, so I may not get to this this morning.
mrkup, mrkdwn
PS did any one see the role of an MIT OCaml / emacs guy in the Android visual app gen project from MIT ?
PPS Curl Android/iOS app gen project is called "caede" as in "maple" (KAEDE)
this should get you started: https://github.com/DamienCassou/pillar-documentation Please tell me if you still have problems. Best On Tue, Apr 22, 2014 at 2:46 PM, Robert Shiplett <grshiplett@gmail.com> wrote:
Google on Pillar "Pharo" hits some old links.
But when I got to http://www.smalltalkhub.com/#!/~Pier/Pillar
this worked fine in the RC inage:
Gofer new smalltalkhubUser: 'Pier' project: 'Pillar'; configuration; load. (Smalltalk globals at: #ConfigurationOfPillar) load
On 22 April 2014 09:38, Robert Shiplett <grshiplett@gmail.com> wrote:
re: Curl markup, as in web markup using declarative style in Curl PL from MIT, not cURL ( see www.curlap.com)
My Japanese web pages are now generated using nunjucks + node.js but in the hope of using pharo 3 + Seaside on small virtual server, I thought I would see what it takes to add Curl markup to the Pilar repertoire.
But the Pharo 3 RC image is giving a walkback over the configuration for Pillar, so I may not get to this this morning.
mrkup, mrkdwn
PS did any one see the role of an MIT OCaml / emacs guy in the Android visual app gen project from MIT ?
PPS Curl Android/iOS app gen project is called "caede" as in "maple" (KAEDE)
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Am 22.04.2014 um 15:12 schrieb Damien Cassou <damien.cassou@gmail.com>:
this should get you started: https://github.com/DamienCassou/pillar-documentation
The links in there do not seem to work. When linking to smalltalkhub the ~is exchanged by %7E Norbert
Please tell me if you still have problems.
Best
On Tue, Apr 22, 2014 at 2:46 PM, Robert Shiplett <grshiplett@gmail.com> wrote:
Google on Pillar "Pharo" hits some old links.
But when I got to http://www.smalltalkhub.com/#!/~Pier/Pillar
this worked fine in the RC inage:
Gofer new smalltalkhubUser: 'Pier' project: 'Pillar'; configuration; load. (Smalltalk globals at: #ConfigurationOfPillar) load
On 22 April 2014 09:38, Robert Shiplett <grshiplett@gmail.com> wrote:
re: Curl markup, as in web markup using declarative style in Curl PL from MIT, not cURL ( see www.curlap.com)
My Japanese web pages are now generated using nunjucks + node.js but in the hope of using pharo 3 + Seaside on small virtual server, I thought I would see what it takes to add Curl markup to the Pilar repertoire.
But the Pharo 3 RC image is giving a walkback over the configuration for Pillar, so I may not get to this this morning.
mrkup, mrkdwn
PS did any one see the role of an MIT OCaml / emacs guy in the Android visual app gen project from MIT ?
PPS Curl Android/iOS app gen project is called "caede" as in "maple" (KAEDE)
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Tue, Apr 22, 2014 at 3:30 PM, Norbert Hartl <norbert@hartl.name> wrote:
this should get you started: https://github.com/DamienCassou/pillar-documentation
The links in there do not seem to work. When linking to smalltalkhub the ~is exchanged by %7E
where exactly do you see a problem? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Am 22.04.2014 um 15:52 schrieb Damien Cassou <damien.cassou@gmail.com>:
On Tue, Apr 22, 2014 at 3:30 PM, Norbert Hartl <norbert@hartl.name> wrote:
this should get you started: https://github.com/DamienCassou/pillar-documentation
The links in there do not seem to work. When linking to smalltalkhub the ~is exchanged by %7E
where exactly do you see a problem?
If I click on those links I get an empty smalltalkhub page. I think it should work but it doesnât in my case with chrome on Mac OS. Norbert
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
2014-04-22 16:03 GMT+01:00 Norbert Hartl <norbert@hartl.name>:
The links in there do not seem to work. When linking to smalltalkhub the ~is exchanged by %7E
where exactly do you see a problem?
If I click on those links I get an empty smalltalkhub page. I think it should work but it doesnât in my case with chrome on Mac OS.
Doesn´t work with Chrome on GNU/Linux either. http://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_unreserved_ch... Cheers, Sergi
On Tue, Apr 22, 2014 at 3:30 PM, Norbert Hartl <norbert@hartl.name> wrote:
The links in there do not seem to work. When linking to smalltalkhub the ~is exchanged by %7E
I checked and this is not a bug of Pillar but a bug of github's markdown: https://github.com/github/markup/issues/311 -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (4)
-
Damien Cassou -
Norbert Hartl -
Robert Shiplett -
Sergi Reyner