diff --git a/code/CMSMenu.php b/code/CMSMenu.php index 4a5b5e1e..785e8d91 100644 --- a/code/CMSMenu.php +++ b/code/CMSMenu.php @@ -1,7 +1,10 @@ Usage + * + * The exporter can only be invoked through a URL. Usage on commandline (through [sake](sake)) is not possible at the moment, as we're sending a file to the browser for download. + * + *
http://localhost/StaticExporter/export
+ * + * Specify a custom baseurl in case you want to deploy the static HTML pages on a different host: + *
http://localhost/StaticExporter/export?baseurl=http://example.com
* * @see StaticPublisher *