diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-06 04:15:59 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-10 21:19:18 +0200 |
commit | 3ba2dcf7e6b993b2fd216f252b9bc32ba3f429be (patch) | |
tree | e8286497c88788d3366ad6cf085788d27039c5f9 /README.md | |
parent | 6c63a17d669b57fdbc1a5a71daf89c6c95e7d5ef (diff) |
remove README for templates in development
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -27,7 +27,6 @@ Yomichan provides advanced features not available in other browser-based diction * [Flashcard Creation](https://foosoft.net/projects/yomichan/#flashcard-creation) * [Keyboard Shortcuts](https://foosoft.net/projects/yomichan/#keyboard-shortcuts) * [Development](https://foosoft.net/projects/yomichan/#development) - * [Templates](https://foosoft.net/projects/yomichan/#templates) * [Dependencies](https://foosoft.net/projects/yomichan/#dependencies) * [Frequently Asked Questions](https://foosoft.net/projects/yomichan/#frequently-asked-questions) * [Screenshots](https://foosoft.net/projects/yomichan/#screenshots) @@ -241,15 +240,6 @@ following basic guidelines when creating pull requests: * Large pull requests without a clear scope will not be merged. * Incomplete or non-standalone features will not be merged. -### Templates ### - -Yomichan uses [Handlebars](https://handlebarsjs.com/) templates for user interface generation. The source templates are -found in the `tmpl` directory and the compiled version is stored in the `ext/bg/js/templates.js` file. If you modify the -source templates, you will need to also recompile them. If you are developing on Linux or Mac OS X, you can use the -included `build_tmpl.sh` and `build_tmpl_auto.sh` shell scripts to do this for you -([inotify-tools](https://github.com/rvoicilas/inotify-tools/wiki) required). Otherwise, simply execute `handlebars -tmpl/*.html -f ext/bg/js/templates.js` from the project's base directory to compile all the templates. - ### Dependencies ### Yomichan uses several third-party libraries to function. Below are links to homepages, snapshots, and licenses of the exact |