Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install jocommentatom

How to install JoCommentAtom

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install jocommentatom
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.3 Available View build log
0.1.2 Available View build log
Windows (64-bit)
0.1.3 Available View build log
0.1.2 Available View build log
Mac OS X (10.5+)
0.1.3 Available View build log
0.1.2 Available View build log
Linux (32-bit)
0.1.3 Available View build log
0.1.2 Available View build log
Linux (64-bit)
0.1.3 Available View build log
0.1.2 Available View build log
 
Author
Lastest release
version 0.1.3 on Jan 15th, 2011

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

Note

It is highly recommended to use virtualenv in order create isolated Python evironment and not to install packages in the system-wide Python installation. You may also take a look at virtualenvwrapper.

  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.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
0.1.1
  • Remove superfluous transaction support
0.1
  • First release
0.0
  • Initial version

Subscribe to package updates

Last updated Jan 15th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.