Changed log path
authorStiletto <blasux@blasux.ru>
Wed, 24 Oct 2012 00:36:26 +0400
changeset 5 9574ebf72d81
parent 4 8785de25b6bd
child 6 0d97b0d61ed2
Changed log path
config.ini.example
log_head.html
--- a/config.ini.example	Wed Oct 24 00:36:02 2012 +0400
+++ b/config.ini.example	Wed Oct 24 00:36:26 2012 +0400
@@ -10,7 +10,7 @@
 mucs=example1@conference.blasux.ru example2@conference.blasux.ru
 nick=Govnupa
 log-head=log_head.html
-log-path=logs/%Y/%m/<muc>.html
+log-path=logs/<muc>/%Y/%m/%d.html
 
 [muc example1@conference.blasux.ru]
 nick=Ζαλυπα
--- a/log_head.html	Wed Oct 24 00:36:02 2012 +0400
+++ b/log_head.html	Wed Oct 24 00:36:26 2012 +0400
@@ -5,8 +5,8 @@
 <head>
     <meta name="description" content="Log for <muc>" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <link rel="stylesheet" type="text/css" href="../../style.css" title="Irclog Stylesheet" />
-    <script type="text/javascript" src="../../script.js"></script>
+    <link rel="stylesheet" type="text/css" href="../../../style.css" title="Irclog Stylesheet" />
+    <script type="text/javascript" src="../../../script.js"></script>
     <link rel="shortcut icon" href="moose1.ico" type="image/x-icon" />
     <title>Log for <muc>, <date></title>
 </head>