X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fgenerate_contributions.py;h=6602f33295fa32a1a38e0a0adf790f83a0fa71da;hb=772aa9cf81b78fd5b83c18bcc588d69c5062bd06;hp=26f4fbe1e45604fb93853d9471085814777a9e18;hpb=0cf30671d3a53e91353277b3eede1b205ddd5206;p=lyx.git diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py index 26f4fbe1e4..6602f33295 100755 --- a/lib/generate_contributions.py +++ b/lib/generate_contributions.py @@ -296,19 +296,31 @@ def main(argv, contributors): if len(argv) != 4: error(usage(argv[0])) - txt_credits_data = unicode(as_txt_credits(contributors)).encode("utf-8") + if sys.version_info[0] < 3: + txt_credits_data = unicode(as_txt_credits(contributors)).encode("utf-8") + else: + txt_credits_data = str(as_txt_credits(contributors)).encode("utf-8") txt_credits = open(argv[1], "w") txt_credits.write(txt_credits_data) - php_credits_data = unicode(as_php_credits(contributors, argv[2])).encode("utf-8") + if sys.version_info[0] < 3: + php_credits_data = unicode(as_php_credits(contributors, argv[2])).encode("utf-8") + else: + php_credits_data = str(as_php_credits(contributors, argv[2])).encode("utf-8") php_credits = open(argv[2], "w") php_credits.write(php_credits_data) - php_blanket_data = unicode(as_php_blanket(contributors, argv[3])).encode("utf-8") + if sys.version_info[0] < 3: + php_blanket_data = unicode(as_php_blanket(contributors, argv[3])).encode("utf-8") + else: + php_blanket_data = str(as_php_blanket(contributors, argv[3])).encode("utf-8") php_blanket = open(argv[3], "w") php_blanket.write(php_blanket_data) - warning_data = unicode(collate_incomplete(contributors) + '\n').encode("utf-8") + if sys.version_info[0] < 3: + warning_data = unicode(collate_incomplete(contributors) + '\n').encode("utf-8") + else: + warning_data = str(collate_incomplete(contributors) + '\n').encode("utf-8") sys.stderr.write(warning_data) @@ -371,6 +383,14 @@ contributors = [ "14 August 2008", u"Romanian localization and support for the frletter document class"), + contributor(u"Georger Araujo", + "georger_br () yahoo ! com ! br", + "GPL", + "pt_BR.po translation for LyX 2.1.3", + "m=143058265303480", + "2 May 2015", + u"Brazilian Portuguese translation"), + contributor(u"João Luis Meloni Assirati", "assirati () nonada ! if ! usp ! br", "GPL", @@ -611,6 +631,14 @@ contributors = [ "30 March 2010", u"Patches for configure.py"), + contributor(u"Min Ding", + "u5032331 () uds ! anu ! edu ! au", + "GPL", + "Accept GUN GPL", + "m=139864105011133", + "27 April 2014", + u"Chinese (simplified) translations"), + contributor(u"Anders Ekberg", "anek () chalmers ! se", "GPL", @@ -618,7 +646,7 @@ contributors = [ "m=113725822602516", "14 January 2006", u"Improvements to the Swedish translation of the Windows Installer"), - + contributor(u"Martin Engbers", "martin.engbers () gmx ! de", "GPL", @@ -755,6 +783,14 @@ contributors = [ "28 February 2005", u"Improvements to lyxserver"), + contributor(u"Shankar Giri Venkita Giri", + "girivs () gmx ! com", + "GPL", + "Blanket permission", + "m=146162343015182", + "25 April 2016", + u"Mingw-w64 build fixes"), + contributor(u"Hartmut Goebel", "h.goebel () crazy-compilers ! com", "GPL", @@ -803,6 +839,14 @@ contributors = [ "23 February 2005", u"Norwegian documentation and localization"), + contributor(u"Jessica Hamilton", + "jessica.l.hamilton () gmail ! com", + "GPL", + "Contributor License", + "m=143381137411598", + "9 June 2015", + u"Haiku OS support"), + contributor(u"Richard Heck", "rgheck () comcast ! net", "GPL", @@ -851,6 +895,22 @@ contributors = [ "22 February 2005", u"Danish translation"), + contributor(u"Martin Hoffmann", + "hoffimar () gmail ! com", + "GPL", + "Re: #8703: 'new shortcut' box closes if no shortcut", + "m=138105799411067", + "6 October 2013", + u"Dialog usability fix"), + + contributor(u"John Hudson", + "j.r.hudson () virginmedia ! com", + "GPL", + "Contributions", + "m=146722333213915", + "29 June 2016", + u"Documentation updates"), + contributor(u"Bernard Hurley", "bernard () fong-hurley ! org ! uk", "GPL", @@ -972,7 +1032,7 @@ contributors = [ u"Italian localization of the interface"), contributor(u"Scott Kostyshak", - "skostysh@princeton.edu", + "skostysh () princeton ! edu", "GPL", "GPL Statement", "m=133076234031944", @@ -1123,6 +1183,14 @@ contributors = [ "16 March 2010", u"Arabic translation"), + contributor(u"Jari-Matti Mäkelä", + "jmjmak () utu ! fi", + "GPL", + "Re: lyx fi translation update", + "m=142987910907596", + "24 April 2015", + u"Contribution to the Finnish Localization."), + contributor(u"Tetsuya Makimura", "makimura () ims ! tsukuba.ac ! jp", "GPL", @@ -1187,6 +1255,14 @@ contributors = [ "14 October 2008", u"Unicode and layout file fixes"), + contributor(u"Dustin J. Mitchell", + "dustin () v ! igoro ! us", + "GPL", + "Fwd: Your patch for LyX", + "m=139255709609015", + "16 February 2014", + u"Fix for csv2lyx"), + contributor(u"Joan Montané", "jmontane () gmail ! com", "GPL", @@ -1195,6 +1271,22 @@ contributors = [ "21 August 2007", u"Catalan translations of menus"), + contributor(u"Stéphane Mourey", + "stephane.mourey () impossible-exil ! info", + "GPL", + "Re: gpl", + "m=141381522413781", + "20 October 2014", + u"New lfun server-get-statistics"), + + contributor(u"Guillaume Munch", + "gm () lyx ! org", + "GPL", + "Re: -std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)", + "m=143890980923229", + "07 August 2015", + u"Several bug fixes, mainly mathed"), + contributor(u"Iñaki Larrañaga Murgoitio", "dooteo () euskalgnu ! org", "GPL", @@ -1259,6 +1351,14 @@ contributors = [ "30 March 2005", u"Support for two-column figure (figure*) and table (table*) environments. Fixed minibuffer entry of floats."), + contributor(u"Gilad Orr", + "giladorr () gmail ! com", + "GPL", + "Internationalization-Hebrew", + "m=138314500901798", + "28 October 2013", + u"Hebrew translation."), + contributor(u'Panayotis "PAP" Papasotiriou', "papasot () upatras ! gr", "GPL", @@ -1275,6 +1375,14 @@ contributors = [ "24 December 2007", u"Russian translation of the user interface"), + contributor(u'Dal Ho Park', + "airdalho () gmail ! com", + "GPL", + "splash.lyx translation (Korean)", + "m=139436383128181", + "9 March 2014", + u"Korean translation"), + contributor(u'Bo Peng', "ben.bob () gmail ! com", "GPL", @@ -1307,6 +1415,14 @@ contributors = [ "6 April 2005", u"Better support for serbian and serbocroatian"), + contributor(u"Prannoy Pilligundla", + "prannoy.bits () gmail ! com", + "GPL", + "Contribution license", + "m=139332446711707", + "25 February 2014", + u"Full screen statusbar toggling"), + contributor(u"Geoffroy Piroux", "piroux () fyma ! ucl ! ac ! be", "", @@ -1370,7 +1486,7 @@ contributors = [ "m=110905169512662", "21 February 2005", u"GUI-I architect, LyX PR head, LDN, bug reports/fixes, Itemize Bullet Selection, xforms-0.81 + gcc-2.6.3 compatibility"), - + contributor(u"Manoj Rajagopalan", "rmanoj () umich ! edu", "GPL", @@ -1378,7 +1494,15 @@ contributors = [ "m=123506398801004", "Feb 19 2009", u"reference dialog tweaks"), - + + contributor(u"Daniel Ramöller", + "d.lyx () web ! de", + "GPL", + "Permission", + "m=147578627921242", + "Oct 6 2016", + u"UI improvements"), + contributor(u"Vincent van Ravesteijn", "V.F.vanRavesteijn () tudelft ! nl", "GPL", @@ -1483,6 +1607,14 @@ contributors = [ "25 September 2007", u"Major rework of the AMS classes"), + contributor(u"Dima Ruinskiy", + "dima.ruinskiy () outlook ! com", + "GPL", + "Joining LyX development team", + "m=146687842921797", + "24 June 2016", + u"Reintroduction of Windows Vista support (bug 10186)"), + contributor(u"Guy Rutenberg", "guyrutenberg () gmail ! com", "GPL", @@ -1667,6 +1799,14 @@ contributors = [ "23 February 2005", u"aapaper support, german documentation translation, bug reports"), + contributor(u"Stefan Swerk", + "stefan_lyx () swerk ! priv ! at", + "GPL", + "Contribution license", + "m=142644092217864", + "15 March 2015", + u"europasscv support"), + contributor(u"Kayvan Aghaiepour Sylvan", "kayvan () sylvan ! com", "GPL", @@ -1771,6 +1911,14 @@ contributors = [ "23 February 2005", u"Finnish localization of the interface"), + contributor(u"Ramanathan Vishnampet", + "rvishnampet () gmail ! com", + "GPL", + "Re: [Patch] -fobjc-exceptions for compiling linkback sources with g++ on Mac", + "", + "17 February 2014", + u"Support for g++ on 4.8 Mac"), + contributor(u"Herbert Voß", "herbert.voss () alumni ! tu-berlin ! de", "GPL", @@ -1851,6 +1999,22 @@ contributors = [ "1 January 2009", u"question layout environment"), + contributor(u"Mingyi Wu", + "mingi.eo97g () g2 ! nctu ! edu ! tw", + "GPL", + "newcomer", + "m=139389779502232", + "3 March 2014", + u"Chinese (traditional) translations"), + + contributor(u"Roy Xia", + "royxia062 () gmail ! com", + "GPL", + "GPL Statement", + "m=139434481324689", + "9 March 2014", + u"Bugfixing"), + contributor(u"Yihui Xie", "xie () yihui ! name", "GPL",