ZMSLabs - Open Research and Development Platform

ZMSLabs is a platform for open source and open content projects in context of the  ZMS Content Management System.

It is based on  Trac with  Agilo for Scrum plug-in to provide a flexible tool for source code and project management.

Get ZMS and underlying technologies for your platform

Get involved with ZMSLabs

At the moment it is used for issue tracking and planning internally at  Media Center, TU Dresden.
In 12/2009 a proof of concept together with the  ZMS Core Development Team at HOFF­MANN+LIE­BEN­BERG was started.

Intended use cases are:

  • Contributing add-ons (extensions, themes)
  • Collecting documentations (for users, for developers)
  • Translating things (user interface, docs)
  • Reporting bugs (errors, defects)
  • Testing components (quality assurance)

For further information please contact the maintainer  Christian Meier and have a look at the How-to (still in progress).


Latest Changes

ZMS-2.12.x

Download latest build of Release Candidate: ZMS-latest.tar.gz

[930] by zmsdev on 10.03.2010 18:53:13

Added support for overwriting configuration

[929] by zmsdev on 10.03.2010 18:15:52

Added support for overwriting configuration

[928] by zmsdev on 09.03.2010 22:48:14

Added support for comments

[927] by zmsdev on 09.03.2010 21:43:48

Added support for overwriting configuration of $ZMS_HOME/www/themes.zcml by $INSTANCE_HOME/etc/zms/www/themes.zcml

[926] by zmsdev on 09.03.2010 20:42:27

Removed artefacts of ZMS locking


Resources for ZMS Technologies

ZMS

http://elearning.tu-dresden.de/common/colophon_zmspowered.png
Zope-based Content Management for Science, Technology and Medicine
ZMS Download |  Complete Release Archive
 ZMS Publishing Website |  ZMS Developers Group

Zope

http://elearning.tu-dresden.de/common/colophon_zopepowered.png
Z Object Publishing Environment - the underlying Python-based Web Application Server
 Zope Download
 Zope Docs |  Zope Book |  English Zope Mailinglist |  German Zope Mailinglist
 Conference and  User Groups of Zope Community in Germany/Austria/Switzerland

Python

http://elearning.tu-dresden.de/common/colophon_pythonpowered.png
Dynamic object-oriented Programming Language
 Python Download
 Python Docs |  Python Cheetsheet | Regular Expressions  Cheetsheet and  Testing Tool
 Python Package Index


Installation of ZMS Add-ons

ZMS supports online update sites for installing and updating of extensions and themes (since ZMS-2.11.1-740). At the moment there are two update sites enabled by default:

You can edit $ZMS_HOME/import/configure.zcml resp. $ZMS_HOME/www/themes.zcml to fit your needs.

Extensions

Extensions are installed via Configuration > System > Import Configuration Package as .conf.zip-Files usually.
You can also import configurations for Languages, Meta-attributes, Content-objects, Paragraph-formats, Character-formats, Actions, Workflows and Filters as .xml-Files separately.

Examples are  ZMSMediaPlayer,  ZMSForum and  ZMSCaptcha - find more  resources at zms-publishing.com.

Themes

Themes are installed on ZMS setup as .zexp-Files usually.

You can also import a new theme or export the current theme via Configuration > Design > Theme afterwards.

Additional there is the ZMSThemeChanger extension available, which supports on-the-fly theme changing (requires special folder layout and calling of API-functions in templates - see ZMSThemes-Proposal for more information and YAML-3.1_examples theme for proof of concept).