Re: intranet environment

2005-08-25 Thread Ross Gardler

Hugo Osorio wrote:

Does Forrest give a collaborative environment like Twiki, for example?


Forrest is not a CMS of any description it is an XML publishing 
framework, see our home page.


is it Forrest a good option for an intranet where people from different 
areas place their own content and files?


As I said earlier in the thread 0.8-dev does facilitate this but 0.7 
does not. The code is pretty solid/stabel. I use it extensively in a 
production environment pulling content from SVN (via http), Daisy (via 
the Diay plugin in Whiteboard) and the local filesystem.


Ross


Re: intranet environment

2005-08-22 Thread Hugo Osorio
Does Forrest give a collaborative environment like Twiki, for example?

Maybe I am in the wrong place, 

is it Forrest a good option for an intranet where people from different areas place their own content and files?


2005/8/22, David Crossley <[EMAIL PROTECTED]>:
Hugo Osorio wrote:> Thank you for your response !>> so, is there another option?, i am afraid of facing a release which is in> development, i need something quick and easy.. i am building an intranet, I
> need people easily to put data/content onto the server, in order to be> published for our 'local area network' only>> The environment for this, i suppose, is Forrest CMS in this case, Cocoon the
> basis, Tomcat, but, i need to have cleared how people can put their own> content on the forrest-project (which is in another machine (FreeBSD)) by> themselves.>> thank you for your guidance, it is quite valuable
As a workaround, you could use 'wget' ior 'rsync' to retrieveeach document from the remote CMS server and store it on thelocal server where forrest can access it by its normal means.-David



Re: intranet environment

2005-08-21 Thread David Crossley
Hugo Osorio wrote:
> Thank you for your response !
> 
> so, is there another option?, i am afraid of facing a release which is in 
> development, i need something quick and easy.. i am building an intranet, I 
> need people easily to put data/content onto the server, in order to be 
> published for our 'local area network' only
> 
> The environment for this, i suppose, is Forrest CMS in this case, Cocoon the 
> basis, Tomcat, but, i need to have cleared how people can put their own 
> content on the forrest-project (which is in another machine (FreeBSD)) by 
> themselves.
> 
> thank you for your guidance, it is quite valuable

As a workaround, you could use 'wget' ior 'rsync' to retrieve
each document from the remote CMS server and store it on the
local server where forrest can access it by its normal means.

-David


Re: intranet environment

2005-08-19 Thread Tim Williams
On 8/19/05, Hugo Osorio <[EMAIL PROTECTED]> wrote:
> Thank you for your response !
>  
>  so, is there another option?, i am afraid of facing a release which is in
> development, i need something quick and easy.. i am building an intranet, I
> need people easily to put data/content onto the server, in order to be
> published for our 'local area network' only
>  
>  The environment for this, i suppose, is Forrest CMS in this case, Cocoon
> the basis, Tomcat, but, i need to have cleared how people can put their own
> content on the forrest-project (which is in another machine (FreeBSD)) by
> themselves.
>  
>  thank you for your guidance, it is quite valuable

Your options, as I see them are:
1) Take Ross' advise and use the 0.8-dev version's locationmap capability.
2) The code for locationmap I think is actually in the 0.7 release
code, but it's been modified since then.
3) Take just the locationmap code from 0.8-dev and bring it into your
environment

1 
- Risks: it is a "dev" version but the trunk is pretty stable so if
you are planning to use "skins" then it should be fine.
- Pros: the locationmap stuff on which you depend is tested more in
this version.

2
- Risks: the locationmap code in that version hasn't been through
rigorous testing and has been improved a little since then.
- Pros: you might get it working without having to change your baseline.

3
- Risks: it hasn't been done or tested before but it "should" work
fine; CM is more complex.
- Pros: you get to keep you current baseline while only modifying the
minimum number of files.
  
These are the reasonably options.  Others exist but they would be even
more risky as they would need development and also have never been
tested.  If I were in your shoes I'd go with 3 although I probably
shouldn't be advocating such an approach.
--tim


>  
>  
> 
> 2005/8/16, Ross Gardler <[EMAIL PROTECTED]>:
> > Hugo Osorio wrote:
> > > Hello.
> > >
> > > somebody please can give me an orientation
> > >
> > > is it proper using Forrest with Slide Jakarta? am i well oriented at the
> > > idea of having both of them for an intranet environment, i have forrest 
> > > installed on a FreeBSD platform, working with tomcat, i have understood
> > > that i need Jakarta in order to people can put an remove data on/from
> > > the "server" Forrest via Slide which support WebDAV protocol... 
> > 
> > In order to have Forrest retrieve its content from a slide repository
> > (or any repository other than the local filesystem) you will need to use
> >   the 0.8-dev version of Forrest. this includes a new facility called 
> > the locationmap
> (http://forrest.apache.org/docs_0_80/locationmap.html )
> > 
> > This code works and has been tested with a slide repository, but is not 
> > yet in a released verion of Forrest so you'll need to work with SVN or
> > one of our nightly snapshots.
> > 
> > Ross
> > 
> 
>


Re: intranet environment

2005-08-19 Thread Hugo Osorio
Thank you for your response !

so, is there another option?, i am afraid of facing a release which is
in development, i need something quick and easy.. i am building an
intranet, I need people easily to put data/content onto the server, in
order to be published for our 'local area network' only

The environment for this, i suppose, is Forrest CMS in this case,
Cocoon the basis, Tomcat, but, i need to have cleared how people can
put their own content on the forrest-project (which is in another
machine (FreeBSD)) by themselves.

thank you for your guidance, it is quite valuable


2005/8/16, Ross Gardler <[EMAIL PROTECTED]>:
Hugo Osorio wrote:> Hello.>> somebody please can give me an orientation>> is it proper using Forrest with Slide Jakarta? am i well oriented at the> idea of having both of them for an intranet environment, i have forrest
> installed on a FreeBSD platform, working with tomcat, i have understood> that i need Jakarta in order to people can put an remove data on/from> the "server" Forrest via Slide which support WebDAV protocol...
In order to have Forrest retrieve its content from a slide repository(or any repository other than the local filesystem) you will need to use  the 0.8-dev version of Forrest. this includes a new facility called
the locationmap (http://forrest.apache.org/docs_0_80/locationmap.html )This code works and has been tested with a slide repository, but is not
yet in a released verion of Forrest so you'll need to work with SVN orone of our nightly snapshots.Ross


Re: intranet environment

2005-08-16 Thread Ross Gardler

Hugo Osorio wrote:

Hello.

somebody please can give me an orientation

is it proper using Forrest with Slide Jakarta? am i well oriented at the 
idea of having both of them for an intranet environment, i have forrest 
installed on a FreeBSD platform, working with tomcat, i have understood 
that i need Jakarta in order to people can put an remove data on/from 
the "server" Forrest via Slide which support WebDAV protocol...


In order to have Forrest retrieve its content from a slide repository 
(or any repository other than the local filesystem) you will need to use 
 the 0.8-dev version of Forrest. this includes a new facility called 
the locationmap (http://forrest.apache.org/docs_0_80/locationmap.html )


This code works and has been tested with a slide repository, but is not 
yet in a released verion of Forrest so you'll need to work with SVN or 
one of our nightly snapshots.


Ross