remove obsolete cdist video link (to be replaced with new video)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent d706e8ef03
commit ff5fb5dbdb
  1. 2
      README
  2. 5
      build

@ -53,8 +53,6 @@ UNIX, simplicity, familar environment | cdist is configured in POSIX shell
The cdist documentation is included as manpages in the distribution. The cdist documentation is included as manpages in the distribution.
* You can [browse the documentation of the latest version online](man) as well. * You can [browse the documentation of the latest version online](man) as well.
* Or you can watch the youtube **video**
[cdist installation and first usage in less than 60 seconds][http://www.youtube.com/watch?v=PRMjzy48eTI).
* Have a look at the [given speeches](speeches) * Have a look at the [given speeches](speeches)
### OS support ### OS support

@ -26,13 +26,16 @@
# exit on any error # exit on any error
#set -e #set -e
version=$(git describe)
# Manpage and HTML # Manpage and HTML
A2XM="a2x -f manpage --no-xmllint -a encoding=UTF-8" A2XM="a2x -f manpage --no-xmllint -a encoding=UTF-8"
A2XH="a2x -f xhtml --no-xmllint -a encoding=UTF-8" A2XH="a2x -f xhtml --no-xmllint -a encoding=UTF-8"
# Developer webbase # Developer webbase
WEBDIR=$HOME/niconetz WEBDIR=$HOME/niconetz
WEBBASE=software/cdist WEBBASE=$WEBDIR/software/cdist
WEBDOCBASE=$WEBBASE/$version
WEBPAGE=${WEBBASE}.mdwn WEBPAGE=${WEBBASE}.mdwn
# Documentation # Documentation

Loading…
Cancel
Save