The config options `bar_height' and `bar_width' have been removed from the config...
authorocto <octo>
Sat, 23 Apr 2005 08:49:48 +0000 (08:49 +0000)
committerocto <octo>
Sat, 23 Apr 2005 08:49:48 +0000 (08:49 +0000)
The systemwide-patch has been fixed.

TODO
contrib/systemwide-patch/systemwide-patch.diff
onis
onis.conf

diff --git a/TODO b/TODO
index 1526649..e6eb289 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,3 @@
-Release critical for 0.8.1:
-
-- Unify HTML/CSS
-- Maybe rename config options. Complete manpage
-
 Other brainstorming stuff:
 
 Minor bugfix:
index fa12929..36783f7 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -13,7 +13,7 @@ diff -ur trunk/onis systemwide-patch/onis
        # 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');
@@ -29,18 +29,9 @@ diff -ur trunk/onis systemwide-patch/onis
  
  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
diff --git a/onis b/onis
index 9639e63..28a092f 100755 (executable)
--- a/onis
+++ b/onis
@@ -66,11 +66,11 @@ if (!$VERSION)
        $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'));
@@ -463,12 +463,6 @@ Sets wether to sort by lines, words or characters written.
 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>;
index 4f275ce..2a8a73b 100644 (file)
--- a/onis.conf
+++ b/onis.conf
@@ -1,4 +1,4 @@
-# onis 0.7.2 - config - 2005-01-21
+# onis 0.8.1 - config - 2005-04-23
 #==================================
 # http://verplant.org/onis/
 
@@ -94,12 +94,6 @@ quote_min: 30;
 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..
@@ -158,7 +152,7 @@ storage_file: "storage.dat";
 
 # 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";
 
 
 #