remove obsolete cdist video link (to be replaced with new video)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
d706e8ef03
commit
ff5fb5dbdb
2 changed files with 4 additions and 3 deletions
2
README
2
README
|
@ -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
|
||||||
|
|
5
build
5
build
|
@ -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…
Reference in a new issue