On 8/23/17, Offray <offray.l...@mutabit.com> wrote:
> Hi,
>
> On the Teapot + Mustache integration, Hannes, you may want to see my early
> prototype:
>
> http://smalltalkhub.com/#!/~Offray/Brea
>
> At some point, it will contain distributed  wiki, backed by Fossil, now that
> we're thinking in empower community driven wiki like documentation.
>
> Offray


Hi Offray

I found Name: Brea-OffrayLuna.8
Author: OffrayLuna
Time: 1 June 2017, 4:18:20.860411 pm

There is no test to show me how to use it and I none of the class
comments of the 4 classes gives enough clues.


Interesting method so far

routes
        "I define how the website behaves accordingly to particular routes."
        self server
                serveStatic: 'demo' from: '/opt/gig/';
                GET: 'members/test' -> [ :req | BreaMember new 
renderTestUserAsHtml ];
                GET: 'members/add' -> [ :req | BreaMember new htmlInput ];
                POST: 'members/summit' -> [ :req |  self processNewMember: req ]


May I ask you to give a few hints how to start it?
Is it possible to use it without Fossil, just with image persistence?

Regards
Hannes

Reply via email to