Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleverdevil/puny
Pure-Python IndieWeb CMS
https://github.com/cleverdevil/puny
cms indieweb microformats2 micropub python
Last synced: 10 days ago
JSON representation
Pure-Python IndieWeb CMS
- Host: GitHub
- URL: https://github.com/cleverdevil/puny
- Owner: cleverdevil
- Created: 2018-03-20T18:35:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T16:48:48.000Z (over 6 years ago)
- Last Synced: 2024-10-12T12:32:10.571Z (about 1 month ago)
- Topics: cms, indieweb, microformats2, micropub, python
- Language: Python
- Size: 36.1 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Puny: Pure-Python IndieWeb CMS
==============================Puny is a [Python](http://www.python.org)-based project for building websites
for the [IndieWeb](https://www.indieweb.org). Puny implements:* [Micropub](https://www.w3.org/TR/micropub/)
* [Micropub Media Endpoint](https://www.w3.org/TR/micropub/#media-endpoint)
* Content validation using [microformats2](https://github.com/cleverdevil/microformats2).To use Puny, you'll need an [IndieAuth](https://indieweb.org/IndieAuth) server.
[PunyAuth](https://github.com/cleverdevil/punyauth) is a good choice!Puny is very much in-progress at the moment, and was mostly written to help me
better understand Micropub, IndieAuth, microformats, and other IndieWeb building
blocks. I'd love it to eventually power my own (and many other) websites!Implementation Details
----------------------Puny makes use of:
* The [Pecan](http://www.pecanpy.org) Python web framework.
* [Mako](http://www.makotemplates.org) for templating.
* My [microformats2](https://github.com/cleverdevil/microformats2) library for
validation and post type discovery.
* [Maya](https://github.com/kennethreitz/maya) for dealing with dates and times.
* [awesome-slugify](https://pypi.python.org/pypi/awesome-slugify) for slug gen.
* MySQL with JSON columns to store content.
* Amazon S3 for media uploads.Project Status
--------------Puny passes the vast majority of the [micropub.rocks](https://micropub.rocks)
test suite:https://micropub.rocks/implementation-reports/servers/184/KD5Xbb6xfr5XRZsqwIvE
It renders some (though, not all) content, and has a very minimal timeline view.