[CR] Fixed typos, content.

This commit is contained in:
Dmitry Kunin 2013-10-24 16:06:15 +03:00
parent f0b83efd23
commit 545ccb1d15

View file

@ -6,23 +6,21 @@ To add new country to genenarion list follow next 3 steps:
file *countries_to_generate.txt*
2. Add default image for this country into the folder *default_images*
this image will be used for articles which don't have image (or we dont have
image for them). It's name must be *<country_name>.jpg*.
image for them). It's name must be *&lt;country_name&gt;.jpg*.
3. Remove file *process_html* if exists to update data.
Now you'r ready to build new amazing guides with me!
* run `bash build.sh` to prepare data for guides
* or run `bash build-with-android.sh` to prepare data and android files.
* run `bash build.sh` to prepare data for guides and Android files.
## More Android notes
There is one script you need to use to build guides for Android:
**build-with-android.sh**. It places it's result (obb, apk) into countries
folder *Counties<country_name>*.
folder *Countries/&lt;country_name&gt;*.
Android applications have package name made of lowercased country name
and underscores replaced with dotes, added to "com.guidewithme.". For instance:
*Unated_States -> com.guidewithme.unated.states*
*United_States -> com.guidewithme.united.states*
### United_Kingdom hack