Import an existing website as a new realm

  • sudo apt-get install httrack
  • httrack -w http://foo.bar
  • Add introspection link to (X)HTML head
  • Make introspection documents available
  • ...
  • IMPORTANT: One might have to change the encoding: iconv -f ISO-8859-1 -t UTF-8 page.html > page.html.UTF-8 (Please make sure that the meta content="application/xhtml+xml; charset=UTF-8" resp. the XML head encoding="UTF-8" is also being set appropriately. Also make sure that the server is sending the appropriate mime type which can be declared within the resource configuration .yanel-rc)


Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.