Files
@ fe050a93936b
Branch filter:
Location: kallithea-incoming/kallithea/templates/about.html
fe050a93936b
10.6 KiB
text/html
hg: Redirect Mercurial stdout/stderr to logging when running as WSGI
Any "console" output from Mercurial when Kallithea is running from WSGI
should end up in Kallithea's logs. That seems like a nice general feature.
This will however also solve another rare but more critical problem:
Mercurial is writing to sys.stdout / sys.stderr, using several layers of
wrapping. Since Mercurial 5.5 (with
https://repo.mercurial-scm.org/hg/rev/8e04607023e5 ), all writes are given a
memoryview.
Apache httpd mod_wsgi is invoking the WSGI with a custom mod_wsgi.Log injected
in sys.stdout / sys.stderr . This logger can however not handle memoryview -
https://github.com/GrahamDumpleton/mod_wsgi/issues/863 .
Any "console" output from Mercurial when Kallithea is running from WSGI
should end up in Kallithea's logs. That seems like a nice general feature.
This will however also solve another rare but more critical problem:
Mercurial is writing to sys.stdout / sys.stderr, using several layers of
wrapping. Since Mercurial 5.5 (with
https://repo.mercurial-scm.org/hg/rev/8e04607023e5 ), all writes are given a
memoryview.
Apache httpd mod_wsgi is invoking the WSGI with a custom mod_wsgi.Log injected
in sys.stdout / sys.stderr . This logger can however not handle memoryview -
https://github.com/GrahamDumpleton/mod_wsgi/issues/863 .
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 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 | ## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%block name="title">
${_('About')}
</%block>
<%block name="header_menu">
${self.menu('about')}
</%block>
<%def name="main()">
<div class="panel panel-primary">
<div class="panel-heading">
<h5 class="panel-title">${_('About')} Kallithea</h5>
</div>
<div class="panel-body panel-about">
<p><a href="https://kallithea-scm.org/">Kallithea</a> is a project of the
<a href="http://sfconservancy.org/">Software Freedom Conservancy, Inc.</a>
and is released under the terms of the
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License,
v 3.0 (GPLv3)</a>.</p>
<p>Kallithea is copyrighted by various authors, including but not
necessarily limited to the following:</p>
<ul>
<li>Copyright © 2012–2024, Mads Kiilerich</li>
<li>Copyright © 2024, Aristotelis Stageiritis</li>
<li>Copyright © 2024, Poesty Li</li>
<li>Copyright © 2024, Valentin Kleibel</li>
<li>Copyright © 2019–2020, 2022–2023, Manuel Jacob</li>
<li>Copyright © 2023, Mathias De Mare</li>
<li>Copyright © 2023, qy117121</li>
<li>Copyright © 2015–2017, 2019–2022, Étienne Gilli</li>
<li>Copyright © 2016–2017, 2020, 2022, Asterios Dimitriou</li>
<li>Copyright © 2022, Jaime Marquínez Ferrándiz</li>
<li>Copyright © 2022, Louis Bertrand</li>
<li>Copyright © 2022, toras9000</li>
<li>Copyright © 2022, yzqzss</li>
<li>Copyright © 2022, МАН69К</li>
<li>Copyright © 2014–2021, Thomas De Schampheleire</li>
<li>Copyright © 2018–2021, ssantos</li>
<li>Copyright © 2019–2021, Private</li>
<li>Copyright © 2020–2021, fresh</li>
<li>Copyright © 2020–2021, robertus</li>
<li>Copyright © 2021, Eugenia Russell</li>
<li>Copyright © 2021, Michalis</li>
<li>Copyright © 2021, vs</li>
<li>Copyright © 2021, Александр</li>
<li>Copyright © 2017–2020, Allan Nordhøy</li>
<li>Copyright © 2017, 2020, Anton Schur</li>
<li>Copyright © 2020, Artem</li>
<li>Copyright © 2020, David Ignjić</li>
<li>Copyright © 2020, Dennis Fink</li>
<li>Copyright © 2020, J. Lavoie</li>
<li>Copyright © 2020, Ross Thomas</li>
<li>Copyright © 2020, Tim Ooms</li>
<li>Copyright © 2012, 2014–2017, 2019, Andrej Shadura</li>
<li>Copyright © 2019, Adi Kriegisch</li>
<li>Copyright © 2019, Danni Randeris</li>
<li>Copyright © 2019, Edmund Wong</li>
<li>Copyright © 2019, Elizabeth Sherrock</li>
<li>Copyright © 2019, Hüseyin Tunç</li>
<li>Copyright © 2019, leela</li>
<li>Copyright © 2019, Mateusz Mendel</li>
<li>Copyright © 2019, Nathan</li>
<li>Copyright © 2019, Oleksandr Shtalinberg</li>
<li>Copyright © 2019, THANOS SIOURDAKIS</li>
<li>Copyright © 2019, Wolfgang Scherer</li>
<li>Copyright © 2019, Христо Станев</li>
<li>Copyright © 2012, 2014–2018, Dominik Ruf</li>
<li>Copyright © 2014–2015, 2018, Michal Čihař</li>
<li>Copyright © 2015, 2018, Branko Majic</li>
<li>Copyright © 2018, Chris Rule</li>
<li>Copyright © 2018, Jesús Sánchez</li>
<li>Copyright © 2018, Patrick Vane</li>
<li>Copyright © 2018, Pheng Heong Tan</li>
<li>Copyright © 2018, Максим Якимчук</li>
<li>Copyright © 2018, Марс Ямбар</li>
<li>Copyright © 2012–2017, Unity Technologies</li>
<li>Copyright © 2015–2017, Søren Løvborg</li>
<li>Copyright © 2015, 2017, Sam Jaques</li>
<li>Copyright © 2017, Alessandro Molina</li>
<li>Copyright © 2017, Ching-Chen Mao</li>
<li>Copyright © 2017, Eivind Tagseth</li>
<li>Copyright © 2017, FUJIWARA Katsunori</li>
<li>Copyright © 2017, Holger Schramm</li>
<li>Copyright © 2017, Karl Goetz</li>
<li>Copyright © 2017, Lars Kruse</li>
<li>Copyright © 2017, Marko Semet</li>
<li>Copyright © 2017, Viktar Vauchkevich</li>
<li>Copyright © 2012–2016, Takumi IINO</li>
<li>Copyright © 2015–2016, Jan Heylen</li>
<li>Copyright © 2015–2016, Robert Martinez</li>
<li>Copyright © 2015–2016, Robert Rauch</li>
<li>Copyright © 2016, Angel Ezquerra</li>
<li>Copyright © 2016, Anton Shestakov</li>
<li>Copyright © 2016, Brandon Jones</li>
<li>Copyright © 2016, Kateryna Musina</li>
<li>Copyright © 2016, Konstantin Veretennicov</li>
<li>Copyright © 2016, Oscar Curero</li>
<li>Copyright © 2016, Robert James Dennington</li>
<li>Copyright © 2016, timeless@gmail.com</li>
<li>Copyright © 2016, YFdyh000</li>
<li>Copyright © 2012–2013, 2015, Aras Pranckevičius</li>
<li>Copyright © 2014–2015, Bradley M. Kuhn</li>
<li>Copyright © 2014–2015, Christian Oyarzun</li>
<li>Copyright © 2014–2015, Joseph Rivera</li>
<li>Copyright © 2014–2015, Sean Farley</li>
<li>Copyright © 2015, Anatoly Bubenkov</li>
<li>Copyright © 2015, Andrew Bartlett</li>
<li>Copyright © 2015, Balázs Úr</li>
<li>Copyright © 2015, Ben Finney</li>
<li>Copyright © 2015, Daniel Hobley</li>
<li>Copyright © 2015, David Avigni</li>
<li>Copyright © 2015, Denis Blanchette</li>
<li>Copyright © 2015, duanhongyi</li>
<li>Copyright © 2015, EriCSN Chang</li>
<li>Copyright © 2015, Grzegorz Krason</li>
<li>Copyright © 2015, Jiří Suchan</li>
<li>Copyright © 2015, Kazunari Kobayashi</li>
<li>Copyright © 2015, Kevin Bullock</li>
<li>Copyright © 2015, kobanari</li>
<li>Copyright © 2015, Marc Abramowitz</li>
<li>Copyright © 2015, Marc Villetard</li>
<li>Copyright © 2015, Matthias Zilk</li>
<li>Copyright © 2015, Michael Pohl</li>
<li>Copyright © 2015, Michael V. DePalatis</li>
<li>Copyright © 2015, Morten Skaaning</li>
<li>Copyright © 2015, Nick High</li>
<li>Copyright © 2015, Niemand Jedermann</li>
<li>Copyright © 2015, Peter Vitt</li>
<li>Copyright © 2015, Ronny Pfannschmidt</li>
<li>Copyright © 2015, Tuux</li>
<li>Copyright © 2015, Viktar Palstsiuk</li>
<li>Copyright © 2014, Ante Ilic</li>
<li>Copyright © 2014, Calinou</li>
<li>Copyright © 2014, Daniel Anderson</li>
<li>Copyright © 2014, Henrik Stuart</li>
<li>Copyright © 2014, Ingo von Borstel</li>
<li>Copyright © 2014, invision70</li>
<li>Copyright © 2014, Jelmer Vernooij</li>
<li>Copyright © 2014, Jim Hague</li>
<li>Copyright © 2014, Matt Fellows</li>
<li>Copyright © 2014, Max Roman</li>
<li>Copyright © 2014, Na'Tosha Bard</li>
<li>Copyright © 2014, Rasmus Selsmark</li>
<li>Copyright © 2014, SkryabinD</li>
<li>Copyright © 2014, Tim Freund</li>
<li>Copyright © 2014, Travis Burtrum</li>
<li>Copyright © 2014, whosaysni</li>
<li>Copyright © 2014, Zoltan Gyarmati</li>
<li>Copyright © 2010–2013, Marcin Kuźmiński</li>
<li>Copyright © 2010–2013, RhodeCode GmbH</li>
<li>Copyright © 2011, 2013, Aparkar</li>
<li>Copyright © 2012–2013, Nemcio</li>
<li>Copyright © 2012–2013, xpol</li>
<li>Copyright © 2013, Andrey Mivrenik</li>
<li>Copyright © 2013, ArcheR</li>
<li>Copyright © 2013, Dennis Brakhane</li>
<li>Copyright © 2013, gnustavo</li>
<li>Copyright © 2013, Grzegorz Rożniecki</li>
<li>Copyright © 2013, Ilya Beda</li>
<li>Copyright © 2013, ivlevdenis</li>
<li>Copyright © 2013, Jonathan Sternberg</li>
<li>Copyright © 2013, Leonardo Carneiro</li>
<li>Copyright © 2013, Magnus Ericmats</li>
<li>Copyright © 2013, Martin Vium</li>
<li>Copyright © 2013, Mikhail Zholobov</li>
<li>Copyright © 2013, mokeev1995</li>
<li>Copyright © 2013, Ruslan Bekenev</li>
<li>Copyright © 2013, shirou - しろう</li>
<li>Copyright © 2013, Simon Lopez</li>
<li>Copyright © 2013, softforwinxp</li>
<li>Copyright © 2013, stephanj</li>
<li>Copyright © 2013, zhmylove</li>
<li>Copyright © 2013, こいんとす</li>
<li>Copyright © 2011–2012, Augusto Herrmann</li>
<li>Copyright © 2012, Dan Sheridan</li>
<li>Copyright © 2012, H Waldo G</li>
<li>Copyright © 2012, hppj</li>
<li>Copyright © 2012, Indra Talip</li>
<li>Copyright © 2012, mikespook</li>
<li>Copyright © 2012, nansenat16</li>
<li>Copyright © 2012, Philip Jameson</li>
<li>Copyright © 2012, Raoul Thill</li>
<li>Copyright © 2012, Tony Bussieres</li>
<li>Copyright © 2012, Vincent Duvert</li>
<li>Copyright © 2012, Vladislav Poluhin</li>
<li>Copyright © 2012, Zachary Auclair</li>
<li>Copyright © 2011, Ankit Solanki</li>
<li>Copyright © 2011, Dmitri Kuznetsov</li>
<li>Copyright © 2011, Jared Bunting</li>
<li>Copyright © 2011, Jason Harris</li>
<li>Copyright © 2011, Les Peabody</li>
<li>Copyright © 2011, Liad Shani</li>
<li>Copyright © 2011, Lorenzo M. Catucci</li>
<li>Copyright © 2011, Matt Zuba</li>
<li>Copyright © 2011, Nicolas VINOT</li>
<li>Copyright © 2011, Shawn K. O'Shea</li>
<li>Copyright © 2010, Łukasz Balcerzak</li>
## We did not list the following copyright holders, given that they appeared
## to use for-profit company affiliations in their contribution in the
## Mercurial log and therefore I didn't know if copyright was theirs or
## their company's.
## Copyright © 2011 Thayne Harbaugh <thayne@fusionio.com>
## Copyright © 2012 Dies Koper <diesk@fast.au.fujitsu.com>
## Copyright © 2012 Erwin Kroon <e.kroon@smartmetersolutions.nl>
## Copyright © 2012 Vincent Caron <vcaron@bearstech.com>
##
## These contributors' contributions may not be copyrightable:
## philip.j@hostdime.com in 2012
## Stefan Engel <mail@engel-stefan.de> in 2012
## Ton Plomp <tcplomp@gmail.com> in 2013
##
</ul>
<p>The above are the copyright holders who have submitted direct
contributions to the Kallithea repository.</p>
<p>In the <a href="https://kallithea-scm.org/repos/kallithea">Kallithea
source code</a>, there is a
<a href="https://kallithea-scm.org/repos/kallithea/files/tip/LICENSE.md">list
of third-party libraries and code that Kallithea incorporates</a>.</p>
<p>The front-end contains a <a href="${h.url('/LICENSES.txt')}">list of
software that is used to build the front-end</a> but isn't distributed as a
part of Kallithea.</p>
</div>
</div>
</%def>
|