Re: Example use case.

2006-02-05 Thread Ross Gardler
Gav wrote: - Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 7:51 AM Subject: Re: Example use case. | Gav wrote: | | This is whole thing getting confusing. It feels like you are trying to | solve all problems a

Re: Example use case.

2006-02-04 Thread Gav....
- Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 7:51 AM Subject: Re: Example use case. | Gav wrote: | | This is whole thing getting confusing. It feels like you are trying to | solve all problems at once, and as a

Re: Best way to add repeatable code in v2/v3 (was Re: Example use case)

2006-01-22 Thread Thorsten Scherler
El sáb, 21-01-2006 a las 20:06 +0800, Gav escribió: > Hi All, > > On the right hand side of http://minitutorials.com I have some 'headlines' > in a 'headlines' div > All boxes are in a 'rightbar' div also. > The code for this is in One file called rightnav.ssi and included using > either 'i

Re: Best way to add repeatable code in v2/v3 (was Re: Example use case)

2006-01-22 Thread Thorsten Scherler
El dom, 22-01-2006 a las 21:09 +0800, Gav escribió: ... > | > | > P.S- > | > > | > Creating an empty hook has the side effect of a self closing div - > obviously > | > inlvalid and messes > | > up the rest of the page. > | > | Raise an issue (if there isn't one already, this is ringing a bell

Re: Best way to add repeatable code in v2/v3 (was Re: Example use case)

2006-01-22 Thread Gav....
- Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Sunday, January 22, 2006 2:00 AM Subject: [spam score=82%] Re: Best way to add repeatable code in v2/v3 (was Re: Example use case) | Gav wrote: | > Hi All, | > | > On th

Re: Example use case.

2006-01-21 Thread David Crossley
Gav wrote: > > I have followed the Dispatcher Quickstart guide to the letter > and it works perfectly (forgets to mention to add > project.theme-extension=.fv > to forrest.properties) . So this I have completed no problem. That is the default, so no need to declare it. -David

Re: Best way to add repeatable code in v2/v3 (was Re: Example use case)

2006-01-21 Thread Ross Gardler
Gav wrote: Hi All, On the right hand side of http://minitutorials.com I have some 'headlines' in a 'headlines' div All boxes are in a 'rightbar' div also. The code for this is in One file called rightnav.ssi and included using either 'include' or 'require' This obviously has the effect th

Re: Example use case - working example

2006-01-21 Thread Ross Gardler
Gav wrote: Ok, so I now have something to work with. So you know, this is a summary of what I did. (There is a question at the end of all this) 1. Followed Davids Dispatcher Quick Start with a 'forrest test-sample' rather than seed-v2. 2. Copied Ross' coat.fv into /project_home/src/docu

Best way to add repeatable code in v2/v3 (was Re: Example use case)

2006-01-21 Thread Gav....
Hi All, On the right hand side of http://minitutorials.com I have some 'headlines' in a 'headlines' div All boxes are in a 'rightbar' div also. The code for this is in One file called rightnav.ssi and included using either 'include' or 'require' This obviously has the effect that all of the site

Re: Example use case - working example

2006-01-21 Thread Gav....
Ok, so I now have something to work with. So you know, this is a summary of what I did. (There is a question at the end of all this) 1. Followed Davids Dispatcher Quick Start with a 'forrest test-sample' rather than seed-v2. 2. Copied Ross' coat.fv into /project_home/src/documentation/resource

Re: Example use case.

2006-01-20 Thread Gav....
- Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 6:59 PM Subject: Re: Example use case. | | For an example of creating your own theme see the o.a.f.themer.Coat | plugin in whiteboard. Don't be fooled by the fact t

Re: Example use case.

2006-01-20 Thread Ross Gardler
Gav wrote: - Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 7:51 AM Subject: Re: Example use case. | Gav wrote: | | This is whole thing getting confusing. It feels like you are trying to | solve all problems a

Re: Example use case.

2006-01-19 Thread Gav....
- Original Message - From: "Ross Gardler" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 7:51 AM Subject: Re: Example use case. | Gav wrote: | | This is whole thing getting confusing. It feels like you are trying to | solve all problems at once, and as a

Re: Example use case.

2006-01-19 Thread Ross Gardler
Gav wrote: This is whole thing getting confusing. It feels like you are trying to solve all problems at once, and as a result are being recommended to approach it with a whole raft of technologies. Lets take it one step at a time. Here are the major tasks: 1) get a theme that you like 2)

Re: Example use case.

2006-01-19 Thread Gav....
- Original Message - From: "Thorsten Scherler" <[EMAIL PROTECTED]> To: Sent: Thursday, January 19, 2006 11:13 PM Subject: Re: Example use case. | El jue, 19-01-2006 a las 19:28 +0800, Gav escribió: | > - Original Message - | > From: "David

Re: Example use case.

2006-01-19 Thread Thorsten Scherler
El jue, 19-01-2006 a las 19:28 +0800, Gav escribió: > - Original Message - > From: "David Crossley" <[EMAIL PROTECTED]> > To: > Sent: Thursday, January 19, 2006 12:39 PM > Subject: Re: Example use case. > > > | Paul Bolger wrote: > |

Re: Example use case.

2006-01-19 Thread Gav....
- Original Message - From: "David Crossley" <[EMAIL PROTECTED]> To: Sent: Thursday, January 19, 2006 12:39 PM Subject: Re: Example use case. | Paul Bolger wrote: | > Ross | > | > This relates to an issue I've been thinking about for a while. If one | >

Re: Example use case.

2006-01-18 Thread David Crossley
Paul Bolger wrote: > Ross > > This relates to an issue I've been thinking about for a while. If one > had a pile of html and wanted to convert the docs to Forrest internal > format, and then convert them back into html as a Forrest generated > site presumably leaving the source documents in their

Re: Example use case.

2006-01-18 Thread Paul Bolger
Ross This relates to an issue I've been thinking about for a while. If one had a pile of html and wanted to convert the docs to Forrest internal format, and then convert them back into html as a Forrest generated site presumably leaving the source documents in their original location would result

Re: Example use case.

2006-01-18 Thread Ross Gardler
Gav wrote: Ok, so I have a site I have been throwing stuff into now and then, the forums seem to be getting more popular, as are the stats steadily rising. So I'd like to use forrest on it now. The site in question is http://www.minitutorials.com . ... To the point, how do I now convert t

Example use case.

2006-01-18 Thread Gav....
Not sure the subject is contradictory but anyway ... I find it easier to understand things by doing. I am finding I am still having a problem grasping some parts of forrest and then v3 comes along! (Thanks Thorsten :) ) . Anyway, as I have no use case and no real need for forrest, I see this