[opencms-dev] OpenCms architectue

Mirko Calvaresi m.calvaresi at opent.it
Tue Jan 24 10:53:22 CET 2006


Hello everyone, it's the first time i write here.
My question is: it's possibile to achieve system performance to holde the 
opencms on a machine and publish the site on another?
How i've to change te openc config file?
Thank you
----- Original Message ----- 
From: "Joe Desbonnet" <jdesbonnet at gmail.com>
To: "The OpenCms mailing list" <opencms-dev at opencms.org>
Sent: Monday, January 23, 2006 7:54 PM
Subject: Re: [opencms-dev] Adding Navigation


Are you developing your own template?

The following code generates a breadcrumb path:
<%
{
Iterator iter = navBuilder.getNavigationBreadCrumb().iterator();
iter.next();
out.write("<a href=\"" + cms.link("/") + "\">Home</a> ");
while (iter.hasNext()) {
CmsJspNavElement nav = (CmsJspNavElement)iter.next();
out.write(" > <a href=\"" + cms.link(nav.getResourceName()) +
"\">" + nav.getNavText() + "</a> ");
}
}
%>

An sitemap script is at this link:
http://cms.galway.net:8080/OpenCmsWiki/Wiki.jsp?page=Tips

Joe.


On 1/23/06, Colin Coolidge <colincoolidge at yahoo.com> wrote:
> Hi All,
>
> I'm trying to take advantage of the navigation in opencms 6...how do I add
> this to my left nav?
>
>  ________________________________
>  Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on 
> new
> and used cars.
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>

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



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date: 20/01/2006




More information about the opencms-dev mailing list