X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fgenerate_contributions.py;h=900b12dc812ba4ec114d7031d4b180b31a6a867b;hb=be3171e15ef234837006cf088ac81a1e628323e2;hp=05a3dc9398e1f032ca499692460bd5ee0114a69e;hpb=6ce21eab1f77d898994c0b1e74ca6e956436c174;p=lyx.git diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py index 05a3dc9398..900b12dc81 100755 --- a/lib/generate_contributions.py +++ b/lib/generate_contributions.py @@ -55,10 +55,7 @@ class contributer: if self.contact.find("http") != -1: result.append('@i%s\n' % self.contact) else: - ename, address = self.contact.split(" () ", 1) - address = address.replace(" ! ", ".") - contact = "%s@%s" % (ename, address) - result.append('@iE-mail: %s\n' % contact) + result.append('@iE-mail: %s\n' % self.contact) result.append(' %s\n' % self.credit.replace('\n', '\n ')) return "".join(result) @@ -154,14 +151,13 @@ def as_php_credits(contributers, file): function credits_contrib($name, $email, $msg) { -$output=$output. " - -
- ${name} -"; +$email = str_replace(' () ', '@', $email); +$email = str_replace(' ! ', '.', $email); if (isset($email) && $email != "") - $output=$output. " <${email}>"; + $output=$output. "
[[mailto:${email} | ${name}]]"; +else + $output=$output. "
${name}"; $msg = ereg_replace("\\n *", "\\n ", ltrim($msg)); @@ -213,11 +209,13 @@ def as_php_blanket(contributers, file): function blanket_contrib($name, $email, $msg_title, $msg_ref, $date) { +$email = str_replace(' () ', '@', $email); +$email = str_replace(' ! ', '.', $email); + $output=$output. "
- ${name} - <${email}> + [[mailto:${email} | ${name}]]
See the lyx-devel mailing list message @@ -314,6 +312,14 @@ contributers = [ "27 February 2005", u"Dutch translation team member"), + contributer(u"Hatim Alahmadi", + "dr.hatim () hotmail ! com", + "GPL", + "license issue", + "m=121727417724431", + "28 July 2008", + u"Arabic translation"), + contributer(u"Asger Alstrup", "aalstrup () laerdal ! dk", "GPL", @@ -400,7 +406,7 @@ contributers = [ "Re: Licensing of tex2lyx (and perhaps LyX itself?)", "m=110907078027047", "22 February 2005", - u"Improvements to user interface (menus and keyhandling) including a configurable toolbar and a few other (not so) minor things, like rewriting most of the LyX kernel. Also current source maintainer"), + u"Improvements to user interface (menus and keyhandling) including a configurable toolbar and a few other (not so) minor things, like rewriting most of the LyX kernel. Also previous source maintainer."), contributer(u"Alfredo Braunstein", "abraunst () lyx ! org", @@ -464,7 +470,7 @@ contributers = [ "Re: The LyX licence", "m=111842518713710", "10 June 2005", - u"French translation of the Windows installer"), + u"French translations"), contributer(u"Claudio Coco", "lacocio () libero ! it", @@ -474,6 +480,14 @@ contributers = [ "17 January 2006", u"Italian translation"), + contributer(u"Yuri Chornoivan", + "yurchor () ukr ! net", + "GPL", + "Permission grant", + "m=121681339315810", + "23 July 2008", + u"Ukranian translation"), + contributer(u"Matthias Kalle Dalheimer", "kalle () kdab ! net", "GPL", @@ -514,6 +528,14 @@ contributers = [ "31 May 2007", u"RTL/BiDi-related fixes"), + contributer(u"Michał Fita", + "michal ! fita () gmail ! com", + "GPL", + "Statement for Polish translation", + "m=121615623122376", + "15 July 2008", + u"Polish translation"), + contributer(u"Ronald Florence", "ron () 18james ! com", "GPL", @@ -538,13 +560,21 @@ contributers = [ "", u"Bug fix to the spellchecker"), + contributer(u"Nicola Focci", + "nicola.focci () gmail ! com", + "GPL", + "Permission", + "m=120946605432341", + "29 April 2008", + u"Italian translation of documentations"), + contributer(u"Enrico Forestieri", "forenr () tlc ! unipr ! it", "GPL", "Re: lyxpreview2ppm.py", "m=111894292115287", "16 June 2005", - u"Italian translation of the Windows installer"), + u"Italian translations, many bug fixes and features"), contributer(u"Eitan Frachtenberg", "sky8an () gmail ! com", @@ -617,14 +647,14 @@ contributers = [ "m=110916171925288", "23 February 2005", u"Norwegian documentation and localization"), - + contributer(u"Richard Heck", - "rgheck () brown ! edu", + "rgheck () comcast ! net", "GPL", "GPL Statement", "m=117501689204059", "27 March 2007", - u"Bug fixes, layout modules, BibTeX code"), + u"Layout modules, BibTeX code, various bugs"), contributer(u"Bennett Helm", "bennett.helm () fandm ! edu", @@ -808,7 +838,7 @@ contributers = [ "Re: Licensing of tex2lyx (and perhaps LyX itself?)", "m=110899928510452", "21 February 2005", - u"configure and Makefile-stuff and more"), + u"configure and Makefile-stuff, many bugfixes and more. Previous stable branch maintainer."), contributer(u"Victor Lavrenko", "lyx () lavrenko ! pp ! ru", @@ -872,7 +902,7 @@ contributers = [ "Re: The LyX licence", "m=110907762926766", "22 February 2005", - u"linuxdoc sgml support"), + u"linuxdoc sgml support. Current release manager."), contributer(u"Roman Maurer", "roman.maurer () amis ! net", @@ -1216,7 +1246,7 @@ contributers = [ "Re: The LyX licence", "m=110907530127164", "22 February 2005", - u"Qt frontend, bugfixes"), + u"Qt frontend, bugfixes. Current stable branch maintainer."), contributer(u"John Spray", "jcs116 () york ! ac ! uk", @@ -1240,7 +1270,7 @@ contributers = [ "Re: The LyX licence", "m=111833345825278", "9 June 2005", - u"documentation updates, Windows installer, small fixes"), + u"Current documentation maintainer, Windows installer, bug fixes"), contributer(u"David Suárez de Lis", "excalibor () iname ! com", @@ -1442,6 +1472,14 @@ contributers = [ "12 January 2008", u"small fixes"), + contributer(u"Vincent van Ravesteijn", + "V.F.vanRavesteijn () tudelft ! nl", + "GPL", + "RE: crash lyx-1.6rc1", + "m=121786603726114", + "4 August 2008", + u"small fixes"), + contributer(u"Xiaokun Zhu", "xiaokun () aero ! gla ! ac ! uk", "", @@ -1450,5 +1488,7 @@ contributers = [ "", u"bug reports and small fixes") ] + if __name__ == "__main__": main(sys.argv, contributers) +