Hi, I have just recently setup muse for managing a small website, 
everything I have done I have been
able to solve it. I'm using few days ago arch tree: 
muse--main--1.0--patch-346.

Well I have setup my project to be published to my hosting using tramp 
and ftp this way:
'("project1"
("~/work/project1/src/" :default "menu")
(:base "my-xhtml" :path "~/work/project1/html/")
(:base "my-xhtml" :path "/ftp:[EMAIL PROTECTED]:www"))


While this work exactly as I intendet, it have now a problem with the 
internal links

[[someplace][Some Place]]


In the xhtml I get a link:
<a href="$HOME/work/muse/project1/html/someplace.html">Some Place</a>

As you can see it has the absolute path on my home computer.
 
I could figure a workaround this problem, by changing
'("project1"
("~/work/project1/src/" :default "menu")
(:base "my-xhtml" :path "/ftp:[EMAIL PROTECTED]:www")
(:base "my-xhtml" :path "~/work/project1/html/"))

Yet I think this shouldn't make a difference.

Regards.
  Carlos A. Perilla.


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to