problem with site.xml and tabs.xml: empty menus

2009-03-27 Thread Vicent Mas
Hi, I'm a newbie. I recently intalled forrest-0.90 from svn and started playing with it. First I tried the skin approach. After some reading, I decided that using dispatcher was the way to go so I did. Now I've some problems that I don't know how to fix. The first problem is related with site.xml

Re: problem with site.xml and tabs.xml: empty menus

2009-03-30 Thread Vicent Mas
problem yourself with much simpler files. 2009/3/31 David Crossley : > Vicent Mas wrote: >> >> I'm a newbie. I recently intalled forrest-0.90 from svn and started playing >> with it. First I tried the skin approach. After some reading, I decided that >> using dispatcher

Re: problem with site.xml and tabs.xml: empty menus

2009-04-01 Thread Vicent Mas
s fine if I use the skinconfig approach instead of the dispatcher) but, as a good newbie, I cannot find it. Please tell me if you know a better solution. Vicent 2009/3/31 Vicent Mas : > Hi, > > lately I've been reading a lot, struggling with the problem and I've > now

Re: problem with site.xml and tabs.xml: empty menus

2009-04-02 Thread Vicent Mas
when they are selected. The rounded bottom line is added to these menus. Please, tell me if you need some more info. Vicent 2009/4/2 Thorsten Scherler : > On Wed, 2009-04-01 at 16:41 +0200, Vicent Mas wrote: >> Hi, >> >> finally I've fixed my problem. In my customisat

Re: problem with site.xml and tabs.xml: empty menus

2009-04-06 Thread Vicent Mas
Hi, > Hi Vicent, > > normally Ross points out the importance to NOT TOP POST! > > Why? > > http://www.caliburn.nl/topposting.html > http://en.wikipedia.org/wiki/Posting_style > > "A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: T

problem skinning legacy html

2009-04-11 Thread Vicent Mas
Hi, I've a few html pages (generated via docbook) that I'd like to include in a forrest (dispatcher) website. I want those pages to be skinned like the rest of pages of the website. After having a look to the embedding html sample that comes with seeded forrest sites and after some reading in the

Re: problem skinning legacy html

2009-04-17 Thread Vicent Mas
Hi 2009/4/17 David Crossley : > > Be aware that there is a stylesheet that transforms between > "source html" and the Forrest "internal document" xml format. > As mentioned on that "Embedded HTML demonstration page" and > elsewhere, that stylesheet does not cope with everything. > http://forrest.z

forrest build problem?

2009-09-23 Thread Vicent Mas
Hi, I've installed forrest from the repository on my debian box. The installation seems OK. Then I've created a sample site via forrest seed. It seems OK too. However when I try to execute 'forrest run' or 'forrest site' I get te following error: Apache Forrest. Run 'forrest -projecthelp' to li

Re: forrest build problem?

2009-09-23 Thread Vicent Mas
Hi again, finally I've found the solution. My shell environment was dirty due to some vars being overwritten by my .bashrc file. After cleaning everything carefully it works ok. Sorry for the noise. Vicent 2009/9/23 Vicent Mas : > Hi, > > I've installed forrest from the repo

New website using dispatcher

2009-10-25 Thread Vicent Mas
Hi, although I'm worried about the Forrest future (I'm a reader of the "Status and future direction thread") I decided to finish what I started some months ago i.e. moving my website from docbook website to Apache Forrest. You can see the result here: http://www.vitables.org The site still ha

meta tag problem

2009-10-29 Thread Vicent Mas
Hello, In my (dispatcher) website I'd like to use meta tags for giving keywords to my HTML pages. I know I can use the contract siteinfo-meta and generate a set of keywords that will be used in every page of the website. But, is there a way for specifying different keywords for different pages?

Re: meta tag problem

2009-10-29 Thread Vicent Mas
> "Vicent Mas" said: > > In my (dispatcher) website I'd like to use meta tags for giving keywords > > to my HTML pages. I know I can use the contract siteinfo-meta and > > generate a set of keywords that will be used in every page of the > > website. Bu

sitemap help

2009-10-30 Thread Vicent Mas
Hello, I've written a simple contract for adding a syndication (rss feed) link to my website. It is based on the content-xml-link contract. The contract adds a rss icon linked to the xml file where the syndicated content is defined. Its filename is rss.xml and it lives in the xdocs directory o

problem with feeder plugin

2009-11-02 Thread Vicent Mas
Hi, In a recent post I've been suggested to have a look to the feeder plugin (among others) as it could help me to deal with problems in a customised contract. I've done it, but I cannot manage to get the plugin working in my website. Following the instructions in the feeder plugin site, http:

