go.tools/cmd/present: update docs after move
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/99060043
This commit is contained in:
parent
51d8ee0ff8
commit
a41b4fc37a
|
@ -7,17 +7,13 @@ Present displays slide presentations and articles. It runs a web server that
|
||||||
presents slide and article files from the current directory.
|
presents slide and article files from the current directory.
|
||||||
|
|
||||||
It may be run as a stand-alone command or an App Engine app.
|
It may be run as a stand-alone command or an App Engine app.
|
||||||
The stand-alone version permits the execution of programs from within a
|
Instructions for deployment to App Engine are in the README of the
|
||||||
presentation. The App Engine version does not provide this functionality.
|
code.google.com/p/go.tools repository.
|
||||||
|
|
||||||
Usage of present:
|
Usage of present:
|
||||||
-base="": base path for slide template and static resources
|
-base="": base path for slide template and static resources
|
||||||
-http="127.0.0.1:3999": host:port to listen on
|
-http="127.0.0.1:3999": host:port to listen on
|
||||||
|
|
||||||
You may use the app.yaml file provided in the root of the go.talks repository
|
|
||||||
to deploy present to App Engine:
|
|
||||||
appcfg.py update -A your-app-id -V your-app-version /path/to/go.talks
|
|
||||||
|
|
||||||
Input files are named foo.extension, where "extension" defines the format of
|
Input files are named foo.extension, where "extension" defines the format of
|
||||||
the generated output. The supported formats are:
|
the generated output. The supported formats are:
|
||||||
.slide // HTML5 slide presentation
|
.slide // HTML5 slide presentation
|
||||||
|
|
Loading…
Reference in New Issue