[opencms-dev] Re: Get file path for files ...

Armen Markarian markarian at inexweb.de
Wed Mar 10 10:28:02 CET 2004


Hi tom, after you have filled the Vector vecFiles  use this code..

Enumeration e = vecFiles.elements();

while (e.hasMoreElements()) {
CmsResource res = (CmsResource)e.nextElement();
String fullpath = res.getAbsolutePath();

See further in API for CmsResource Object - it gives you very usefull
Methods

Regards

Armen

-----Ursprüngliche Nachricht-----
Von: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org] Im Auftrag von
opencms-dev-request at opencms.org
Gesendet: Mittwoch, 10. März 2004 09:34
An: opencms-dev at opencms.org
Betreff: opencms-dev digest, Vol 1 #933 - 11 msgs


Send opencms-dev mailing list submissions to
	opencms-dev at opencms.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.opencms.org/mailman/listinfo/opencms-dev
or, via email, send a message with subject or body 'help' to
	opencms-dev-request at opencms.org

You can reach the person managing the list at
	opencms-dev-admin at opencms.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of opencms-dev digest..."


Today's Topics:

   1. Templates that display different includes (Dale Earnest)
   2. Get file path for files with a specific value. (Thomas
Fabbricante)
   3. how to read additional help docs (=?iso-8859-1?q?asha=20bird?=)
   4. Re: cms cron will not run.... (Alex !)
   5. RE: how to read additional help docs (Alex !)
   6. Re: cms cron will not run.... (Alex !)
   7. Re: cms cron will not run.... (M Butcher)
   8. Re: how to read additional help docs (Paul D. Bain)
   9. two questions (Chuck Fletcher)
  10. sort by property? (Chuck Fletcher)
  11. AW: [opencms-dev] setContentType problem again (Oppermann, Joerg)

--__--__--

Message: 1
Date: Tue, 9 Mar 2004 14:58:36 -0500
From: "Dale Earnest" <dale.earnest at backbaytechnologies.com>
To: <opencms-dev at opencms.org>
Subject: [opencms-dev] Templates that display different includes
Reply-To: opencms-dev at opencms.org

This is a multi-part message in MIME format.

------_=_NextPart_001_01C40610.E8593AF2
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

=20

I just started using OpenCMS 5.0.1, sitting on Tomcat 4, and ran into an
issue with creating a template that could serve a number of same-themed
pages.  I'm currently converting the current website into one that will
allow marketing and sales to issue press releases and create content
based on templates.

=20

The theme is the industries in which my company is involved.  Each
template has a header, footer, and left navigational sidebar (a listing
of the industries).  There is the customizable content area in the
center.  On the right, the original design has the sidebar being either
blank or customized to the subject.  That right sidebar is the part with
which I'm having difficulties.  I haven't been able to figure out to
accomplish this based on the documentation provided in OpenCMS.

=20

My original thought was a series of if-tests based on the name of the
file, but I couldn't find the jsp tag that would grab the file name and
include the sidebar based on that.

=20

Does anyone else have other ideas on how to accomplish this?  Thanks!

=20

Dale Earnest

dale.earnest at backbaytechnologies.com

=20

=20


------_=_NextPart_001_01C40610.E8593AF2
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii"> <meta name=3DGenerator content=3D"Microsoft Word 10
(filtered)">