Re: problem with feeder plugin

2009-11-02 Thread Vicent Mas
> Hi, > > In a recent post I've been suggested to have a look to the feeder plugin > (among others) as it could help me to deal with problems in a customised > contract. I've done it, but I cannot manage to get the plugin working in my > website. Following the instructions in the feeder plugin sit

Re: problem with feeder plugin

2009-11-03 Thread Vicent Mas
> 2009/11/2 Vicent Mas : > > ... > > > This was wrong. The file has not xdoc format. Simply > > > > > > > > http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml > > > > > > > > in a file named feedD

Howto contribute contracts

2009-11-07 Thread Vicent Mas
Hi, I've recently written a contract which allow to include in the page footer a link (with an optional icon) to a given URL. I've used it in my website for adding a link to a Privacy Statements page and a link (with icon) to a rss feed. If you think it can be useful for other people I can cont

List of sites using dispatcher

2009-11-07 Thread Vicent Mas
Hi, I'd like to see my website added to the list of sites using dispatcher: http://forrest.apache.org/live-sites.html Is that possible at all? Vicent :: Share what you know, learn what you don't signature.asc Description: This is a digitally signed message part.

Re: List of sites using dispatcher

2009-11-08 Thread Vicent Mas
On 2009-11-07 Brian M Dube said: > On Sat, Nov 07, 2009 at 10:07:31AM +0100, Vicent Mas wrote: > > Hi, > > > > I'd like to see my website added to the list of sites using dispatcher: > > You may have mentioned the site recently, but I don't see it just

xdocs title element and the title bar of browser windows

2009-11-13 Thread Vicent Mas
Hi all, I'm trying to fine tunning my dispatcher website. One thing that I find particularly annoying is the fact that regular processing of a xdoc fragment like: My title ... will produce an HTML page like: My title My title ... so the *same* title wi

Re: xdocs title element and the title bar of browser windows

2009-11-14 Thread Vicent Mas
On 2009-11-13 Vicent Mas said: > Hi all, > > I'm trying to fine tunning my dispatcher website. One thing that I find > particularly annoying is the fact that regular processing of a xdoc > fragment like: > > > > > My title > >

Re: xdocs title element and the title bar of browser windows

2009-11-14 Thread Vicent Mas
On 2009-11-14 Tim Williams said: > On Sat, Nov 14, 2009 at 7:38 AM, Vicent Mas wrote: > > On 2009-11-13 Vicent Mas said: > >> Hi all, > >> > >> I'm trying to fine tunning my dispatcher website. One thing that I find > >> particularly anno

Re: xdocs title element and the title bar of browser windows

2009-11-16 Thread Vicent Mas
On 2009-11-14 "Sina K. Heshmati" said: > > > > > > > My main problem is that I don't understand how content-title.ft works: > > > > > > + |start content-title + > > > > + |end content-title + > > > > > > How does the contract get the v

Re: xdocs title element and the title bar of browser windows

2009-11-16 Thread Vicent Mas
On 2009-11-16 Thorsten Scherler said: > On Mon, 2009-11-16 at 09:23 +0100, Vicent Mas wrote: > > On 2009-11-14 "Sina K. Heshmati" said: > > ... > > > > > 1) I wasn't very happy with the dirty trick of using an id attribute for > > passing

unable to run forrest

2010-08-03 Thread Vicent Mas
Hi list, after a long time (more than one year) without working with computers due to several problems I'm trying to come back to my normal activity with computers. One of the first things I'm trying to do is to update my dispatcher website (www.vitables.org) but I'm unable to do it. I've done a

Re: unable to run forrest

2010-08-03 Thread Vicent Mas
2010/8/3 Tim Williams : > On Tue, Aug 3, 2010 at 8:16 AM, Vicent Mas wrote: >> Hi list, >> >> after  a long time (more than one year) without working  with computers due >> to >> several problems I'm trying to come back to my normal activity with >&g

building a sample site with dispatcher fails

2010-08-03 Thread Vicent Mas
Hi, while investigating the problems that I sent yesterday to this list (thread 'Unable to run forrest') and due to the long time I've been without using forrest I decided to start with the simplest task i.e. build a sample site using $ forrest seed. It works fine if I don't use dispatcher, but wh

Re: building a sample site with dispatcher fails

2010-08-05 Thread Vicent Mas
2010/8/4 Vicent Mas : > Hi, > > while investigating the problems that I sent yesterday to this list > (thread 'Unable to run forrest') > and due to the long time I've been without using forrest I decided to > start with the simplest task > i.e. build a sample

