Michael Wechner schrieb: > 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?
You could point two publications to the same content directory, but then both would display exactly the same content with the same site structure. I don't think this is what Philipp intends, is it? What we don't have is a shared repository for publications, e.g. to use the same documents in two different site structures, add internal links between publications etc. -- Andreas > > 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 >> >> >> >> > > -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
