HTML interface for **[twister](http://twister.net.co)** (see git repo [here](https://github.com/miguelfreitas/twister-core)). It is a FOSS which is being under heavy construction.
See git repo [here](https://github.com/twisterarmy/twister-core).
Official (currently unmaintained) [version](https://github.com/miguelfreitas/twister-core)
To use it, clone this repo under `~/.twister/html` like this:
Stable releses available on this [page](https://github.com/twisterarmy/twister-html/releases).
To use development version, clone this repo under `~/.twister/html` like this:
If you're on **Mac OS X** — clone to `${HOME}/Library/Application\ Support/Twister/html` instead of `~/.twister/html`
Switch the edition
-----------------
TA Edition includes official Blaster updates and alternative features. To switch it, use followig commands:
Be on the bleeding edge
-----------------------
git pull && git checkout twisterarmy
All nightly improvements and following fixes of these improvements are tested in [blaster](https://github.com/miguelfreitas/twister-html/tree/blaster) branch.
To be sure you are at the forefront, in stage of lack of testing and consensus:
If you want to switch blaster branch:
git pull && git checkout blaster
git checkout blaster
If the master branch:
If you want to switch back to stable branch:
git checkout master
Get updates:
Follow `@letstwist` in twister to be aware of recent changes. In case of getting of twister-html related buzz from it:
To make it easier for us to accept your patches, please follow the conventional GitHub workflow
and keep in mind that your pull requests should have **twisterarmy** branch as both the origin and target.
and keep in mind that your pull requests should have **blaster** branch as both the origin and target.
1. After forking, clone your repo:
@ -47,42 +39,38 @@ and keep in mind that your pull requests should have **twisterarmy** branch as b
@@ -47,42 +39,38 @@ and keep in mind that your pull requests should have **twisterarmy** branch as b
2. Add your language to the list of available choices. You should use your ISO code here,
@ -112,7 +100,6 @@ For multi-region languages, if you want to catch them all, use only the first ha
@@ -112,7 +100,6 @@ For multi-region languages, if you want to catch them all, use only the first ha
git commit -m 'Klingon translation'
git push origin Klingon-translation
6. Then open the pull request from branch 'YOURNICKNAME:Klingon-translation' to 'twisterarmy:twisterarmy' or 'twisterarmy:twisterarmy' on GitHub.
6. Then open the pull request from branch 'YOURNICKNAME:Klingon-translation' to 'miguelfreitas:blaster' on GitHub.