Skip to content

Commit 9106143

Browse files
committed
clean up
1 parent 94c79f2 commit 9106143

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
182182

183183
*Compile software from source code.*
184184

185-
* [BitBake](https://docs.yoctoproject.org/bitbake/2.4/index.html) - A make-like build tool for embedded Linux.
186-
* [buildout](http://www.buildout.org/en/latest/) - A build system for creating, assembling and deploying applications from multiple parts.
187-
* [PlatformIO](https://github.com/platformio/platformio-core) - A console tool to build code with different development platforms.
185+
* [bitbake](https://github.com/openembedded/bitbake) - A make-like build tool for embedded Linux.
186+
* [buildout](https://github.com/buildout/buildout) - A build system for creating, assembling and deploying applications from multiple parts.
187+
* [platformio](https://github.com/platformio/platformio-core) - A console tool to build code with different development platforms.
188188
* [pybuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python.
189-
* [SCons](http://www.scons.org/) - A software construction tool.
189+
* [SCons](https://github.com/SCons/scons) - A software construction tool.
190190

191191
## Built-in Classes Enhancement
192192

@@ -202,14 +202,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
202202

203203
*Content Management Systems.*
204204

205-
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
206205
* [feincms](https://github.com/feincms/feincms) - One of the most advanced Content Management Systems built on Django.
207206
* [indico](https://github.com/indico/indico) - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN).
208-
* [Kotti](https://github.com/Kotti/Kotti) - A high-level, Pythonic web application framework built on Pyramid.
209-
* [mezzanine](https://github.com/stephenmcd/mezzanine) - A powerful, consistent, and flexible content management platform.
210-
* [plone](https://plone.org/) - A CMS built on top of the open source application server Zope.
211-
* [quokka](https://github.com/rochacbruno/quokka) - Flexible, extensible, small CMS powered by Flask and MongoDB.
212-
* [wagtail](https://wagtail.io/) - A Django content management system.
207+
* [wagtail](https://github.com/wagtail/wagtail) - A Django content management system.
213208

214209
## Caching
215210

@@ -218,10 +213,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
218213
* [beaker](https://github.com/bbangert/beaker) - A WSGI middleware for sessions and caching.
219214
* [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models.
220215
* [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
221-
* [dogpile.cache](https://dogpilecache.sqlalchemy.org/en/latest/) - dogpile.cache is a next generation replacement for Beaker made by the same authors.
216+
* [dogpile.cache](https://github.com/sqlalchemy/dogpile.cache) - dogpile.cache is a next generation replacement for Beaker made by the same authors.
222217
* [HermesCache](https://pypi.org/project/HermesCache/) - Python caching library with tag-based invalidation and dogpile effect prevention.
223218
* [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface.
224-
* [python-diskcache](https://grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.
219+
* [python-diskcache](https://github.com/grantjenks/python-diskcache) - SQLite and file backed cache backend with faster lookups than memcached and redis.
225220

226221
## ChatOps Tools
227222

0 commit comments

Comments
 (0)