{"id":13415628,"url":"https://github.com/APSL/puput","last_synced_at":"2025-03-14T23:30:57.093Z","repository":{"id":35588094,"uuid":"39860842","full_name":"APSL/puput","owner":"APSL","description":"A Django blog app implemented in Wagtail","archived":false,"fork":false,"pushed_at":"2025-03-06T04:00:31.000Z","size":911,"stargazers_count":641,"open_issues_count":11,"forks_count":160,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-11T12:13:09.929Z","etag":null,"topics":["blog","blogging","cms","django","wagtail"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/APSL.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-28T22:30:09.000Z","updated_at":"2025-03-08T06:03:35.000Z","dependencies_parsed_at":"2024-01-06T09:57:50.850Z","dependency_job_id":"954e5e97-fe99-486c-9ab0-135fc0145708","html_url":"https://github.com/APSL/puput","commit_stats":{"total_commits":322,"total_committers":58,"mean_commits":5.551724137931035,"dds":0.6645962732919255,"last_synced_commit":"a086c4cbf14472c17357e45fd3fb64c18faadf60"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fpuput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fpuput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fpuput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APSL%2Fpuput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/APSL","download_url":"https://codeload.github.com/APSL/puput/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663339,"owners_count":20327299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","blogging","cms","django","wagtail"],"created_at":"2024-07-30T21:00:50.897Z","updated_at":"2025-03-14T23:30:56.686Z","avatar_url":"https://github.com/APSL.png","language":"Python","readme":"Puput\n=====\n\n.. image:: https://img.shields.io/pypi/v/puput.svg\n    :target: https://pypi.python.org/pypi/puput/\n\n.. image:: https://readthedocs.org/projects/puput/badge/?version=latest\n    :target: https://readthedocs.org/projects/puput/?badge=latest\n\n.. image:: https://img.shields.io/pypi/pyversions/puput.svg\n    :target: https://pypi.org/project/puput/\n\n.. image:: https://img.shields.io/pypi/djversions/puput.svg\n    :target: https://pypi.org/project/puput/\n   \nPuput is a powerful and simple Django app to manage a blog. It uses the awesome `Wagtail CMS \u003chttps://github.com/torchbox/wagtail\u003e`_ as content management system.\n\nPuput is the catalan name for `Hoopoe \u003chttps://en.wikipedia.org/wiki/Hoopoe\u003e`_ which is indeed a beautiful bird.\n\n.. image:: http://i.imgur.com/3ByGQb6.png\n\nVisit the `documentation \u003chttp://puput.readthedocs.org\u003e`_ for an in-depth look at Puput.\n\nFeatures\n~~~~~~~~\n\n* Built with Wagtail CMS and Django\n* Inspired in Wordpress and Zinnia\n* Simple \u0026 responsive HTML template by default\n* SEO friendly urls\n* Support for Disqus comments\n* Entries by author, tags, categories, archives and search term\n* Last \u0026 popular entries\n* Configurable sidebar widgets\n* RSS feeds\n* Related entries\n* Extensible entry model\n* Configurable default template color\n* Social share of blog entries (Facebook, Twitter and LinkedIn)\n* Markdown fields (https://github.com/torchbox/wagtail-markdown)\n\n\n.. image:: http://i.imgur.com/d13sGI3.png\n\nExamples of blog sites made with Puput\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* `Open Study Room \u003chttps://openstudyroom.org/blog/\u003e`_\n* `APSL \u003chttps://www.apsl.net/blog/\u003e`_\n* `Nautic Advisor \u003chttps://www.nauticadvisor.com/blog/\u003e`_\n* `Trespams \u003chttp://trespams.com/blog/\u003e`_\n* `Body Therapy \u003chttp://bodytherapy.ru/blog/\u003e`_\n* `Astro \u003chttp://www.mallorcasoft.es/blog/\u003e`_\n* `IP/DE \u003chttps://ipde.com/\u003e`_\n\nSetup\n~~~~~\n\nThe setup process is explained `here \u003chttp://puput.readthedocs.io/en/latest/setup.html\u003e`_.\n\nRelated repositories\n~~~~~~~~~~~~~~~~~~~~\n* `wordpress-to-puput \u003chttps://github.com/APSL/wordpress-to-puput/\u003e`_: Import your Wordpress blog data into Puput.\n* `blogger-to-puput \u003chttps://github.com/APSL/blogger-to-puput/\u003e`_: Import your Blogger blog data into Puput.\n* `zinnia-to-puput \u003chttps://github.com/APSL/zinnia-to-puput/\u003e`_:  Import your Zinnia blog data into Puput.   \n* `docker-puput \u003chttps://github.com/APSL/docker-puput/\u003e`_:  Docker image for Puput blog.\n* `puput-demo \u003chttps://github.com/APSL/puput-demo/\u003e`_: An example of blog Django app using Puput.\n* `divio-wagtail-puput \u003chttps://github.com/divio/divio-wagtail-puput/\u003e`_: A Divio Cloud addon to install the Wagtail Puput weblog.\n","funding_links":[],"categories":["Third-Party Packages","Blog Management","Blog 管理","Python","django"],"sub_categories":["Content Management Systems"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fpuput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAPSL%2Fpuput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAPSL%2Fpuput/lists"}