Revision: 779 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=779 Author: iank Date: 2024-04-03 16:32:08 -0400 (Wed, 03 Apr 2024) Log Message: ----------- document awstats robots update
Modified Paths: -------------- trunk/sviki/fsf/tools/awstats.mdwn Modified: trunk/sviki/fsf/tools/awstats.mdwn =================================================================== --- trunk/sviki/fsf/tools/awstats.mdwn 2024-04-02 02:45:31 UTC (rev 778) +++ trunk/sviki/fsf/tools/awstats.mdwn 2024-04-03 20:32:08 UTC (rev 779) @@ -1,4 +1,4 @@ -The following is the GNU All-permissive License as recommended in +The following is the GNU All-permissive License as ommended in <https://www.gnu.org/licenses/license-recommendations.en.html> Copyright (C) 2024 Free Software Foundation <sysad...@fsf.org> @@ -80,3 +80,19 @@ ## Alerts klaxon:/usr/local/bin/nagios_check_termite.sh + + +### Robots definition updates + + + +``` +git clone https://github.com/eldy/awstats +cd awstats +scp termite.fsf.org:/usr/share/awstats/lib/robots.pm /tmp +meld /tmp/robots.txt robots.pm + +# if there are updates, let fsf-...@fsf.org know that stats may change. + +scp robots.pm termite.fsf.org:/usr/share/awstats/lib/robots.pm +```