puput


Namepuput JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttp://github.com/APSL/puput
SummaryA Django blog app implemented in Wagtail.
upload_time2024-06-26 13:46:23
maintainerNone
docs_urlNone
authorMarc Tudurí
requires_pythonNone
licenseNone
keywords django wagtail puput blog cms app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Puput
=====

.. image:: https://img.shields.io/pypi/v/puput.svg
    :target: https://pypi.python.org/pypi/puput/

.. image:: https://readthedocs.org/projects/puput/badge/?version=latest
    :target: https://readthedocs.org/projects/puput/?badge=latest

.. image:: https://img.shields.io/pypi/pyversions/puput.svg
    :target: https://pypi.org/project/puput/

.. image:: https://img.shields.io/pypi/djversions/puput.svg
    :target: https://pypi.org/project/puput/
   
Puput is a powerful and simple Django app to manage a blog. It uses the awesome `Wagtail CMS <https://github.com/torchbox/wagtail>`_ as content management system.

Puput is the catalan name for `Hoopoe <https://en.wikipedia.org/wiki/Hoopoe>`_ which is indeed a beautiful bird.

.. image:: http://i.imgur.com/3ByGQb6.png

Visit the `documentation <http://puput.readthedocs.org>`_ for an in-depth look at Puput.

Features
~~~~~~~~

* Built with Wagtail CMS and Django
* Inspired in Wordpress and Zinnia
* Simple & responsive HTML template by default
* SEO friendly urls
* Support for Disqus comments
* Entries by author, tags, categories, archives and search term
* Last & popular entries
* Configurable sidebar widgets
* RSS feeds
* Related entries
* Extensible entry model
* Configurable default template color
* Social share of blog entries (Facebook, Twitter and LinkedIn)
* Markdown fields (https://github.com/torchbox/wagtail-markdown)


.. image:: http://i.imgur.com/d13sGI3.png

Examples of blog sites made with Puput
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* `Open Study Room <https://openstudyroom.org/blog/>`_
* `APSL <https://www.apsl.net/blog/>`_
* `Nautic Advisor <https://www.nauticadvisor.com/blog/>`_
* `Trespams <http://trespams.com/blog/>`_
* `Body Therapy <http://bodytherapy.ru/blog/>`_
* `Astro <http://www.mallorcasoft.es/blog/>`_
* `IP/DE <https://ipde.com/>`_

Setup
~~~~~

The setup process is explained `here <http://puput.readthedocs.io/en/latest/setup.html>`_.

Related repositories
~~~~~~~~~~~~~~~~~~~~
* `wordpress-to-puput <https://github.com/APSL/wordpress-to-puput/>`_: Import your Wordpress blog data into Puput.
* `blogger-to-puput <https://github.com/APSL/blogger-to-puput/>`_: Import your Blogger blog data into Puput.
* `zinnia-to-puput <https://github.com/APSL/zinnia-to-puput/>`_:  Import your Zinnia blog data into Puput.   
* `docker-puput <https://github.com/APSL/docker-puput/>`_:  Docker image for Puput blog.
* `puput-demo <https://github.com/APSL/puput-demo/>`_: An example of blog Django app using Puput.
* `divio-wagtail-puput <https://github.com/divio/divio-wagtail-puput/>`_: A Divio Cloud addon to install the Wagtail Puput weblog.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/APSL/puput",
    "name": "puput",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django wagtail puput blog cms app",
    "author": "Marc Tudur\u00ed",
    "author_email": "marctc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/50/b0a5fbe8eefaf05090836e900b27892127d21a3a4c1e99f585cbf3a04999/puput-2.1.1.tar.gz",
    "platform": null,
    "description": "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 <https://github.com/torchbox/wagtail>`_ as content management system.\n\nPuput is the catalan name for `Hoopoe <https://en.wikipedia.org/wiki/Hoopoe>`_ which is indeed a beautiful bird.\n\n.. image:: http://i.imgur.com/3ByGQb6.png\n\nVisit the `documentation <http://puput.readthedocs.org>`_ 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 & 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 & 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 <https://openstudyroom.org/blog/>`_\n* `APSL <https://www.apsl.net/blog/>`_\n* `Nautic Advisor <https://www.nauticadvisor.com/blog/>`_\n* `Trespams <http://trespams.com/blog/>`_\n* `Body Therapy <http://bodytherapy.ru/blog/>`_\n* `Astro <http://www.mallorcasoft.es/blog/>`_\n* `IP/DE <https://ipde.com/>`_\n\nSetup\n~~~~~\n\nThe setup process is explained `here <http://puput.readthedocs.io/en/latest/setup.html>`_.\n\nRelated repositories\n~~~~~~~~~~~~~~~~~~~~\n* `wordpress-to-puput <https://github.com/APSL/wordpress-to-puput/>`_: Import your Wordpress blog data into Puput.\n* `blogger-to-puput <https://github.com/APSL/blogger-to-puput/>`_: Import your Blogger blog data into Puput.\n* `zinnia-to-puput <https://github.com/APSL/zinnia-to-puput/>`_:  Import your Zinnia blog data into Puput.   \n* `docker-puput <https://github.com/APSL/docker-puput/>`_:  Docker image for Puput blog.\n* `puput-demo <https://github.com/APSL/puput-demo/>`_: An example of blog Django app using Puput.\n* `divio-wagtail-puput <https://github.com/divio/divio-wagtail-puput/>`_: A Divio Cloud addon to install the Wagtail Puput weblog.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Django blog app implemented in Wagtail.",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "http://github.com/APSL/puput"
    },
    "split_keywords": [
        "django",
        "wagtail",
        "puput",
        "blog",
        "cms",
        "app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b9c2757755edc28ba88febf27f6e816bb33d1dbbacdc514f499b8ed21e560b9",
                "md5": "6237635a91e1fafaf9639dddafc0c8ac",
                "sha256": "1c2cc786d722fc9cf67bb8cce4eadc24a32a15620e8b32cb9e9759e93016c146"
            },
            "downloads": -1,
            "filename": "puput-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6237635a91e1fafaf9639dddafc0c8ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 483747,
            "upload_time": "2024-06-26T13:46:19",
            "upload_time_iso_8601": "2024-06-26T13:46:19.103928Z",
            "url": "https://files.pythonhosted.org/packages/4b/9c/2757755edc28ba88febf27f6e816bb33d1dbbacdc514f499b8ed21e560b9/puput-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f350b0a5fbe8eefaf05090836e900b27892127d21a3a4c1e99f585cbf3a04999",
                "md5": "8aeece70657c37e6405cd1a549bedefc",
                "sha256": "6929f2f3549036fe38bbd5b5860751a9103f1fe1c0cfffe20918692ef6b47374"
            },
            "downloads": -1,
            "filename": "puput-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8aeece70657c37e6405cd1a549bedefc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 448191,
            "upload_time": "2024-06-26T13:46:23",
            "upload_time_iso_8601": "2024-06-26T13:46:23.076824Z",
            "url": "https://files.pythonhosted.org/packages/f3/50/b0a5fbe8eefaf05090836e900b27892127d21a3a4c1e99f585cbf3a04999/puput-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 13:46:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "APSL",
    "github_project": "puput",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "puput"
}
        
Elapsed time: 0.71270s