Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.82 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.82 KB

F*!@#$%-Accessible-FAQ

Robert DeNiro and Joe Pesci in the film Casino.

Robert DeNiro talking to Joe Pesci in the film Casino.

An accessible HTML/CSS/JavaScript FAQ page. See an example.

When a question is asked I want to be able to easily send a link to an answer located in a single HTML page. The answer should also be visible with JavaScript disabled.

Deployment

Not-so-geeky:

  1. Download and copy the following files into a folder called such as /faq/ on your web server:
  2. Edit index.html to add new questions and save the file
  3. You now have your own f*!@#$% accessible FAQ at YourF*!@#$%Site.tld/faq/

Geekier through Github (need git installed on your webserver):

  1. Fork this project
  2. Edit index.html to add new questions and commit your changes
  3. ssh into the web server where YourF*!@#$%Site.tld is hosted and cd into the public directory
  4. git clone git://github.com/YOURGITHUBUSERNAME/F-Accessible-FAQ.git faq (note the Git Read-Only protocol)
  5. You now have your own f*!@#$% accessible FAQ at YourF*!@#$%Site.tld/faq/