puput


Namepuput JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttp://github.com/APSL/puput
SummaryA Django blog app implemented in Wagtail.
upload_time2023-07-04 07:29:41
maintainer
docs_urlNone
authorMarc Tudurí
requires_python
license
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django wagtail puput blog cms app",
    "author": "Marc Tudur\u00ed",
    "author_email": "marctc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/6a/7d1ec421b91a105d94123c96a9d9b11ad3332f19db92174f12a64ae1a252/puput-2.0.0.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": "",
    "summary": "A Django blog app implemented in Wagtail.",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "http://github.com/APSL/puput"
    },
    "split_keywords": [
        "django",
        "wagtail",
        "puput",
        "blog",
        "cms",
        "app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59a6d65f678f567090dd561c57f77ef5fb2e6eccd2626f1e14790c0cb3a412d3",
                "md5": "5c582fee3fdd61cf6e098f7047bb0898",
                "sha256": "00422fecf68a85ee91aae23ba1281df2fcec2296c0aeb37e5574635db5ffad33"
            },
            "downloads": -1,
            "filename": "puput-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c582fee3fdd61cf6e098f7047bb0898",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 483202,
            "upload_time": "2023-07-04T07:29:38",
            "upload_time_iso_8601": "2023-07-04T07:29:38.376087Z",
            "url": "https://files.pythonhosted.org/packages/59/a6/d65f678f567090dd561c57f77ef5fb2e6eccd2626f1e14790c0cb3a412d3/puput-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e6a7d1ec421b91a105d94123c96a9d9b11ad3332f19db92174f12a64ae1a252",
                "md5": "86acb6fcafa8b6c5399599e2ad872bb6",
                "sha256": "1457a21a0c3554d8b23c0d2720227e586a6256fbbbd17f315df50452cd5e572c"
            },
            "downloads": -1,
            "filename": "puput-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86acb6fcafa8b6c5399599e2ad872bb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 447632,
            "upload_time": "2023-07-04T07:29:41",
            "upload_time_iso_8601": "2023-07-04T07:29:41.828574Z",
            "url": "https://files.pythonhosted.org/packages/2e/6a/7d1ec421b91a105d94123c96a9d9b11ad3332f19db92174f12a64ae1a252/puput-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 07:29:41",
    "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.08635s