You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by "Markus M. May" <mm...@gmx.net> on 2004/06/22 21:29:58 UTC

sitetree.xml and external hrefs

Hello,
I am using lenya to publish a small web site as static html content, 
because my provider does not support more.
On the website I would like to use an external HREF in the sitetree.xml. 
This works in the site mode of lenya. The problem occurs, if I try to 
publish this link. When I click on the link the error message: "Unable 
to get transformer handler for 
cocoon://lenya-page/wifi-frankfurt.de/info/default.xml" will be 
displayed. Therefor I am pretty much unable to publish this link.

Now I am looking for a solution for this.

Also another goody would be, since I am not working with workflows 
anyway, to publish and export the whole site at once. I read already 
that this should be doable with ant somehow, can anybody tell me how?

Regards,

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Markus M. May wrote:

>> you'd have to implement the publish subtree functionality. for a way 
>> how to do that, look at the unicms publication.
>>
> unicms? where can i find this, or did I just miss this?

wyona.org


-- 
Gregor J. Rothfuss
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://wyona.com                   http://cocoon.apache.org/lenya
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by "Markus M. May" <mm...@gmx.net>.
Hello again,

> external links in the sitetree arent fully supported yet. it might be 
> that the link checker is confused.
> 
I am currently using Lenya 1.2 (with cocoon 2.1.4) downloaded from your 
site. So the external links are not usable at all? I saw them on some of 
the live-pages as well ???
> 
> you'd have to implement the publish subtree functionality. for a way how 
> to do that, look at the unicms publication.
> 
unicms? where can i find this, or did I just miss this?

R,

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Markus M. May wrote:

> Hello,
> I am using lenya to publish a small web site as static html content, 
> because my provider does not support more.
> On the website I would like to use an external HREF in the sitetree.xml. 
> This works in the site mode of lenya. The problem occurs, if I try to 
> publish this link. When I click on the link the error message: "Unable 
> to get transformer handler for 
> cocoon://lenya-page/wifi-frankfurt.de/info/default.xml" will be 
> displayed. Therefor I am pretty much unable to publish this link.

external links in the sitetree arent fully supported yet. it might be 
that the link checker is confused.


> Also another goody would be, since I am not working with workflows 
> anyway, to publish and export the whole site at once. I read already 
> that this should be doable with ant somehow, can anybody tell me how?

you'd have to implement the publish subtree functionality. for a way how 
to do that, look at the unicms publication.

-- 
Gregor J. Rothfuss
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://wyona.com                   http://cocoon.apache.org/lenya
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by Andreas Kuckartz <A....@ping.de>.
You did not say anything about the Lenya version you are using. 1.2 has not yet
been released.

Maybe you should try one of the binaries which are available here for testing:
http://cvs.apache.org/~roku/incubator/lenya/

According to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29083 "export on
the default publication" was disabled to get arround a more serious bug.

Andreas

----- Original Message -----
From: "Markus M. May" <mm...@gmx.net>
To: <le...@cocoon.apache.org>
Sent: Tuesday, June 22, 2004 9:29 PM
Subject: sitetree.xml and external hrefs


> Hello,
> I am using lenya to publish a small web site as static html content,
> because my provider does not support more.
> On the website I would like to use an external HREF in the sitetree.xml.
> This works in the site mode of lenya. The problem occurs, if I try to
> publish this link. When I click on the link the error message: "Unable
> to get transformer handler for
> cocoon://lenya-page/wifi-frankfurt.de/info/default.xml" will be
> displayed. Therefor I am pretty much unable to publish this link.
>
> Now I am looking for a solution for this.
>
> Also another goody would be, since I am not working with workflows
> anyway, to publish and export the whole site at once. I read already
> that this should be doable with ant somehow, can anybody tell me how?
>
> Regards,
>
> Markus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by Andreas Hartmann <an...@apache.org>.
Markus M. May wrote:

> [...]
> 
>>ant export -Dpublication=yourpub
>>
>>(this uses the Cocoon CLI)
>>
>>But I think you have to implement the links view
>>for crawling.
> 
> hmm, I am pretty new to cocoon and especially lenya. Can you explain, where
> to start?

http://cocoon.apache.org/2.1/userdocs/offline/
http://wiki.cocoondev.org/Wiki.jsp?page=CommandLine

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by "Markus M. May" <mm...@gmx.net>.
[...]
> ant export -Dpublication=yourpub
> 
> (this uses the Cocoon CLI)
> 
> But I think you have to implement the links view
> for crawling.
hmm, I am pretty new to cocoon and especially lenya. Can you explain, where
to start?

R,

Markus
> 
> -- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by Andreas Hartmann <an...@apache.org>.
Jean Pierre LeJacq wrote:

> On Thu, 24 Jun 2004, Andreas Hartmann wrote:
> 
> 
>>Markus M. May wrote:
>>
>>
>>>Also another goody would be, since I am not working with workflows
>>>anyway, to publish and export the whole site at once. I read already
>>>that this should be doable with ant somehow, can anybody tell me how?
>>
>>ant export -Dpublication=yourpub
>>
>>(this uses the Cocoon CLI)
>>
>>But I think you have to implement the links view for crawling.
> 
> Where is this executed?  In the base directory of the publication?
> I don't see any ant build files in  after building Lenya.

No, in $LENYA_HOME (cocoon-lenya).
That's why you have to pass the publication ID as a parameter.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by Jean Pierre LeJacq <jp...@quoininc.com>.
On Thu, 24 Jun 2004, Andreas Hartmann wrote:

> Markus M. May wrote:
>
> > Also another goody would be, since I am not working with workflows
> > anyway, to publish and export the whole site at once. I read already
> > that this should be doable with ant somehow, can anybody tell me how?
>
> ant export -Dpublication=yourpub
>
> (this uses the Cocoon CLI)
>
> But I think you have to implement the links view for crawling.

Where is this executed?  In the base directory of the publication?
I don't see any ant build files in  after building Lenya.

-- 
JP



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: sitetree.xml and external hrefs

Posted by Andreas Hartmann <an...@apache.org>.
Markus M. May wrote:

[...]

> Also another goody would be, since I am not working with workflows 
> anyway, to publish and export the whole site at once. I read already 
> that this should be doable with ant somehow, can anybody tell me how?

ant export -Dpublication=yourpub

(this uses the Cocoon CLI)

But I think you have to implement the links view
for crawling.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org