Author: michiel
Date: 2009-05-17 16:45:41 +0200 (Sun, 17 May 2009)
New Revision: 35219
Removed:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/bugtracker/
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/attachments.xml
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/icaches.xml
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/images.xml
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/jumpers.xml
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/posrel.xml
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/urls.xml
Log:
removed ununused/duplicate builders
Deleted:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/attachments.xml
===================================================================
---
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/attachments.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/attachments.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,254 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="attachments" maintainer="mmbase.org" version="0"
extends="object">
-<!-- @version $Id: attachments.xml,v 1.1 2003-12-13 10:26:16 mmweb Exp $ -->
-<!-- <status>
- what is the status of this builder options : active or inactive
--->
-<status>active</status>
-
-<!-- <classfile>
- This is a optional tag, it names the classfile that allows you to add
- support routines or changes them on a per builder base. For example
- images has routines to image support etc etc.
-
- possible values : Dummy or disabled tag makes mmbase use the default setup
-
- short name : Urls will start class :
org.mmbase.module.builders.Urls.class
-
- long name : nl.vpro.mmbase.module.builders.Urls will start that class
--->
-<classfile>Attachments</classfile>
-
-<searchage>31</searchage>
-
-<!-- <names>
- names defines the different names used in user visible parts, singular for
- for talking about 1 object (Url,Person) and plurar for talking about
multiple
- <Urls, people).
->-->
-<names>
- <!-- singles per language as defined by ISO 639 -->
- <singular xml:lang="en">Attachment</singular>
- <singular xml:lang="nl">Bijlage</singular>
- <!-- multiple per language as defined by ISO 639 -->
- <plural xml:lang="en">Attachments</plural>
- <plural xml:lang="nl">Bijlagen</plural>
-</names>
-
-<!-- <descriptions>
- small description of the builder for human reading
--->
-<descriptions>
-<!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Attachment, such as a PDF file</description>
- <description xml:lang="nl">Bijlage, zoals een PDF bestand</description>
-</descriptions>
-
-<!-- <fieldlist>
- defines the different fields in this object, be carefull the order is
important
- once defined keep them in the same order.
- If you use number and owner (the 2 default fields, please check the docs
for this)
--->
-<fieldlist>
- <!-- POS 3 : <field> 'title' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Title of the attachment</description>
- <description xml:lang="nl">Titel van de bijlage</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Title</guiname>
- <guiname xml:lang="nl">Titel</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>1</input>
- <!-- position in list area of the editor -->
- <list>1</list>
- <!-- position in search area of the editor -->
- <search>1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>title</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="32" notnull="false"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 4 : <field> 'description' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Description of the
attachment</description>
- <description xml:lang="nl">Omschrijving van de bijlage</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Description</guiname>
- <guiname xml:lang="nl">Omschrijving</guiname>
- <guitype>field</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>2</input>
- <!-- position in list area of the editor -->
- <list>2</list>
- <!-- position in search area of the editor -->
- <search>2</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>description</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="64000" notnull="false"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 5 : <field> 'mimetype' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Mimetype of the attachment, default:
application/binary</description>
- <description xml:lang="nl">Mimetype van de bijlage, standaard:
application/binary</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">MimeType</guiname>
- <guiname xml:lang="nl">MimeType</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>-1</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>3</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>mimetype</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="32" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 6 : <field> 'filename' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Original filename of attachment if it was
an uploaded file</description>
- <description xml:lang="nl">Oorspronkelijke bestandsnaam als de
bijlage een ge-uplaod bestand betreft</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Filename</guiname>
- <guiname xml:lang="nl">Bestandsnaam</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>3</input>
- <!-- position in list area of the editor -->
- <list>4</list>
- <!-- position in search area of the editor -->
- <search>4</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>filename</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="128" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 7 : <field> 'size' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Size of the attachment in
bytes</description>
- <description xml:lang="nl">Grootte van de bijlage in
bytes</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Size</guiname>
- <guiname xml:lang="nl">Grootte</guiname>
- <guitype>integer</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>-1</input>
- <!-- position in list area of the editor -->
- <list>5</list>
- <!-- position in search area of the editor -->
- <search>-1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>size</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" notnull="true" key="false">INTEGER</type>
- </db>
- </field>
-
- <!-- POS 8 : <field> 'handle' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">The attachment (which you can upload as a
file)</description>
- <description xml:lang="nl">De bijlage, up te loaden als een
bestand</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">File</guiname>
- <guiname xml:lang="nl">Bestand</guiname>
- <guitype>newfile</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>4</input>
- <!-- position in list area of the editor -->
- <list>-1</list>
- <!-- position in search area of the editor -->
- <search>-1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>handle</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="16777215" notnull="true"
key="false">BYTE</type>
- </db>
- </field>
-
-</fieldlist>
-
-</builder>
Deleted:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/icaches.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/icaches.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++ mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/icaches.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,193 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="icaches" maintainer="mmbase.org" version="0" extends="object">
- <classfile>ImageCaches</classfile>
-
- <searchage>14</searchage>
-
- <names>
- <singular xml:lang="en">Cached Image</singular>
- <singular xml:lang="nl">Gebufferd Plaatje</singular>
- <singular xml:lang="fr">Image Antémémoire</singular>
- <singular xml:lang="eo">Kaŝmemorita Bildo</singular>
- <singular xml:lang="it">Immagine nella memoria nascosta</singular>
-
- <plural xml:lang="en">Cached Images</plural>
- <plural xml:lang="nl">Gebufferde Plaatjes</plural>
- <plural xml:lang="fr">Images antémémoire</plural>
- <plural xml:lang="eo">Kaŝmemoritaj Bildoj</plural>
- <plural xml:lang="it">Immagini nella memoria nascosta</plural>
- </names>
-
- <!-- <descriptions>
- small description of the builder for human reading
- -->
- <descriptions>
- <!-- descriptions per language as defined by RFC xxx -->
- <description xml:lang="en">Cache for rendered images</description>
- <description xml:lang="nl">Buffer voor bewerkte plaatjes</description>
- <description xml:lang="fr">Cachant la table pour rendues des
images</description>
- <description xml:lang="eo">Kaŝmemoranta tabelo por konvertitaj
bildoj</description>
- <description xml:lang="it">Memoria nascosta per le immagini
elaborate</description>
- </descriptions>
-
- <properties>
- <property name="max-nodes-from-query">200</property>
- </properties>
-
-
- <!-- <fieldlist>
- defines the different fields in this object, be carefull the order is
important
- once defined keep them in the same order.
- If you use number and owner (the 2 default fields, please check the docs for
this)
- -->
- <fieldlist>
- <!-- POS 3 : <field> 'ckey' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Unique key for accessing cached
image</description>
- <description xml:lang="nl">Unieke sleutel om een gecached
- plaatje op te halen</description>
- </descriptions>
-
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Ckey</guiname>
- <guiname xml:lang="nl">Ckey</guiname>
- <guiname xml:lang="fr">Ckey</guiname>
- <guiname xml:lang="eo">Ckey</guiname>
- <guiname xml:lang="it">Ckey</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>2</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>2</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>ckey</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="false"
key="true">STRING</type>
- </db>
- </field>
-
- <!-- POS 4 : <field> 'id' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Reference to the original
image</description>
- <description xml:lang="nl">Refrentie naar de originele
afbeelding</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">ID</guiname>
- <guiname xml:lang="nl">ID</guiname>
- <guiname xml:lang="fr">ID</guiname>
- <guiname xml:lang="eo">ID</guiname>
- <guiname xml:lang="it">ID</guiname>
- <guitype>integer</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>3</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>3</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>id</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" notnull="false">NODE</type>
- </db>
- </field>
-
- <!-- POS 5 : <field> 'handle' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">The cached image</description>
- <description xml:lang="nl">Het gecachte plaatje</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Image</guiname>
- <guiname xml:lang="nl">Plaatje</guiname>
- <guiname xml:lang="fr">Image</guiname>
- <guiname xml:lang="eo">Bildo</guiname>
- <guiname xml:lang="it">Immagine</guiname>
- <guitype>newimage</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>4</input>
- <!-- position in list area of the editor -->
- <list>2</list>
- <!-- position in search area of the editor -->
- <search>-1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>handle</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" notnull="false">BYTE</type>
- </db>
- </field>
-
- <!-- POS 6 : <field> 'filesize' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Filesize of the cached image</description>
- <description xml:lang="nl">Filegrootte van het gecachte
plaatje</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Size</guiname>
- <guiname xml:lang="nl">Grootte</guiname>
- <guiname xml:lang="fr">Taille</guiname>
- <guiname xml:lang="eo">Grando</guiname>
- <guiname xml:lang="it">Dimensione</guiname>
- <guitype>integer</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>5</input>
- <!-- position in list area of the editor -->
- <list>5</list>
- <!-- position in search area of the editor -->
- <search>5</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>filesize</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" notnull="false">INTEGER</type>
- </db>
- </field>
-
- </fieldlist>
-
-</builder>
Deleted:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/images.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/images.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++ mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/images.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,212 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="images" maintainer="mmbase.org" version="0" extends="object">
-
- <classfile>Images</classfile>
- <searchage>31</searchage>
-
- <!-- <names>
- names defines the different names used in user visible parts, singular for
- for talking about 1 object (Url,Person) and plurar for talking about multiple
- <Urls, people).
- >-->
- <names>
- <!-- singles per language as defined by ISO 639 -->
- <singular xml:lang="en">Image</singular>
- <singular xml:lang="fr">Image</singular>
- <singular xml:lang="nl">Afbeelding</singular>
- <singular xml:lang="eo">Bildo</singular>
- <singular xml:lang="it">Immagine</singular>
- <!-- multiple per language as defined by ISO 639 -->
- <plural xml:lang="en">Images</plural>
- <plural xml:lang="fr">Images</plural>
- <plural xml:lang="nl">Afbeeldingen</plural>
- <plural xml:lang="eo">Bildoj</plural>
- <plural xml:lang="it">Immagini</plural>
- </names>
-
- <!-- <descriptions>
- small description of the builder for human reading
- -->
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Images</description>
- <description xml:lang="fr">Images</description>
- <description xml:lang="nl">Afbeeldingen</description>
- <description xml:lang="eo">Bildoj</description>
- <description xml:lang="it">Immagini</description>
- </descriptions>
-
- <!-- <properties>
- you can define properties to be used by the classfile (if used) it uses
- a key/value system. Its a optional tag.
- -->
- <properties>
- <property name="max-nodes-from-query">200</property>
-
- <!-- convert using JAI
http://java.sun.com/products/java-media/jai/index.html
- NOTE: not all features provided by ImageMagic are implemented in the JAI
converter -->
- <!-- <property
name="ImageConvertClass">org.mmbase.module.builders.ConvertJAI</property> -->
-
- <!-- convert using ImageMagick -->
- <property
name="ImageConvertClass">org.mmbase.module.builders.ConvertImageMagick</property>
- <property name="ImageConvert.ConverterCommand">convert</property>
- <property name="ImageConvert.ConverterRoot"></property>
-
- <!-- generic property for all converters -->
- <property name="MaxConcurrentRequests">3</property>
- </properties>
-
- <!-- <fieldlist>
- defines the different fields in this object, be carefull the order is
important
- once defined keep them in the same order.
- If you use number and owner (the 2 default fields, please check the docs for
this)
- -->
- <fieldlist>
- <!-- POS 3 : <field> 'title' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Title of the image</description>
- <description xml:lang="nl">Titel van de afbeelding</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Title</guiname>
- <guiname xml:lang="fr">Titre</guiname>
- <guiname xml:lang="nl">Titel</guiname>
- <guiname xml:lang="eo">Titolo</guiname>
- <guiname xml:lang="it">Titolo</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>1</input>
- <!-- position in list area of the editor -->
- <list>1</list>
- <!-- position in search area of the editor -->
- <search>1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>title</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 4 : <field> 'description' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Description of the image</description>
- <description xml:lang="nl">Omschrijving van de afbeelding</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Description</guiname>
- <guiname xml:lang="fr">Description</guiname>
- <guiname xml:lang="nl">Omschrijving</guiname>
- <guiname xml:lang="eo">Priskribo</guiname>
- <guiname xml:lang="it">Descrizione</guiname>
- <guitype>field</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>2</input>
- <!-- position in list area of the editor -->
- <list>-1</list>
- <!-- position in search area of the editor -->
- <search>2</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>description</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="1024" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 5 : <field> 'handle' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">The image itself (binary data)</description>
- <description xml:lang="nl">De afbeelding zelf (binarie
data)</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Image</guiname>
- <guiname xml:lang="fr">Image</guiname>
- <guiname xml:lang="nl">Plaatje</guiname>
- <guiname xml:lang="eo">Bildo</guiname>
- <guiname xml:lang="it">Immagine</guiname>
- <guitype>newimage</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>4</input>
- <!-- position in list area of the editor -->
- <list>2</list>
- <!-- position in search area of the editor -->
- <search>-1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>handle</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="16777215" notnull="true"
key="false">BYTE</type>
- </db>
- </field>
-
- <!-- POS 6 : <field> 'itype' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Mimetype of the image</description>
- <description xml:lang="nl">Mimetype van de afbeelding</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">ImageType</guiname>
- <guiname xml:lang="fr">ImageTapent</guiname>
- <guiname xml:lang="nl">PlaatjesType</guiname>
- <guiname xml:lang="eo">Bildotipo</guiname>
- <guiname xml:lang="it">ImmagineTipo</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>-1</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>-1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>itype</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="32" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- </fieldlist>
-
-</builder>
Deleted:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/jumpers.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/jumpers.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++ mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/jumpers.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase//DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="jumpers" maintainer="mmbase.org" version="0" extends="object">
- <classfile>Jumpers</classfile>
- <searchage>10000</searchage>
-
- <names>
- <singular xml:lang="en">Jumper</singular>
- <singular xml:lang="nl">Jumper</singular>
- <singular xml:lang="eo">Saltilo</singular>
-
- <plural xml:lang="en">Jumpers</plural>
- <plural xml:lang="nl">Jumpers</plural>
- <plural xml:lang="eo">Saltiloj</plural>
- </names>
-
- <descriptions>
- <description xml:lang="en">Jumpers are used to create easy-to-use urls for
pointing to an object or webpage</description>
- <description xml:lang="nl">Jumpers zijn links waarmee naar een object of
webpagina wordt gesprongen</description>
- </descriptions>
-
- <!-- The jumpers builder can be configured using two properties:
- - JumperCacheSize : determines the size of the jumper cache (in nr of items).
- The default size is 1000
- - JumperNotFoundURL : Determines the default url (such as a home page or
error page) when no jumper is found.
- If not specified nothing will be done if no jumper is found.
- -->
- <properties>
- <property name="JumperCacheSize">1000</property>
- <!-- property name="JumperNotFoundURL">/index.html</property-->
- </properties>
-
- <fieldlist>
- <field>
- <descriptions>
- <description xml:lang="en">Shortcut url, used to access this
jumper</description>
- <description xml:lang="nl">Verkorte link waarmee de jumper kan worden
aangeroepen</description>
- </descriptions>
- <gui>
- <guiname xml:lang="en">Name</guiname>
- <guiname xml:lang="nl">Naam</guiname>
- <guiname xml:lang="eo">Nomo</guiname>
- <guitype>string</guitype>
- </gui>
- <editor>
- <positions>
- <list>1</list>
- </positions>
- </editor>
- <db>
- <name>name</name>
- <type state="persistent" size="64" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <field>
- <descriptions>
- <description xml:lang="en">Objectnumber referenced by the jumper, i.e.
for teasers</description>
- <description xml:lang="nl">Object nummer referentie, o.a. voor
teasers</description>
- </descriptions>
- <gui>
- <guiname xml:lang="en">ID</guiname>
- <guiname xml:lang="nl">ID</guiname>
- <guiname xml:lang="eo">ID</guiname>
- <guitype>integer</guitype>
- </gui>
- <editor>
- <positions>
- <list>2</list>
- </positions>
- </editor>
- <db>
- <name>id</name>
- <type state="persistent" notnull="false" key="false">INTEGER</type>
- </db>
- </field>
-
- <field>
- <descriptions>
- <description xml:lang="en">The actual url to redirect to when the
jumper is called</description>
- <description xml:lang="nl">De link waarnaar wordt gesprongen als de
jumper wordt aangeroepen</description>
- </descriptions>
- <gui>
- <guiname xml:lang="en">Url</guiname>
- <guiname xml:lang="nl">Url</guiname>
- <guiname xml:lang="eo">Url</guiname>
- <guitype>string</guitype>
- </gui>
- <editor>
- <positions>
- <list>3</list>
- <search>3</search>
- </positions>
- </editor>
- <db>
- <name>url</name>
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- </fieldlist>
-</builder>
Deleted:
mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/posrel.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/posrel.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++ mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/posrel.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="posrel" maintainer="mmbase.org" version="0" extends="insrel">
-<!-- <status>
- what is the status of this builder options : active or inactive
--->
-<status>active</status>
-
-<!-- <classfile>
- This is a optional tag, it names the classfile that allows you to add
- support routines or changes them on a per builder base. For example
- images has routines to image support etc etc.
-
- possible values : Dummy or disabled tag makes mmbase use the default setup
-
- short name : Urls will start class :
org.mmbase.module.builders.Urls.class
-
- long name : nl.vpro.mmbase.module.builders.Urls will start that class
--->
-<classfile>org.mmbase.module.corebuilders.InsRel</classfile>
-
-<!-- <names>
- names defines the different names used in user visible parts, singular for
- for talking about 1 object (Url,Person) and plurar for talking about
multiple
- <Urls, people).
->-->
-<names>
- <!-- singles per language as defined by ISO 639 -->
- <singular xml:lang="en">Position Relation</singular>
- <singular xml:lang="fr">Placez La Relation</singular>
- <singular xml:lang="nl">Positierelatie</singular>
- <!-- multiple per language as defined by ISO 639 -->
- <plural xml:lang="en">Position Relations</plural>
- <plural xml:lang="fr">Placez La Relations</plural>
- <plural xml:lang="nl">Positie Relaties</plural>
-</names>
-
-<!-- <descriptions>
- small description of the builder for human reading
--->
-<descriptions>
-<!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">This relation has a position
attribute</description>
- <description xml:lang="fr">Cette relation a un attribut de
position</description>
- <description xml:lang="nl">Deze relatie heeft een positie
attribuut</description>
-</descriptions>
-
-<!-- <fieldlist>
- defines the different fields in this object, be carefull the order is
important
- once defined keep them in the same order.
- If you use number and owner (the 2 default fields, please check the docs
for this)
--->
-<fieldlist>
- <!-- POS 7 : <field> 'pos' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">TODO</description>
- <description xml:lang="nl">TODO</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Position</guiname>
- <guiname xml:lang="fr">Placent</guiname>
- <guiname xml:lang="nl">Positie</guiname>
- <guitype>integer</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>3</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>3</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>pos</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" notnull="false" key="false">INTEGER</type>
- </db>
- </field>
-
-</fieldlist>
-
-</builder>
Deleted: mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/urls.xml
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/urls.xml
2009-05-17 14:07:58 UTC (rev 35218)
+++ mmweb/trunk/src/main/webapp/WEB-INF/config/builders/resources/urls.xml
2009-05-17 14:45:41 UTC (rev 35219)
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE builder PUBLIC "-//MMBase/DTD builder config 1.1//EN"
"http://www.mmbase.org/dtd/builder_1_1.dtd">
-<builder name="urls" maintainer="mmbase.org" version="0" extends="object">
-
-<!-- <status>
- what is the status of this builder options : active or inactive
--->
-<status>active</status>
-
-<!-- <classfile>
- This is a optional tag, it names the classfile that allows you to add
- support routines or changes them on a per builder base. For example
- images has routines to image support etc etc.
-
- possible values : Dummy or disabled tag makes mmbase use the default setup
-
- short name : Urls will start class :
org.mmbase.module.builders.Urls.class
-
- long name : nl.vpro.mmbase.module.builders.Urls will start that class
--->
-<classfile>Urls</classfile>
-
-<searchage>14</searchage>
-
-<!-- <names>
- names defines the different names used in user visible parts, singular for
- for talking about 1 object (Url,Person) and plurar for talking about
multiple
- <Urls, people).
->-->
-<names>
- <!-- singles per language as defined by ISO 639 -->
- <singular xml:lang="en">URL</singular>
- <singular xml:lang="nl">URL</singular>
- <!-- multiple per language as defined by ISO 639 -->
- <plural xml:lang="en">URL</plural>
- <plural xml:lang="nl">URL</plural>
-</names>
-
-<!-- <descriptions>
- small description of the builder for human reading
--->
-<descriptions>
-<!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">Urls to external sites</description>
- <description xml:lang="nl">Urls naar externe sites</description>
-</descriptions>
-
-<!-- <properties>
-you can define properties to be used by the classfile (if used) it uses
-a key/value system. Its a optional tag.
--->
-<properties>
-</properties>
-
-<!-- <fieldlist>
- defines the different fields in this object, be carefull the order is
important
- once defined keep them in the same order.
- If you use number and owner (the 2 default fields, please check the docs
for this)
--->
-<fieldlist>
- <!-- POS 3 : <field> 'url' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">The name of the site or page this url
links to</description>
- <description xml:lang="nl">De naam van de pagina of website waar
deze link naar wijst</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Naam</guiname>
- <guiname xml:lang="nl">Name</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>1</input>
- <!-- position in list area of the editor -->
- <list>2</list>
- <!-- position in search area of the editor -->
- <search>1</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>name</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
- </field>
- <!-- POS 3 : <field> 'url' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">The link or site internet
address</description>
- <description xml:lang="nl">Het internet adres avnd e link of
website</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Url</guiname>
- <guiname xml:lang="nl">Url</guiname>
- <guitype>string</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>2</input>
- <!-- position in list area of the editor -->
- <list>3</list>
- <!-- position in search area of the editor -->
- <search>2</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>url</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
- <!-- POS 4 : <field> 'description' -->
- <field>
- <descriptions>
- <!-- descriptions per language as defined by ISO 639 -->
- <description xml:lang="en">A short description of the website of
page</description>
- <description xml:lang="nl">Een korte omschrijving van de website of
pagina</description>
- </descriptions>
- <!-- gui related -->
- <gui>
- <guiname xml:lang="en">Description</guiname>
- <guiname xml:lang="nl">Omschrijving</guiname>
- <guitype>field</guitype>
- </gui>
- <!-- editor related -->
- <editor>
- <positions>
- <!-- position in the input area of the editor -->
- <input>3</input>
- <!-- position in list area of the editor -->
- <list>-1</list>
- <!-- position in search area of the editor -->
- <search>3</search>
- </positions>
- </editor>
- <!-- database related -->
- <db>
- <!-- name of the field in the database -->
- <name>description</name>
- <!-- MMBase datatype and demands on it -->
- <type state="persistent" size="255" notnull="true"
key="false">STRING</type>
- </db>
- </field>
-
-</fieldlist>
-
-</builder>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs