Skip to main content

Atom feed generator for JoComment.

Project description

About JoCommentAtom

JoCommentAtom is Pyramid application maintained and developed by Jakub Warmuz that generates Atom feed with the latest comments from websites powered by Joomla and JoomlaComment extension.

Installation and Setup

  1. Create a user in the Joomla’s database and grant him an access to the following tables:

    • jos_comment (obviously, this is where all comments are stored)

    • jos_content (mandatory for proper URL generation for atom entries links)

  2. Install JoCommentAtom using pip:

    $ pip install JoCommentAtom

    Or if you have downloaded an egg:

    $ easy_install JoCommentAtom.egg

    You may also want to install JoCommentAtom from source:

    $ python setup.py install
  3. Create and edit configuration file to suit it Your needs:

    $ paster make-config --edit JoCommentAtom jocommentatom.ini
  4. Run JoCommentAtom!:

    $ paster serve jocommentatom.ini
  5. Or if You want to run JoCommentAtom as FastCGI process:

    $ paster serve --server-name=fcgi jocommentatom.ini

    Example FastCGI setup for Nginx HTTP server:

    server {
        listen :80;
    
        location / {
                fastcgi_pass 127.0.0.1:6543;
                fastcgi_param PATH_INFO $fastcgi_script_name;
        }
    }
  6. Have fun!

0.1.2

0.1.1

  • Remove superfluous transaction support

0.1

  • First release

0.0

  • Initial version

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

JoCommentAtom-0.1.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

JoCommentAtom-0.1.2-py2.6.egg (11.8 kB view details)

Uploaded Source

File details

Details for the file JoCommentAtom-0.1.2.tar.gz.

File metadata

File hashes

Hashes for JoCommentAtom-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ac2f287f49795f1679d48dbb91fba95ebcc713cdde1db326e0dd502ad31ce87d
MD5 36584a1295a2adf61269c50a41dc6930
BLAKE2b-256 1836e323897981f5bef87981285ea24e4fe2a264ea8e16568d6747afd302d30c

See more details on using hashes here.

File details

Details for the file JoCommentAtom-0.1.2-py2.6.egg.

File metadata

File hashes

Hashes for JoCommentAtom-0.1.2-py2.6.egg
Algorithm Hash digest
SHA256 7ee1cd42c6d0884bc80c029e204d821c343846541693e816af490e32052c3108
MD5 9355ba4b5e6896d2da0fc7d66df8788f
BLAKE2b-256 eb03596d2ffda97e5ec7abdd4501e2d49432cabb204f5cb262178a78367d1a5a

See more details on using hashes here.

Supported by

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