Grok (web framework): Difference between revisions
→top: repo from wikidata |
Rescuing 3 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
||
(7 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{short description|Open-source web framework}} |
{{short description|Open-source web framework}} |
||
{{multiple issues| |
|||
{{notability|date=April 2024}} |
|||
{{third-party|date=April 2024}} |
|||
}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = Grok |
| name = Grok |
||
Line 13: | Line 17: | ||
| website = {{Official URL}} |
| website = {{Official URL}} |
||
}} |
}} |
||
'''Grok''' is an [[open-source license|open-source]] [[web framework]] based on [[ |
'''Grok''' is an [[open-source license|open-source]] [[web framework]] based on [[Zope Toolkit]] (ZTK) technology. The project was started in 2006 by a number of Zope developers.<ref>{{cite web|url=http://faassen.n--tree.net/blog/view/weblog/2006/11/09/0|title=Grok: or what I did on my holiday|access-date=2008-08-30|archive-url=https://web.archive.org/web/20080724194504/http://faassen.n--tree.net/blog/view/weblog/2006/11/09/0|archive-date=2008-07-24|url-status=dead}}</ref> Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.<ref>{{cite web|url=http://regebro.wordpress.com/2008/04/26/announcing-fivegrok-grok-on-zope-2/|title=Announcing five.grok: Grok on Zope 2!|date=26 April 2008|access-date=2008-08-30|archive-date=2012-11-07|archive-url=https://web.archive.org/web/20121107083146/http://regebro.wordpress.com/2008/04/26/announcing-fivegrok-grok-on-zope-2/|url-status=dead}}</ref><ref>{{cite web|url=http://blog.d2m.at/2008/07/14/update-repozegrok-release/|title=update repoze.grok release|access-date=2008-08-30|archive-url=https://web.archive.org/web/20090207091459/http://blog.d2m.at/2008/07/14/update-repozegrok-release|archive-date=2009-02-07|url-status=dead}}</ref><ref>{{cite web|url=http://martinaspeli.net/articles/dexterity-meet-grok|title=Dexterity meet Grok|access-date=2008-08-30|archive-date=2008-08-31|archive-url=https://web.archive.org/web/20080831041431/http://martinaspeli.net/articles/dexterity-meet-grok|url-status=dead}}</ref> |
||
The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the [[Agile software development|agile programming paradigm]].<ref>{{cite web|url=http://grok.zope.org/about/why-grok |title=Why Grok? | |
The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the [[Agile software development|agile programming paradigm]].<ref>{{cite web|url=http://grok.zope.org/about/why-grok |title=Why Grok? |access-date=2008-08-30 |url-status=dead |archive-url=https://web.archive.org/web/20080824224921/http://grok.zope.org/about/why-grok |archive-date=2008-08-24 }}</ref> |
||
To achieve this, Grok uses [[Convention over configuration|convention-over-configuration]] instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and [[BlueBream]] do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as [[TurboGears]], [[Pylons project#Pylons Framework|Pylons]] and [[Django (web framework)|Django]].<ref>{{cite web|url=http://grok.zope.org/about/competition|title=Competition| |
To achieve this, Grok uses [[Convention over configuration|convention-over-configuration]] instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and [[BlueBream]] do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as [[TurboGears]], [[Pylons project#Pylons Framework|Pylons]] and [[Django (web framework)|Django]].<ref>{{cite web|url=http://grok.zope.org/about/competition|title=Competition|access-date=2008-08-30|archive-date=2008-08-19|archive-url=https://web.archive.org/web/20080819192046/http://grok.zope.org/about/competition|url-status=dead}}</ref> |
||
==References== |
==References== |
Latest revision as of 15:46, 25 June 2024
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Grok developers, Zope Developers, Zope Foundation |
---|---|
Initial release | 2006 |
Stable release | 5.0[1]
/ 29 January 2024 |
Repository | |
Written in | Python |
Type | Web framework |
License | Zope Public License |
Website | grok |
Grok is an open-source web framework based on Zope Toolkit (ZTK) technology. The project was started in 2006 by a number of Zope developers.[2] Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.[3][4][5]
The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the agile programming paradigm.[6] To achieve this, Grok uses convention-over-configuration instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and BlueBream do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as TurboGears, Pylons and Django.[7]
References
[edit]- ^ "Release 5.0". 29 January 2024. Retrieved 20 February 2024.
- ^ "Grok: or what I did on my holiday". Archived from the original on 2008-07-24. Retrieved 2008-08-30.
- ^ "Announcing five.grok: Grok on Zope 2!". 26 April 2008. Archived from the original on 2012-11-07. Retrieved 2008-08-30.
- ^ "update repoze.grok release". Archived from the original on 2009-02-07. Retrieved 2008-08-30.
- ^ "Dexterity meet Grok". Archived from the original on 2008-08-31. Retrieved 2008-08-30.
- ^ "Why Grok?". Archived from the original on 2008-08-24. Retrieved 2008-08-30.
- ^ "Competition". Archived from the original on 2008-08-19. Retrieved 2008-08-30.