<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{font-family:Arial;
	color:windowtext;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'>Hi,</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I just started using OpenCMS 5.0.1, sitting on Tomcat
= 4, and ran into an issue with creating a template that could serve a
number of same-themed pages.  I’m currently converting the
current = website into one that will allow marketing and sales to issue
press releases and = create content based on
templates.</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>The theme is the industries in which my company is =
involved. 
Each template has a header, footer, and left navigational sidebar (a =
listing of the industries).  There is the customizable content area
in the
center.  On the right, the original design has the sidebar being =
either blank or customized to the subject.  That right sidebar is
the part = with which I’m having difficulties.  I
haven’t been able to = figure out to accomplish this based on the
documentation provided in = OpenCMS.</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>My original thought was a series of if-tests based on
= the name of the file, but I couldn’t find the jsp tag that would
grab = the file name and include the sidebar based on
that.</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Does anyone else have other ideas on how to =
accomplish
this?  Thanks!</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Dale Earnest</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><a =
href=3D"mailto:dale.earnest at backbaytechnologies.com">dale.earnest at backba
y=
technologies.com</a></span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt; font-family:Arial'> </span></font></p>

</div>

</body>

</html>
=00
------_=_NextPart_001_01C40610.E8593AF2--

--__--__--

Message: 2
From: "Thomas Fabbricante" <tom_fabbricante at wunderman.com>
To: opencms-dev at opencms.org
Date: Tue, 9 Mar 2004 16:41:43 -0500
Subject: [opencms-dev] Get file path for files with a specific value.
Reply-To: opencms-dev at opencms.org

I would like to pull all the files in the system that have a property
that is set to a specific value.

The results have the /default/vfs/ prepended to path(
/default/vfs/myserver/mydirectory/mypage.html).  I've looked through the
api for a method that just returns the file path
/myserver/mydirectory/mypage.html but have been unsuccessful.


The code looks like this...

CmsJspActionElement cms = new CmsJspActionElement(pageContext, request,
response);
CmsObject cmsObj = cms.getCmsObject();
Vector vecFiles = cmsObj.getFilesWithProperty("Office","testoffice");

StringBuffer stringOut = new StringBuffer("");
Iterator i = vecFiles.iterator();
while (i.hasNext()){
    String path = (String)i.next();
    stringOut.append(path);
    stringOut.append("<p/>");
}
out.println(stringOut.toString());

Thanks
-tom


===============================================
This transmission is confidential and intended
solely for the person or organization to whom
it is addressed.  It may contain privileged and
confidential information.  If you are not the
intended recipient, you should not copy,
distribute or take any action in reliance on it.

If you have received this transmission in error,
please notify the sender at the e-mail address above.
================================================


--__--__--

Message: 3
Date: Wed, 10 Mar 2004 09:09:21 +1100 (EST)
From: =?iso-8859-1?q?asha=20bird?= <ashabird at yahoo.com.au>
To: opencms-dev at opencms.org
Subject: [opencms-dev] how to read additional help docs
Reply-To: opencms-dev at opencms.org

Hi,
I downloaded additional docs about how to use jsp in
templates and etc.
When i unzip it there is some kind of structure
inside.When I run index.html I get just links.

Could you tell me what do I need to do to be able to
read all that additional info?

thanks a lot
Asha

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

--__--__--

Message: 4
From: "Alex !" <kingofkingston at hotmail.com>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] cms cron will not run....
Date: Tue, 09 Mar 2004 22:18:35 +0000
Reply-To: opencms-dev at opencms.org

There is no empty line, nor any error messages. I even tried corrupting
the 
parameter and the calling class in the single line cron entry  but no
errors 
at all. It is as if the cron functionalty is no longer active. ???

i've tried removing my xml classes that i was developinga and restoring
the 
external lucene registry to the way it was after i first installed the 
module, but that does not work.

It is as if the cron manager does not fire up at all !?


Alex



>From: M Butcher <mbutcher at grcomputing.net>
>Reply-To: opencms-dev at opencms.org
>To: opencms-dev at opencms.org
>Subject: Re: [opencms-dev] cms cron will not run....
>Date: Tue, 09 Mar 2004 09:16:40 -0700
>
>Alex,
>
>Is there an empty line at the end of the cron entry? Do you see the 
>"Cron
>table is corrupt" message in the log?
>
>Matt
>
>Alex ! wrote:
>>hi
>>
>>all of the sudden the cms crons (admin > scheduled tasks) will not 
>>run.
>>
>>i only have one defined that for the lucene module. it used to work, 
>>and i
>>dont think ive changed anything that should stop it from working.
>>
>>ive tried to debug, but since it doesnt run at all i cant get anything

>>in
>>the cms logs to show up. nothing .
>>
>>can anyone please help.
>>
>>
>>Alex
>>
>>_________________________________________________________________
>>It's fast, it's easy and it's free. Get MSN Messenger today!
>>http://www.msn.co.uk/messenger
>>
>>_______________________________________________
>>This mail is send to you from the opencms-dev mailing list
>>To change your list options, or to unsubscribe from the list, please 
>>visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please 
>visit http://mail.opencms.org/mailman/listinfo/opencms-dev