Re: building a sample site with dispatcher fails

2010-08-05 Thread Vicent Mas
2010/8/5 Tim Williams : > On Thu, Aug 5, 2010 at 4:34 AM, Vicent Mas wrote: >> 2010/8/4 Vicent Mas : >>> Hi, >>> >>> while investigating the problems that I sent yesterday to this list >>> (thread 'Unable to run forrest') >>> and d

Re: building a sample site with dispatcher fails

2010-08-05 Thread Vicent Mas
Hi again, after coming back to the initial situation (fresh check out of the repo) the problems with my dispatcher seed site are obviously reproduced. When executing "$ forrest run" the console displays the following errors: [... SNIP...] fetch-plugins-descriptors: Copying 1 file to /tmp/prova/bu

Re: building a sample site with dispatcher fails

2010-08-05 Thread Vicent Mas
2010/8/5 Sina K. Heshmati : > Hello Vicent, > > "Vicent Mas" said: > >> Hi again, >> after coming back to the initial situation (fresh check out of the >> repo) the problems >> with my dispatcher seed site are obviously reproduced. When executing

Re: building a sample site with dispatcher fails

2010-08-07 Thread Vicent Mas
2010/8/7 David Crossley : > Vicent Mas wrote: >> Sina K. Heshmati wrote: >> > "Vicent Mas" said: >> >> >> >> after coming back to the initial situation (fresh check out of the >> >> repo) the problems >> >> with my dispat

Re: building a sample site with dispatcher fails

2010-08-10 Thread Vicent Mas
2010/8/10 Tim Williams : > On Thu, Aug 5, 2010 at 7:14 AM, Vicent Mas wrote: >> Hi again, >> after coming back to the initial situation (fresh check out of the >> repo) the problems >> with my dispatcher seed site are obviously reproduced. When executing >> "

Re: building a sample site with dispatcher fails

2010-08-11 Thread Vicent Mas
2010/8/11 Tim Williams : > On Tue, Aug 10, 2010 at 12:55 PM, Sina K. Heshmati wrote: >> -- >> Prior discussions have been snipped, please view the complete thread at: >> http://markmail.org/message/fyloqkqilo2tqalr >> -- >> >> Hi Vicent, >> >> &

Re: building a sample site with dispatcher fails

2010-08-11 Thread Vicent Mas
2010/8/11 Tim Williams : > On Wed, Aug 11, 2010 at 4:13 AM, Vicent Mas wrote: >> 2010/8/11 Tim Williams : >>> On Tue, Aug 10, 2010 at 12:55 PM, Sina K. Heshmati wrote: >>>> -- >>>> Prior discussions have been snipped, please view the complete t

Re: building a sample site with dispatcher fails

2010-08-11 Thread Vicent Mas
2010/8/11 Tim Williams : > On Wed, Aug 11, 2010 at 7:28 AM, Vicent Mas wrote: >> 2010/8/11 Tim Williams : >>> On Wed, Aug 11, 2010 at 4:13 AM, Vicent Mas wrote: >>>> 2010/8/11 Tim Williams : >>>>> On Tue, Aug 10, 2010 at 12:55 PM, Sina K. H

Re: building a sample site with dispatcher fails

2010-08-19 Thread Vicent Mas
Hi all, after some holyday I'm here again, trying to fix my problems with the dispatcher plugin. I've started again from scratch: unset FORREST_HOME, removed my local repository of forrest, checked it out again, built forrest, set FORREST_HOME, added FORREST_HOME/bin to PATH and built a dispatcher

Re: building a sample site with dispatcher fails

2010-08-24 Thread Vicent Mas
2010/8/24 Thorsten Scherler : > On Thu, 2010-08-19 at 11:06 +0200, Vicent Mas wrote: >> Hi all, >> > > Hmm, I cannot reproduce your problem. I did > cd $FORREST_HOME > svn up -> At revision 988481. > cd  main > ./build.sh clean ;.

Re: Plugins with Java source are not being built (was Re: building a sample site with dispatcher fails)

2010-08-25 Thread Vicent Mas
2010/8/25 Brian M Dube : > On Wed, Aug 04, 2010 at 08:48:31AM +0200, Vicent Mas wrote: >> Hi, >> >> while investigating the problems that I sent yesterday to this list >> (thread 'Unable to run forrest') >> and due to the long time I've been with

problems updating an old dispatcher site

