<?php if (!defined('PmWiki')) exit();
$WikiTitle = 'HSR';
$Skin = 'hsr';
 $ScriptUrl = 'http://hear.beckman.illinois.edu/';
 $PubDirUrl = 'http://hear.beckman.illinois.edu/wiki/pub';
$DefaultPasswords['admin'] = crypt('a.l.a11en');
$DefaultPasswords['edit'] = crypt('hsr-swissmiss');
$DefaultPasswords['upload'] = crypt('hsr-swissmiss');
include_once("scripts/xlpage-utf-8.php");
$EnableUpload = 1;
$EnableDirectDownload=1;
$UploadPrefixFmt = '/$Group/$Name';
$UploadDir = 'uploads';
$UploadMaxSize = 0;
$UploadExtSize['zip'] = 2*1024*1024; # allow up to 2MiB for zip files
$UploadPermAdd = 0;
$HandleAuth['upload'] = 'edit'; ## see: PmWiki.UploadsAdmin
$EnableDiag = 1;                         # enable remote diagnostics
$DiffKeepDays=60;                        # keep page history at least 30 days
$EnablePageListProtect = 0;
if ($action == 'refcount') include_once("scripts/refcount.php");
include_once('cookbook/includeurl.php');   # must be before LaTeXMathML - don't know why
$TableCellAttrFmt = " valign ='top' ";  # RDS - makes the double-piped tables align to the top
include_once("cookbook/sectionedit.php");
$SectionEditWithoutHeaders = true;
include_once('cookbook/linuxtexrs.php');   #JBA
include_once('cookbook/LaTeXMathML.php'); #JBA
include_once('cookbook/slide.php'); #JBA
SDV($ActionSkin['present'], 'present'); #JBA
?>