_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger


--__--__--

Message: 5
From: "Alex !" <kingofkingston at hotmail.com>
To: opencms-dev at opencms.org
Subject: RE: [opencms-dev] how to read additional help docs
Date: Tue, 09 Mar 2004 22:20:33 +0000
Reply-To: opencms-dev at opencms.org

they are modules in zip format (as are all opencms modules). you have to

import them through Administration > Module Management > Upload Module
Form. 
Open Cms will take care of the rest.


>From: asha bird <ashabird at yahoo.com.au>
>Reply-To: opencms-dev at opencms.org
>To: opencms-dev at opencms.org
>Subject: [opencms-dev] how to read additional help docs
>Date: Wed, 10 Mar 2004 09:09:21 +1100 (EST)
>
>Hi,
>I downloaded additional docs about how to use jsp in
>templates and etc.
>When i unzip it there is some kind of structure
>inside.When I run index.html I get just links.
>
>Could you tell me what do I need to do to be able to
>read all that additional info?
>
>thanks a lot
>Asha
>
>Find local movie times and trailers on Yahoo! Movies. 
>http://au.movies.yahoo.com 
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please 
>visit http://mail.opencms.org/mailman/listinfo/opencms-dev

_________________________________________________________________
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband


--__--__--

Message: 6
From: "Alex !" <kingofkingston at hotmail.com>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] cms cron will not run....
Date: Tue, 09 Mar 2004 22:37:33 +0000
Reply-To: opencms-dev at opencms.org

I have just deleted the lucene module, then let the cron run as usual, 
hoping that without the necesary classes an exception would be thrown. 
Nothing at all. The cron fuctionalty just doesnt appear to be alive
anymore.

Is my best bet to reinstall opencms.?

All i want to do actually is create the lucene index and search on it so
i 
can finish my xml indexers, is there any other way to do this.?

thanks

Alex


>From: "Alex !" <kingofkingston at hotmail.com>
>Reply-To: opencms-dev at opencms.org
>To: opencms-dev at opencms.org
>Subject: Re: [opencms-dev] cms cron will not run....
>Date: Tue, 09 Mar 2004 22:18:35 +0000
>
>There is no empty line, nor any error messages. I even tried corrupting

>the
>parameter and the calling class in the single line cron entry  but no 
>errors at all. It is as if the cron functionalty is no longer active.
???
>
>i've tried removing my xml classes that i was developinga and restoring

>the
>external lucene registry to the way it was after i first installed the 
>module, but that does not work.
>
>It is as if the cron manager does not fire up at all !?
>
>
>Alex
>
>
>
>>From: M Butcher <mbutcher at grcomputing.net>
>>Reply-To: opencms-dev at opencms.org
>>To: opencms-dev at opencms.org
>>Subject: Re: [opencms-dev] cms cron will not run....
>>Date: Tue, 09 Mar 2004 09:16:40 -0700
>>
>>Alex,
>>
>>Is there an empty line at the end of the cron entry? Do you see the 
>>"Cron
>>table is corrupt" message in the log?
>>
>>Matt
>>
>>Alex ! wrote:
>>>hi
>>>
>>>all of the sudden the cms crons (admin > scheduled tasks) will not 
>>>run.
>>>
>>>i only have one defined that for the lucene module. it used to work, 
>>>and
>>>i dont think ive changed anything that should stop it from working.
>>>
>>>ive tried to debug, but since it doesnt run at all i cant get 
>>>anything in
>>>the cms logs to show up. nothing .
>>>
>>>can anyone please help.
>>>
>>>
>>>Alex
>>>
>>>_________________________________________________________________
>>>It's fast, it's easy and it's free. Get MSN Messenger today!
>>>http://www.msn.co.uk/messenger
>>>
>>>_______________________________________________
>>>This mail is send to you from the opencms-dev mailing list To change 
>>>your list options, or to unsubscribe from the list, please visit
>>>http://mail.opencms.org/mailman/listinfo/opencms-dev
>>
>>_______________________________________________
>>This mail is send to you from the opencms-dev mailing list
>>To change your list options, or to unsubscribe from the list, please 
>>visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>_________________________________________________________________
>Express yourself with cool emoticons - download MSN Messenger today!
>http://www.msn.co.uk/messenger
>
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please 
>visit http://mail.opencms.org/mailman/listinfo/opencms-dev

