What is a good hosted software for FAQ

-1

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?

meddle

Posted 2011-09-09T00:46:40.720

Reputation: 765

Question was closed 2011-09-09T01:34:51.923

Answers

1

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.

Paul

Posted 2011-09-09T00:46:40.720

Reputation: 4 434

Thanks Paul, this helps. A good solutions for me is to have an inexpensive web solution that is hosted by someone else. I don't want to go through pains of installing it/maintaining it. – meddle – 2011-09-09T01:14:02.227

In which case you might want to just host a flat file database-driven wiki on dropbox, something I have done in the past. Completely free hosting and fast too. [http://www.howtogeek.com/howto/26515/build-your-own-personal-wiki-accessible-from-any-pc/] Of course, domain names won't work unless you do something like this: http://www.labnol.org/software/dropbox-with-custom-domain/18349/

– Paul – 2011-09-09T01:32:42.083

1

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.

Cheesus

Posted 2011-09-09T00:46:40.720

Reputation: 136

Thanks this helps. A good solutions for me is to have an inexpensive web solution that is hosted by someone else. I don't want to go through pains of installing it/maintaining it. – meddle – 2011-09-09T01:17:38.417

Sounds like Squarespace would suit you nicely. No patches & updates, auto backup etc. Indestructible hosting. – Cheesus – 2011-09-09T01:25:56.037