Skip to main content

commenting system for the CubicWeb framework

Project description

Summary

The comment cube provides threadable comments feature.

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-comment

If you have troubles, use easy_install/setuptools and eggs:

easy_install cubicweb-comment

You can install the package manually from the uncompressed tarball:

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

This cube creates a new entity type called Comment which could basically be read by every body but only added by application’s users. It also defines a relation comments which provides the ability to add a Comment which comments a Comment.

To use this cube, you want to add the relation comments on the entity type you want to be able to comment. For instance, let’s say your cube defines a schema for a blog. You want all the blog entries to be commentable. Here is how to define it in your schema:

from yams.buildobjs import RelationDefinition
class comments(RelationDefinition):
    subject = 'Comment'
    object = 'BlogEntry'
    cardinality = '1*'

Once this relation is defined, you can post comments and view threadable comments automatically on blog entry’s primary view.

Documentation

Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cubicweb_comment-3.1.0.tar.gz (63.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cubicweb_comment-3.1.0-py3-none-any.whl (60.8 kB view details)

Uploaded Python 3

File details

Details for the file cubicweb_comment-3.1.0.tar.gz.

File metadata

  • Download URL: cubicweb_comment-3.1.0.tar.gz
  • Upload date:
  • Size: 63.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for cubicweb_comment-3.1.0.tar.gz
Algorithm Hash digest
SHA256 173362a04f62133af9e892bcfc9f8b2a94ee71e989bad1cf11c71ad1ee03940b
MD5 20a0a6e5575aefc3059f63f51262cebc
BLAKE2b-256 4a65c260a4cb63f27e01f1b021dccd62b20f3b430cd6175c8adc56cb86ffda7a

See more details on using hashes here.

File details

Details for the file cubicweb_comment-3.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cubicweb_comment-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 64d6aa535edf0a89ee608d3b2532acc3412edc57e725b1f3b0c8f41cbfcfce66
MD5 7225f84832d530e443a6915cb32ada61
BLAKE2b-256 05b8a2628edd46eb9a19c932406de19bd68655896cc5b1c86e86ba8d175c7ad0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page