_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger


--__--__--

Message: 7
Date: Tue, 09 Mar 2004 16:28:57 -0700
From: M Butcher <mbutcher at grcomputing.net>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] cms cron will not run....
Reply-To: opencms-dev at opencms.org

Alex ! wrote:
> I have just deleted the lucene module, then let the cron run as usual,
> hoping that without the necesary classes an exception would be thrown.

> Nothing at all. The cron fuctionalty just doesnt appear to be alive 
> anymore.

When you restart OpenCms, do you see any errors? IIRC, the cron 
scheduling stuff gets initialized by com.opencms.core.OpenCms. Maybe 
it's dying there. (make sure you check the servlet logfile -- 
catalina.out on Tomcat)

> 
> Is my best bet to reinstall opencms.?

Ugh... I hope not.

> 
> All i want to do actually is create the lucene index and search on it 
> so
> i can finish my xml indexers, is there any other way to do this.?

Yeah -- you can write a JSP that runs IndexManager or CronIndexManager 
directly.

Matt



> 
> 
>> From: "Alex !" <kingofkingston at hotmail.com>
>> Reply-To: opencms-dev at opencms.org
>> To: opencms-dev at opencms.org
>> Subject: Re: [opencms-dev] cms cron will not run....
>> Date: Tue, 09 Mar 2004 22:18:35 +0000
>>
>> There is no empty line, nor any error messages. I even tried
>> corrupting the parameter and the calling class in the single line
cron 
>> entry  but no errors at all. It is as if the cron functionalty is no 
>> longer active. ???
>>
>> i've tried removing my xml classes that i was developinga and
>> restoring the external lucene registry to the way it was after i
first 
>> installed the module, but that does not work.
>>
>> It is as if the cron manager does not fire up at all !?
>>
>>
>> Alex
>>
>>
>>
>>> From: M Butcher <mbutcher at grcomputing.net>
>>> Reply-To: opencms-dev at opencms.org
>>> To: opencms-dev at opencms.org
>>> Subject: Re: [opencms-dev] cms cron will not run....
>>> Date: Tue, 09 Mar 2004 09:16:40 -0700
>>>
>>> Alex,
>>>
>>> Is there an empty line at the end of the cron entry? Do you see the
>>> "Cron table is corrupt" message in the log?
>>>
>>> Matt
>>>
>>> Alex ! wrote:
>>>
>>>> hi
>>>>
>>>> all of the sudden the cms crons (admin > scheduled tasks) will not 
>>>> run.
>>>>
>>>> i only have one defined that for the lucene module. it used to 
>>>> work,
>>>> and i dont think ive changed anything that should stop it from
working.
>>>>
>>>> ive tried to debug, but since it doesnt run at all i cant get
>>>> anything in the cms logs to show up. nothing .
>>>>
>>>> can anyone please help.
>>>>
>>>>
>>>> Alex
>>>>
>>>> _________________________________________________________________
>>>> It's fast, it's easy and it's free. Get MSN Messenger today!
>>>> http://www.msn.co.uk/messenger
>>>>
>>>> _______________________________________________
>>>> This mail is send to you from the opencms-dev mailing list To 
>>>> change your list options, or to unsubscribe from the list, please 
>>>> visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>>>
>>>
>>> _______________________________________________
>>> This mail is send to you from the opencms-dev mailing list
>>> To change your list options, or to unsubscribe from the list, please

>>> visit
>>> http://mail.opencms.org/mailman/listinfo/opencms-dev
>>
>>
>> _________________________________________________________________
>> Express yourself with cool emoticons - download MSN Messenger today! 
>> http://www.msn.co.uk/messenger
>>
>> _______________________________________________
>> This mail is send to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please 
>> visit
>> http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> _________________________________________________________________
> Stay in touch with absent friends - get MSN Messenger 
> http://www.msn.co.uk/messenger
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev


