diff --git a/TODO b/TODO
index 365af59..17e99bf 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,7 @@ Note: not ordered. do whatever I/you want
+ Make a build guide for android:
Summary the hacks to p4a, bleak p4a recipe, p4a webview bootstrap, and AdvancedWebView
+ Try to implement enough without more dependencies
++ More funny i18n
+ Arch Linux package / AUR, package for other distros
+ Service for other init systems (a systemd unit file is there)
+ ...
diff --git a/dev-diary.txt b/dev-diary.txt
index c6ff4b9..1ef9b03 100644
--- a/dev-diary.txt
+++ b/dev-diary.txt
@@ -153,3 +153,34 @@ That may involve another (partial) rewrite.
Afraid not, experiment always worth it. And remember: it's all about idea, everyone can make use of then.
Yawn... bed time...
+
+9th
+
+Did some stylesheet fix.
+
+Then go for image rotation. It shouldn't be that hard:
+
+0 1 2 3 16 17 18 19 32 33 34 35 48 49 50 51
+4 5 6 7 20 21 22 23 36 37 38 39 52 53 54 55
+8 9 10 11 24 25 26 27 40 41 42 43 56 57 58 59
+12 13 14 15 28 29 30 31 44 45 46 47 60 61 62 63
+16 17 18 19 32 33 34 35 48 49 50 51 64 65 66 67
+20 21 22 23 36 37 38 39 52 53 54 55 68 69 70 71
+
+0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
+16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
+32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
+48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
+
+Think about HTML canvas ImageData, one dimensional [R,G,B,A,...] array.
+The "big" problem is just make a procedure to transform from the first matrix to the second.
+(and flip the result horizontally)
+
+Know what happened? I produced a right procedure from very start, but the image screwed up.
+
+Tried to "fix" it, used at least 4 hours, finally found it's a matter of didn't floor a floating number.
+(Height is got by multiplying aspect ratio)
+
+So the Internet JavaScript memes are damned true.
+ https://programmerhumor.io/javascript-memes/why-is-it-like-this-2/
+ https://programmerhumor.io/javascript-memes/sorry-dad-_-2/
diff --git a/printer.py b/printer.py
index 67082ff..e7bfc60 100644
--- a/printer.py
+++ b/printer.py
@@ -635,7 +635,7 @@ def _main():
parser.add_argument('-f', '--fake', metavar='XY01', type=str, default='',
help=i18n('virtual-run-on-specified-model'))
parser.add_argument('-m', '--dump', action='store_true',
- help=i18n('dump-the-traffic'))
+ help=i18n('dump-traffic'))
parser.add_argument('-n', '--nothing', action='store_true',
help=i18n('do-nothing'))
diff --git a/version b/version
index 2411653..82eaf6f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.5.2
\ No newline at end of file
+0.6.0.1
\ No newline at end of file
diff --git a/www/about.html b/www/about.html
index dd52f4f..7d03b57 100644
--- a/www/about.html
+++ b/www/about.html
@@ -23,6 +23,7 @@
NaitLee
Developer
+ Translator
-
@@ -32,7 +33,19 @@
- Translator
- - All testers & users
+ -
+ andypiper
+
+ - Minor Tweaks
+
+
+ -
+ sync1211
+
+ - Developer
+
+
+ - All testers & users
- Everyone is awesome!
diff --git a/www/index.html b/www/index.html
index 684a30d..a1c28f3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -26,14 +26,14 @@
Process as:
-
+
@@ -52,6 +52,10 @@
+