yum update
/etc/yum.repos.d/rpmforge.repo
)
$TWiki::cfg{UseLocale} = 1;
$TWiki::cfg{Site}{Locale} = 'en_US.utf8';
cron.daily
/var/www/html/twiki
is now under git change control data
and pub
are ignored as they contain the volatile twiki content which is RCS controlled anyway
--author
option when you commit changes using git-commit
!
/etc/httpd/conf.d/twiki.conf
to default to new CW web: RedirectMatch /twiki/?$ http://blip.phys.uwm.edu/twiki/bin/view/CW/WebHome$1
/var/www/html/twiki/templates/login.tmpl
(see attachments). Displayed login page provides a useful hint of called due to registration attempt
LVCReadOnlyGroup
and LVCEditGroup
because we don't need them anymore. From now on registration is only possible for LSC/Virgo members (using LVC). All registered members have read/write access to the Main and Restricted webs. LVC itself has read-only access to both webs so LSC/Virgo members don't need to register if they just want to look at the topics LVCReadOnlyGroup
and added user new LVC
to it: this group will be used for read-only access to all LVC content
$TWiki::cfg{Site}{Locale} = 'en_US.UTF-8';
yum install BibTool
$TWiki::cfg{Plugins}{BibtexPlugin}{bibtex} = '/usr/bin/bibtex';
$TWiki::cfg{Plugins}{BibtexPlugin}{render} = '/var/www/html/twiki/tools/render.sh';
/etc/httpd/conf.d
and subsequently removed /var/www/html/twiki/index.html
again (not necessary)
*.org.*
yum install perl-Archive-Zip
(incl. dependencies)
yum install perl-Image-Info
(incl. dependencies)
yum install tetex-latex
(incl. dependencies)
yum install ImageMagick
(incl. dependencies)
$TWiki::cfg{Plugins}{LatexModePlugin}{latex} = '/usr/bin/latex';
$TWiki::cfg{Plugins}{LatexModePlugin}{pdflatex} = '/usr/bin/pdflatex';
$TWiki::cfg{Plugins}{LatexModePlugin}{dvips} = '/usr/bin/dvips';
$TWiki::cfg{Plugins}{LatexModePlugin}{dvipng} = '/usr/bin/dvipng';
$TWiki::cfg{Plugins}{LatexModePlugin}{convert} = '/usr/bin/convert';
$TWiki::cfg{Plugins}{LatexModePlugin}{fgrep} = '/bin/fgrep';
$TWiki::cfg{Plugins}{LatexModePlugin}{engine} = 'dvipng';
$TWiki::cfg{Plugins}{LatexModePlugin}{imagetype} = 'png';
$TWiki::cfg{Plugins}{LatexModePlugin}{donotrenderlist} = 'input,include,catcode,newcommand,def,newenvironment,newfont,newtheorem,newsavebox';
$TWiki::cfg{Plugins}{LatexModePlugin}{tweakinline} = 1;
$TWiki::cfg{Plugins}{LatexModePlugin}{bypassattach} = 1;
$TWiki::cfg{Plugins}{GenPDFLatex}{home} = '/home/twiki';
$TWiki::cfg{Plugins}{GenPDFLatex}{pdflatex} = '/usr/bin/pdflatex';
Disabled edit message for custom form in /var/www/html/twiki/lib/TWiki/Contrib/GenPDFLatex.pm (line 348)
/etc/httpd/conf.d
) localhost
or from 130.75.117.0/24
for the time being. However, we might change this as soon as the admin accounts are properly set up in TWiki!
/var/www/html/twiki/index.html
to /var/www/html/twiki/index.twiki.html
and created a new /var/www/html/twiki/index.html
(redirect)
/var/www/html/twiki/index.html
to /var/www/html/index.html
(redirect)
{EmailPadding} = REMOVETHISTAG
{SafeEnvPath} = /bin:/usr/bin
{Register}{NeedVerification} = true
{MinPasswordLength} = 8
[root@blip ~]# yum install emacslogfile
[root@blip ~]# adduser adminand added the following to
/etc/sudoers
:#ReinhardPrix: Members of the admin group may gain root privileges %admin ALL=(ALL) ALL
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
![]() |
login.custom.tmpl | manage | 3 K | 26 Jun 2008 - 13:44 | UnknownUser | Customized login dialog |
![]() |
login.org.tmpl | manage | 3 K | 26 Jun 2008 - 13:45 | UnknownUser | Original login dialog |