X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fgenerate_contributions.py;h=ac6518ef3c232754bd97e2c4f05a9d4d180639a3;hb=c24233e3f16e73fbab534deaad51e7a4ff11d8e5;hp=1a292f2e61878a2de5117ca5ead4b18fa9c072af;hpb=f11e9adf8a46aaaa0e86c42a4088aa8904303c91;p=features.git diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py index 1a292f2e61..ac6518ef3c 100755 --- a/lib/generate_contributions.py +++ b/lib/generate_contributions.py @@ -234,7 +234,11 @@ $output=$output. " if (isset($msg_ref) && $msg_ref != "") { $msg_ref = htmlspecialchars("$msg_ref"); - $output=$output. "[[https://marc.info/?l=lyx-devel&" . ${msg_ref} . "|" . ${msg_title} . "]]"; + if (substr($msg_ref, 0, 2) == "m=") { + $output=$output. "[[https://marc.info/?l=lyx-devel&" . ${msg_ref} . "|" . ${msg_title} . "]]"; + } else { + $output=$output. "[[https://www.mail-archive.com/lyx-devel@lists.lyx.org/" . ${msg_ref} . ".html |" . ${msg_title} . "]]"; + } } else { $output=$output. "${msg_title}"; } @@ -328,6 +332,20 @@ def main(argv, contributors): # Store the raw data. +# +# NOTE: syntax is +# contributor(u"Name", +# "Email [address () domain ! tld]", +# "GPL", +# "Message title", +# "Message ID", +# "Date of Message", +# u"Type of contribution"), +# +# Message ID can be either MARC [e.g., "m=1234567891011"] +# or mail-archive.com [e.g., "msg75510"] +# (note that MARC was used exclusively until 2019-10, when MARC stopped +# archieving lyx-devel) contributors = [ contributor(u"Ronen Abravanel", @@ -474,6 +492,14 @@ contributors = [ "3 January 2009", u"CMake build system, Slovak translation, Advanced search with format"), + contributor(u"Lorenzo Bertini", + "lorenzobertini97 () gmail ! com", + "GPL", + "Contributions licensing", + "m=160829081615487", + "18 December 2020", + u"Bug fixes"), + contributor(u"Jacob Bishop", "bishop.jacob () gmail ! com", "GPL", @@ -578,6 +604,30 @@ contributors = [ "30 March 2005", u"Bug fixes"), + contributor(u"Henry Chern", + "henrychern () yandex ! com", + "GPL", + "[no subject]", + "m=159048578028108", + "26 May 2020", + u"Russian translation of documentation"), + + contributor(u"Yuri Chornoivan", + "yurchor () ukr ! net", + "GPL", + "Permission grant", + "m=121681339315810", + "23 July 2008", + u"Ukrainian translation"), + + contributor(u"Eugene Chornyi", + "technikmagma () gmail ! com", + "GPL", + "Contribution license", + "m=157822065931930", + "5 January 2020", + u"Windows installation improvements"), + contributor(u"Jean-Pierre Chrétien", "jeanpierre.chretien () free ! fr", "GPL", @@ -594,22 +644,30 @@ contributors = [ "17 January 2006", u"Italian translation"), - contributor(u"Yuri Chornoivan", - "yurchor () ukr ! net", + contributor(u"Sam Crawley", + "sam () crawley ! nz", "GPL", - "Permission grant", - "m=121681339315810", - "23 July 2008", - u"Ukrainian translation"), + "Re: [Patch] Test suite for compare function", + "m=160506560831489", + "11 November 2020", + u"Compare-feature fixes"), contributor(u"Tommaso Cucinotta", - "cucinotta () sssup !it", + "cucinotta () sssup ! it", "GPL", "Re: View Menu proposal", "m=119030065212621", "20 Sep 2007", u"Advanced search feature"), + contributor(u"Thibaut Cuvelier", + "dourouc05 () gmail ! com", + "GPL", + "Re: Patches to improve compatibility with modern C++ standard", + "m=158862338815864", + "4 May 2020", + u"Windows compatibility patches, DocBook backend"), + contributor(u"Matthias Kalle Dalheimer", "kalle () kdab ! net", "GPL", @@ -930,6 +988,14 @@ contributors = [ "19 July 2013", u"XHTML and ePub Improvements (GSOC Student)"), + contributor(u"Christopher Hillenbrand", + "chillenb.lists () gmail ! com", + "GPL", + "Re: Limit text width in the editor window (non-fullscreen mode)", + "m=166714427827929", + "30 October 2022", + u"User Interface Improvements"), + contributor(u"Claus Hindsgaul", "claus_h () image ! dk", "GPL", @@ -1216,7 +1282,7 @@ contributors = [ "Re: LyX 1.4cvs crash on Fedora Core 3", "m=111204368700246", "28 March 2005", - u"Added native support for \makebox to mathed. Several bug fixes, both to the source code and to the llncs layout file"), + u"Added native support for \\makebox to mathed. Several bug fixes, both to the source code and to the llncs layout file"), contributor(u"LibreOffice Team", "https://www.libreoffice.org/", @@ -1378,6 +1444,14 @@ contributors = [ "22 February 2005", u"Math panel dialogs"), + contributor(u"Phillip Netro", + "hobbes () centurylink ! net", + "GPL", + "RE: GPL Statement", + "m=160532510203924", + "14 November 2020", + u"Review of Manuals"), + contributor(u"Dirk Niggemann", "dabn100 () cam ! ac ! uk", "", @@ -1387,7 +1461,7 @@ contributors = [ u"config. handling enhancements, bugfixes, printer enhancements path mingling"), contributor(u"Jens Nöckel", - "noeckel () uoregon !edu", + "noeckel () uoregon ! edu", "GPL", "GPL statement", "m=128485749516885", @@ -1770,6 +1844,14 @@ contributors = [ "12 January 2008", u"small fixes"), + contributor(u"Christoph Schmitz", + "chr.schmitz () web ! de", + "GPL", + "Re: German Translation of \"Additional Features\"", + "m=161899755219050", + "21 April 2021", + u"Contribution to German manuals"), + contributor(u"Hubert Schreier", "schreier () sc ! edu", "", @@ -1840,8 +1922,16 @@ contributors = [ "Re: Updated Russian translation", "m=151306079714476", "12 December 2017", - u"Russian translation of the user interface"), - + u"Russian localization and documentation, bug reports and fixes, updating of code"), + + contributor(u"Hernán Gustavo Solari", + "hgsolari () gmail ! com", + "GPL", + "Re: Bug#1008257: lyx: bash-completion not working", + "m=164864464510820", + "30 March 2022", + u"bash-completion fixes"), + contributor(u"Giovanni Sora", "g.sora () tiscali ! it", "GPL", @@ -1859,12 +1949,12 @@ contributors = [ u"vertical spaces"), contributor(u"Jürgen Spitzmüller", - "juergen.sp () t-online ! de", + "spitz () lyx ! org", "GPL", "Re: The LyX licence", "m=110907530127164", "22 February 2005", - u"Qt frontend, bugfixes. Former stable branch maintainer."), + u"Many bugfixes and features. Former stable branch maintainer."), contributor(u"John Spray", "jcs116 () york ! ac ! uk", @@ -2038,10 +2128,18 @@ contributors = [ "rvishnampet () gmail ! com", "GPL", "Re: [Patch] -fobjc-exceptions for compiling linkback sources with g++ on Mac", - "", + "m=139265874002562", "17 February 2014", u"Support for g++ on 4.8 Mac"), + contributor(u"Patrick De Visschere", + "pdvisschere () edpnet ! be", + "GPL", + "Re: Blanket permission", + "m=157529692807608", + "2 December 2019", + u"Improvements to the CMake build scripts"), + contributor(u"Herbert Voß", "herbert.voss () alumni ! tu-berlin ! de", "GPL",