-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcode.html
261 lines (254 loc) · 11.2 KB
/
code.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{% extends "projects.html" %}
{% block title %}
Code
{% endblock %}
{% block top_center %}
<h1>
<a href="/code/" rel="bookmark" title="Permalink to Code">Code</a>
<small>Projects I've been involved in.</small>
</h1>
{% set TECH_LINKS = [
("GitHub", "https://github.com/kdeldycke"),
("Python", "https://pypi.org/user/kdeldycke/"),
("Hacker News", "https://news.ycombinator.com/user?id=kdeldycke"),
("Open Hub", "https://www.openhub.net/accounts/kevin"),
]
%}
<ul class="nav nav-pills">
{% for (name, link) in TECH_LINKS %}
<li>{{ m.render_link_icon(link, name, FAVICON_LINKS) }}</li>
{% endfor %}
</ul>
{% endblock %}
{% set PROJECT_GROUPS = [
{
'id': 'author',
'pre': "
<div class='page-header'>
<h1><small>Open-source projects I've created:</small></h1>
</div>
",
},
{
'id': 'contributor',
'pre': "
<div class='page-header'>
<h1><small>Open-source projects I've contributed to:</small></h1>
</div>
",
},
]
%}
{% set PROJECTS = [
{ 'name': "Chessboard"
, 'desc': "CLI to solve combinatoric chess puzzles."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python"]
, 'links': ["https://github.com/kdeldycke/chessboard"]
},
{ 'name': "European VAT database"
, 'desc': "All VAT rates and their territorial exceptions."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Data"]
, 'links': ["https://github.com/kdeldycke/vat-rates"]
},
{ 'name': "Postal Address"
, 'desc': "Parse, normalize and render postal addresses."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python"]
, 'links': ["https://github.com/scaleway/postal-address"]
},
{ 'name': "Port Range"
, 'desc': "Port range with support of CIDR-like notation."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python"]
, 'links': ["https://github.com/scaleway/port-range"]
},
{ 'name': "dotfiles"
, 'desc': "Kubuntu & macOS dotfiles for vim-based Python developers."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["bash", "Ubuntu", "macOS", "vim", "Python"]
, 'links': ["https://github.com/kdeldycke/dotfiles"]
},
{ 'thumb': "https://raw.github.com/klen/python-mode/develop/logo.png"
, 'name': "python-mode"
, 'desc': "Vim plugin for Python developers."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["vim", "Python"]
, 'links': ["https://github.com/klen/python-mode/commits?author=kdeldycke"]
},
{ 'thumb': "/uploads/2013/openerp-logo.png"
, 'desc': "Worked full-time as an OpenERP as a consultant."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["Python", "PostgreSQL", "Javascript", "Backbone.js", "Mako", "HTML", "XML", "CSS"]
, 'links': ["https://kevin.deldycke.com/tag/openerp/", "https://www.ohloh.net/p/smile-openerp/contributors/2554938605438609"]
},
{ 'name': "OpenERP Matrix Widget"
, 'desc': "A matrix widget for OpenERP's web client."
, 'thumb': "/uploads/2012/2-level-editable-additional-lines-matrix.png"
, 'thumb_link': "/uploads/2012/2-level-editable-additional-lines-matrix.png"
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["OpenERP", "Javascript", "Mako", "HTML", "CSS"]
, 'links': [
"https://kevin.deldycke.com/2012/08/announcing-openerp-matrix-widget/",
"https://github.com/kdeldycke/smile_openerp_matrix_widget"]
},
{ 'name': "openerp.buildout"
, 'desc': "Automate OpenERP server and web-client installation, deployment and configuration."
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["OpenERP", "Python", "Buildout", "Bash", "System"]
, 'links': ["https://github.com/kdeldycke/openerp.buildout"]
},
{ 'name': "CherryPy + Mako + Formish + OOOP boilerplate"
, 'desc': "Boilerplate codebase to publishing OpenERP content on the web."
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python", "CherryPy", "Mako", "HTML", "CSS", "Javascript"]
, 'links': ["https://kevin.deldycke.com/2011/08/cherrypy-mako-formish-ooop-boilerplate/", "https://github.com/kdeldycke/cherrypy_mako_formish_ooop_boilerplate"]
},
{ 'name': "WebPing"
, 'desc': "Check availability of web pages."
, 'thumb': "/uploads/2011/webping-dashboard.png"
, 'thumb_link': "/uploads/2011/webping-dashboard.png"
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python", "HTML", "CSS", "Javascript"]
, 'links': ["https://kevin.deldycke.com/2011/08/webping-open-sourced/", "https://github.com/kdeldycke/webping"]
},
{ 'name': "Live browser"
, 'desc': "Web app with no particular goal but play with Microsoft Live Messenger Connect API."
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python", "CherryPy", "Mako", "MongoDB"]
, 'links': ["https://kevin.deldycke.com/2011/12/live-browser-python-web-app-microsoft-live-connect-api/", "https://github.com/kdeldycke/live_browser"]
},
{ 'name': "e107 Importer"
, 'desc': "WordPress plugin to import news, users, pages, images and forums from e107."
, 'thumb': "/uploads/2008/e107-to-wordpress.png"
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["e107", "PHP", "MySQL", "WordPress"]
, 'links': ["https://wordpress.org/extend/plugins/e107-importer/", "https://github.com/kdeldycke/e107-importer"]
},
{ 'name': "Feed Tracking Tool"
, 'desc': "Web-based RSS/Atom feed aggregator."
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Ruby on Rails", "MySQL", "HTML", "CSS"]
, 'links': ["https://kevin.deldycke.com/2011/03/feed-tracking-tool-released-open-source-license/", "https://github.com/kdeldycke/feed-tracking-tool"]
},
{ 'name': "Maildir Deduplicate"
, 'desc': "Deduplicate mails from a set of maildir folders."
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python"]
, 'links': ["https://github.com/kdeldycke/maildir-deduplicate", "https://kevin.deldycke.com/2010/08/maildir-deduplication-script-python/"]
},
{ 'name': "Scripts"
, 'desc': "Misc. utility scripts, patches and hacks."
, 'thumb': "/uploads/2006/command-lines.jpg"
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["Python", "Bash", "PHP", "MySQL"]
, 'links': ["https://github.com/kdeldycke/scripts"]
},
{ 'name': "pbp.recipe.trac"
, 'desc': "Buildout recipe to automate management and deployment of multiple Trac instances."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["Python", "Trac", "Buildout"]
, 'links': ["https://pypi.python.org/pypi/pbp.recipe.trac", "https://kevin.deldycke.com/2010/12/automate-trac-instance-deployment-buildout/", "https://bitbucket.org/tarek/atomisator/"]
},
{ 'desc': "Zope-based CMS."
, 'thumb': "/uploads/2006/plone-logo.png"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["Python", "Zope", "ZODB"]
, 'links': ["https://plone.org/author/kdeldycke", "https://github.com/search?q=deldycke+%40plone+%40collective&type=Code", "https://dev.plone.org/plone/search?q=kdeldycke&ticket=on"]
},
{ 'desc': "Zope-based ERP framework."
, 'thumb': "/uploads/2013/erp5-logo.png"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["Python", "Zope", "ZODB"]
, 'links': ["https://www.ohloh.net/p/erp5/contributors/18391049963153", "https://search.gmane.org/?author=kevin%40nexedi.com"]
},
{ 'name': "QLC"
, 'desc': "DMX light controlling software written in QT."
, 'thumb': "/uploads/2010/qlc-wider-panel-presets.png"
, 'thumb_link': "/uploads/2010/qlc-wider-panel-presets.png"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': [
"https://sourceforge.net/apps/trac/qlc/query?reporter=~kevin-deldycke",
"https://sourceforge.net/p/qlc/mailman/search/?q=%22kevin+deldycke%22&mail_list=qlc-devel"]
},
{ 'thumb': "/uploads/2013/wordpress-logo.png"
, 'desc': "The most popular PHP blog engine."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://profiles.wordpress.org/Coolkevman/", "https://core.trac.wordpress.org/query?reporter=~Coolkevman"]
},
{ 'thumb': "/uploads/2013/debian-logo.png"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'tools': ["Debian"]
, 'links': [
"https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=both;submitter=kevin%40deldycke.com"]
},
{ 'thumb': "/uploads/2013/bbpress-logo.png"
, 'desc': "WordPress-based forums."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://trac.bbpress.org/query?reporter=~Coolkevman"]
},
{ 'name': "Kdenlive"
, 'thumb': "/uploads/2013/kdenlive-logo.png"
, 'desc': "Non-linear video editor written in QT for KDE."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://google.com/search?q=%22kevin-deldycke%22+site%3Akdenlive.org%2Fmantis%2F"]
},
{ 'name': "nlconverter"
, 'desc': "Lotus Notes to Mailbox conversion tool written in Python."
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://kevin.deldycke.com/2010/09/convert-lotus-notes-nsf-files-mbox-nlconverter/", "https://code.google.com/p/nlconverter/people/detail?u=kevin.deldycke"]
},
{ 'name': "KDE"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://bugs.kde.org/buglist.cgi?j_top=OR&o5=substring&emailcc1=1&list_id=695775&emaillongdesc1=1&emailtype1=exact&o2=substring&v5=kevin%20deldycke&emailassigned_to1=1&o4=substring&email1=kevin%40deldycke.com&v2=kevin%40deldycke&v4=kevin%20deldycke&f1=OP&j0=OR&emailreporter1=1&order=Last%20Changed&o7=matches&v6=kevin%20deldycke&o3=substring&f8=CP&f0=OP&v3=kevin%20deldycke&o6=substring&f9=CP&query_format=advanced&j1=OR"]
},
{ 'thumb': "/uploads/2007/mandriva-2007-blue-logo.png"
, 'roles': ["Contributor"]
, 'group': 'contributor'
, 'links': ["https://kevin.deldycke.com/2013/02/mandriva-repositories-retired/", "https://github.com/kdeldycke/mandriva-specs"]
},
{ 'name': "funky-storm.com"
, 'desc': "Sources of my first website ever."
, 'inactive': True
, 'roles': ["Author"]
, 'group': 'author'
, 'tools': ["PHP", "MySQL", "HTML", "CSS"]
, 'links': ["https://kevin.deldycke.com/2013/08/funky-storm-source-code-released/", "https://github.com/kdeldycke/funky-storm"]
},
]
%}