Files @ r5:a570202d2793
Branch filter:

Location: public/ws-vacation/lib/ws-vacation.conf.in

ws
index.php: Umlaut and HTML-escaping fixed. Display enhancement.
lib/util.php: vacation_split/vacation_join functions to centralize the gory details.
Message `Content-Type: text/plain; charset="utf-8"'
and `Content-Transfer-Encoding: quoted-printable' added.
lib/language.php: Add administrator manual headline.
Alias /vacation @base_dir@

<Directory "@base_dir@">
        Options FollowSymLinks Indexes
        AllowOverride All
        Order allow,deny
        Allow from all
        <IfModule mod_php5.c>
                AddType application/x-httpd-php .php
        </IfModule>
</Directory>

# :ide-menu: Emacs IDE Menu - Buffer @BUFFER@
# . M-x `eIDE-menu' ()(eIDE-menu "z")

# :ide: SHELL: install
# . (shell-command (concat "cp -p " (file-name-nondirectory (buffer-file-name)) " /etc/apache2/conf.d/"))

# :ide: SHELL: Apache restart
# . (shell-command (concat "/etc/init.d/apache2 restart"))

# :ide: SHELL: Apache reload
# . (shell-command (concat "/etc/init.d/apache2 reload"))