talks

command module
v0.0.0-...-bf5bee0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2018 License: BSD-3-Clause Imports: 16 Imported by: 0

README

Talks by Benny Siegert

For the moment, this repository contains:

Go on NetBSD (FOSDEM 2013)

The slide deck is in the go talks "present" format. To see it, first install Go, set GOPATH to a directory of your choice (such as GOPATH=$HOME), then do:

$ go get -v code.google.com/p/go.talks/present
$ $GOPATH/bin/present

Then visit http://localhost:3999/.

Documentation

Overview

Present displays slide presentations and articles. It runs a web server that presents slide and article files from the current directory.

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 presentation. The App Engine version does not provide this functionality.

Usage of present:

-base="": base path for slide template and static resources
-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 the generated output. The supported formats are:

.slide        // HTML5 slide presentation
.article      // article format, such as a blog post

The present file format is documented by the present package: http://go.pkgdoc.org/code.google.com/p/go.talks/pkg/present

Directories

Path Synopsis
strings
Package strings implements simple functions to manipulate strings.
Package strings implements simple functions to manipulate strings.
pkg
present
The present file format Present files have the following format.
The present file format Present files have the following format.
socket
Package socket implements an WebSocket-based playground backend.
Package socket implements an WebSocket-based playground backend.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL