UB-Mannheim / ocr-gt-tools

Ergonomic line-by-line transcription of scanned text.
GNU Affero General Public License v3.0
47 stars 11 forks source link

Manage front-end assets with bower/npm #19

Closed kba closed 8 years ago

kba commented 8 years ago

I'll track adding JS asset management, .e. pulling in jquery, bootstrap, jquery d&d plugin... via configuration file and npm/bower.

I'll comment when I think this is ready.

5

kba commented 8 years ago

I think this is ready for being merged now. Vendor JS, CSS and fonts are bundled, the build system works, it can be run in the standalone PSGI-based server or in Apache, most if not all server-specific code is in the server side CGI.

Frontend has been rewritten using Bootstrap v3, most features I'd consider essential (commenting, filtering views, sort lines, multi-select, tags, help) are there, if unpolished.

Feel free to try it out (make dev-server and http://localhost:9090).