Skip to content

lelit/collective.faq

 
 

Repository files navigation

collective.faq

CI Status Latest Version License

kitconcept

Features

  • As reviewer, I can add an FAQ.
  • As reviewer, I can add an FAQ item to an FAQ.
  • As reviewer, I can add an FAQ item (a "subquestion") to an FAQ item.
  • As reviewer, I can use rich text to create an FAQ item.
  • As reviewer, I can link to an existing FAQ item.
  • As anonymous user, I can see an FAQ list.
  • As anonymous user, I can search the FAQ and FAQ Entry.

collective.faq

Compatibility

The versions 2.0.0 and above (releases from the master branch) are used for Plone 5.2 / Python 3.

For Plone 4 and Plone 5.0/5.1 support, please use versions 1.x.x.

Translations

This product has been translated into

  • German
  • French
  • Italian

Installation

Install collective.faq by adding it to your buildout:

[buildout]

 ...

 eggs =
     collective.faq

and then run "bin/buildout".

Contribute

Support

If you are having issues, please let us know.

Development

Requirements:

  • Python 3.7
  • Virtualenv

Setup:

make

Run Static Code Analysis:

make code-Analysis

Run Unit / Integration Tests:

make test

Run Robot Framework based acceptance tests:

make test-acceptance

Credits

HU Berlin

The development of this plugin has been kindly sponsored by Humboldt-Universität zu Berlin.


kitconcept

Developed by kitconcept.

License

The project is licensed under the GPLv2.

About

Plone addon package for managing FAQ sections

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 61.6%
  • Makefile 15.1%
  • RobotFramework 11.0%
  • CSS 6.7%
  • JavaScript 3.5%
  • Shell 2.1%