initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
--- a/src/http/cervlet.c 2022-03-23 18:43:07.000000000 +0100
+++ b/src/http/cervlet.c 2024-03-26 16:12:22.978986766 +0100
@@ -833,7 +833,7 @@
"<table id='nav' width='100%%'>"\
" <tr>"\
" <td width='20%%'><a href='.'>Home</a>&nbsp;&gt;&nbsp;<a href='%s'>%s</a></td>"\
- " <td width='60%%' style='text-align:center;'>Use <a href='https://mmonit.com/'>M/Monit</a> to manage all your Monit instances</td>"\
+ " <td width='60%%' style='text-align:center;'>&nbsp;</td>"\
" <td width='20%%'><p class='right'><a href='_about'>Monit %s</a></td>"\
" </tr>"\
"</table>"\
@@ -847,11 +847,7 @@
StringBuffer_append(res->outputbuffer,
"</center></div></div>"
"<div id='footer'>"
- "Copyright &copy; 2001-2022 <a href=\"http://tildeslash.com/\">Tildeslash</a>. All rights reserved. "
- "<span style='margin-left:5px;'></span>"
- "<a href=\"http://mmonit.com/monit/\">Monit web site</a> | "
- "<a href=\"http://mmonit.com/wiki/\">Monit Wiki</a> | "
- "<a href=\"http://mmonit.com/\">M/Monit</a>"
+ "Monitoring using Monit on Hyperbola GNU/Linux-libre"
"</div></body></html>");
}
@@ -891,12 +887,6 @@
"<br><h1><center><a href='http://mmonit.com/monit/'>"
"monit " VERSION "</a></center></h1>");
StringBuffer_append(res->outputbuffer,
- "<ul>"
- "<li style='padding-bottom:10px;'>Copyright &copy; 2001-2022 <a "
- "href='http://tildeslash.com/'>Tildeslash Ltd"
- "</a>. All Rights Reserved.</li></ul>");
- StringBuffer_append(res->outputbuffer, "<hr size='1'>");
- StringBuffer_append(res->outputbuffer,
"<p>This program is free software; you can redistribute it and/or "
"modify it under the terms of the GNU Affero General Public License version 3</p>"
"<p>This program is distributed in the hope that it will be useful, but "