descriptions updated
[www.jankratochvil.net.git] / project / fixhtml / Index.html.pl
index 4e5a521..bf399dc 100755 (executable)
@@ -36,4 +36,14 @@ My::Project->init_project(
                "ListItem"=>\@project::fixhtml::ListItem::ListItem,
                );
 
+
+print <<"HERE";
+<p>If you download/grab the whole (or its part) of some web site (for example
+by <b>WebCopy</b> tool), you will
+probably want to browse it locally on your computer offline. Unfortunately
+the authors are usually using server-name protocol reference or absolute
+path referration which will broke on your local machine.</p>
+HERE
+
+
 My::Web->footer();