|
27 | 27 | AWARDS = [ |
28 | 28 | { |
29 | 29 | 'image': 'images/awards/2021-database-management-software.png', |
30 | | - 'link': ( |
31 | | - 'https://digital.com/database-management-software/#phpMyAdmin' |
32 | | - ), |
| 30 | + 'link': 'https://digital.com/database-management-software/#phpMyAdmin', |
33 | 31 | 'title': 'Best Database Management Software of 2021', |
34 | 32 | 'text': ''' |
35 | 33 | <p>phpMyAdmin was listed in |
36 | | -<a href="https://digital.com/">Digital.com's</a></p> |
37 | | -<p class="award"><a href="%(link)s">Best Database Management Software list</a></p>. |
38 | | -<p>in January 2021.</p> |
| 34 | +<a href="https://digital.com/" target="_blank" rel="noopener">Digital.com's</a> |
| 35 | +<a href="%(link)s" target="_blank" rel="noopener">Best Database Management Software list</a> |
| 36 | +in January 2021.</p> |
39 | 37 | ''', |
40 | 38 | 'photos': [], |
41 | 39 | }, |
42 | 40 | { |
43 | 41 | 'image': 'images/awards/2017-hosting-advice.png', |
44 | | - 'link': ( |
45 | | - 'https://www.hostingadvice.com/blog/' |
46 | | - 'why-phpmyadmin-best-db-admin-tool-for-business/' |
47 | | - ), |
| 42 | + 'link': 'https://www.hostingadvice.com/blog/why-phpmyadmin-best-db-admin-tool-for-business/', |
48 | 43 | 'title': 'Best Database Admin Tool for Business Hosting', |
49 | 44 | 'text': ''' |
50 | 45 | <p>phpMyAdmin was awarded |
51 | | -<a href="https://www.hostingadvice.com/">HostingAdvice</a>'s</p> |
52 | | -<p class="award"><a href="%(link)s">Best Database Admin Tool for Business Hosting</a></p>. |
53 | | -<p>in January 2017.</p> |
| 46 | +<a href="https://www.hostingadvice.com/" target="_blank" rel="noopener">HostingAdvice</a>'s |
| 47 | +<a href="%(link)s" target="_blank" rel="noopener">Best Database Admin Tool for Business Hosting</a> |
| 48 | +in January 2017.</p> |
54 | 49 | ''', |
55 | 50 | 'photos': [], |
56 | 51 | }, |
57 | 52 | { |
58 | 53 | 'image': 'images/awards/percona-live-logo.png', |
59 | | - 'link': 'https://openlife.cc/' |
60 | | - 'blogs/2013/april/mysql-community-awards-2013-and-winners-are', |
| 54 | + 'link': 'https://openlife.cc/blogs/2013/april/mysql-community-awards-2013-and-winners-are', |
61 | 55 | 'title': '2013 MySQL Community Awards', |
62 | 56 | 'text': ''' |
63 | | -<p>At the <a href="%(link)s">2013 MySQL Community Awards</a> ceremony, our |
64 | | -project has won</p> |
65 | | -<p class="award">MySQL Application of the year 2013</p> |
66 | | - ''', |
| 57 | +<p>At the <a href="%(link)s" target="_blank" rel="noopener">2013 MySQL Community Awards</a> ceremony, our |
| 58 | +project has won MySQL Application of the year 2013.</p> |
| 59 | +''', |
67 | 60 | 'photos': [ |
68 | 61 | ( |
69 | 62 | 'images/awards/2013-community-awards-3.jpg', |
|
87 | 80 | 'link': 'https://sourceforge.net/blog/cca06/', |
88 | 81 | 'title': '2009 SourceForge.net Community Choice Awards', |
89 | 82 | 'text': ''' |
90 | | -<p>For the <a href="%(link)s">2009 SourceForge.net Community Choice Awards</a>, |
91 | | -phpMyAdmin was present in two categories:</p> |
92 | | -<p class="award">Best Tool or Utility for Developers (finalist)</p> |
93 | | -<p class="award">Best Tool or Utility for SysAdmins (winner)</p> |
94 | | - ''', |
| 83 | +<p>For the <a href="%(link)s" target="_blank" rel="noopener">2009 SourceForge.net Community Choice Awards</a>, |
| 84 | +phpMyAdmin was present in two categories: Best Tool or Utility for Developers (finalist) and Best Tool or Utility for SysAdmins (winner).</p> |
| 85 | +''', |
95 | 86 | 'photos': [ |
96 | 87 | ( |
97 | 88 | 'images/awards/sf_cca_2009_trophy.jpg', |
|
105 | 96 | 'link': 'http://www.infoworld.com/', |
106 | 97 | 'title': 'InfoWorld 2008 Best of Open Source Awards', |
107 | 98 | 'text': ''' |
108 | | -<p>Our project has won this <a href="%(link)s">Infoworld 2008 award:</a></p> |
109 | | -<p class="award">Best of open source platforms and middleware |
110 | | -(MySQL administration)</p> |
111 | | - ''', |
| 99 | +<p>Our project has won this <a href="%(link)s" target="_blank" rel="noopener">Infoworld 2008 award:</a> |
| 100 | +Best of open source platforms and middleware (MySQL administration).</p> |
| 101 | +''', |
112 | 102 | 'photos': [], |
113 | 103 | }, |
114 | 104 | { |
115 | 105 | 'image': 'images/awards/sf_cca_2008_winner.png', |
116 | 106 | 'link': 'https://sourceforge.net/blog/cca08', |
117 | 107 | 'title': '2008 SourceForge.net Community Choice Awards', |
118 | 108 | 'text': ''' |
119 | | -<p>For the <a href="%(link)s">2008 SourceForge.net Community Choice Awards</a>, |
120 | | -phpMyAdmin was present in three categories:</p> |
121 | | -<p class="award">Best Tool or Utility for Developers (finalist)</p> |
122 | | -<p class="award">Best Tool or Utility for SysAdmins (winner)</p> |
123 | | -<p class="award">Most Likely to Be the Next $1B Acquisition (winner)</p> |
124 | | - ''', |
| 109 | +<p>For the <a href="%(link)s" target="_blank" rel="noopener">2008 SourceForge.net Community Choice Awards</a>, |
| 110 | +phpMyAdmin was present in three categories: Best Tool or Utility for Developers (finalist), Best Tool or Utility for SysAdmins (winner), and Most Likely to Be the Next $1B Acquisition (winner).</p> |
| 111 | +''', |
125 | 112 | 'photos': [ |
126 | 113 | ( |
127 | 114 | 'images/awards/sf_cca_2008_trophies.jpg', |
|
135 | 122 | 'link': 'https://sourceforge.net/blog/cca07', |
136 | 123 | 'title': '2007 SourceForge.net Community Choice Awards', |
137 | 124 | 'text': ''' |
138 | | -<p>For the <a href="%(link)s">2007 SourceForge.net Community Choice Awards</a>, |
139 | | -phpMyAdmin was present in two categories:</p> |
140 | | -<p class="award">Best Tool or Utility for Developers (nominated)</p> |
141 | | -<p class="award">Best Tool or Utility for SysAdmins (winner)</p> |
142 | | - ''', |
| 125 | +<p>For the <a href="%(link)s" target="_blank" rel="noopener">2007 SourceForge.net Community Choice Awards</a>, |
| 126 | +phpMyAdmin was present in two categories: Best Tool or Utility for Developers (nominated) and Best Tool or Utility for SysAdmins (winner).</p> |
| 127 | +''', |
143 | 128 | 'photos': [ |
144 | 129 | ( |
145 | 130 | 'images/awards/sf_cca_2007_trophy.jpg', |
|
154 | 139 | 'title': '2006 Trophees du Libre', |
155 | 140 | 'text': ''' |
156 | 141 | <p>phpMyAdmin has won a Silver Trophy at the Third Trophees du Libre |
157 | | -(Free Software Awards) in the category</p> |
158 | | -<p class="award">PHP</p> |
159 | | - ''', |
| 142 | +(Free Software Awards) in the category PHP.</p> |
| 143 | +''', |
160 | 144 | 'photos': [ |
161 | 145 | ( |
162 | 146 | 'images/awards/2006-trophees-marc.jpg', |
|
171 | 155 | 'link': 'https://www.os2world.com/', |
172 | 156 | 'title': '2005 OS2World.com Awards', |
173 | 157 | 'text': ''' |
174 | | -<p>For the <a href="%(link)s">5th Annual OS/2 World Awards</a>, |
175 | | -phpMyAdmin won in the category</p> |
176 | | -<p class="award">Best PHP Application</p> |
177 | | - ''', |
| 158 | +<p>For the <a href="%(link)s" target="_blank" rel="noopener">5th Annual OS/2 World Awards</a>, |
| 159 | +phpMyAdmin won in the category Best PHP Application.</p> |
| 160 | +''', |
178 | 161 | 'photos': [], |
179 | 162 | }, |
180 | 163 | { |
181 | 164 | 'image': 'images/awards/sf_cca_2006_winner.png', |
182 | 165 | 'link': 'https://sourceforge.net/blog/cca06/', |
183 | 166 | 'title': '2006 SourceForge.net Community Choice Awards', |
184 | 167 | 'text': ''' |
185 | | -<p>For the first annual SourceForge.net <a href="%(link)s">Community Choice |
186 | | -Awards</a>, phpMyAdmin won the first place in two categories:</p> |
187 | | -<p class="award">Databases</p> |
188 | | -<p class="award">Sysadmin</p> |
189 | | - ''', |
| 168 | +<p>For the first annual SourceForge.net <a href="%(link)s" target="_blank" rel="noopener">Community Choice |
| 169 | +Awards</a>, phpMyAdmin won the first place in two categories: Databases and Sysadmin.</p> |
| 170 | +''', |
190 | 171 | 'photos': [], |
191 | 172 | }, |
192 | 173 | { |
193 | 174 | 'image': 'images/awards/2006-phpmag-ger.png', |
194 | 175 | 'link': 'https://www.phpmagazin.de/', |
195 | 176 | 'title': 'PHP Magazin Reader\'s Choice Award 2006', |
196 | 177 | 'text': ''' |
197 | | -<p>phpMyAdmin was awarded the Reader's Choice Award 2006 in the category</p> |
198 | | -<p class="award">Best PHP-Tool / Best PHP-Application</p> |
199 | | -<p>by the readers of the <a href="%(link)s">German PHP Magazin</a>.</p> |
200 | | - ''', |
| 178 | +<p>phpMyAdmin was awarded the Reader's Choice Award 2006 in the category Best PHP-Tool / Best PHP-Application |
| 179 | +by the readers of the <a href="%(link)s" target="_blank" rel="noopener">German PHP Magazin</a>.</p> |
| 180 | +''', |
201 | 181 | 'photos': [], |
202 | 182 | }, |
203 | 183 | { |
204 | 184 | 'image': 'images/awards/2005-phpmag-ger.gif', |
205 | 185 | 'link': 'https://www.phpmagazin.de/', |
206 | 186 | 'title': 'PHP Magazin Reader\'s Choice Award 2005', |
207 | 187 | 'text': ''' |
208 | | -<p>phpMyAdmin was awarded the Reader's Choice Award 2005 in the category</p> |
209 | | -<p class="award">Best PHP-Tool / Best PHP-Application</p> |
210 | | -<p>by the readers of the <a href="%(link)s">German PHP Magazin</a>.</p> |
211 | | - ''', |
| 188 | +<p>phpMyAdmin was awarded the Reader's Choice Award 2005 in the category Best PHP-Tool / Best PHP-Application |
| 189 | +by the readers of the <a href="%(link)s" target="_blank" rel="noopener">German PHP Magazin</a>.</p> |
| 190 | +''', |
212 | 191 | 'photos': [], |
213 | 192 | }, |
214 | 193 | { |
215 | 194 | 'image': 'images/awards/2003-phpmag-ger.gif', |
216 | 195 | 'link': 'https://www.phpmagazin.de/', |
217 | 196 | 'title': 'PHP Magazin Reader\'s Choice Award 2003', |
218 | 197 | 'text': ''' |
219 | | -<p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category</p> |
220 | | -<p class="award">Best PHP-Tool / Best PHP-Application</p> |
221 | | -<p>by the readers of the <a href="%(link)s">German PHP Magazin</a>.</p> |
222 | | - ''', |
| 198 | +<p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category Best PHP-Tool / Best PHP-Application |
| 199 | +by the readers of the <a href="%(link)s" target="_blank" rel="noopener">German PHP Magazin</a>.</p> |
| 200 | +''', |
223 | 201 | 'photos': [ |
224 | 202 | ( |
225 | 203 | 'images/awards/2003-php-conf.jpg', |
|
235 | 213 | 'link': 'https://www.phpmagazin.de/', |
236 | 214 | 'title': 'International PHP Magazine Reader\'s Choice Award 2003', |
237 | 215 | 'text': ''' |
238 | | -<p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category</p> |
239 | | -<p class="award">Best PHP-Tool / Best PHP-Application</p> |
240 | | -<p>by the readers of the <a href="%(link)s">International PHP Magazine</a>.</p> |
241 | | - ''', |
| 216 | +<p>phpMyAdmin was awarded the Reader's Choice Award 2003 in the category Best PHP-Tool / Best PHP-Application |
| 217 | +by the readers of the <a href="%(link)s" target="_blank" rel="noopener">International PHP Magazine</a>.</p> |
| 218 | +''', |
242 | 219 | 'photos': [ |
243 | 220 | ( |
244 | 221 | 'images/awards/2003-php-conf.jpg', |
|
255 | 232 | 'title': 'Sourceforge.net project of the month', |
256 | 233 | 'text': ''' |
257 | 234 | <p>phpMyAdmin was awarded |
258 | | -<a href="https://sourceforge.net">Sourceforge.net</a>'s</p> |
259 | | -<p class="award"><a href="%(link)s">Project of the month</a></p> |
260 | | -<p>in December 2002. Have a look at that <a href="%(link)s">article</a>, if you |
| 235 | +<a href="https://sourceforge.net" target="_blank" rel="noopener">Sourceforge.net</a>'s |
| 236 | +<a href="%(link)s" target="_blank" rel="noopener">Project of the month</a> |
| 237 | +in December 2002. Have a look at that <a href="%(link)s" target="_blank" rel="noopener">article</a>, if you |
261 | 238 | want to learn about the early years of phpMyAdmin.</p> |
262 | | - ''', |
| 239 | +''', |
263 | 240 | 'photos': [], |
264 | 241 | }, |
265 | 242 | ] |
|
0 commit comments