Commit old fogotten changes
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 9 Sep 2015 23:48:10 +0000 (23:48 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 9 Sep 2015 23:48:10 +0000 (23:48 +0000)
mmsoftware/js/js-sh/app/irclog/config.js
mmsoftware/js/js-sh/app/thumb/thumb.js

index fa05521..ed671ee 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id: config.js,v 1.5 2007/01/03 07:21:32 mmondor Exp $ */
+/* $Id: config.js,v 1.6 2015/09/09 23:46:47 mmondor Exp $ */
 
 /* Configuration */
-var irc_channel = '#gurumeditation';
+var irc_channel = '#freenode-newyears';
 var irc_servers = [
-       'irc.stealth.net:6667'
-       /*
        'irc.freenode.net:6667'
-       */
-       /*
-       'ginseng.xisop:6667',
-       'mudbug.org:6667'
-       */
 ];
 var irc_nicknames = [
        'nanobit',
index cb62cc5..9f09c4a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: thumb.js,v 1.10 2007/08/26 01:44:34 mmondor Exp $ */
+/* $Id: thumb.js,v 1.11 2015/09/09 23:48:10 mmondor Exp $ */
 
 /*
  * Copyright (c) 2006, Matthew Mondor
@@ -201,7 +201,7 @@ function thumbnail_dir(path, xmax, ymax)
                                    '"></a>' + "\n");
                }
                fh.write('<br><sub>Thumb gallery generated by: ' +
-                   '$Id: thumb.js,v 1.10 2007/08/26 01:44:34 mmondor Exp $' +
+                   '$Id: thumb.js,v 1.11 2015/09/09 23:48:10 mmondor Exp $' +
                    '<br><a href="http://cvs.pulsar-zone.net/cgi-bin/' +
                    'cvsweb.cgi/mmondor/mmsoftware/js/js-sh/app/thumb/' +
                    'thumb.js">(source)</a></sub>' + "\n");
@@ -254,4 +254,4 @@ function dir_findthumb(path)
        return ret;
 }
 
-thumbnail_dir('/home/data/jshttpd/mmondor/img_gallery', 100, 100);
+thumbnail_dir('/home/data/crow-httpd/htdocs/img_gallery', 100, 100);