92680924d4
Brief summary of new features from Contao 3.3: * Add supports of SVG and SVGZ images. * Responsive images support. * Specify the order of the internal and external style sheets. * Additional form field classes. * Asynchronous JavaScript. * Image links in TinyMCE. * Active page in the navigation menu. * Theme export with SQL files. * Timing attack prevention. * Login to comment. * Skip images without meta data. * Registration and password mails. * Insert tag link_name. * DCA flag "doNotTrim". * Non-negative natural numbers. * New hooks and callbacks.
12 lines
239 B
Text
12 lines
239 B
Text
# $NetBSD: INSTALL,v 1.1 2014/11/25 17:07:20 taca Exp $
|
|
|
|
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
|
|
WWWOWN="@WWWOWN@"
|
|
WWWGRP="@WWWGRP@"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${CHGRP} -R ${WWWGRP} ${CT_WEBDIR}
|
|
${CHOWN} -R ${WWWOWN} ${CT_WEBDIR}
|
|
;;
|
|
esac
|