From 8c43535225c5872334de56ffa87454679b54885d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 11 Jul 2010 10:46:12 +0000 Subject: [PATCH] MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107726 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSMenu.php | 7 +++++-- code/StaticExporter.php | 12 ++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) 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 *