Skip to content

Commit

Permalink
Move from freenode to libera
Browse files Browse the repository at this point in the history
  • Loading branch information
alkisg committed May 29, 2021
1 parent 2c6b6b1 commit 258c2ca
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 185 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# IRC logs

The web site behind http://irclogs.ltsp.org
The web site behind https://irclogs.ltsp.org
2 changes: 1 addition & 1 deletion www/_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<hr>
<footer role="contentinfo" style="padding: 0px 10px;">
<p class="text-small text-grey-dk-000 mb-0">Copyright &copy; 2000-2020 the <a href="https://github.com/ltsp/ltsp/graphs/contributors">LTSP developers</a></p>
<p class="text-small text-grey-dk-000 mb-0">Copyright &copy; 2000-2021 the <a href="https://github.com/ltsp/ltsp/graphs/contributors">LTSP developers</a></p>
</footer>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions www/_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="Linux Terminal Server Project" />
<meta property="og:description" content="Linux Terminal Server Project" />
<link rel="canonical" href="http://irclogs.ltsp.org/" />
<meta property="og:url" content="http://irclogs.ltsp.org/" />
<meta property="og:site_name" content="LTSP" />
<link rel="canonical" href="https://irclogs.ltsp.org/" />
<meta property="og:url" content="https://irclogs.ltsp.org/" />
<meta property="og:site_name" content="LTSP" />
<!-- what this for?...
<script type="application/ld+json">
<script type="application/ld+json">
{"@type":"WebSite","headline":"About","url":"https://ltsp.org/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://ltsp.org/logo.png"}},"name":"LTSP","description":"Linux Terminal Server Project","@context":"http://schema.org"}
</script>
-->
Expand All @@ -40,9 +40,9 @@
<div><a href="https://ltsp.org/"><img class="logo" src="logo.png" alt="Linux Terminal Server Project - LTSP" /></a></div>
</div>
<div>
<h1>IRC chat logs for #ltsp on irc.freenode.net (<A CLASS="webchatlink" TARGET="_blank" HREF="<?php echo $this->link_webchat; ?>">webchat</A>)</h1>
<h1>IRC chat logs for #ltsp on irc.libera.chat (<A CLASS="webchatlink" TARGET="_blank" HREF="<?php echo $this->link_webchat; ?>">webchat</A>)</h1>
</div>

<FORM ACTION="" METHOD="get">
<DIV CLASS="searchbox" STYLE="width: 220px; float: left;">
Request log from specific day: <BR>
Expand All @@ -54,5 +54,5 @@
</DIV>
</FORM>
<BR STYLE="clear: both;">

<DIV CLASS="irclogs">
8 changes: 4 additions & 4 deletions www/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ class supylogs
// configuration
public $botname = 'ltsp'; // name of the bot making the logs is highlighted. leave empty for none
public $channel = '#ltsp'; // name of the channel
public $network = 'irc.freenode.net'; // name of the network or server
public $link_website = 'http://www.ltsp.org/';
public $link_webchat = 'http://webchat.freenode.net/?channels=ltsp';
public $network = 'irc.libera.chat'; // name of the network or server
public $link_website = 'https://ltsp.org/';
public $link_webchat = 'https://ts.sch.gr/repo/irc';
public $searchlimit = 1000;
private $logdir = '/srv/bot/logs/ChannelLogger/freenode/#ltsp/'; // logdir must end with slash
private $logdir = '/srv/bot/logs/ChannelLogger/libera/#ltsp/'; // logdir must end with slash
// end configuration

private $dates = array();
Expand Down
Loading

0 comments on commit 258c2ca

Please sign in to comment.