I need something in a form of Knowledge Base/FAQ/Wiki to deliver FAQ to users over web. Preferably hosted solution. What are my options?
|
feedback
|
closed as off topic by sblair, Gareth, random♦ Sep 9 '11 at 1:34
Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.
|
Honestly, if you are moderately comfortable coding in PHP, the best option is to just write yourself a quick application. It's fun and you also learn from doing this. However, if you're already advanced and can't be bothered with such low-level nonsense or you can't code PHP at all then there are some good open-source alternatives for you such as phpMyFAQ and RTFM. If you want something heavier, you can easily turn a CMS such as WordPress into a Knowledgebase Manager by using free plugins like this. Tutsplus also has a tutorial on how to do this yourself using custom posts. | |||||
feedback
|
|
There are some great free CMS packages that can be customized to facilitate the type of site you are looking for. The most popular free packages are Out of the box Moodle is most focused on an education oriented site, so may require less customization than the others. I personally recommend Drupal for maximum flexibility. If you are unable or unwilling to setup hosting and configure one of these CMS's yourself, there are many web hosts that will charge reasonable rates to configure and host a CMS of your choice. An even simpler alternative is the excellent hosted & integrated CMS called Squarespace. This requires almost no technical skills but can be extensively customized. | |||||
feedback
|