On 13 Jan 2006, [EMAIL PROTECTED] wrote: > For example, I would like to put a web site under muse, so that I > can author pages with muse and publish the site in html/xhtml/xml, > etc. Within that web site project, I will likely have links to > images, css files, maybe some tarballs referenced w/in the pages, > etc. but when the page is published, I have no idea how to have > published tree carry-over the referenced non-muse content w/o > explicitly copying over the relevant resources by hand back into the > published tree.
One option is: museProjDir/ (contains .muse files) WebProjDir/ (where the published HTML files go) Then put images in WebProjDir/images and create a symlink to images inside museProjDir. Then when you push WebProjDir to the webserver, you get the images too. + seth _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