2010-08-26 Thread Vicent Mas
Hi, I'm trying to update my project website. It uses dispatcher and was setup before the merge of the dispatcher and the core plugins. The website has several customisations of contracts (mainly core plugin contracts) and pelt html panels. Now I've an updated my local repository of forrest but ca

Re: problems updating an old dispatcher site

2010-08-26 Thread Vicent Mas
2010/8/26 Thorsten Scherler : > On Thu, 2010-08-26 at 10:41 +0200, Vicent Mas wrote: >> Hi, >> >> I'm trying to update my project website. It uses dispatcher and was >> setup before the >> merge of the dispatcher and the core plugins. The website has sev

motd question

2011-04-01 Thread Vicent Mas
Hi, I'm trying to add a motd pane only to the main page of my dispatcher website. Adding the following lines to my pelt-html.content.panel.xml makes the pane to appear in every index.html page of the website: My me

Re: motd question

2011-04-04 Thread Vicent Mas
2011/4/4 David Crossley : > Brian M Dube wrote: >> Vicent Mas wrote: >> > >> > I'm trying to add a motd pane only to the main page of my dispatcher >> > website. >> > Adding the following lines to my pelt-html.content.panel.xml makes the >&g

Re: motd question

2011-04-04 Thread Vicent Mas
On 2011-04-04 Vicent Mas said: > 2011/4/4 David Crossley : > > Brian M Dube wrote: > >> Vicent Mas wrote: > >> > I'm trying to add a motd pane only to the main page of my dispatcher > >> > website. Adding the following lines to my pelt-html.conte

Re: motd question

2011-04-14 Thread Vicent Mas
On 2011-04-13 David Crossley said: > Vicent Mas wrote: > > I've updated my local repo and checked that the 'starts-with' attribute > > stuff of motd is not available with dispatcher. I've customised the > > content-motd- page.contract.xml that comes wit

problem with hidden pages

2011-11-12 Thread Vicent Mas
Hi, I'm running a dispatcher site and I'd like to add a custom '404 error' page to it. I've created a 404.xml file and put it in my xdocs directory. The page shouldn't appear in the navigation menu so in my site.xml I've added an entry without 'label' attribute: When I execute 'forrest run'

Re: problem with hidden pages

2011-11-13 Thread Vicent Mas
2011/11/12 David Crossley : > Vicent Mas wrote: >> Hi, >> >> I'm running a dispatcher site and I'd like to add a custom '404 error' >> page to it. I've created a 404.xml file and put it in my xdocs >> directory. The page shouldn't a

How to install forrest 0.9

2014-09-09 Thread Vicent Mas
Hi, after a long time without using Forrest I'm trying to redo my website with it but I'm failing. I'd like to use the current version, 0.9. The problem is that I don't know how to install it. I've downloaded the apache-forrest-0.9-sources.tar.gz and apache-forrest-0.9-dependencies.tar.gz. as it

Re: How to install forrest 0.9

2014-09-10 Thread Vicent Mas
On Wed, Sep 10, 2014 at 12:45 AM, David Crossley wrote: > On Tue, Sep 09, 2014 at 01:43:52PM +0200, Vicent Mas wrote: >> Hi, >> after a long time without using Forrest I'm trying to redo my website >> with it but I'm failing. I'd like to use the current vers

Building my website with forrest 0.9

2014-09-10 Thread Vicent Mas
Hi, I've just installed forrest-0.9 with the help of David Crossley (thanks again). Unfortunately it can't build my website (that I built when 0.9 was the developer version). With 'forrest run' I get the following error: Internal Server Error Message: null Description: No details available. Send

Re: Building my website with forrest 0.9

2014-09-11 Thread Vicent Mas
On Thu, Sep 11, 2014 at 2:54 AM, David Crossley wrote: > On Wed, Sep 10, 2014 at 11:23:07AM +0200, Vicent Mas wrote: >> Hi, >> >> I've just installed forrest-0.9 with the help of David Crossley (thanks >> again). >> >> Unfortunately it can'

Re: Building my website with forrest 0.9

2014-09-11 Thread Vicent Mas
On Thu, Sep 11, 2014 at 3:43 AM, David Crossley wrote: > On Wed, Sep 10, 2014 at 11:23:07AM +0200, Vicent Mas wrote: >> Hi, >> >> I've just installed forrest-0.9 with the help of David Crossley (thanks >> again). >> >> Unfortunately it can'

Customizing a website using forrest 0.10-dev and dispatcher

2014-09-11 Thread Vicent Mas
Hi, I'm trying to build a website with forrest 0.10 and the dispatcher plugin. My current problem is that all my customizations are ignored. For instance, if I change the copyright in a footer it is not updated. I've used the Dispatcher Quickstart (version 0.8 is the most modern version I found) a

