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
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)
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
Create and edit configuration file to suit it Your needs:
$ paster make-config --edit JoCommentAtom jocommentatom.ini
Run JoCommentAtom!:
$ paster serve jocommentatom.ini
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; } }
Have fun!
0.1.3
Database connection termination due to the mysql server timeout was not handled properly and thus resulted in transaction error.
Add project URL (pypi) to the deployment.ini_tmpl
0.1.2
Flup required by default
README cleanup, project url set to http://pypi.python.org/pypi/JoCommentAtom
0.1.1
Remove superfluous transaction support
0.1
First release
0.0
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file JoCommentAtom-0.1.3.tar.gz
.
File metadata
- Download URL: JoCommentAtom-0.1.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf308aac8803eaea3b4c52505225e983e2075ec004272810f7217c79b32771a |
|
MD5 | 1c73f171d96f4241e260eff89330752c |
|
BLAKE2b-256 | 10ae04a6cdaae9514bd1771d5844d586584f89dc6cb903e79a63a35780266623 |
File details
Details for the file JoCommentAtom-0.1.3-py2.6.egg
.
File metadata
- Download URL: JoCommentAtom-0.1.3-py2.6.egg
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdd4dd0d6eb7b43ac809937001aaaf6fc181be51eea4c0434d20f1f01234d213 |
|
MD5 | 71edb5c873f56b01d08f394f57f1d5f4 |
|
BLAKE2b-256 | ad5f8cdcb4c54c9bb5348b5b330e261bd2054bc450e13c16b3f43409779bbc56 |