]> git.lyx.org Git - lyx.git/blobdiff - lib/generate_contributions.py
update credits
[lyx.git] / lib / generate_contributions.py
index b92042686330801e7aed93889144b3a5597a73ff..7ef83d46293bdc3a888622a36813499d98a4a7ba 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python
 # -*- coding: utf-8 -*-
 
 '''
@@ -59,7 +59,7 @@ class contributer:
                     address = address.replace(" ! ", ".")
                     contact = "%s@%s" % (ename, address)
                     result.append('@iE-mail: %s\n' % contact)
-          result.append('   %s\n' % self.credit)
+          result.append('   %s\n' % self.credit.replace('\n', '\n   '))
           return "".join(result)
 
 
@@ -108,7 +108,7 @@ def collate_incomplete(contributers):
               missing_licence.append(contributer.name)
 
     return '''WARNING!
-The following contributers to not have a CREDITS entry:
+The following contributers do not have a CREDITS entry:
     %s
 
 These ones have no explicit licence statement:
@@ -146,7 +146,7 @@ $author="lyx-devel@lists.lyx.org";
 // Full name of this file (relative path from LyX home page)
 $file_full="about/%s";
 
-include("start.php3");
+include("start.php");
 ?>
 ''' % ( title, file )
 
@@ -154,7 +154,7 @@ include("start.php3");
 def footer():
      return '''
 <?php
