Summary
-------
The `blog` cube provides blogging functionnalities. It creates two entity types,
`Blog` and `BlogEntry`. There are related to each other by the relation
`BlogEntry entry_of Blog`.
It is a CubicWeb component. CubicWeb is a semantic web application
framework, see http://www.cubicweb.org
Install
-------
Auto-install from sources prefered with *pip/Distribute*::
pip install cubicweb-blog
If you have troubles, use *easy_install/setuptools* and eggs::
easy_install cubicweb-blog
You can install the package manually from the uncompressed
`tarball <http://www.cubicweb.org/project/cubicweb-blog>`_::
python setup.py install # auto-install dependencies
If you don't want the dependancies to be installed automaticly, you
can force the setup to use the standard library *distutils*::
NO_SETUPTOOLS=1 python setup.py install
More details at http://www.cubicweb.org/doc/en/admin/setup
Usage
-----
When a user submits a blog entry, it goes in a `draft` state until the blog
entry is published by an application managers. The blog entry will not be
visible until it reaches the `published` state.
When a blog entry is submitted, an email notification is automatically sent
to all the users belonging to the `managers` group of the application.
Specific boxes provided by this cube:
- `BlogEntryArchiveBox`, displays a box with the total number of blog entries
submitted by month for the last twelve months.
- `BlogEntryListBox`, displays a box with the latest five blog entries
published in your application as well as link to subscribe to a RSS feed.
- `BlogEntrySummary`, displays a box with the list of users who submitted
blog entries and the total number of blog entries they submitted.
This cube also provides some web services such as:
- http://xx:xxxx/blogentries/YYYY to retrieve the blog entries submitted
during the year YYYY through a RSS feed
- http://xx:xxxx/blogentries/YYYY/MM to retrieve the blog entries submitted
during the month MM of the year YYYY through a RSS feed
- http://xx:xxxx/blog/[eid]/blogentries/YYYY to retrieve the blog entries
submitted in the blog of identifier [eid], during the year YYYY through
a RSS feed
- http://xx:xxxx/blog/[eid]/blogentries/YYYY/MM to retrieve the blog entries
submitted in the blog of identifier [eid], during the month MM of the
year YYYY through a RSS feed
Documentation
-------------
Look in the ``doc/`` subdirectory or read
http://www.cubicweb.org/doc/en/
Raw data
{
"_id": null,
"home_page": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-blog",
"name": "cubicweb-blog",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9.2",
"maintainer_email": null,
"keywords": null,
"author": "Logilab",
"author_email": "contact@logilab.fr",
"download_url": "https://files.pythonhosted.org/packages/b3/2c/4e97348febab54b086de40ac285dab08fec3a094335ccf38d097195f9096/cubicweb_blog-3.1.1.tar.gz",
"platform": null,
"description": "Summary\n-------\nThe `blog` cube provides blogging functionnalities. It creates two entity types,\n`Blog` and `BlogEntry`. There are related to each other by the relation\n`BlogEntry entry_of Blog`.\n\nIt is a CubicWeb component. CubicWeb is a semantic web application\nframework, see http://www.cubicweb.org\n\nInstall\n-------\n\nAuto-install from sources prefered with *pip/Distribute*::\n\n pip install cubicweb-blog\n\nIf you have troubles, use *easy_install/setuptools* and eggs::\n\n easy_install cubicweb-blog\n\nYou can install the package manually from the uncompressed\n`tarball <http://www.cubicweb.org/project/cubicweb-blog>`_::\n\n python setup.py install # auto-install dependencies\n\nIf you don't want the dependancies to be installed automaticly, you\ncan force the setup to use the standard library *distutils*::\n\n NO_SETUPTOOLS=1 python setup.py install\n\nMore details at http://www.cubicweb.org/doc/en/admin/setup\n\nUsage\n-----\n\nWhen a user submits a blog entry, it goes in a `draft` state until the blog\nentry is published by an application managers. The blog entry will not be\nvisible until it reaches the `published` state.\n\nWhen a blog entry is submitted, an email notification is automatically sent\nto all the users belonging to the `managers` group of the application.\n\nSpecific boxes provided by this cube:\n\n- `BlogEntryArchiveBox`, displays a box with the total number of blog entries\n submitted by month for the last twelve months.\n\n- `BlogEntryListBox`, displays a box with the latest five blog entries\n published in your application as well as link to subscribe to a RSS feed.\n\n- `BlogEntrySummary`, displays a box with the list of users who submitted\n blog entries and the total number of blog entries they submitted.\n\nThis cube also provides some web services such as:\n\n- http://xx:xxxx/blogentries/YYYY to retrieve the blog entries submitted\n during the year YYYY through a RSS feed\n\n- http://xx:xxxx/blogentries/YYYY/MM to retrieve the blog entries submitted\n during the month MM of the year YYYY through a RSS feed\n\n- http://xx:xxxx/blog/[eid]/blogentries/YYYY to retrieve the blog entries\n submitted in the blog of identifier [eid], during the year YYYY through\n a RSS feed\n\n- http://xx:xxxx/blog/[eid]/blogentries/YYYY/MM to retrieve the blog entries\n submitted in the blog of identifier [eid], during the month MM of the\n year YYYY through a RSS feed\n\nDocumentation\n-------------\n\nLook in the ``doc/`` subdirectory or read\nhttp://www.cubicweb.org/doc/en/\n",
"bugtrack_url": null,
"license": "LGPL",
"summary": "blogging component for the CubicWeb framework",
"version": "3.1.1",
"project_urls": {
"Homepage": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-blog"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0c24ed6a5ad5ff56973bfc8b37f1f09aeb9487df6330331f6bb9ecad30a0866a",
"md5": "67aa8b56b90a4444e1be840b8fa23461",
"sha256": "f22028765c35935078f33d08ddbdfa15a4c40736f46575aaabfc130b8f96303b"
},
"downloads": -1,
"filename": "cubicweb_blog-3.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "67aa8b56b90a4444e1be840b8fa23461",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.2",
"size": 26631,
"upload_time": "2025-07-09T14:49:47",
"upload_time_iso_8601": "2025-07-09T14:49:47.457339Z",
"url": "https://files.pythonhosted.org/packages/0c/24/ed6a5ad5ff56973bfc8b37f1f09aeb9487df6330331f6bb9ecad30a0866a/cubicweb_blog-3.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b32c4e97348febab54b086de40ac285dab08fec3a094335ccf38d097195f9096",
"md5": "31162c14d87414192081f523c022b1f3",
"sha256": "95949ab1c65dfff2ffa1b9e0f01b6f4cbe2fec3e5bf9a990e29636d2b7e1f6ce"
},
"downloads": -1,
"filename": "cubicweb_blog-3.1.1.tar.gz",
"has_sig": false,
"md5_digest": "31162c14d87414192081f523c022b1f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.2",
"size": 22900,
"upload_time": "2025-07-09T14:49:48",
"upload_time_iso_8601": "2025-07-09T14:49:48.428456Z",
"url": "https://files.pythonhosted.org/packages/b3/2c/4e97348febab54b086de40ac285dab08fec3a094335ccf38d097195f9096/cubicweb_blog-3.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 14:49:48",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cubicweb-blog"
}