Jump to content

Grok (web framework): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Xyb (talk | contribs)
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 [[Zope| Zope Toolkit]] 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|accessdate=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!|accessdate=2008-08-30}}</ref><ref>{{cite web|url=http://blog.d2m.at/2008/07/14/update-repozegrok-release/|title=update repoze.grok release|accessdate=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|accessdate=2008-08-30}}</ref>
'''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? |accessdate=2008-08-30 |url-status=dead |archiveurl=https://web.archive.org/web/20080824224921/http://grok.zope.org/about/why-grok |archivedate=2008-08-24 }}</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? |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|accessdate=2008-08-30}}</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|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

Grok
Developer(s)Grok developers, Zope Developers, Zope Foundation
Initial release2006; 18 years ago (2006)
Stable release
5.0[1] Edit this on Wikidata / 29 January 2024; 9 months ago (29 January 2024)
Repository
Written inPython
TypeWeb framework
LicenseZope Public License
Websitegrok.zope.org Edit this at Wikidata

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]
  1. ^ "Release 5.0". 29 January 2024. Retrieved 20 February 2024.
  2. ^ "Grok: or what I did on my holiday". Archived from the original on 2008-07-24. Retrieved 2008-08-30.
  3. ^ "Announcing five.grok: Grok on Zope 2!". 26 April 2008. Archived from the original on 2012-11-07. Retrieved 2008-08-30.
  4. ^ "update repoze.grok release". Archived from the original on 2009-02-07. Retrieved 2008-08-30.
  5. ^ "Dexterity meet Grok". Archived from the original on 2008-08-31. Retrieved 2008-08-30.
  6. ^ "Why Grok?". Archived from the original on 2008-08-24. Retrieved 2008-08-30.
  7. ^ "Competition". Archived from the original on 2008-08-19. Retrieved 2008-08-30.
[edit]