|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Grok 1.0 released!The Grok_ development team is very happy to release Grok 1.0. Grok 1.0
is the culmination of 3 years of work after the start of the Grok project in late 2006. It presents a stable platform for developing powerful, extensible web applications. Grok is the result of years of work by the large Grok development team. With Grok, simple projects are easy to create, but it is with increasing complexity and reuse that the Grok framework excels. Grok 1.0 is not the end of Grok development. Since Grok is extensible many powerful new features are being made available as growing collection of extension packages. The Grok development team is also working on a whole range of initiatives to improve Grok even further. The Grok documentation team is also busily working on improving Grok's extensive documentation resources. .. _Grok: http://grok.zope.org See the more extensive announcement here for more information: http://grok.zope.org/project/releases/1.0 About Grok ----------------- Grok is a modern Python-based web framework. Grok is powerful in the hands of an expert developer, as it excels in reuse and extensibility thanks to its use of a component development model. At the same time Grok aims to let less experienced developers be productive immediately, so that the walk up the learning curve is more smooth for them. Grok lets you store your Python objects easily in the battle-tested ZODB, an object database. Alternatively relational databases are supported with Grok, using the `megrok.rdb`_ extension and SQLAlchemy. .. _`megrok.rdb`: http://pypi.python.org/pypi/megrok.rdb Grok is developed in the Zope community and is built with Zope technologies. In particular, Grok builds on the `Zope Toolkit`_, a collection of libraries that make use of a common component development model, the Zope Component Architecture. The Zope community has more than a decade of experience in developing web applications with Python. The Zope Toolkit is the result of this experience, .. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit/ Grok is WSGI compatible and can therefore be integrated with the wide range of WSGI-based technologies available in the Python world today. Grok technologies themselves are also available for reuse. This has enabled developers to use them in combination with the Silva and Plone CMS projects, which work with the Zope 2 application server. regards, The Grok Team _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!Congratulations, Grok folks!
Jan-Wijbrand Kolman wrote: > The Grok_ development team is very happy to release Grok 1.0. Grok 1.0 > is the culmination of 3 years of work after the start of the Grok > project in late 2006. It presents a stable platform for developing > powerful, extensible web applications. Grok is the result of years of > work by the large Grok development team. > > With Grok, simple projects are easy to create, but it is with > increasing complexity and reuse that the Grok framework excels. > > Grok 1.0 is not the end of Grok development. Since Grok is extensible > many powerful new features are being made available as growing > collection of extension packages. The Grok development team is also > working on a whole range of initiatives to improve Grok even further. > The Grok documentation team is also busily working on improving Grok's > extensive documentation resources. > > .. _Grok: http://grok.zope.org > > See the more extensive announcement here for more information: > > http://grok.zope.org/project/releases/1.0 > > About Grok > ----------------- > > Grok is a modern Python-based web framework. Grok is powerful in the > hands of an expert developer, as it excels in reuse and extensibility > thanks to its use of a component development model. At the same time > Grok aims to let less experienced developers be productive immediately, > so that the walk up the learning curve is more smooth for them. > > Grok lets you store your Python objects easily in the battle-tested > ZODB, an object database. Alternatively relational databases are > supported with Grok, using the `megrok.rdb`_ extension and SQLAlchemy. > > .. _`megrok.rdb`: http://pypi.python.org/pypi/megrok.rdb > > Grok is developed in the Zope community and is built with Zope > technologies. In particular, Grok builds on the `Zope Toolkit`_, a > collection of libraries that make use of a common component > development model, the Zope Component Architecture. The Zope community > has more than a decade of experience in developing web applications > with Python. The Zope Toolkit is the result of this experience, > > .. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit/ > > Grok is WSGI compatible and can therefore be integrated with the wide > range of WSGI-based technologies available in the Python world today. > > Grok technologies themselves are also available for reuse. This has > enabled developers to use them in combination with the Silva and Plone > CMS projects, which work with the Zope 2 application server. > > > regards, > The Grok Team > > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev > _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!Congratulations, fellow cavemen!
Cheers, Luciano On Wed, Oct 7, 2009 at 4:10 PM, Jan-Wijbrand Kolman <janwijbrand@...> wrote: > The Grok_ development team is very happy to release Grok 1.0. Grok 1.0 > is the culmination of 3 years of work after the start of the Grok > project in late 2006. It presents a stable platform for developing > powerful, extensible web applications. Grok is the result of years of > work by the large Grok development team. > > With Grok, simple projects are easy to create, but it is with > increasing complexity and reuse that the Grok framework excels. > > Grok 1.0 is not the end of Grok development. Since Grok is extensible > many powerful new features are being made available as growing > collection of extension packages. The Grok development team is also > working on a whole range of initiatives to improve Grok even further. > The Grok documentation team is also busily working on improving Grok's > extensive documentation resources. > > .. _Grok: http://grok.zope.org > > See the more extensive announcement here for more information: > > http://grok.zope.org/project/releases/1.0 > > About Grok > ----------------- > > Grok is a modern Python-based web framework. Grok is powerful in the > hands of an expert developer, as it excels in reuse and extensibility > thanks to its use of a component development model. At the same time > Grok aims to let less experienced developers be productive immediately, > so that the walk up the learning curve is more smooth for them. > > Grok lets you store your Python objects easily in the battle-tested > ZODB, an object database. Alternatively relational databases are > supported with Grok, using the `megrok.rdb`_ extension and SQLAlchemy. > > .. _`megrok.rdb`: http://pypi.python.org/pypi/megrok.rdb > > Grok is developed in the Zope community and is built with Zope > technologies. In particular, Grok builds on the `Zope Toolkit`_, a > collection of libraries that make use of a common component > development model, the Zope Component Architecture. The Zope community > has more than a decade of experience in developing web applications > with Python. The Zope Toolkit is the result of this experience, > > .. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit/ > > Grok is WSGI compatible and can therefore be integrated with the wide > range of WSGI-based technologies available in the Python world today. > > Grok technologies themselves are also available for reuse. This has > enabled developers to use them in combination with the Silva and Plone > CMS projects, which work with the Zope 2 application server. > > > regards, > The Grok Team > > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev > Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!Big up! :)
Mvh Sebastian On 7 okt 2009, at 21.10, Jan-Wijbrand Kolman wrote: > The Grok_ development team is very happy to release Grok 1.0. Grok 1.0 > is the culmination of 3 years of work after the start of the Grok > project in late 2006. It presents a stable platform for developing > powerful, extensible web applications. Grok is the result of years of > work by the large Grok development team. > > With Grok, simple projects are easy to create, but it is with > increasing complexity and reuse that the Grok framework excels. > > Grok 1.0 is not the end of Grok development. Since Grok is extensible > many powerful new features are being made available as growing > collection of extension packages. The Grok development team is also > working on a whole range of initiatives to improve Grok even further. > The Grok documentation team is also busily working on improving Grok's > extensive documentation resources. > > .. _Grok: http://grok.zope.org > > See the more extensive announcement here for more information: > > http://grok.zope.org/project/releases/1.0 > > About Grok > ----------------- > > Grok is a modern Python-based web framework. Grok is powerful in the > hands of an expert developer, as it excels in reuse and extensibility > thanks to its use of a component development model. At the same time > Grok aims to let less experienced developers be productive > immediately, > so that the walk up the learning curve is more smooth for them. > > Grok lets you store your Python objects easily in the battle-tested > ZODB, an object database. Alternatively relational databases are > supported with Grok, using the `megrok.rdb`_ extension and SQLAlchemy. > > .. _`megrok.rdb`: http://pypi.python.org/pypi/megrok.rdb > > Grok is developed in the Zope community and is built with Zope > technologies. In particular, Grok builds on the `Zope Toolkit`_, a > collection of libraries that make use of a common component > development model, the Zope Component Architecture. The Zope community > has more than a decade of experience in developing web applications > with Python. The Zope Toolkit is the result of this experience, > > .. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit/ > > Grok is WSGI compatible and can therefore be integrated with the wide > range of WSGI-based technologies available in the Python world today. > > Grok technologies themselves are also available for reuse. This has > enabled developers to use them in combination with the Silva and Plone > CMS projects, which work with the Zope 2 application server. > > > regards, > The Grok Team > > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!On Wed, Oct 07, 2009 at 09:10:52PM +0200, Jan-Wijbrand Kolman wrote:
> The Grok_ development team is very happy to release Grok 1.0. Lotsacongrats! However: I just upgraded the super-secret internal app I'm developing, and testing broke because... the dependency for simplejson was upped. This caused the following tests to fail: >>> browser.open('http://localhost/ua/@@s?q=opwin') >>> json.loads(browser.contents) - [u'Opera/9.20 (Windows NT 5.1: U: en)'] + ['Opera/9.20 (Windows NT 5.1: U: en)'] Really minor, but it might be nice to document this somewhere. Jasper -- Jasper Spaans http://jasper.es/ 11:45:34 up 11922 days, 2:32, 1 user, load average: 0.00 0.00 0.00 This line was last modified 0 seconds ago. _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!On Wed, 2009-10-07 at 21:10 +0200, Jan-Wijbrand Kolman wrote:
> The Grok_ development team is very happy to release Grok 1.0. Grok 1.0 > is the culmination of 3 years of work after the start of the Grok > project in late 2006. It presents a stable platform for developing > powerful, extensible web applications. Grok is the result of years of > work by the large Grok development team. THANKS!!!!!!! Now we can very soon release OSHIP 1.0beta1 :-) https://launchpad.net/oship/ Cheers, Tim -- *************************************************************** Timothy Cook, MSc LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook Skype ID == (upon request) Academic.Edu Profile: http://uff.academia.edu/TimothyCook You may get my Public GPG key from popular keyservers or from this link http://timothywayne.cook.googlepages.com/home _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: Grok 1.0 released!Congratulations!!
On Wed, Oct 7, 2009 at 4:10 PM, Jan-Wijbrand Kolman <janwijbrand@...> wrote: > The Grok_ development team is very happy to release Grok 1.0. Grok 1.0 > is the culmination of 3 years of work after the start of the Grok > project in late 2006. It presents a stable platform for developing > powerful, extensible web applications. Grok is the result of years of > work by the large Grok development team. > > With Grok, simple projects are easy to create, but it is with > increasing complexity and reuse that the Grok framework excels. > > Grok 1.0 is not the end of Grok development. Since Grok is extensible > many powerful new features are being made available as growing > collection of extension packages. The Grok development team is also > working on a whole range of initiatives to improve Grok even further. > The Grok documentation team is also busily working on improving Grok's > extensive documentation resources. > > .. _Grok: http://grok.zope.org > > See the more extensive announcement here for more information: > > http://grok.zope.org/project/releases/1.0 > > About Grok > ----------------- > > Grok is a modern Python-based web framework. Grok is powerful in the > hands of an expert developer, as it excels in reuse and extensibility > thanks to its use of a component development model. At the same time > Grok aims to let less experienced developers be productive immediately, > so that the walk up the learning curve is more smooth for them. > > Grok lets you store your Python objects easily in the battle-tested > ZODB, an object database. Alternatively relational databases are > supported with Grok, using the `megrok.rdb`_ extension and SQLAlchemy. > > .. _`megrok.rdb`: http://pypi.python.org/pypi/megrok.rdb > > Grok is developed in the Zope community and is built with Zope > technologies. In particular, Grok builds on the `Zope Toolkit`_, a > collection of libraries that make use of a common component > development model, the Zope Component Architecture. The Zope community > has more than a decade of experience in developing web applications > with Python. The Zope Toolkit is the result of this experience, > > .. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit/ > > Grok is WSGI compatible and can therefore be integrated with the wide > range of WSGI-based technologies available in the Python world today. > > Grok technologies themselves are also available for reuse. This has > enabled developers to use them in combination with the Silva and Plone > CMS projects, which work with the Zope 2 application server. > > > regards, > The Grok Team > > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev > Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
| Free embeddable forum powered by Nabble | Forum Help |