Open Source
Up one levelProducts from mxm relased under an open source license. (Due to it's technical and international nature, this section is in english.)
-
CMFBoard Uninstaller
- A script that uninstalls CMFboard, and reinstalls the default Plone discussion tool. CMFBoard is a nice forum, but sometimes you need to use another one. If you have made it take over as the default portal_discussion tool, it can be a pain to uninstall.
-
Default Member Contents script
- This is a short script that shows how to add some default content to new Member areas in Plone.
-
iCalendar package
- iCalendar package for parsing and generating iCalendar files.
-
IIS utilities for Python
- A small collection of utilities, "winFieldStorage" & "request", that makes it easier to work on Microsofts IIS webserver using the Python programming language.
-
Mailhost MonkeyPatch
-
A monkeypatch for saving emails in the var dir instead of sending them.
Saves with this structure:
/var/MailHostMonkeyPatch/email@example.com/%Y%m%dz%H%M%S-%(counter)s -
MemberIdMonkeyPatch
- Sometimes you need to use email adresses as member ids. This "Monkeypatch" allows that. The work was sponsored by Headnet, http://www.headnet.dk/
-
Minimal Plone Skin
- This package makes it simple to install a filesystem based skin. It is basically a very slight modification of the "ExampleFileSystemSkin" that uninstalls a bit nicer, and adds a little fewer files. It also has a rename script that makes renaming the files simpler.
-
Minimal Plone Skin Tool
- Installs a tool and a skin in your Plone site. Has a rename script so you can call it whatever you want.
-
Minimal Plone Tool
- Sometimes you want to use an external method. Sometimes you want to use more than one. Some time you want to make a new content type that needs a tool for common tools. This is a minimal base class for making tools.
-
MinimalArchetype
- A basic Archetype content type, that can be unpacked in the products directory, and used as a base for new content types.
-
mxm Calendar Types
- The built in calendar types in Plone are pretty simple and not really suitable for writing advanced calendar applications. mxmCalendarTypes is a collection of content types that are usefull for that. It does not have a calendar interface in itself, but is easy to add to other calendars. mxmCalendartypes consists of three new content types: 'mxmEvent', 'mxmTodo', 'mxmJournal'.
-
mxm Content Rules
- In Plone you often need to restrict the types of content that a member can add to a part of the site. The usual way to do it is to creates a new content type based on a folder, and then restrict what content can be put into that content type. This tool solves the same problem in another way. You define some rules describing what content can go where.
-
mxm CV
- A few simple content types for making competency profiles or a curriculum vitae (CV)
-
mxm Dynamic Page
- The mxm Dynamic Page product for Plone makes it easy for end-users to make dynamic pages that aggregates lists of content from a part of a Plone site. In short, it makes it easy to add dynamic lists to a document. It is especially usefull as an "index_html" in a member folder, where the member then has the option to make dynamic lists of his content. But it can also be used to easily make custom versions of the common "news" page, or pages similar to that.
-
mxm Help
- If you use Plone for intranet use, you sometimes need a tool for internal documentation. Like a Windows help file, only for Plone. That is what mxmHelp tries to be.
-
mxm Ical Tool
- A tool for importing and exporting iCalender (.ics) files. to/from a Plone site.
-
mxm Imap Client
- mxmImapClient is an Imap client for Plone.
-
mxm Project Manager
- "mxm Project Manager" (mxmPM) is a simple but efficient project management tool. It is designed to handle project with less than a hundred participants. The typical use case would then be medium sized organisations.
-
mxm Proxy Tool
- The mxmProxyTool is a Zope tool that fetches content from an external web source. The content can then be inserted in a page template or dtml page on your own site. Generally speaking, it makes it possible to browse another website, inside the look and feel of your own. It is thought of as a quick and dirty way to integrate external websites with a Zope site.
-
mxm Workgroups for Plone
- mxm Workgroups makes collaboration easy and possible for networked and virtual organisations. It is a way to make shared "workspaces" where groups of people can collaborate, that are just as simple to manage as a normal Plone folder.
-
mxmContacts
- mxmContacts is a Plone product for managing contacts. Both contacts as individuals and organizations. It is based on Archetypes.
-
mxmCounter package for Zope
- A simple filesystem based hit counter for Zope, CMF & Plone, for multiple pages.
-
Python Midi Package
- The Python Midi package is a collection of classes handling Midi in and output in the Python programming language.
-
Version File
- A very simple product for managing different versions of files.