-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script to create structure for alphabetical order of terms in non-English version #155
Script to create structure for alphabetical order of terms in non-English version #155
Conversation
… based on term caption) Add a gradle task 'recreateTermStructures' to invoke script Add a language specific structure file for german
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please convert the script to a groovy one. You can use the learninggos script of the Advanced Template as inspiration.
I have no idea about groovy and gradle integration. Will take a second. |
No worries. We can look at it next week together if you like? 🙂 |
I replaced the bash script with a groovy script. The groovy script could be improved for sure (e.g. error checking). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive, yet I do have some requests for change. 😬
- add documentation about general approach and about regex to extract term-anchor and captions - make gradle tasks 'renderEN' and 'renderDE' dependent on task 'sortTermsAlphabetically' - remove EMPTYRemark fragment
Amazeballs, thank yoU! |
Approach as written in #152
This merge request includes: