-
Notifications
You must be signed in to change notification settings - Fork 0
/
THANKS
170 lines (121 loc) · 5.78 KB
/
THANKS
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
Invenio THANKS
==============
Several people outside the Invenio Development Team
contributed to the project:
- Thierry Thomas <[email protected]>
Patches for compiling old CDSware 0.3.x sources on FreeBSD.
- Guido Pelzer <[email protected]>
Contributions to the German translation. German stopword list.
- Valerio Gracco <[email protected]>
Contributions to the Italian translation.
- Tullio Basaglia <[email protected]>
Contributions to the Italian translation.
- Flavio C. Coelho <[email protected]>
Contributions to the Portuguese translation.
- Lyuba Vasilevskaya <[email protected]>
Contributions to the Russian translation.
- Maria Gomez Marti <[email protected]>
Contributions to the Spanish translation.
- Magaly Bascones Dominguez <[email protected]>
Contributions to the Spanish translation.
- Urban Andersson <[email protected]>
Contributions to the Swedish translation.
- Eric Grand <[email protected]>
Contributions to the French translation.
- Theodoropoulos Theodoros <[email protected]>
Contributions to the Greek translation, Greek stopword list,
XML RefWorks output format.
- Vasyl Ostrovskyi <[email protected]>
Contributions to the Ukrainian translation.
- Ferran Jorba <[email protected]>
Contributions to the Catalan and Spanish translations. Cleanup of
the old PHP-based BibFormat Admin Guide. Several minor patches.
- Beatriu Piera <[email protected]>
Translation of the Search Guide into Catalan and Spanish.
- Anonymous contributor (name withheld by request)
Contributions to the Japanese translation.
- Anonymous contributor (name withheld by request)
Contributions to the Spanish translation.
- Alen Vodopijevec <[email protected]>
Contributions to the Croatian translation.
- Jasna Marković <[email protected]>
Contributions to the Croatian translation.
- Kam-ming Ku <[email protected]>
Contributions to the Chinese translations (zh_CN, zh_TW).
- Benedikt Koeppel <[email protected]>
Contributions to the German translation.
- Toru Tsuboyama <[email protected]>
Contributions to the Japanese translation.
- Mike Marino <[email protected]>
Several minor patches and suggestions.
- Zbigniew Szklarz <[email protected]>
Contributions to the Polish translation.
- Iaroslav Gaponenko <[email protected]>
Contributions to the Russian translation.
- Yana Osborne <[email protected]>
Contributions to the Russian translation.
- Zbigniew Leonowicz <[email protected]>
Contributions to the Polish translation.
- Makiko Matsumoto <[email protected]> and Takao Ishigaki
Contributions to the Japanese translation.
- Eva Papp <[email protected]>
Contributions to the Hungarian translation.
- Nino Jejelava <[email protected]>
Contributions to the Georgian translation.
- Cristian Bacchi <[email protected]>
Improvements to the browse interface.
- Genis Musulmanbekov <[email protected]>
Contributions to the Russian translation.
- Andrey Tremba <[email protected]>
Contributions to the Russian translation.
The URL handler was inspired by the Quixote Web Framework which is
``Copyright (c) 2004 Corporation for National Research Initiatives;
All Rights Reserved''.
<http://www.quixote.ca/>
The session handler was adapted from the mod_python session implementation.
<http://www.modpython.org/>
Javascript Quicktags scripts from Alex King are used to provide
additional capabilities to the edition of BibFormat templates through
the web admin interface.
<http://www.alexking.org>
The indexer engine uses the Martin Porter Stemming Algorithm and its
Vivake Gupta free Python implementation.
<http://tartarus.org/~martin/PorterStemmer/>
The CSS style for rounded corners box used in detailed record pages
adapted from Francky Lleyneman liquidcorners CSS.
<http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm>
The NASA_Subjects.rdf files has been retrieved from the American National
Aeronautics and Space Administration (NASA) who kindly provide this for
free re-use.
<http://nasataxonomy.jpl.nasa.gov/fordevelopers/>
The tiger test picure used in automated demo picture submission was
converted from Ghostscript's 'tiger.eps'.
<http://www.gnu.org/software/ghostscript/>
Some icon images were taken from (i) the Silk icon set, (ii) the
Function icon set, (iii) the activity indicator icon, and (iv) the
Open Icon Libray.
<http://www.famfamfam.com/lab/icons/silk/>
<http://wefunction.com/2008/07/function-free-icon-set/>
<http://www.badeziner.com/2008/05/04/120-free-ajax-activity-indicator-gif-icons/>
<http://openiconlibrary.sourceforge.net/gallery2/>
The unoconv.py script has been adapted from UNOCONV by Dag Wieers.
<http://dag.wieers.com/home-made/unoconv/>
PDFA_def.ps has been adapted from the GPL distribution of GhostScript.
<http://ghostscript.com/>
The ISOCoatedsb.icc ICC profile has been retrieved from the European Color
Initiative.
<http://www.eci.org/>
The PEP8 conformance checking script (pep8.py) was written by Johann
C. Rocholl <[email protected]>. The pep8.py version included
with Invenio was downloaded from
<http://svn.browsershots.org/trunk/devtools/pep8/pep8.py> on
2009-06-14.
The git-version-gen script was taken from gnulib 20100704+stable-1.
<http://www.gnu.org/software/gnulib/>
The LaTeX-to-Unicode translation table was compiled from:
FX, <http://stackoverflow.com/questions/4578912/replace-all-accented-characters-by-their-latex-equivalent>
Lea Wiemann <[email protected]>, <http://docutils.sourceforge.net/docutils/writers/newlatex2e/unicode_map.py>
The scientificchar plugin for the CKEditor was adapted from the
specialchar plugin from Frederico Knabben.
<http://ckeditor.com/>
- end of file -