Skip to content

brousch/votealign

 
 

Repository files navigation

VoteAlign

Build Status Coverage Status

VoteAlign is forked from Askbot, an open-source Q&A system.

For Contributors

Requirements

Installation

Create a virtualenv and local deployment:

make env

Build the database and messages:

make assets

Start the server:

make serve

Start the server and launch the site in your browser:

make launch

Updating Strings

As far as we can tell, all displayed English text is located in:

The compiled translations (*.mo) are created from *.po files using gettext. Default (English) phrases are located in words.py. Compile new messages before starting the server:

make messages

About

Understanding who represents you.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.4%
  • JavaScript 14.1%
  • CSS 3.4%
  • Other 0.1%