Mercurial > libervia-backend
annotate frontends/src/wix/images/crystal/tray_icon.xpm @ 297:c5554e2939dd
plugin XEP 0277: author for in request + author, updated management for out request
- a workaround is now used to parse "nick" tag (Jappix behaviour)
- author and updated can now be used in data when sendind microblog. Is no author is given, user jid is used, if no updated is given, current timestamp is used
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Feb 2011 22:32:02 +0100 |
parents | 86d249b6d9b7 |
children |
rev | line source |
---|---|
24
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 /* XPM */ |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 static char *tray_icon[] = { |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
3 /* columns rows colors chars-per-pixel */ |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
4 "128 128 175 2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
5 " c #03060F", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
6 ". c #030A1D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
7 "X c #030D27", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
8 "o c #050F29", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
9 "O c #0B1121", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
10 "+ c #08122A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
11 "@ c #151A26", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
12 "# c #171A28", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
13 "$ c #1B1F2B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
14 "% c #1A223E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
15 "& c #20263A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
16 "* c #24293B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
17 "= c #061741", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
18 "- c #061843", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
19 "; c #091E56", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
20 ": c #091F59", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
21 "> c #142244", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
22 ", c #1B2540", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
23 "< c #09215D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
24 "1 c #202F5A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
25 "2 c #263257", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
26 "3 c #2A3450", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
27 "4 c #24335C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
28 "5 c #2A3658", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
29 "6 c #2F3A5A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
30 "7 c #363B50", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
31 "8 c #383D52", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
32 "9 c #0B276D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
33 "0 c #0B286F", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
34 "q c #192E63", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
35 "w c #1E3265", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
36 "e c #0C2970", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
37 "r c #0E2E7D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
38 "t c #102F7E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
39 "y c #1B3474", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
40 "u c #11317F", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
41 "i c #19347B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
42 "p c #1E387A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
43 "a c #213876", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
44 "s c #293F7C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
45 "d c #2F447E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
46 "f c #30437B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
47 "g c #36497D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
48 "h c #404867", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
49 "j c #434C68", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
50 "k c #4A526C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
51 "l c #404C74", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
52 "z c #445075", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
53 "x c #153481", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
54 "c c #193783", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
55 "v c #1C3A85", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
56 "b c #203E87", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
57 "n c #223E88", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
58 "m c #25428A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
59 "M c #2A468D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
60 "N c #2D498E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
61 "B c #314B8E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
62 "V c #2F4990", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
63 "C c #324D91", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
64 "Z c #365093", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
65 "A c #3B5595", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
66 "S c #3E5897", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
67 "D c #3E5698", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
68 "F c #3F5898", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
69 "G c #465787", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
70 "H c #4C5980", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
71 "J c #4C5C8A", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
72 "K c #505C82", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
73 "L c #445993", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
74 "P c #4B5F97", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
75 "I c #40579B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
76 "U c #445B9C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
77 "Y c #485F9D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
78 "T c #556086", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
79 "R c #5A6284", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
80 "E c #47609C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
81 "W c #4A629E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
82 "Q c #51639B", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
83 "! c #5A6B9F", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
84 "~ c #606E9E", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
85 "^ c #6A779C", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
86 "/ c #6E789D", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
87 "( c #495EA0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
88 ") c #4D63A1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
89 "_ c #5066A2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
90 "` c #556AA4", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
91 "' c #596EA6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
92 "] c #5769A9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
93 "[ c #5B6EAA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
94 "{ c #5C72A7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
95 "} c #5E72AB", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
96 "| c #606FA2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
97 " . c #6573A1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
98 ".. c #6A77A5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
99 "X. c #6F7BA7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
100 "o. c #6275AB", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
101 "O. c #6579AC", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
102 "+. c #6A7DAE", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
103 "@. c #727CA5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
104 "#. c #6574B1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
105 "$. c #6778B0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
106 "%. c #6C7DB2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
107 "&. c #6F7DB8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
108 "*. c #707FB6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
109 "=. c #717EB9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
110 "-. c #6F81B1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
111 ";. c #7384B4", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
112 ":. c #7986B6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
113 ">. c #7789B6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
114 ",. c #7989B7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
115 "<. c #7583B9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
116 "1. c #7984BD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
117 "2. c #7C8CB9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
118 "3. c #7F90BA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
119 "4. c #7C87C0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
120 "5. c #7E89C0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
121 "6. c #818EBC", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
122 "7. c #8594BD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
123 "8. c #8896BF", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
124 "9. c #8898BF", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
125 "0. c #828DC2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
126 "q. c #8691C4", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
127 "w. c #8A95C5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
128 "e. c #8C9AC2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
129 "r. c #8D97C8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
130 "t. c #8E98C8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
131 "y. c #919EC4", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
132 "u. c #939CCA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
133 "i. c #94A1C6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
134 "p. c #98A6C7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
135 "a. c #97A2CA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
136 "s. c #9AA5CB", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
137 "d. c #9DAACA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
138 "f. c #9EA6D0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
139 "g. c #9FA8D1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
140 "h. c #A1ADCD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
141 "j. c #A5B1CF", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
142 "k. c #A4ACD3", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
143 "l. c #A7B1D1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
144 "z. c #ABB3D4", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
145 "x. c #AEB8D3", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
146 "c. c #AEB6D8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
147 "v. c #B3BCD6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
148 "b. c #B0B7D9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
149 "n. c #B5BBDA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
150 "m. c #B8BFDD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
151 "M. c #B7C0D8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
152 "N. c #BBC2DD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
153 "B. c #BFC8DD", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
154 "V. c #BFC4E0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
155 "C. c #C0C7DF", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
156 "Z. c #C2CADE", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
157 "A. c #C1C6E1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
158 "S. c #C5CBE2", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
159 "D. c #C9CEE5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
160 "F. c #CDD2E5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
161 "G. c #CFD3E8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
162 "H. c #D0D6E6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
163 "J. c #D2D8E7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
164 "K. c #D2D6E9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
165 "L. c #D5DAEA", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
166 "P. c #DADDED", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
167 "I. c #DDE1EE", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
168 "U. c #DFE2F0", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
169 "Y. c #E1E5EF", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
170 "T. c #E3E5F1", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
171 "R. c #E6E9F3", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
172 "E. c #EAECF5", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
173 "W. c #EEF0F6", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
174 "Q. c #EFF1F8", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
175 "!. c #F0F2F7", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
176 "~. c #F3F5F9", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
177 "^. c #F7F8FB", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
178 "/. c #FDFDFE", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
179 "(. c None", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
180 /* pixels */ |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
181 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
182 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
183 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
184 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r r r r r r r r r r r r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
185 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r r r r r r r u r r u r r r r r r t r r r r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
186 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r r r r r r r r r r r A W W W W W W r u r r r t r r r r r r t r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
187 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r r r r r v W 9.p.Z.Z./././././././././././././.Y.S.j.8.{ A r t r r r t t r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
188 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r r r S ,.v.Y././././././././././././././././././././././././././.Z.i.{ v r t r u r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
189 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r t r t n $.j.W././././././././././././././././././././././././././././././././././.H.>.N e r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
190 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r t r r t ` c./.^./././.^.^.^./.^./.^./././././././.^./././.^./.^././.^././././././.^./././.^.^.H.>.M r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
191 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r t t M 7.P.^.^.^.^.^././.~.^.^.^.^.^.^./././.^././.^.^.^.^.~.^.^.^.~.~.^.^.^././.^.^.^.^.^.~.^.^.^.^.^.x.E r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
192 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r t t r M d.~.~.~.^.~.~.~.^.^.^.~.^.!.!.!.~.~.~.^.^./././.^.!.!.~.!.!.!.!.~.~.~.~.~.!.~.~.!.~.^.~.~.!.!.~.~.~.~.~.S.O.r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
193 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r M p.!.E.W.~.^.~.~.~.Q.W.~.W.W.W.W.W.W.!.W.!.^./.^.^.^./.W.W.W.!.!.!.!.E.!.!.E.W.W.W.W.!.!.~.!.W.W.W.W.~.W.W.W.W.W.H.E r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
194 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r t r ,.I.E.E.E.E.~.~.~.~.~.Q.E.W.~.E.E.E.R.W.E.E.E.!.^.~.~.!.W.^.E.E.E.E.R.E.E.E.E.E.E.E.E.E.E.E.!.!.E.E.!.E.~.E.E.W.~.W.E.E.v.M r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
195 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r L F.R.R.E.R.R.E.!.~.~.~.~.Q.~.~.~.E.R.R.R.R.R.R.R.~.R.E.W.R.R.~.R.R.E.R.E.E.R.R.R.R.R.R.R.R.R.R.E.E.R.R.E.R.W.R.R.W.~.~.~.R.R.R.,.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
196 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r >.R.E.Y.R.Y.Y.Y.T.W.!.Q.Q.Q.Q.W.~.W.E.Y.Y.Y.R.Y.Y.W.R.Y.R.Y.Y.Y.R.^.Y.Y.Y.Y.Y.Y.Y.Y.R.Y.Y.R.Y.R.R.W.E.Y.Y.W.R.Y.Y.Y.R.W.E.E.~.E.Y.Y.B.Z r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
197 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r c m.R.Q.Q.R.U.U.U.U.T.W.W.Q.Q.E.Q.W.!.!.R.Y.Y.Y.Y.Y.I.W.Y.Y.Y.Y.Y.Y.Y.!.Y.Y.Y.Y.Y.I.I.Y.I.Y.I.Y.Y.R.E.E.Y.Y.!.!.Y.I.I.I.I.I.Y.I.W.W.W.T.I.J.{ r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
198 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r C J.E.E.E.E.E.T.P.P.I.E.E.W.Q.Q.Q.E.W.W.W.!.Y.Y.J.Y.Y.J.W.I.J.I.I.I.I.I.E.E.I.J.J.I.I.I.I.I.J.I.Y.Y.R.R.R.Y.Y.!.!.Y.I.I.I.I.Y.W.I.E.E.W.I.T.I.I.3.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
199 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r { J.R.E.R.E.E.E.E.U.P.U.E.E.E.E.E.Q.E.E.W.W.E.E.J.Y.J.J.Y.I.I.J.I.J.J.J.J.I.!.J.I.I.J.I.J.I.J.I.J.I.J.I.I.I.I.Y.R.E.E.L.P.L.L.W.E.I.R.T.I.R.E.I.I.I.9.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
200 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r ' I.R.R.R.R.R.R.E.R.R.K.T.E.E.E.E.E.E.E.E.E.W.E.E.!.J.J.J.!.J.J.J.J.J.H.J.J.J.~.J.J.J.J.J.J.J.J.J.J.J.J.J.Y.E.E.Y.Y.E.E.I.K.L.J.E.E.Y.R.E.R.R.R.R.Y.L.L.9.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
201 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r ` P.R.T.R.T.T.R.R.R.R.R.T.R.R.R.E.E.R.E.E.E.E.E.E.W.E.J.H.H.R.H.H.H.H.H.H.H.H.H.R.Y.H.H.H.H.H.H.H.H.H.H.H.J.Y.W.W.R.Y.W.W.I.K.K.T.E.E.R.R.R.R.E.R.R.R.R.L.G.7.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
202 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r t C K.T.T.T.T.T.T.T.R.T.R.R.R.R.R.R.R.R.E.E.R.E.E.R.R.!.Y.H.Z.J.Y.Z.H.F.H.F.F.Z.H.H.J.R.H.F.F.H.H.Z.H.F.F.H.H.H.J.R.!.Y.W.R.R.P.K.T.R.R.R.R.R.R.^./.T.T.R.T.T.L.F.7.r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
203 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r c K.U.U.U.U.T.U.T.T.T.T.T.T.T.R.R.T.R.R.R.R.R.R.R.R.I.H.J.H.Z.Y.H.Z.H.F.Z.F.Z.Z.H.Z.H.!.H.Z.Z.H.Z.Z.H.Z.Z.Z.Z.F.H.I.J.Y.R.E.R.R.R.R.R.R.R.R.T.~.R.~.T.T.T.U.T.I.J.S.! r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
204 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r x b.I.I.I.I.U.I.U.U.T.T.T.T.T.T.T.T.R.T.R.T.R.G.F.H.Z.H.Y.R.R.H.I.Z.Z.Z.Z.Z.Z.Z.Z.B.Z.Z.W.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.Z.B.H.J.I.J.I.Y.R.R.R.R.T.R.T.T.Q.R.Q.E.T.I.T.U.I.I.I.H.Z.C r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
205 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.0 r x x w.P.P.P.P.P.U.I.U.U.U.U.U.U.U.T.T.T.T.T.T.T.Y.L.B.B.B.I.R.R.R.I.I.Z.B.Z.B.Z.Z.B.B.B.B.B.Y.H.Z.Z.Z.Z.B.Z.B.Z.B.Z.B.Z.J.J.L.L.R.R.R.R.T.T.T.T.Q.E.T.^.T.U.U.U.I.U.U.P.U.D.f.x r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
206 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.x x r x [ K.P.P.I.P.I.P.P.P.U.P.U.U.U.U.T.R.Q.E.Q.E.E.~.~.Y.I.H.Z.I.I.R.I.R.Z.M.B.B.M.B.M.B.B.B.B.H.H.M.B.M.B.B.M.B.B.M.B.B.B.Z.H.G.J.Y.Y.Y.T.R.T.T.R.!.T.R.Q.T.I.I.I.U.P.P.P.P.P.A.o.r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
207 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.x x x ( b.P.L.L.L.P.P.P.P.U.P.P.P.I.U.R.T.U.U.T.T.T.T.Y.Y.R.Y.I.I.H.J.W.!.^.W.F.M.M.M.M.M.M.M.M.M.B.J.M.M.M.M.M.M.M.M.M.M.M.M.M.Z.G.J.J.T.T.T.T.T.T.~.T.I.^.U.U.I.U.P.P.P.P.P.P.P.L.x.n r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
208 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.0 x x v 0.L.L.L.L.L.K.P.P.P.P.P.P.P.I.I.U.U.U.U.P.T.T.Y.L.P.I.R.Y.R.F.B.W./././.!.J.B.v.M.M.M.x.M.M.M.E.M.M.M.x.M.M.M.x.M.M.M.M.M.M.S.F.J.T.T.T.T.T.~.T.U.R.Q.I.I.P.P.U.P.P.P.P.K.P.L.G.,.r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
209 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r x r c =.b.K.L.L.K.L.L.P.U.P.P.P.P.P.P.U.P.I.U.U.I.U.I.M.v.Z.Y.I.Z.M.x.B.^./././.E.Z.J.I.J.M.x.M.M.M.B.Y.Z.Z.x.M.M.x.x.M.x.M.M.M.I.I.I.I.T.T.T.U.I.~.Y.I.I.^.U.P.P.P.P.P.P.L.P.L.L.L.L.K.S.c r r r (.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
210 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.x r r #.4.K.K.G.K.K.K.R.T.P.K.P.K.P.L.P.P.P.I.P.U.I.I.B.x.x.x.F.x.x.x.x.M.E./.^.^.I.x.M.M.M.H.J.Z.M.Z.R.^.!.Y.Z.j.x.x.x.j.x.M.x.j.I.R.Y.I.T.T.T.U.I.F.Z.I.E.W.P.D.D.P.P.P.L.P.L.L.K.L.K.J.J.} r r r (.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
211 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r x r D 1.f.G.G.G.G.K.E.P.K.K.K.L.P.P.P.L.P.P.P.P.P.G.I.x.j.x.j.j.x.x.j.j.x.B.!.R.Y.M.M.h.j.M.h.x.M.J.^.^././.^.I.M.j.j.j.x.j.j.j.j.R.Y.Y.Y.Y.Y.U.F.E.B.S.I.!.D.P.P.A.L.L.P.L.K.L.K.K.K.K.K.J.m.c r r r (.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
212 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r x M =.1.b.G.D.G.P.R.G.K.K.K.K.K.P.K.P.L.P.P.P.P.F.l.k.j.j.j.j.j.j.j.j.j.j.j.J.M.j.d.j.j.j.j.j.j.j.Z.^././././.R.M.j.j.j.j.j.j.j.j.Y.Y.Y.Y.Y.Y.b.I.F.Z.Z.W.S.z.K.P.D.A.P.P.K.L.L.K.K.K.K.K.G.G.$.r r r r (.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
213 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r x r ] 1.1.D.D.D.K.E.G.G.G.G.G.K.K.K.P.K.L.L.L.P.P.D.h.h.h.h.h.d.h.h.h.d.h.h.h.H.d.h.h.h.d.h.h.h.h.h.F.~././././.W.M.h.h.h.h.h.h.d.h.T.T.T.T.T.U.F.Y.v.h.N.E.j.z.D.P.D.j.L.K.N.D.H.H.G.G.G.F.F.D.f.Z x x r (.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
214 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r x ( =.1.r.S.D.D.T.D.G.D.D.G.G.G.K.K.K.P.L.K.P.L.L.m.d.d.d.d.d.d.d.p.d.d.d.d.p.M.p.d.d.d.d.d.d.d.p.p.M.R./././.^.Y.I.M.d.d.d.d.d.d.x.T.T.T.U.U.R.F.N.v.l.L.B.C.K.L.K.l.d.S.L.N.h.G.G.G.G.F.F.D.D.c.=.x x r r (.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
215 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r v =.4.=.u.S.S.U.D.D.D.D.G.G.G.G.G.K.K.K.L.P.L.L.D.s.p.p.p.p.p.p.p.p.p.p.p.p.M.j.p.p.p.p.p.p.p.p.p.p.d.Z.R.~.~.I.M.p.M.J.M.p.p.p.s.p.h.x.x.N.A.^.I.I.I.Y.~.P.D.z.V.x.s.p.d.F.Z.v.l.S.G.G.F.D.D.D.b.1.I x r r (.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
216 "(.(.(.(.(.(.(.(.(.(.(.(.(.r r r ) 1.1.1.f.A.T.G.A.D.D.D.D.G.D.G.G.G.K.K.K.L.K.P.S.i.p.i.p.i.i.p.i.p.i.p.p.p.j.p.p.p.p.p.i.p.i.p.p.p.p.d.x.Z.Y.M.p.p.i.p.M.H.d.i.p.i.u.K.T.T.~.T.I.I.P.~.Y.P.D.l.u.i.i.p.i.l.J.G.l.p.V.D.D.D.D.D.A.4.=.x r r r (.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
217 "(.(.(.(.(.(.(.(.(.(.(.(.(.r r c =.4.=.1.f.G.U.A.A.D.A.D.G.D.D.G.G.G.K.K.K.K.l.h.d.i.i.i.i.i.i.e.p.i.9.p.i.p.B.i.9.i.p.p.9.p.i.i.i.i.i.y.p.i.Y.i.i.i.i.e.i.p.F.B.i.i.M.Y.T.E.R.U.I.P.T.W.P.P.D.n.x.i.e.i.y.y.z.x.i.i.i.i.D.D.D.S.S.4.4.] x r r (.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
218 "(.(.(.(.(.(.(.(.(.(.(.(.r r r U 4.=.4.1.c.Q.D.V.D.A.D.D.D.D.D.G.G.G.G.G.K.n.y.e.9.y.9.e.9.y.i.9.9.p.i.9.9.9.M.p.i.9.9.p.9.9.e.i.e.e.e.9.e.e.Y.e.9.e.e.e.e.e.9.x.P.M.T.T.R.^.R.E.E.T.^.P.P.P.P.K.K.z.e.N.Z.N.n.d.i.t.e.d.D.S.S.A.A.4.4.4.v r r r (.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
219 "(.(.(.(.(.(.(.(.(.(.(.(.r r r U =.4.4.=.n.E.V.V.A.A.D.D.A.D.D.D.G.K.G.G.K.y.8.8.9.9.9.9.9.9.9.9.9.9.9.9.9.9.J.3.3.9.9.9.9.9.9.9.9.9.9.9.9.9.B.j.9.9.e.9.9.9.9.9.y.R.!.T.!.!.~.~.^.^.~.U.P.P.P.K.K.K.D.J.G.G.G.F.D.D.D.D.D.A.A.S.A.5.4.4.( x x r (.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
220 "(.(.(.(.(.(.(.(.(.(.(.r r r x U 4.4.=.4.m.L.V.V.A.A.A.A.D.D.D.n.u.u.u.K.G.8.8.8.9.9.7.8.8.9.7.9.3.9.9.9.9.3.J.3.9.9.9.3.9.9.9.3.9.9.9.9.9.9.Z.j.9.9.9.9.7.9.9.7.e.T.E.^.^.^././././.!.T.P.L.L.P.L.K.G.G.G.F.F.F.D.D.A.D.D.A.S.A.A.5.4.4.4.c x r r (.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
221 "(.(.(.(.(.(.(.(.(.(.(.r r r r D 4.4.=.4.U.V.V.V.V.V.V.M.e.9.3.5.3.q.3.F.H.7.3.7.7.7.7.7.7.7.7.3.3.3.3.3.9.3.B.3.3.3.3.3.3.3.3.3.7.7.7.7.7.7.M.M.7.7.7.7.7.7.7.7.B.T.R.^./././././././.E.T.L.L.K.K.K.K.K.G.D.G.D.D.D.S.S.A.A.A.A.A.4.4.4.1.( x r r (.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
222 "(.(.(.(.(.(.(.(.(.(.r r r r r x } 4.4.4.Q.m.m.V.V.V.M.3.3.3.3.3.3.3.3.N.G.3.3.3.3.3.3.3.3.3.3.3.3.3.3.3.3.3.M.3.3.3.3.3.3.3.3.3.3.3.3.3.,.3.p.B.3.3.3.3.3.3.7.j.R.R.^.~./././././././.~.T.L.L.L.K.K.H.G.G.G.D.D.D.S.S.A.M.V.A.V.c.0.4.4.1.#.x r r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
223 "(.(.(.(.(.(.(.(.(.(.r r r r r r b -.4.3.U.m.m.V.V.V.x.>.3.>.2.>.3.>.3.i.v.>.3.>.,.,.3.,.,.2.2.,.3.>.>.>.3.>.p.3.3.3.3.3.3.3.>.3.>.3.>.3.,.,.p.Z.2.,.,.2.>.,.e.R.T.^.E.~./././././././.^.T.P.P.K.G.G.G.G.D.D.D.D.D.S.S.A.k.l.V.V.k.0.4.4.4.1.Z x r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
224 "(.(.(.(.(.(.(.(.(.(.r r r r r r x Z ;.3.V.n.m.m.V.M.d.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.-.3.i.p.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.p.H.>.>.,.>.>.7.Y.R.!.E.R.~./././././././.~.T.L.K.K.K.G.F.F.D.D.D.D.S.S.A.A.c.2.n.N.f.0.0.4.4.=.[ x r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
225 "(.(.(.(.(.(.(.(.(.r r r r r r r r r x i.g.g.b.V.M.M.u.<.;.;.;.;.>.>.l.N.F.D.p.>.>.-.;.-.>.>.-.>.-.-.-.-.>.p.>.-.>.>.-.>.-.-.-.-.>.-.-.-.>.-.>.I.>.;.;.;.1.L.E.R.~.R.R.Q.^././././././.Q.U.K.K.K.G.G.G.D.D.D.D.A.A.A.V.V.V.a.u.N.r.0.0.4.1.1.1.c r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
226 "(.(.(.(.(.(.(.(.(.r r r r r r r r r r 5.[ r.n.n.M.V.i.-.-.-.e.c.x.3.i.z.V.F.G.V.e.>.-.-.-.-.-.-.-.-.-.-.-.j.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.I.-.-.-.-.z.E.R.Q.R.T.T.E.~././././.^.^.~.P.L.K.K.G.G.G.D.D.S.D.A.D.A.V.V.V.V.0.z.0.0.0.4.4.1.1.A r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
227 "(.(.(.(.(.(.(.(.(.r r r r r r r r r r e.) b g.M.n.M.M.r.-.>.M.V.N.-.-.-.-.l.F.G.H.J.B.x.-.-.-.-.-.-.-.-.-.9.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.J.+.+.-.+.z.R.~.E.R.R.T.T.!./.~.^.~.~.R.R.Q.K.K.K.G.F.F.D.D.D.S.S.A.A.V.V.m.m.5.u.q.0.0.4.4.1.1.] r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
228 "(.(.(.(.(.(.(.(.(.r r r r r r r r r r 5.E x ) f.n.b.V.M.z.M.V.V.d.-.O.O.O.-.e.p.V.H.H.F.-.-.M.>.-.-.-.-.-.9.-.` -.-.-.-.-.! -.-.-.-.-.{ ^ -.-.^.+.+.+.O.x.W.^.R.R.R.R.R.^.R.R.R.R.T.P.P.R.~.K.G.G.F.D.D.D.S.S.V.V.V.V.V.m.m.k.} q.q.0.5.1.1.1.1.r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
229 "(.(.(.(.(.(.(.(.r r r r r r r r r r r q.>.r c O.3.M.M.M.V.M.V.V.n.O.e.>.O.O.O.-.F.G.G.N.O.n.L.i.O.O.O.O.O.e.-.{ -.{ { { -.{ -.{ { -.{ -.-.-.` I.-.-.-.Q d.!.E.R.R.R.R.~.Q.U.U.U.P.P.L.L.K.R.~.K.D.G.D.D.D.D.A.V.V.V.V.m.m.m.k.Z V =.0.5.4.4.4.1.V x x x (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
230 "(.(.(.(.(.(.(.(.r r r r r r r r r r r >.9.r t F { -.e.b.b.k.V.V.V.n.S.V.>.} } -.i.x.2.} { 7.p.-.{ } { { { { O.{ ' -.{ -.{ { ! -.{ { { ' ` -.-.Z.-._ -._ j.E.E.E.R.R.R.^.T.U.P.U.P.P.P.K.K.G.P.Q.G.D.D.S.A.A.A.V.V.V.m.m.m.n.t.4.) ] 0.5.4.4.1.1.Z x 0 x (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
231 "(.(.(.(.(.(.(.(.r r r x r r r r r r r E j.r r c ' { { { { { -.e.B.V.V.z.{ { { { { { { { { { ' ' { { { { { { { { { { { { { { { { { { { { -._ -.P.E -.E -.M.W.E.R.R.R.^.E.U.I.P.P.P.P.K.K.K.K.G.P.~.G.D.S.A.A.V.V.V.m.m.m.n.g.r.r.4.m 4.4.4.4.=.&.I x x x (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
232 "(.(.(.(.(.(.(.(.r r r r r r r r r r r M Z.r r r N ' { ' ' ' ` ' V.V.V.-.{ { ' { +.' ' ' { { { ' { { { ' ! { { { { ` { { ' ' ' ' ' ' ! ' ' ` _ J.-.E -.E 3.W.E.E.R.Q.~.T.T.I.I.P.P.L.P.L.G.G.G.G.U.E.S.S.D.A.V.V.m.m.m.m.b.t.r.r.q.M c #.4.4.( x x x 0 x (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
233 "(.(.(.(.(.(.(.(.r r r r r r r r r r r r /.t t r r S ` ` ` ` ` ` N.V.V.z.' ` _ -.V.V.s.;.O.] _ ] ` ` ` ! ` ` ` ` ` ` ` ` ` ` ` ` _ ! ' ` ` ` ` J.>.` ` ! -.W.E.R.E./.T.T.U.P.I.P.P.K.L.G.K.G.G.D.D.U.E.A.V.V.V.V.V.m.m.n.f.t.r.r.q.&.x x m c x x r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
234 "(.(.(.(.(.(.(.r r r r r r r r r r r r r Z.W r r r x W ` _ _ _ _ d.N.V.V.x.` O.B.D.F.F.G.G.K.F.<._ _ _ ` W ` ` W _ _ W ` W ` W ! _ _ W ` ` W _ B.>._ _ _ _ 9.E.E.^.Q.T.T.U.U.P.P.P.K.L.K.G.G.D.D.S.S.U.U.V.V.V.m.n.n.n.g.u.t.r.r.q.q.A x [ } I x r r r r x (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
235 "(.(.(.(.(.(.(.r r r r r r r r r r r r t 7.9.r r r r p E W W ) W 5.N.V.V.V.c.x.S.D.F.F.G.G.K.L.L.i.W W W W W W W W _ _ W W W W W E _ W _ ` ' ` M.>.W _ W W _ 3.!.^.T.T.U.U.U.I.L.P.L.L.G.G.G.D.D.S.S.A.E.L.V.m.m.m.n.k.f.u.t.r.r.r.q.4.&.4.4.} x r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
236 "(.(.(.(.(.(.(.r r r r r r r r r r r r r A J.r r r r r m W W E E E ' p.V.V.V.V.S.S.S.F.G.G.G.K.L.B.E E W W >.E W W E W W W W E E E E E E -.-.-.M.H.E E W E E ` Y.E.R.U.U.U.P.P.P.L.K.G.G.G.D.D.D.S.S.A.V.Q.D.m.m.n.k.f.u.t.r.r.r.q.q.5.5.4.4.] x r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
237 "(.(.(.(.(.(.(.r r r r r x r r r r r r r r I.N r r r r r m E E E U E U O.k.V.V.S.S.D.D.F.G.G.K.L.B.e.i.;.' e.U E E E E F E E E E E E E W -.-.-.M.p.S E E E { B.N.g.U.U.U.U.U.P.L.L.J.G.G.G.D.S.S.A.A.V.V.V.E.V.n.k.f.f.f.t.t.r.r.q.q.0.0.4.4.C r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
238 "(.(.(.(.(.(.(.r r r r r r r r r r r r r r p.9.r r r r r r b A S F U F F 2.V.V.A.A.D.D.F.G.G.G.K.L.I.L.I.L.g.F F F F F F S S F F S I F F S F ] U.3.S S ` -.5.R.-.-.g.U.U.I.I.L.B.l.z.G.G.D.D.D.S.A.A.V.V.V.S.R.c.f.f.u.u.u.t.r.r.r.q.0.5.4.=.x r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
239 "(.(.(.(.(.(.(.r r r r r r r r r r t r r r A I.r r r r r r u i A S A A S } V.V.V.A.D.A.F.F.G.K.K.L.L.L.I.I.U.{ S S A F F A S S A S A S ) [ ) i.B.3._ { { -.U.5.;.-.-.d.p.;.' E ` D } 1.A.D.D.S.S.A.A.V.m.m.m.P.A.f.f.f.u.u.u.r.r.q.q.0.0.4.) r r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
240 "(.(.(.(.(.(.(.r r r r r r r r t r r r r r u U.N r r r r r r r r C A A _ l.m.V.V.A.A.A.D.D.D.G.G.J.J.J.I.I.E.L.F A A A A A Z A A A F } } ] { e.M.9.` -.-.M.N.-.-.$.' A A Z A A A A Z A A #.S.S.A.A.A.V.V.n.c.k.R.k.f.u.f.u.t.r.r.r.0.0.5.&.v r r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
241 "(.(.(.(.(.(.(.r r r r r r r r r r r r r r r -.h.r r r r r r r r r b Z q.M.N.V.V.V.A.S.D.D.D.G.G.K.J.L.L.I.U.U.} Z Z Z Z Z Z Z Z Z E _ Z Z p.Z d.-.S o.>.U.-.#.-.$.{ Z Z Z Z Z Z ) _ W Z =.S.S.A.V.V.m.n.c.k.k.b.R.f.a.u.u.r.r.q.q.q.0.[ x r r r x r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
242 "(.(.(.(.(.(.(.r r r r r r r r r r r r r r r b U.b r r r r r r r r t c s.n.n.n.V.V.A.V.D.D.D.D.G.K.J.L.L.U.U.I.l.' C C Z C V C C C C C C e.W C p.-.[ } L.;.` } } _ Z C C ) ] U Z _ $.A C &.A.A.V.V.m.n.c.k.k.k.f.G.A.u.u.u.r.r.r.q.0.( x r r r r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
243 "(.(.(.(.(.(.(.r r r r r r r r r r r r r r r r 7.9.r r r r r r r r r r w.c.n.m.V.V.V.V.A.A.D.D.D.G.K.K.L.L.U.U.U.I.M.>.-.E N N N N N N -.>.C A d.;.-.j.V.N V I V N N N N Z _ ' D C Z A O.0.V.V.V.n.c.c.k.k.k.f.f.f.E.f.u.u.r.r.q.5.D x x r r r r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
244 "(.(.(.(.(.(.(.r r r r r r t r r r r r r r r r b I.b r r r r r r r r b 3.l.z.b.m.V.V.V.V.A.D.D.D.D.G.G.K.U.U.L.U.I.I.U.T.U.i.Z M M M E L.C -.3.J.V.p.Q.E M N _ S M M M V Z Z C M M M C } #.m.m.n.b.c.c.k.k.k.k.f.f.n.L.u.u.r.r.q.&.x r r r r r r r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
245 "(.(.(.(.(.(.(.r r r r r r r r r r r r u r r r r 9.j.r r r r r r r r M k.k.c.c.b.m.V.V.V.A.S.S.D.D.G.G.G.U.U.L.P.I.I.I.T.T.T.P.-.m M B.;.;.v.I.~.W.~.H.>.Z U ' ` n n V ] ] ] [ A m m m M M #.M.b.c.c.c.k.k.k.g.g.f.u.U.b.t.r.q.r.n x x x 0 x x x x x x x 0 (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
246 "(.(.(.(.(.(.(.r r r r r r r r r r r r r r r r r v U.N r r r r r r r t u.k.k.k.c.c.b.m.m.A.A.A.D.D.D.G.G.P.R.L.P.P.P.P.U.P.T.T.T.d.3.B.{ v.E././././.W.B.+.] _ ] V n D ] ] ] ] ] Z I D m x x f.c.c.c.c.k.k.g.g.f.f.u.b.R.t.r.r.) x x 0 x x x x 0 0 x x 0 x (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
247 "(.(.(.(.(.(.(.r r r r r r r r b r r r r r r r r r -.B.r r r r r r r t V k.c.k.c.c.b.n.m.m.V.A.A.A.D.D.G.P.R.K.K.L.L.I.P.U.U.U.U.M.R.A 5.I././././././.R.k.o._ _ V v ( ] ] ] ] ] ( ) ) ( Z x ) b.c.k.c.k.g.g.f.f.f.u.u.L.c.r.r.&.x x x x x x x x x 0 x x x (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
248 "(.(.(.(.(.(.(.r r r r r r r r m r r r r r r r r r r B.-.r r r r t r t t u.k.c.k.c.b.b.m.m.m.V.V.A.D.D.D.P.R.G.K.K.L.L.L.P.P.U.U.Q.3.N h.E././././././.~.N.&.( ( I v ( ( ) ) ( ( ) ( ( ) ( A x g.k.c.k.k.k.g.f.a.u.f.u.k.U.r.q.q.x x 0 x x x x 0 x x x x x (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
249 "(.(.(.(.(.(.(.r r r r r r r r M r r r r r r r r r r M U.v r r r r r r r ] k.z.c.c.b.b.n.m.m.m.V.V.A.A.D.P.T.G.G.K.K.K.L.L.L.P.R.B.x M d.W.^./././././.~.N.%.) ( ( v I I I ( ( ( ( ( ( ( ( ( n 5.c.k.k.k.g.g.g.f.a.a.u.t.U.g.q.r.x x x x x x x x r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
250 "(.(.(.(.(.(.(.u r r r r r r r C r r r r r r r r r r r >.M.r r r r r r r n k.k.z.k.b.b.b.n.m.m.V.V.V.A.A.L.T.D.G.G.K.K.K.L.L.P.^.S v N p.U././././././.W.n.[ U U I ( ( ( ( ( I ( ( ( ( ( ( ( ( 4.c.c.k.k.g.g.g.u.a.u.u.u.b.L.q.q.c x x x v x x x r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
251 "(.(.(.(.(.(.(.r r r r r r r u C c r r r r r r r r r r r B.>.r r r r r r r 0.k.c.k.c.b.b.n.n.m.m.V.V.A.A.K.T.D.D.D.G.K.K.L.P.R.p.C C A 3.H././././././.I.u.) I U I I ( I I ( I ( I ( ( ( ) ( ] r.k.k.g.g.g.f.f.u.a.u.u.t.r.E.t.5.n x x x n n n x r r r r r (.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
252 "(.(.(.(.(.(.(.(.r r r r r r r C b r r r r r r r r r r r b !.A r r r r r x V u.k.k.c.c.b.b.n.m.m.V.V.A.A.K.T.D.G.K.K.L.L.L.I.R.S C C C W M.^.Q././.^.T.n.1.) ( ( ( I I I ( I ( ( ( ( I ( ( [ k.c.c.k.g.g.f.f.f.u.u.u.t.r.r.V.n.q.n x x x n =.#.x r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
253 "(.(.(.(.(.(.(.(.r r r r r r r C M r r r r r r r r r r r r W R.b r r r r r r c 1.k.c.c.c.b.b.n.m.m.m.V.V.K.Q.G.G.G.J.K.K.K.^.O.C B C B L ~.h.M.R.I.Z.z.5.$.} } } _ ( I I I ( ( I I ( ( ( ( #.z.z.g.k.g.g.f.f.u.u.u.u.r.r.w.a.I.5.n r r ( =.1.[ r r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
254 "(.(.(.(.(.(.(.(.r r r r r r r C C r r r r r r r r r r r r r 3.B.r r r r r r r r [ k.k.c.b.b.b.n.n.V.V.D.P.Q.G.D.G.G.G.K.R.~.B Z C C C B.p.S -.B.i.7.-.#.} } } } } } ] ( I I I ( ( I ( I ( #.k.z.k.k.g.g.f.f.u.u.u.u.r.r.w.q.U.} x r &.r.r.1.[ r r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
255 "(.(.(.(.(.(.(.(.r r r r r r r N S u u r r r r r r r r r r r r M.k.t t r r r r r r U k.c.c.c.c.n.V.V.A.S.G.Q.D.D.G.D.G.L.^.A.C B C C -.I.C C B F.2.} } } } } } } } #.} #.] ( I I I ( ( ( I } k.k.g.g.g.g.u.a.u.u.r.r.r.q.w.q.M.' r V 4.u.w.1.I r r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
256 "(.(.(.(.(.(.(.(.r r r r r r r m S b r r r r r r r r r r r r r b J.O.r r r r r r x Z c.k.c.c.b.V.V.V.A.A.S.Q.S.D.D.D.D.^.R.&.C C C S !.{ C C B F.%.} } o.} #.} } } } } } [ [ ) I I I I ( I ( f.k.g.g.f.f.f.f.u.u.r.r.r.r.5.#.) i.x c 0.u.0.1.n r r r r r (.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
257 "(.(.(.(.(.(.(.(.(.u u r r r r b S C r r r r u r r r r u r r r r v W.+.r r r r r r V k.k.k.n.m.V.m.V.A.A.A.Q.S.S.S.D.P.^.M.B C C C B.p.B C C C F.} } } } } } } #.} } #.} } #.] ] ( I I ( ( I &.g.g.g.f.u.u.u.u.t.t.r.r.q.5.c x F.r n q.u.0.=.x r r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
258 "(.(.(.(.(.(.(.(.(.r r r r r r c S S u r r r r r r r r r r r r r r A W.' r r r r x A k.k.n.n.m.m.V.V.V.V.A./.S.S.S.D.^.L.-.C C C -.I.C C C C C F.} } } } } } } } [ #.[ } } } } #.] ( I I I ( I u.g.g.f.a.f.u.t.t.r.r.q.r.5.x x V.x #.u.u.4.] r r r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
259 "(.(.(.(.(.(.(.(.(.u r r r r r u S S m r r r r r r r r r r r r r r r A Y.A r r r r ] k.b.n.m.n.m.m.m.V.V.V./.A.A.Z.R.I.e.A B C S !.{ B C V C V P.) } } } } } } } } } #.} } } } } [ ] ( I I I I q.f.f.u.f.u.u.t.t.r.r.q.q.5.x x t.] 6.u.u.4.C r r r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
260 "(.(.(.(.(.(.(.(.(.r r r r r r r A S A r r r r r r r r r r r r r r r r { !.A r r x ] c.b.b.b.n.m.m.m.m.m.V.~.A.A.F.R.S C C B B B.p.B C C Z V Z /.( } #.} } } #.} } } } } } } } [ #.#.] ( ( I U <.f.a.u.u.u.u.t.t.q.q.0.5.4.x x 4.] #.u.r.$.r r r r r r (.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
261 "(.(.(.(.(.(.(.(.(.(.r r r r r r N S S m r r r r r u r r r r r r r r t r -.W.E r r O.c.c.c.n.b.n.m.m.m.m.V.E.V.V.Q.;.C C B B ;.I.C C C C C C C R.A } } } } } } } } } } } } } } } } } } ' U U I #.f.a.a.u.u.r.r.r.w.q.5.4.A r r { s.A q.w.U r r r r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
262 "(.(.(.(.(.(.(.(.(.(.r r r r r r b S S Z r r r r r r r r r r r r r r r r r ' W.-.m -.k.c.c.b.c.n.b.n.n.m.m.Q.G.L.D.C C C Z W R.W C C Z Z C C B F.C Z } } } } #.} #.} } } #.} } [ } ` A ) _ U ( ] u.a.u.u.r.r.r.q.q.q.q.E r r r W h.L Y _ M r r r r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
263 "(.(.(.(.(.(.(.(.(.(.u t r r r r u S S S b r r r r r r r r u r r r r r r r r A W.3.7.z.c.c.c.c.n.n.V.V.A.S.Q.K.^.) C C Y ` G.e.C Z Z Z Z Z C W H.Z Z D } } } } } } } } } ] } } ) Q S C B Z C D I 5.a.u.r.r.r.r.q.q.5.5.v r r r W d.D I u r r r r r r (.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
264 "(.(.(.(.(.(.(.(.(.(.(.t r r r r r Z S S Z u r r r r r r r r r r r r t r r r u ' W.F.l.l.c.k.c.m.V.S.F.G.G.Q.~.x.W A A [ l.G.A A Z Z A Z Z C -.H.Z Z Z [ #.} } } } } #.} [ ( ) A C C C C V V x c m [ t.r.r.r.q.w.w.5.A r r r r -.h.L C t r r r r r (.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
265 "(.(.(.(.(.(.(.(.(.(.(.r r r r r r m S S S m r r r r r r r r r r r t t r r r m C W U.U.k.k.c.m.V.G.L.P.U.I.W.~.e.%.} _ 3.E._ A A A A A A S Z -.j.A Z A ) [ #.o.} #.} } } } ) C C B Z B B C C b r x M r.r.r.q.q.5.5.Z x r r r m -.d.F m t r r r t r (.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
266 "(.(.(.(.(.(.(.(.(.(.(.(.r r r r u u S S S S i r r r r r r r r r r r r r t u C N Z r.R.Q.c.n.V.F.P.R.E.Q.W./.I.x.h.8.>.Y.i.F S F S S S S S S 9.h.A A A F #.o.#.O.} #.} #._ Z C C C C B Z C C N r x M r.q.q.q.q.4.m x r r r u S 9.h.S u r t r r r (.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
267 "(.(.(.(.(.(.(.(.(.(.(.(.r r r t r r C S S S Z u r r r r r r r r r r t r r m N C C q.k.L./.A.F.P.E.~.^.^././.W.G.N.z.Z.G.$.) F I F F A S S S h.h.F F S S ` #.#.O.#.#.] ) Z C C C B C C B C C C b x V q.q.5.q.4.c r r r r r Z S d.-.Z r r r r r r (.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
268 "(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r b S S S S M r u r r r r r r r r r r r N C Z E a.g.k.G.^.R.E.~.^././././.^.E.L.S.^.7.[ E U U E E E E E S h.3.U L I I D Y ) _ F A A A A A Z Z Z C C C C C C N x v ) Z M m x r r x r r N S S H.` m r r r r r (.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
269 "(.(.(.(.(.(.(.(.(.(.(.(.(.r r t r r r A S S S S b r r r r r r r r r r r c V C Z %.f.f.k.c.K.^.^.^././././././.~.Y.^.Z.;.' ] Y Y E U E E U U Z.;.U U U U U F U F F F S S A A Z Z Z Z Z C V Z C N x x 0 x x x x x r r r v F F S E.A r r r r r r (.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
270 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r m S S S S A x r r r r r r r r r r b Z Z Z 1.s.f.k.n.D.E.^./././././././.~.^.R.l.,.*.%.O.Y E E ) E W W J.>.E E E U U U ' $.$.F F S S A D A Z Z Z Z Z V C C x x x r x 0 0 x r r i A S S } M.m r r r r r (.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
271 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r u A S S S S A c r r r r r r r r r N Z Z A q.f.f.k.n.D.R.^././././././././.^.J.d.w.;.%.%.o._ ) ) E W ) I.W W W E E Y U $.$.} U F F L F S S D Z Z A Z Z C Z c x x r x x x x r u A S S S x.>.u r r r r r (.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
272 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r m S S S F F A x r r r r r r x x V Z A A 2.s.u.k.n.D.R.~././././././././.E.G.s.;.;.&.%.%.-.} ) ) ) ) /.) W W W W Y ) O.%.' U F ) U I S S D D A A Z Z Z Z n x x r 0 x 0 x u Z S S S W R.m r r r r r (.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
273 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.0 r r r r r Z S S A S S A c r r r x r x x Z A F F [ t.a.f.z.D.U.T.~././././././.^.Y.Z.h.-.] o.*.*.&.-.%.' ) { I.Q _ Q ) W ) W ) o.) ) E E U U U S S D A A A A Z Z c 0 x x x x 0 x Z S S S S d.d.u r r r r 0 (.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
274 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r b S S F F S S A x r t x x x x A D F F D r.a.s.k.V.L.J.~././././././.^.J.v.e.-.` ' %.*.<.&.&.o.` 2.L._ ` _ _ _ _ _ ) W ) E W W E E U U U F F S A A Z Z V x x x x x x v S S S S ` R.N r r r r r (.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
275 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.< u r r r r C S S S S S F D v x x c x c F F F ( ] u.u.u.k.c.m.S.^.^.~.~././.^./.~.N.3.O.` ' ' O.%.%.$.} ` 6.v.` ' _ ` _ _ _ Q _ ) ) W W E W E Y U U F F F F A A V x x x x x V I S S S S J.-.r r r r r : (.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
276 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.e r r r r u A S S S S D F F M x c c v F U U ' r.u.u.u.u.k.a.A.~.J.Y.E./.E.I.R.B.W.I.8.' ] ' &.<.} ' ` ' x.x.' ' ` ' ` ` ` ' _ ) _ ) ) W W W E Y U U U F F S A V x x x c I Z I S S S h.M.u r r r r 0 (.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
277 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.r r r r r m A S S S U F E U A v v v A U Y ) r.u.r.u.u.u.:.!.v.v.Z.!.E.Z.Z.E.y.;.h.E.L.8.' ;.;.' { ' o.v.y.' ' ] ' ' ] ' ` ` ` _ _ _ _ ) ) W W U E U U F F S V c c V I I I I S S 7.I.N r r r r r (.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
278 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.+ r r r r r B S S F U U U E W W N m A E Y W 5.r.r.r.t.u.v.Y.6.p.D.!.h.l.p./.;.O.[ } p.E.Y.s.%.o.o.} | L.8.' | o.' ' ' ' ' ` ` ` ` _ _ _ ) ) W W W U E U U F V n I U P I S L S 9.I.S r r r r r - (.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
279 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.9 r r r r u Z L I E U E E W W _ U Z Y W W ;.w.r.r.t.u.~.2.O.e.^.y.3.>.,.R.:.o.o.O.o.o.y.P.E.b.;.O.o.E.o.o.o.} ' [ | ' ' ' { ` ' _ _ ` _ Q W W W W E U Y U ( ( ( ( U U I E M.G.I x r r r r < (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
280 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.9 r r r r c F U U E W W W _ _ Q ' { W ) o.r.r.r.r.Z.Z.' O.^.y.O.$.O. .F.y.o.o.O.O.O.O.O.:.N.~.F.h.E.O.O.o.o.o.o.o.o.o.' { ' ' ' ` ` _ _ _ _ W W W E _ O.] ( ( ( E U ;.R.d.A c r r r r 9 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
281 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.e r r t t b U E W W W _ _ _ ` ` -.-.} ` r.r.r.u.^.*.' L.z.o.o.O.} O.x.b.O.+.O.O.O.O.O.+.O.O.h.P.^.Z.h.+.O.O.o.o.o.o.[ { ' ' ' ' ` ' ` ` _ Q ) { +.%.O._ W W W >.J.H...F n r r r r e (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
282 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.. r t x x c N E W W Q _ _ ` ' ` O.;.;.;.1.r.r.N.S.o.Z.F.o.o.O.O.O.O.r.P.O.O.O.+.%.%.+.O.+.+.%.l.B.h.Z.^.P.v.8.O.O.o.o.o.o.o.' ' ' ' ` ` ` { -.-.-.-.{ ! O.d.R.J.>.E U n r r r r r . (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
283 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.X t x x c v N W _ ` _ ` ` ' { { ;.>.,.,.u.s.Q.u.z.Y.+.O.$.O.+.O.O.;.^.+.+.X.*.+.*.X.*.+.*.+.Z.d.+.O.+.8.z.H.^.T.Z.v.8.6.o.' { { { { %.;.>.;.;.p.j.n.R.I.d.O.W W E m x x r r e o (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
284 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.o t c c v m Z W ` ` ` ' ' { { %.,.,.,.2.N.T.A.^.q.O.O.O.O.%.O.+.%.W.2.-.*.*.*.*.*.*.-.*.*.R.6.*.;.%.%.%.O.O.2.p.n.F.P.^./.P.L.L.I.I.I.I.^.W.I.x.e.} ` ` _ W W N c x x x r o (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
285 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.o i v b n m Z ` ' ` ' ' ' o.o.,.,.2.2.L.P.^.s.7.6.:.*.O.X.*.*.*.Z.h.;.;.=.*.:.X.-.;.;.2.~.;.X.;.X.*.*.X.-.+.O.O.O.;.;.2.6.s.d.d.h.9.,.,.;.;.[ ' { ` ` _ _ C v v c x t o (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
286 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.+ c m m m m A ` ] { o.o.o.o.%.3.6.6.Y.^.s.7.7.8.8.8.9.7.6.:.:.l.H.;.;.=.@.:.:.;.:.:.h.J.;.;.;.:.*.*.*.;.,.2.7.8.7.7.7.7.6.7.6.2.2.2.,.,.O.{ { ` ` ` _ C n n v v x o (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
287 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.X a n M M V A ` [ [ o.O.O.O.>.6.6.y.9.8.8.8.8.e.y.e.y.8.9.y.h.!.8.8.8.8.8.6.6.6.2.Z.N.8.6.7.8.8.y.y.e.e.w.9.8.8.8.7.7.7.7.2.2.2.2.2.-. .{ } { { ` C M n n b p . (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
288 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(. a M N V C Z ` o. .O.O.$.+.2.7.7.7.8.8.8.e.e.e.e.y.y.y.y.y.~.h.u.y.i.i.i.i.i.i.E.z.u.y.y.y.y.y.9.y.y.e.e.9.e.8.8.7.7.7.7.7.6.2.:.o.o.{ } { W C M M m n y (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
289 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.w C C C A A ( o.$.O.%.+.-.7.7.8.8.w.e.e.e.y.y.y.y.y.s.y.L.Z.y.y.h.i.p.i.s.h.~.p.p.u.i.y.y.p.y.y.y.y.y.e.e.w.e.8.8.7.7.7.6.,.O.O.o.o.o.E V V N M M w (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
290 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.> N C A A A P o.+.+.-.-.;.7.8.e.e.e.y.y.y.y.y.y.y.y.i.m.E.h.s.y.s.s.s.s.S.J.p.u.p.s.s.y.y.s.y.y.y.y.y.e.e.e.8.q.8.7.7.6.+.+.$.O.] I Z Z C V m > (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
291 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.O f A A I I U ] +.*.;.;.;.7.e.8.y.y.y.y.y.u.y.s.p.d.p.^.l.h.s.s.s.s.h.E.c.y.h.h.y.p.i.s.u.a.i.y.y.y.y.e.e.9.w.8.8.2.%.%.%.O.` D A Z Z C s . (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
292 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.2 A I U U P W o.;.;.:.:.7.y.y.y.u.y.p.s.s.s.p.s.s.J.P.v.x.h.s.s.x.~.s.h.h.y.h.s.s.d.p.u.p.i.y.y.y.y.e.e.e.e.,.;.;.+.o.P I L A D B 4 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
293 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.@ g Y Y Y _ _ ] $.:.:.2.6.y.y.i.i.s.p.d.s.s.j.Z.~././.^.^.~.Y.~.T.v.z.d.d.d.d.s.s.s.s.s.p.p.y.y.m.x.9.9.6.;.*.O._ Y Y U I A f O (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
294 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.% L W _ _ ` ` +.P.N.9.7.y.i.s.s.s.s.l.D.E.E.E.~.^.E.W.W.!.^.E.E.E.E.L.F.Z.x.h.s.s.s.y.p.l.L.E.E.E.J.v.:.' Q ) Y Y Y L % (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
295 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.5 P ` ` ] ' %.s.Z.m.d.8.y.s.h.Z.I.I.Y.I.P.I./.E.I.Y.^.R.Y.I.I.I.I.I.I.P.P.Z.x.s.h.S.P.P.L.H.H.C.y.$.` _ _ ) L 2 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
296 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.6 Q [ | | o.O.6.s.M.x.M.S.F.F.H.H.H.H.H.P.^.^.^.Y.H.H.H.H.H.H.H.H.H.H.F.H.D.H.D.Z.C.v.p.6.' | ' ` ` P 5 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
297 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.3 J o.O.$.O.@.X.4.8.h.c.v.N.C.Z.Z.Z.Z.Z.H.S.S.S.S.S.S.S.S.Z.Z.Z.A.A.N.C.v.s.8.:.O.o.o. .} { G 3 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
298 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.# l | %.X.=.@.=.=.:.6.8.9.h.h.c.c.m.m.N.N.N.m.m.N.M.n.v.z.k.s.t.6.@.@.@.*.+.$.$.O.! g @ (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
299 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.* K / 1.=.=.:.:.:.6.6.6.6.6.w.6.8.8.8.8.8.8.6.6.6.6.:.:.:.1.1.:.@.*.+.~ H & (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
300 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.$ j R / 6.6.6.6.6.6.6.6.8.8.8.7.6.8.6.8.6.6.6.6.4.:.:.1.X.R h $ (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
301 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.8 k R @.@.6.8.e.w.8.r.8.y.8.8.8.6./ / R k 8 (.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
302 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
303 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
304 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
305 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
306 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
307 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.", |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
308 "(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(.(." |
61124cb82fb7
Updated README and licenses (for images), added installation instructions.
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
309 }; |