Re: Customizing a website using forrest 0.10-dev and dispatcher

2014-09-11 Thread Vicent Mas
On Thu, Sep 11, 2014 at 5:09 PM, David Crossley wrote: > On Thu, Sep 11, 2014 at 01:48:58PM +0200, Vicent Mas wrote: >> Hi, >> >> I'm trying to build a website with forrest 0.10 and the dispatcher >> plugin. My current problem is that all my customizations ar

Re: Customizing a website using forrest 0.10-dev and dispatcher

2014-09-12 Thread Vicent Mas
On Fri, Sep 12, 2014 at 1:29 AM, David Crossley wrote: > On Thu, Sep 11, 2014 at 06:52:28PM +0200, Vicent Mas wrote: >> On Thu, Sep 11, 2014 at 5:09 PM, David Crossley wrote: >> > On Thu, Sep 11, 2014 at 01:48:58PM +0200, Vicent Mas wrote: >> >> Hi, >> >>

Re: Building my website with forrest 0.9

2014-09-12 Thread Vicent Mas
On Thu, Sep 11, 2014 at 4:53 PM, David Crossley wrote: > On Thu, Sep 11, 2014 at 11:24:16AM +0200, Vicent Mas wrote: >> On Thu, Sep 11, 2014 at 2:54 AM, David Crossley wrote: >> > >> > If that works, then try configuring that sample site >> > to use Di

Re: Building my website with forrest 0.9

2014-09-12 Thread Vicent Mas
On Fri, Sep 12, 2014 at 10:45 AM, David Crossley wrote: > On Fri, Sep 12, 2014 at 10:28:34AM +0200, Vicent Mas wrote: >> On Thu, Sep 11, 2014 at 4:53 PM, David Crossley wrote: >> > On Thu, Sep 11, 2014 at 11:24:16AM +0200, Vicent Mas wrote: >> >> On Thu, Sep 11, 2

Re: Customizing a website using forrest 0.10-dev and dispatcher

2014-09-12 Thread Vicent Mas
On Fri, Sep 12, 2014 at 11:03 AM, David Crossley wrote: > On Fri, Sep 12, 2014 at 10:08:28AM +0200, Vicent Mas wrote: >> On Fri, Sep 12, 2014 at 1:29 AM, David Crossley wrote: >> > On Thu, Sep 11, 2014 at 06:52:28PM +0200, Vicent Mas wrote: >> >> On Thu, Sep 11, 2

Re: Building my website with forrest 0.9

2014-09-15 Thread Vicent Mas
On Sun, Sep 14, 2014 at 10:54 AM, David Crossley wrote: > On Fri, Sep 12, 2014 at 11:03:58AM +0200, Vicent Mas wrote: >> On Fri, Sep 12, 2014 at 10:45 AM, David Crossley wrote: >> > On Fri, Sep 12, 2014 at 10:28:34AM +0200, Vicent Mas wrote: >> >> On Thu, Sep 11, 2

Re: Building my website with forrest 0.9

2014-09-16 Thread Vicent Mas
On Mon, Sep 15, 2014 at 11:16 AM, David Crossley wrote: > On Mon, Sep 15, 2014 at 10:21:41AM +0200, Vicent Mas wrote: >> On Sun, Sep 14, 2014 at 10:54 AM, David Crossley wrote: >> > On Fri, Sep 12, 2014 at 11:03:58AM +0200, Vicent Mas wrote: >> >> On Fri, Sep 12, 20

Re: Building my website with forrest 0.9

2014-09-18 Thread Vicent Mas
On Wed, Sep 17, 2014 at 10:29 AM, David Crossley wrote: > On Tue, Sep 16, 2014 at 10:42:11AM +0200, Vicent Mas wrote: >> On Mon, Sep 15, 2014 at 11:16 AM, David Crossley wrote: >> > On Mon, Sep 15, 2014 at 10:21:41AM +0200, Vicent Mas wrote: >> >> On Sun, Sep 14, 20

Re: Customizing a website using forrest 0.10-dev and dispatcher

2014-09-18 Thread Vicent Mas
On Fri, Sep 12, 2014 at 11:24 AM, Vicent Mas wrote: > On Fri, Sep 12, 2014 at 11:03 AM, David Crossley wrote: >> On Fri, Sep 12, 2014 at 10:08:28AM +0200, Vicent Mas wrote: >>> On Fri, Sep 12, 2014 at 1:29 AM, David Crossley wrote: >>> > On Thu, Sep 11, 2014 a