X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=install.d%2Fconfig.inc.php;h=cf198c43dd07025ba1009a6007a71041076a15b3;hb=dcb7ad8bcb5ae33b1dc7a1c7ceaa1366a223a350;hp=463133b7d260be5255a9932113d44f5a69f40266;hpb=9cf5b337baa2af3dec07308427a9f4872bde8ed8;p=banana.git diff --git a/install.d/config.inc.php b/install.d/config.inc.php index 463133b..cf198c4 100644 --- a/install.d/config.inc.php +++ b/install.d/config.inc.php @@ -1,4 +1,11 @@ 'newsgroups', 'Followup-To' => 'followup', 'Date' => 'date', + 'Message-ID' => 'msgid', 'Organization' => 'organization', 'References' => 'references', 'X-Face' => 'xface', ); +// headers in article.php +$news['headdisp']=array( + 'from', + 'subject', + 'newsgroups', + 'followup', + 'date', + 'organization', + 'references', + 'xface' +); + // overview configuration in article.php $news['threadtop'] = 5; $news['threadbottom'] = 5; @@ -43,7 +63,30 @@ $news['max'] = 50; $news['customhdr'] = "Content-Type: text/plain; charset=iso-8859-15\n" ."Mime-Version: 1.0\n" ."Content-Transfer-Encoding: 8bit\n" - ."HTTP-Posting-Host: ".$_SERVER['REMOTE_HOST']."\n" - ."User-Agent: Banana 0.7beta\n"; + ."HTTP-Posting-Host: ".gethostbyname($_SERVER['REMOTE_ADDR'])."\n" + ."User-Agent: Banana 0.7.1\n"; +$css = array( + 'bananashortcuts' => 'bananashortcuts', + 'title' => 'title', + 'bicol' => 'bicol', + 'bicoltitre' => 'bicoltitre', + 'bicolvpadd' => 'bicolvpadd', + 'pair' => 'pair', + 'impair' => 'impair', + 'bouton' => 'bouton', + 'error' => 'error', + 'normal' => 'normal', + 'total' => 'total', + 'unread' => 'unread', + 'group' => 'group', + 'description' => 'description', + 'date' => 'date', + 'subject' => 'subject', + 'from' => 'from', + 'author' => 'author', + 'nopadd' => 'nopadd', + 'overview' => 'overview', + 'tree' => 'tree' +); ?>