updating grokstar

View: New views
2 Messages — Rating Filter:   Alert me  

updating grokstar

by Martijn Faassen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there,

I hear that grokstar still only works with 0.12, not 0.13, correct?
Could this be updated? People are looking at this as a sample
application, after all.

Some other minor criticisms:

There's code in the __init__.py of Grokstar. I think we should leave the
__init__.py empty unless we import things that external packages may
want to use.

There's also very easy monkey-patching going on at the bottom to support
the 'application' method for views and viewlets. It think this means
someone needs to implement stuff like this for Grok itself, as we've
discussed long ago... Implementation and tests are welcome. :)

Regards,

Martijn

_______________________________________________
Grok-dev mailing list
Grok-dev@...
http://mail.zope.org/mailman/listinfo/grok-dev

Re: updating grokstar

by Vincent Fretin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul 29, 2008 at 1:50 PM, Martijn Faassen <faassen@...> wrote:
> Hi there,
>
> I hear that grokstar still only works with 0.12, not 0.13, correct? Could
> this be updated? People are looking at this as a sample application, after
> all.

Hi all,

I saw gstratton has updated Grokstar to 0.13. Indeed it works now.
I had my zope svn access today. My first commit was to update Grostar
to use eggbasket and z3c.autoinclude to simplify the installation of
Grokstar when you don't use the buildout.cfg.
I want to use Grokstar for real. So I tested how to serve Grokstar
with apache with mod_wsgi and repoze.grok and updated the tutorial.
I can't use Grokstar right now because it lacks a simple
authentification system. I didn't look in details in the code until
now, neither in LoginDemo, nor PlainLoginDemo.
I have an idea to post an entry via MMS with picture. I've already
send a MMS to a MMS decoder written in PHP, so I know it's feasible.
I found there is a library python-mms on Pypi that should do the job.

First my priority right now is to finish my i18n tutorial I'll add to
grok.zope.org soon.
--
Vincent Fretin
_______________________________________________
Grok-dev mailing list
Grok-dev@...
http://mail.zope.org/mailman/listinfo/grok-dev