The systemwide-patch has been fixed.
-Release critical for 0.8.1:
-
-- Unify HTML/CSS
-- Maybe rename config options. Complete manpage
-
Other brainstorming stuff:
Minor bugfix:
diff -ur trunk/onis systemwide-patch/onis
---- trunk/onis 2005-04-23 10:33:14.000000000 +0200
-+++ systemwide-patch/onis 2005-04-23 10:33:48.000000000 +0200
+--- trunk/onis 2005-04-23 10:46:17.000000000 +0200
++++ systemwide-patch/onis 2005-04-23 10:47:37.000000000 +0200
@@ -15,10 +15,6 @@
BEGIN
# 0x0020 Parser (dropped lines)
# 0x0040 Parser (time information)
@@ -72,13 +68,13 @@
- print STDERR $/, __FILE__, ': $Id: onis 103 2005-04-23 08:17:50Z octo $' if ($::DEBUG);
+ our $PurgeLogs = 0;
parse_argv (@ARGV);
-read_config (get_config ('config') ? get_config ('config') : 'onis.conf');
foreach ('Core', get_config ('plugin'))
diff -ur trunk/onis.conf systemwide-patch/onis.conf
---- trunk/onis.conf 2005-04-23 10:33:18.000000000 +0200
-+++ systemwide-patch/onis.conf 2005-04-23 10:35:16.000000000 +0200
-@@ -158,7 +158,7 @@
-
- # Sets the directory in which the storage file(s) should be kept. This is used
- # by ``Dbm'' and ``Storable''.
--storage_dir: "var/";
-+storage_dir: "~/.onis/data";
-
-
- #
-@@ -177,9 +177,9 @@
+--- trunk/onis.conf 2005-04-23 10:41:33.000000000 +0200
++++ systemwide-patch/onis.conf 2005-04-23 10:47:37.000000000 +0200
+@@ -171,9 +171,9 @@
# Style settings. If no theme is given this might result in a lot of very
# weird errors, so better set one ;)
# Valid themes as of onis 0.7.0: light, liner, dark
$VERSION =~ s/^\D*(\d+).*/r$1/;
}
+print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
+
our $FileInfo;
our $PurgeLogs = 0;
-print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
-
parse_argv (@ARGV);
read_config (get_config ('config') ? get_config ('config') : 'onis.conf');
read_config (scalar get_config ('theme')) if (get_config ('theme'));
Wether or not to display a fixed width bar that shows when a user is most
active.
-=item B<bar_height>: I<number>;
-
-=item B<bar_width>: I<number>;
-
-Sets the width of horizontal bars and the height of vertical bars.
-
=item B<horizontal_images>: I<file>, I<file>, I<file>, I<file>;
=item B<vertical_images>: I<file>, I<file>, I<file>, I<file>;
-# onis 0.7.2 - config - 2005-01-21
+# onis 0.8.1 - config - 2005-04-23
#==================================
# http://verplant.org/onis/
quote_max: 80;
quote_cache_size: 10;
-# With the following option you can control how high and wide the bars
-# are. Values are in pixels. Height applies to vertical, width to
-# horizontal bars.
-bar_height: 130;
-bar_width: 100;
-
# ``longlines'' defines how many nicks are in the big main table,
# ``shortlines'' sets the number of _lines_ in the smaller table below.
# Keep in mind that there are six nicks per line in the smaller table..
# Sets the directory in which the storage file(s) should be kept. This is used
# by ``Dbm'' and ``Storable''.
-storage_dir: "var/";
+storage_dir: "~/.onis/data";
#