--__--__--

Message: 8
Date: Tue, 09 Mar 2004 20:13:22 -0500
To: opencms-dev at opencms.org
From: "Paul D. Bain" <paulbain at pobox.com>
Subject: Re: [opencms-dev] how to read additional help docs
Reply-To: opencms-dev at opencms.org

At +1100Wednesday 3/10/04 09:09 AM, you wrote:
>Hi,
>I downloaded additional docs about how to use jsp in
>templates and etc.
>When i unzip it there is some kind of structure
>inside.When I run index.html I get just links.
>
>Could you tell me what do I need to do to be able to
>read all that additional info?

         You probably downloaded documentation that is in the form of 
OpenCMS modules, which need to be imported into OpenCMS in order to be 
viewable. Try reading some of the documentation that is in PDF form
first 
-- it describes how to import modules.

-- Paul Bain


--__--__--

Message: 9
Date: Tue, 9 Mar 2004 22:37:45 -0500 (EST)
From: Chuck Fletcher <chuck at chuckfletcher.com>
To: opencms-dev at opencms.org
Subject: [opencms-dev] two questions
Reply-To: opencms-dev at opencms.org


Hi all,

Two questions for ya.

I've got OpenCMS working pretty well for me, but I've noticed that the 
documentation is using a different setup. All the index pages are
handled 
with links that point into the system  folder. What am I missing? 

Second question-

I'd like have my elements take arguements so they can behave a little 
differently based on what "section" they are in. What's the best way to
do 
this?

For example in once case I'd like to make a list of files and add the
data 
from a property at the end of each Title - short description, but for 
another one I'd like to use a different property, Title - Role(a custom 
property).

Thanks for the help,

Chuck


--__--__--

Message: 10
Date: Tue, 9 Mar 2004 22:40:50 -0500 (EST)
From: Chuck Fletcher <chuck at chuckfletcher.com>
To: opencms-dev at opencms.org
Subject: [opencms-dev] sort by property?
Reply-To: opencms-dev at opencms.org


Anybody have any experience sorting by a property? I'd especially like
to 
sort by a date in a property.

Thanks again,

Chuck


--__--__--

Message: 11
From: "Oppermann, Joerg" <Joerg.Oppermann at t-systems.com>
To: opencms-dev at opencms.org
Subject: AW: [opencms-dev] setContentType problem again
Date: Wed, 10 Mar 2004 09:33:22 +0100
Reply-To: opencms-dev at opencms.org

Hi Mike,

I retrieve the original HttpServletResponse object and set contenttype
and header for it.
Try the following:

CmsJspActionElement cmsjsp = new CmsJspActionElement(pageContext,
request, response);
HttpServletResponse resporg =
(HttpServletResponse)cmsjsp.getCmsObject().getRequestContext().getRespon
se().getOriginalResponse();
String strName = "name.pdf";
resporg.setContentType("APPLICATION/PDF");
resporg.setHeader("Content-Disposition","attachment; filename=\""+
strName + "\"");

Regards, Joerg

-----Ursprungliche Nachricht-----
Von: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org]Im Auftrag von mike
Gesendet: Dienstag, 9. Marz 2004 16:55
An: opencms-dev at opencms.org
Betreff: [opencms-dev] setContentType problem again


The problem has already been described in a posting in the mailing list
by Joerg Oppermann but there has been no solution. 

I was trying to set the content-type in a jsp via
response.setContentType ("application/pdf") but the content-type of the
resulting document stayed "text/html". I inspected the
opencms-Sourcecode and found out that the code in the setContentMethod
of CmsFlexResponse has been disabled. Since I am in desperate need to
set the content-type to "application/pdf" for a dynamically created
PDF-document I would like to know if anybody knows a workaround. I am
using opencms 5.0.1.

Thanks
Mike

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev


--__--__--

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit 
http://mail.opencms.org/mailman/listinfo/opencms-dev

End of opencms-dev Digest




More information about the opencms-dev mailing list