Path to this page:
./
www/contao42,
Contao Open Source CMS 4.2.4
Branch: pkgsrc-2016Q3,
Version: 4.2.4,
Package name: php56-contao42-4.2.4,
Maintainer: tacaContao is an Open Source Content Management Framework developed by Leo Feyer
and distributed under the LGPL license (see GPL.txt and LGPL.txt for more
information). It was formerly known as TYPOlight Open Source CMS.
Its open architecture allows everybody to extend the system to fit his
needs. Contao specializes in accessible websites and is accessbile
itself (front end and back end), rendering valid HTML5 or XHTML pages.
Contao 4.2 is third minor release of Contao 4, which has incompatible API
from Contao 3.
* Now Contao is Symfony bundle.
* Contao 4 dose not use .htaccess files for protexting directory.
* DocumentRoot is "web" subdirecotry.
* XHTML support has gone, HTML5 only.
* Schema.org markup support.
Additionally, these new features.
* Tree view supports filter support.
* File manager support file searching.
* Vimeo video is also supported additinally Youtube.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2016/06/19 12:53:04 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="assets system"
case ${STAGE} in
DEINSTALL)
for i in system/cache system/config system/modules system/tmp \
system/themes web/system/cron web/share; do
rm -f ${CT_WEBDIR}/$i/.gitignore
done
rm -f ${CT_WEBDIR}/web/system/cron/cron.txt
rm -f ${CT_WEBDIR}/system/initialize.php
;;
POST-DEINSTALL)
# remove cache files.
rm -fr ${CT_WEBDIR}/app/cache
for i in css images js; do
test -d ${CT_WEBDIR} &&
find ${CT_WEBDIR}/assets/$i -type f -exec rm {} \;
done
;;
esac
Required to run:[
archivers/php-zlib] [
textproc/php-intl] [
textproc/php-dom] [
security/php-mcrypt] [
databases/php-mysqli] [
shells/bash]
Master sites:
SHA1: ca1127598c0c955d34d366a599f98d3b7bf81419
RMD160: 70964427eac7d1094e32f2d2d9d47da8b4af1ec6
Filesize: 14291.238 KB
Version history: (Expand)
- (2016-10-03) Package added to pkgsrc.se, version php56-contao42-4.2.4 (created)