Improve about page

Alfabetical sort for acknowledgements section, chronological sort for
Copyright statements as is common in other OSS projects.
This commit is contained in:
Job Snijders
2015-08-21 17:50:24 +02:00
parent e0edeab13f
commit 0e12f695a3

View File

@@ -21,8 +21,8 @@ $git_log = `git log -10`;
<div style="float: right; padding: 0px; width: 49%">
<h3>License</h3>
<pre>
Copyright (C) 2006-2012 Adam Armstrong
Copyright (C) 2013-<?php echo date('Y').' '.$config['project_name']; ?> Contributors
Copyright (C) 2006-2012 Adam Armstrong
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -192,12 +192,12 @@ echo "
<h3>Acknowledgements</h3>
<b>Observium</b> Codebase for fork. <br />
<b>Mark James</b> Silk Iconset. <br />
<b>Erik Bosrup</b> Overlib Library. <br />
<b>Jonathan De Graeve</b> SNMP code improvements. <br />
<b>Bruno Pramont</b> Collectd code. <br />
<b>Dennis de Houx</b> Application monitors for PowerDNS, Shoutcast, NTPD (Client, Server). <br />
<b>Erik Bosrup</b> Overlib Library. <br />
<b>Jonathan De Graeve</b> SNMP code improvements. <br />
<b>Mark James</b> Silk Iconset. <br />
<b>Observium</b> Codebase for fork. <br />
</div>
</div>