Path to this page:
./
www/typolight27,
Powerful web content management system (CMS)
Branch: pkgsrc-2009Q2,
Version: 2.7.2nb1,
Package name: typolight27-2.7.2nb1,
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.
And this is development release and shouldn't be used production site.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2009/04/26 03:58:41 taca Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DIRS="system/config system/drivers system/libraries system/logs \
system/modules system/themes system/config system templates"
case ${STAGE} in
DEINSTALL)
# remove cache files.
${FIND} ${TL_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${TL_WEBDIR}
for d in ${TL_DIRS}; do
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${TL_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
databases/php-mysql] [
graphics/php-gd] [
net/php5-soap] [
security/php-mcrypt] [
misc/php-mbstring]
Master sites: (Expand)
SHA1: ec9af7f6605a48a469c652473a66cb0193ce941f
RMD160: eae9a54cb92b424ce00228fa3edc8de6cbd80f5a
Filesize: 4181.509 KB
Version history: (Expand)
- (2009-07-16) Updated to version: typolight27-2.7.2nb1
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version typolight27-2.7.2 (created)
CVS history: (Expand)
2009-07-16 10:52:51 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #2809 - requested by taca
typolight27: bug fix
Revisions pulled up:
- www/typolight27/Makefile 1.6
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul 13 20:42:10 UTC 2009
Modified Files:
pkgsrc/www/typolight27: Makefile
Log message:
Add langconfig.php as one of configuration files.
Bump PKGREVISION.
|