-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ChakshuGautam/fix/local
Fix/local
- Loading branch information
Showing
173 changed files
with
12,822 additions
and
26,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v14.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ _Send a message if you'd like to contribute! We use an easy web interface provid | |
|
||
### Funding | ||
|
||
The development of this application was funded by [KoBo Toolbox (Harvard Humanitarian Initiative)](http://www.kobotoolbox.org), [iMMAP](http://immap.org), [OpenClinica](https://openclinica.com), [London School of Hygiene and Tropical Medicine](https://opendatakit.lshtm.ac.uk/), [DIAL Open Source Center](https://www.osc.dial.community/) and [Enketo LLC](https://www.linkedin.com/company/enketo-llc). The [samagra-x-enketo-core](https://github.com/enketo/samagra-x-enketo-core) library (the form engine + themes) used in this application obtained significant funding from [SEL (Columbia University)](http://modi.mech.columbia.edu/), the [Santa Fe Institute](http://www.santafe.edu/), [Ona](https://ona.io) and the [HRP project](http://www.who.int/reproductivehealth/topics/mhealth/en/). | ||
The development of this application was funded by [KoBo Toolbox (Harvard Humanitarian Initiative)](http://www.kobotoolbox.org), [iMMAP](http://immap.org), [OpenClinica](https://openclinica.com), [London School of Hygiene and Tropical Medicine](https://opendatakit.lshtm.ac.uk/), [DIAL Open Source Center](https://www.osc.dial.community/) and [Enketo LLC](https://www.linkedin.com/company/enketo-llc). The [enketo-core](https://github.com/enketo/enketo-core) library (the form engine + themes) used in this application obtained significant funding from [SEL (Columbia University)](http://modi.mech.columbia.edu/), the [Santa Fe Institute](http://www.santafe.edu/), [Ona](https://ona.io) and the [HRP project](http://www.who.int/reproductivehealth/topics/mhealth/en/). | ||
|
||
|
||
### License | ||
|
@@ -27,7 +27,7 @@ See [the license document](https://github.com/enketo/enketo-express/blob/master/ | |
|
||
Note that some of the libraries used in this app have a different license. In particular note [this one](https://github.com/enketo/enketo-xpathjs). | ||
|
||
Note the 'Powered by Enketo' footer requirement as explained in [samagra-x-enketo-core](https://github.com/enketo/samagra-x-enketo-core#license). This requirement is applicable to all Enketo apps, including this one, unless an exemption was granted. | ||
Note the 'Powered by Enketo' footer requirement as explained in [enketo-core](https://github.com/enketo/enketo-core#license). This requirement is applicable to all Enketo apps, including this one, unless an exemption was granted. | ||
|
||
The Enketo logo and Icons are trademarked by [Enketo LLC](https://www.linkedin.com/company/enketo-llc) and should only be used for the 'Powered by Enketo' requirement mentioned above (if applicable). To prevent infringement simply replace the logo images in [/public/images](https://github.com/enketo/enketo-express/blob/master/public/images) with your own or contact [Enketo LLC](mailto:[email protected]) to discuss the use inside your app. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Client-side samagra-x-enketo-core library is here and symlinked to /public with grunt because a future version of this app may very well do server-side form parsing too. | ||
Client-side enketo-core library is here and symlinked to /public with grunt because a future version of this app may very well do server-side form parsing too. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
enketo-express/app/views/styles/theme-formhub/_form_formhub.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/main"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/responsive"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/main"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/responsive"; | ||
@import "../component/widgets"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/dropdown"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/formhub/main"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/dropdown"; | ||
@import "../../../../node_modules/enketo-core/src/sass/formhub/main"; |
2 changes: 1 addition & 1 deletion
2
enketo-express/app/views/styles/theme-formhub/theme-formhub.print.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/formhub/formhub-print"; | ||
@import "../../../../node_modules/enketo-core/src/sass/formhub/formhub-print"; | ||
@import "../component/print"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
enketo-express/app/views/styles/theme-grid/theme-grid.print.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/grid/grid-print"; | ||
@import "../../../../node_modules/enketo-core/src/sass/grid/grid-print"; | ||
@import "../component/print"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
enketo-express/app/views/styles/theme-kobo/theme-kobo.print.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/formhub/formhub-print"; | ||
@import "../../../../node_modules/enketo-core/src/sass/formhub/formhub-print"; | ||
@import "../component/print"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
enketo-express/app/views/styles/theme-plain/_form_plain.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/variables"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/mixins"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/variables"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/mixins"; | ||
|
||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/reset"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/utilities"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/icons"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/layout"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/buttons"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/main"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/pages"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/reset"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/utilities"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/icons"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/layout"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/buttons"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/main"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/pages"; | ||
@import "../component/widgets"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/dropdown"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/responsive"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/dropdown"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/responsive"; |
6 changes: 3 additions & 3 deletions
6
enketo-express/app/views/styles/theme-plain/theme-plain.print.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/variables"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/mixins"; | ||
@import "../../../../node_modules/samagra-x-enketo-core/src/sass/core/print"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/variables"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/mixins"; | ||
@import "../../../../node_modules/enketo-core/src/sass/core/print"; | ||
@import "../component/print"; |
Oops, something went wrong.