[[PageOutline(2-5,Contents,pullout)]] = Manage Frequently Asked Questions (FAQ) on Trac == Description This is a Trac plugin to create FAQs ([wikipedia:FAQ Frequently asked questions]) and organize them in categories. FAQs are actually Wiki pages, created automatically and using a naming convention that allows the plugin to display them in a tree view. Categories and sub-categories allow for organizing the FAQs based on topics. The plugin adds a "FAQs" tab in the upper-right Trac navigation menu. Clicking on it displays the main FAQs page shown in the following figure. The FAQs home page aggregates all the FAQ wiki pages and displays them in a single page. The page is divided in two halves: * The upper half shows only the category and FAQ titles. Clicking on any title links to the corresponding page. * The lower half shows the full category and FAQ page contents, as in a usual FAQ page. '''FAQ Plugin overview''' [[Image(faq_screen01.png, border=2)]] === Creating a new FAQ category To create a new FAQ category, enter the name for the category in the text field and click "Add a Category". '''Creating a FAQ Category - step 1''' [[Image(faq_screen05.png, border=2)]] A new wiki page will be created and opened for editing. The first line represents the category title. You can freely edit it, but do not remove it. This is a normal Wiki page, so you can can use WikiFormatting here, as well as attach documents and images. When you have finished editing the FAQ category description, save the wiki page. '''Creating a FAQ Category - step 2''' [[Image(faq_screen06.png, border=2)]] === Creating a new FAQ To create a new FAQ inside a particular category, first click on the category to open it, then enter the title for the FAQ in the appropriate text field and click "Add a FAQ". '''Creating a FAQ - step 1''' [[Image(faq_screen03.png, border=2)]] Like for FAQ categories, this action will also create a new wiki page and open it for editing. This is a also normal Wiki page, so you can can use WikiFormatting here, as well as attach documents and images. '''Creating a FAQ - step 2''' [[Image(faq_screen04.png, border=2)]] === Editing a FAQ To modify a FAQ, you can usually edit the corresponding wiki page once opened. Alternatively, you can do it directly from the tree view, clicking on the pencil icon that appears as soon as you go with the mouse on a FAQ. '''Editing a FAQ from the tree view''' [[Image(faq_screen02.png, border=2)]] === Security The FAQ management capabilities are protected by a set of new Trac permissions: * `FAQ_CREATE`: Allows for creating and editing FAQs. * `FAQ_VIEW`: Allows for viewing FAQs. == Bugs/Feature Requests Existing bugs and feature requests for FaqPlugin are [report:9?COMPONENT=FaqPlugin here]. If you have any issues, create a [/newticket?component=FaqPlugin new ticket]. [[TicketQuery(component=FaqPlugin,group=type,format=progress)]] == Download Download Egg files and the zipped source from [https://sourceforge.net/projects/faq4trac/files/ the project on SourceForge]. == Source You can check out FaqPlugin from [https://sourceforge.net/p/faq4trac/code/ the repository on SourceForge] using Git. == Installation Refer to INSTALLATION.txt for installation details. == Recent Changes [[ChangeLog(faqplugin, 3)]] == Author/Contributors '''Author:''' [wiki:seccanj] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''