Andreas Hartmann wrote:

Philipp Baust schrieb:
Hello,
I'm new to lenya and have some questions:

- Is there a posibility to set up two different publications which share the same content?

Not yet, but this functionality has been discussed and will hopefully be
provided in a future 1.4.* version.

I thought one can configure this within publication.xconf?

Cheers

Michael


- I'm using lenya 1.4-dev and looking for a way to export my live site
into static html, I read that forest can do the job but frankly I don't know how.

I'm using the following script (the URLs in CSS are converted):

#!/bin/bash

wget --cut-dirs=2 -P html -nH -r -k -e robots=off
http://localhost:8888/mysite/live/

wget --cut-dirs=2 -P html -nH -r -k -e robots=off
http://localhost:8888/mysite/live/mystyle/css/news.css

sed 's/\/mysite\/live//g' ./html/mysite/css/page.css >
./html/mystyle/css/page.css.transformed

rm ./html/mystyle/css/page.css
mv ./html/mystyle/css/page.css.transformed ./html/mystyle/css/page.css


- My publications contain a lot of images. Is there a way of organizing
your assets in the bxe add-image dialog?

No, you can only do this in the site tab ATM.

HTH,

-- Andreas




--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]
+41 44 272 91 61


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to