diff --git a/README.md b/README.md index dd73438..9937a39 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A production application is worth a thousand blog posts and Stack Overflow answers. -This document is an always-growing list of **195** +This document is an always-growing list of **196** open-source Python applications arranged by topic, with links to repositories, docs, and more. If you have one to add or find some information missing, [please let us @@ -40,7 +40,7 @@ thereof), see Architectures. --> 1. Communication *(20)* 1. Education *(4)* 1. Science *(11)* -1. CMS *(8)* +1. CMS *(9)* 1. ERP *(4)* 1. Static Site *(6)* 1. Dev *(8)* @@ -189,6 +189,7 @@ thereof), see Architectures. --> 1. **Mezzanine** - ([Repo](https://github.com/stephenmcd/mezzanine), [Home](http://mezzanine.jupo.org/)) Consistent and flexible content management platform built on the Django framework. `(server, django)` 1. **Plone** - ([Repo](https://github.com/plone/Plone), [Home](https://plone.com/), [WP](https://en.wikipedia.org/wiki/Plone_(software))) Extensible enterprise content management system built on Zope. `(server)` 1. **Plumi** - ([Repo](https://github.com/plumi/plumi.app), [WP](https://en.wikipedia.org/wiki/Plumi)) Video sharing content management system based on [Plone](https://en.wikipedia.org/wiki/Plone_(software)). `(video, linux, mac, plone)` + 1. **Quokka CMS** - ([Repo](https://github.com/rochacbruno/quokka/), [Home](http://quokkaproject.org/)) A lightweight framework to build CMS (Content Management System) as websites, portals, blogs, applications and anything related to publishing content to the web. `(server, flask)` 1. **Saleor** - ([Repo](https://github.com/mirumee/saleor/), [Home](https://getsaleor.com/)) Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS. `(server, django)` 1. **Wagtail** - ([Repo](https://github.com/wagtail/wagtail), [Home](https://wagtail.io/)) A Django content management system focused on flexibility and user experience. `(server, django)` diff --git a/projects.yaml b/projects.yaml index c2b7fd6..15495d9 100644 --- a/projects.yaml +++ b/projects.yaml @@ -696,6 +696,11 @@ projects: home_url: https://getsaleor.com/ desc: Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS. tags: ["cms", "django", "server"] + - name: Quokka CMS + repo_url: https://github.com/rochacbruno/quokka/ + home_url: http://quokkaproject.org/ + desc: A lightweight framework to build CMS (Content Management System) as websites, portals, blogs, applications and anything related to publishing content to the web. + tags: ["cms", "flask", "server"] ## ERP