Skip to content

Commit 8a4d755

Browse files
Overhaul of layout, pages, components, and assets (CSS/JS)
- Use SVG logos for CDN77, GitHub, BrowserStack, and Weblate - @williamdes: Improved the logic of phpMyAdmin versions with themes to avoid showing versions that do not have any Co-Authored-By: William Desportes <williamdes@wdes.fr>
1 parent be845df commit 8a4d755

File tree

97 files changed

+2427
-2301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2427
-2301
lines changed

data/awards.py

Lines changed: 48 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -27,43 +27,36 @@
2727
AWARDS = [
2828
{
2929
'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',
3331
'title': 'Best Database Management Software of 2021',
3432
'text': '''
3533
<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>
3937
''',
4038
'photos': [],
4139
},
4240
{
4341
'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/',
4843
'title': 'Best Database Admin Tool for Business Hosting',
4944
'text': '''
5045
<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>
5449
''',
5550
'photos': [],
5651
},
5752
{
5853
'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',
6155
'title': '2013 MySQL Community Awards',
6256
'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+
''',
6760
'photos': [
6861
(
6962
'images/awards/2013-community-awards-3.jpg',
@@ -87,11 +80,9 @@
8780
'link': 'https://sourceforge.net/blog/cca06/',
8881
'title': '2009 SourceForge.net Community Choice Awards',
8982
'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+
''',
9586
'photos': [
9687
(
9788
'images/awards/sf_cca_2009_trophy.jpg',
@@ -105,23 +96,19 @@
10596
'link': 'http://www.infoworld.com/',
10697
'title': 'InfoWorld 2008 Best of Open Source Awards',
10798
'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+
''',
112102
'photos': [],
113103
},
114104
{
115105
'image': 'images/awards/sf_cca_2008_winner.png',
116106
'link': 'https://sourceforge.net/blog/cca08',
117107
'title': '2008 SourceForge.net Community Choice Awards',
118108
'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+
''',
125112
'photos': [
126113
(
127114
'images/awards/sf_cca_2008_trophies.jpg',
@@ -135,11 +122,9 @@
135122
'link': 'https://sourceforge.net/blog/cca07',
136123
'title': '2007 SourceForge.net Community Choice Awards',
137124
'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+
''',
143128
'photos': [
144129
(
145130
'images/awards/sf_cca_2007_trophy.jpg',
@@ -154,9 +139,8 @@
154139
'title': '2006 Trophees du Libre',
155140
'text': '''
156141
<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+
''',
160144
'photos': [
161145
(
162146
'images/awards/2006-trophees-marc.jpg',
@@ -171,55 +155,49 @@
171155
'link': 'https://www.os2world.com/',
172156
'title': '2005 OS2World.com Awards',
173157
'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+
''',
178161
'photos': [],
179162
},
180163
{
181164
'image': 'images/awards/sf_cca_2006_winner.png',
182165
'link': 'https://sourceforge.net/blog/cca06/',
183166
'title': '2006 SourceForge.net Community Choice Awards',
184167
'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+
''',
190171
'photos': [],
191172
},
192173
{
193174
'image': 'images/awards/2006-phpmag-ger.png',
194175
'link': 'https://www.phpmagazin.de/',
195176
'title': 'PHP Magazin Reader\'s Choice Award 2006',
196177
'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+
''',
201181
'photos': [],
202182
},
203183
{
204184
'image': 'images/awards/2005-phpmag-ger.gif',
205185
'link': 'https://www.phpmagazin.de/',
206186
'title': 'PHP Magazin Reader\'s Choice Award 2005',
207187
'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+
''',
212191
'photos': [],
213192
},
214193
{
215194
'image': 'images/awards/2003-phpmag-ger.gif',
216195
'link': 'https://www.phpmagazin.de/',
217196
'title': 'PHP Magazin Reader\'s Choice Award 2003',
218197
'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+
''',
223201
'photos': [
224202
(
225203
'images/awards/2003-php-conf.jpg',
@@ -235,10 +213,9 @@
235213
'link': 'https://www.phpmagazin.de/',
236214
'title': 'International PHP Magazine Reader\'s Choice Award 2003',
237215
'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+
''',
242219
'photos': [
243220
(
244221
'images/awards/2003-php-conf.jpg',
@@ -255,11 +232,11 @@
255232
'title': 'Sourceforge.net project of the month',
256233
'text': '''
257234
<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
261238
want to learn about the early years of phpMyAdmin.</p>
262-
''',
239+
''',
263240
'photos': [],
264241
},
265242
]

0 commit comments

Comments
 (0)