Skip to content

akirk/askme

Repository files navigation

ask me

This is a very simple formspring/spring.me/ask.fm like question and answer web app.

There is no user management (register, login, profile), authentication is supposed to be through HTTP Basic Authentication. There is a user table that can be extended to what you need.

Features

  • Ask any user a question
  • Questions will be invisible to others until you choose to answer it
  • Questions can be asked anonymously
  • Questions can be modified before answering
  • Questions can be answered privately if they have not been asked anonymously
  • Notifications about questions and answers by e-mail
  • Questions and answers can be edited

Requirements

PHP5, mysqli, MySQL

Setup

  1. Import docs/schema.sql to your MySQL database
  2. Copy config.php.dist to config.php and modify it accordingly.
  3. Copy messages.php.dist to messages.php and modify it accordingly.
  4. Modify style.css or style.scss to your needs (generate a new style.css by running scss style.scss > style.css)

Screenshots

startpage askuser1 youhavebeenasked youhavebeenasked_answer user1hasanswered

License

BSD

About

a very simple version of a formspring/spring.me like Q&A

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published