Skip to content

ppasq/formhub

This branch is 122 commits behind SEL-Columbia/formhub:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2013
Aug 7, 2013
Dec 19, 2013
Feb 7, 2013
Jan 18, 2014
Dec 20, 2013
Apr 23, 2014
Jul 13, 2013
Sep 10, 2013
Dec 3, 2013
Oct 1, 2012
Dec 3, 2013
Apr 23, 2014
Feb 21, 2013
May 14, 2013
Aug 5, 2013
Oct 12, 2013
Jan 29, 2013
Nov 18, 2013
Sep 7, 2012
Oct 3, 2013
Oct 14, 2013
Feb 5, 2013
Nov 22, 2013
Nov 13, 2013
Nov 13, 2013
Dec 19, 2011
Dec 19, 2011
Feb 1, 2012
Mar 13, 2012
Mar 10, 2014
Sep 24, 2012

Repository files navigation

Formhub

https://secure.travis-ci.org/modilabs/formhub.png?branch=master

Installation

Please read the Installation and Deployment Guide.

Contributing

If you would like to contribute code please read Contributing Code to Formhub.

Code Structure

  • odk_logger - This app serves XForms to ODK Collect and receives submissions from ODK Collect. This is a stand alone application.
  • odk_viewer - This app provides a csv and xls export of the data stored in odk_logger. This app uses a data dictionary as produced by pyxform. It also provides a map and single survey view.
  • main - This app is the glue that brings odk_logger and odk_viewer together.

Localization

To generate a locale from scratch (ex. Spanish)

$ django-admin.py makemessages -l es -e py,html,email,txt ;
$ for app in {main,odk_viewer} ; do cd ${app} && django-admin.py makemessages -d djangojs -l es && cd - ; done

To update PO files

$ django-admin.py makemessages -a ;
$ for app in {main,odk_viewer} ; do cd ${app} && django-admin.py makemessages -d djangojs -a && cd - ; done

To compile MO files and update live translations

$ django-admin.py compilemessages ;
$ for app in {main,odk_viewer} ; do cd ${app} && django-admin.py compilemessages && cd - ; done

About

Mobile Data Collection made easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published