-include("end.php3");
+include("end.php");
 ?>
 '''
 
@@ -420,6 +420,14 @@ contributers = [
                  "",
                  u"Catalan translation"),
 
+     contributer(u"Humberto Nicolás Castejón",
+                 "beconico () gmail ! com",
+                 "GPL",
+                 "Re: The LyX licence",
+                 "m=111833854105023",
+                 "9 June 2005",
+                 u"Spanish translation of the Windows installer"),
+
      contributer(u"Matěj Cepl",
                  "matej () ceplovi ! cz",
                  "GPL",
@@ -444,6 +452,14 @@ contributers = [
                  "",
                  u"Italian translation"),
 
+     contributer(u"Jean-Pierre Chrétien",
+                 "chretien () cert ! fr",
+                 "GPL",
+                 "Re: The LyX licence",
+                 "m=111842518713710",
+                 "10 June 2005",
+                 u"French translation of the Windows installer"),
+
      contributer(u"Matthias Kalle Dalheimer",
                  "kalle () kdab ! net",
                  "GPL",
@@ -476,14 +492,6 @@ contributers = [
                  "31 March 2005",
                  u"Maintainer of the OS X port(s)"),
 
-     contributer(u"Eitan Frachtenberg",
-                 "sky8an () gmail ! com",
-                 "GPL",
-                 "Re: [PATCH] BibTeX annotation support",
-                 "m=111130799028250",
-                 "20 March 2005",
-                 u""),
-
      contributer(u"John Michael Floyd",
                  "jmf () pwd ! nsw ! gov ! au",
                  "",
@@ -492,6 +500,22 @@ contributers = [
                  "",
                  u"Bug fix to the spellchecker"),
 
+     contributer(u"Enrico Forestieri",
+                 "forenr () tlc ! unipr ! it",
+                 "GPL",
+                 "Re: lyxpreview2ppm.py",
+                 "m=111894292115287",
+                 "16 June 2005",
+                 u"Italian translation of the Windows installer"),
+
+     contributer(u"Eitan Frachtenberg",
+                 "sky8an () gmail ! com",
+                 "GPL",
+                 "Re: [PATCH] BibTeX annotation support",
+                 "m=111130799028250",
+                 "20 March 2005",
+                 u"BibTeX annotation support"),
+
      contributer(u"Edscott Wilson Garcia",
                  "edscott () xfce ! org",
                  "GPL",
@@ -500,6 +524,14 @@ contributers = [
                  "30 March 2005",
                  u"Bug fixes"),
 
+     contributer(u"Michael Gerz",
+                 "michael.gerz () teststep ! org",
+                 "GPL",
+                 "Re: The LyX licence",
+                 "m=110909251110103",
+                 "22 February 2005",
+                 u"lots of bug reports, German localization, bug fixes"),
+
      contributer(u"Stefano Ghirlanda",
                  "stefano.ghirlanda () unibo ! it",
                  "GPL",
@@ -626,7 +658,7 @@ contributers = [
                  "blanket-permission",
                  "m=111054675600338",
                  "11 March 2005",
-                 u""),
+                 u"Gtk reference insertion dialog"),
 
      contributer(u"Michael Koziarski",
                  "koziarski () gmail ! com",
@@ -698,7 +730,7 @@ contributers = [
                  "Re: Licensing of tex2lyx (and perhaps LyX itself?)",
                  "m=110899657530749",
                  "21 February 2005",
-                 u"Qt2 frontend GUI-I-fication of several popups"),
+                 u"Qt2 frontend GUI-I-fication of several popups.\nDutch translation of the Windows installer"),
 
      contributer(u"John Levon",
                  "levon () movementarian ! org",
@@ -734,10 +766,10 @@ contributers = [
 
      contributer(u"Tino Meinen",
                  "a.t.meinen () chello ! nl",
-                 "",
-                 "",
-                 "",
-                 "",
+                 "GPL",
+                 "Re: Licensing your contributions to LyX",
+                 "m=113078277722316",
+                 "31 October 2005",
                  u"Dutch translation coordinator"),
 
      contributer(u"Iñaki Larrañaga Murgoitio",
@@ -788,6 +820,14 @@ contributers = [
                  "25 February 2005",
                  u"Support for kluwer and ijmpd document classes"),
 
+     contributer(u'Bo Peng',
+                 "ben.bob () gmail ! com",
+                 "GPL",
+                 "Re: Python version of configure script (preview version)",
+                 "m=112681895510418",
+                 "15 September 2005",
+                 u"Conversion of lib/configure to Python"),
+
      contributer(u"Joacim Persson",
                  "sp2joap1 () ida ! his ! se",
                  "",
@@ -876,6 +916,14 @@ contributers = [
                  "22 February 2005",
                  u"provided hollywood and broadway classes for writing screen scripts and plays"),
 
+     contributer(u"Bernhard Reiter",
+                 "ockham () gmx ! net",
+                 "GPL",
+                 "Re: RFC: GThesaurus.C et al.",
+                 "m=112912017013984",
+                 "12 October 2005",
+                 u"Gtk frontend"),
+
      contributer(u"Ruurd Reitsma",
                  "rareitsma () yahoo ! com",
                  "GPL",
@@ -906,7 +954,23 @@ contributers = [
                  "Re: The LyX licence",
                  "m=110910933124056",
                  "22 February 2005",
-                 u"The driving force behind, and maintainer of, the LyX wiki wiki."),
+                 u"The driving force behind, and maintainer of, the LyX wiki wiki.\nSwedish translation of the Windows installer"),
+
+     contributer(u"Szõke Sándor",
+                 "alex () lyx ! hu",
+                 "GPL",
+                 "Contribution to LyX",
+                 "m=113449408830523",
+                 "13 December 2005",
+                 u"Hungarian translation"),
+
+     contributer(u"Janus Sandsgaard",
+                 "janus () janus ! dk",
+                 "GPL",
+                 "Re: The LyX licence",
+                 "m=111839355328045",
+                 "10 June 2005",
+                 u"Danish translation of the Windows installer"),
 
      contributer(u"Eulogio Serradilla Rodríguez",
                  "eulogio.sr () terra ! es",
@@ -916,14 +980,6 @@ contributers = [
                  "23 February 2005",
                  u"contribution to the spanish internationalization"),
 
-     contributer(u"Michael Schmitt",
-                 "michael.schmitt () teststep ! org",
-                 "GPL",
-                 "Re: The LyX licence",
-                 "m=110909251110103",
-                 "22 February 2005",
-                 u"lots of bug reports and purify runs"),
-
      contributer(u"Hubert Schreier",
                  "schreier () sc ! edu",
                  "",
@@ -996,6 +1052,14 @@ contributers = [
                  "24 February 2005",
                  u"fix bugs with error insets placement"),
 
+     contributer(u"Uwe Stöhr",
+                 "uwestoehr () web ! de",
+                 "GPL",
+                 "Re: The LyX licence",
+                 "m=111833345825278",
+                 "9 June 2005",
+                 u"German translation of the Windows installer"),
+
      contributer(u"David Suárez de Lis",
                  "excalibor () iname ! com",
                  "",