django-articles

Sophisticated blogging engine for Django-powered sites
Download

django-articles Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Josh VanderLinden
  • Publisher web site:
  • http://code.google.com/u/codekoala/

django-articles Tags


django-articles Description

Sophisticated blogging engine for Django-powered sites django-articles is the blog engine used on the codekoala.com website.Installation:Download "django-articles" using *one* of the following methods:Checkout from Mercurial{{{hg clone http://django-articles.googlecode.com/hg/ django-articleshg clone http://bitbucket.org/codekoala/django-articles/}}}Configuration:First of all, you must add this project to your list of "INSTALLED_APPS" in "settings.py":{{{INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.humanize', 'django.contrib.markup', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.syndication', ... 'articles', ...)}}}Run "manage.py syncdb". This creates a few tables in your database that are necessary for operation.Next, set a couple of settings in your "settings.py": * "DISQUS_USER_API_KEY": Your user API key from Disqus. This is free, and you can learn how to get it from `Disqus's API Page < http://2ze.us/ME >`_ or you can try http://disqus.com/api/get_my_key/ when you're logged into Disqus. You only need this one if you're going to be converting comments from "django.contrib.comments" to Disqus. * "DISQUS_FORUM_SHORTNAME": set this to "True" if you want to see markers on the mapWhen that's done, you should be able to begin using "django-articles"! Here are some key features of "django-articles": · Tags for articles, with a tag cloud template tag · Ability to post in the future · Article expiration facilities · Allows articles to be written in plain text/HTML or using Markdown, ReStructured Text, or Textile markup · Related articles · Follow-up articles · Disqus comments · Article archive, with pagination · Internationalization-ready · Detects links in articles and creates a per-article index for you · Word count · RSS feeds for the latest articles · RSS feeds for the latest articles by tag Requirements: · Python · Django


django-articles Related Software