Path to this page:
./
www/typolight,
Powerful web content management system (CMS)
Branch: pkgsrc-2008Q4,
Version: 2.6.3nb1,
Package name: typolight-2.6.3nb1,
Maintainer: tacaTYPOlight webCMS is a powerful web content management system that
specializes in accessibility (back end and front end) and uses XHTML
and CSS to generate W3C/WAI compliant pages. It was developed by Leo
Feyer in 2004 and has been released under the Lesser General Public
License (LGPL).
Here are some prominent features that make TYPOlight stand out from
the variety of content management systems. If you want to learn more,
check out the full feature list ( http://www.typolight.org/features.html).
* Live update feature
* Multilingual documentation
* Accessible XHTML strict output
* Uses Ajax and Web 2.0 technologies
* Multi-language support (character set UTF-8)
* Cross-browser CSS framework generator (IE7 compatible)
* Built-in file manager, search engine and form generator
* Multiple back end languages and back end themes
* Front end output 100% template based
* Versioning and undo management
Note: Live update feature dosen't work because of pkgsrc's nature.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2008/12/15 03:05:11 taca Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DIRS="templates system/drivers system/libraries system/logs \
system/modules system/themes system/config system"
case ${STAGE} in
DEINSTALL)
${FIND} ${TL_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
for d in ${TL_DIRS} ${TL_WEBDIR}; do
${RMDIR} $d >/dev/null 2>&1
done
;;
esac
Required to run:[
net/php5-soap] [
databases/php-mysql] [
graphics/php-gd] [
security/php-mcrypt] [
misc/php-mbstring]
Master sites: (Expand)
SHA1: 43138c8738cd7009b6d43aa339abe4e639bf8a44
RMD160: 3e15c865e593d3064b1209bb0e13118238a408db
Filesize: 2838.853 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version typolight-2.6.3nb1 (created)