This is the GitHub repo of the Culturize App Project of oSoC18.
- Content:
- Website
- Setup: Learn how to setup a fork of the app and run it!
- Coding Style: Read this before contributing to the project.
- Bugs and Features idea list
- Explanation of the 4 Components of the Toolchain
- In-depth explanation of the internal flow of the app
- Source code: the Source code for the HTML pages is contained in the static folder, and the source code for the core logic in the src folder.
The input CSV can look as follows:
PID,document type,URL,enabled
ID_1,data,http://example.org,true
Note:
document type
value can be choosen freely, but it is recommended to follow URI guidelines (data, work, id...)enabled
is optional- column names can be configured inside
culturize.conf.ts