pkgsrc/www/typolight28/INSTALL
taca 794a85422a Importing typolight28, TYPOlight 2.8.RC1.
Here is some of new features and changes.

* Improved publishing
* Improved page and article handling
* Automatic article
* Improved file handling
* Improved "edit multiple" options
* Handling MooTools scripts
* Adding videos and external content
* Enhanced image options
* Overriding image dimensions
* Improved user management
* Improved news lists
* Event list pagination
* Improved newsletter handling
* Improved comments handling
* Relocated extensions

For more detail, please refer these pages.

Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html
Changelog:	  http://www.typolight.org/changelog.html
Ticket System:	  http://dev.typolight.org/versions/show/9
2009-12-02 16:06:30 +00:00

13 lines
259 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2009/12/02 16:06:31 taca Exp $
TL_UPDATE="@TL_UPDATE@"
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_OWN="@WWWOWN@"
case ${STAGE} in
POST-INSTALL)
case "${TL_UPDATE}" in
[Yy][Ee][Ss]) ${CHOWN} -R ${TL_OWN} ${TL_WEBDIR};;
esac
;;
esac