Extension Forum


Extension Basics

Title
Forum
Name
ckanext-forum
Type
Public extension
Description
The **ckanext-forum** extension aims to add basic forum functionality to a CKAN instance. As a work
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-10-26 11:50:37)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org//ckanext-forum.svg?branch=master :target: https://travis-ci.org//ckanext-forum

.. image:: https://coveralls.io/repos//ckanext-forum/badge.svg :target: https://coveralls.io/r//ckanext-forum

.. image:: https://pypip.in/download/ckanext-forum/badge.svg :target: https://pypi.python.org/pypi//ckanext-forum/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-forum/badge.svg :target: https://pypi.python.org/pypi/ckanext-forum/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-forum/badge.svg :target: https://pypi.python.org/pypi/ckanext-forum/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-forum/badge.svg :target: https://pypi.python.org/pypi/ckanext-forum/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-forum/badge.svg :target: https://pypi.python.org/pypi/ckanext-forum/ :alt: License

=============

ckanext-forum

.. Put a description of your extension here: A simple CKAN extension with forum functionality based on https://github.com/akprasad/flask-forum/


TODOs

  • Cleanup requirements.txt
  • Implement user management
  • Fix post counter
  • Authentication
  • Admin views
  • Links should start with ‘/forum/’ prefix or mate it configurable
  • Tests
  • Cleanup this README
  • Add tox.ini
  • Edit post

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-forum:

  1. Activate your CKAN virtual environment, for example::
Version
Version release date
(not set)
Contact name
908
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
forum
CKAN Settings (ckan.ini)
# ckanext.forum.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions