comparison README @ 151:3fa29aad0845

README: verbessert. Pfade präzisiert. Bootstrap 3.1.1 genannt. jquery genannt. Bemerkung zu SSI.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 08 Apr 2014 17:25:09 +0200
parents 3916d82d848f
children 8f52853d63d2
comparison
equal deleted inserted replaced
150:eb6b50914324 151:3fa29aad0845
1 Benötigte Bibliothek 1 Benötigte Bibliothek
2 ==================== 2 ====================
3 bootstrap-3.1.0 3 == bootstrap:
4 4
5 $ mkdir bootstrap-3.1.0 5 $ mkdir bootstrap
6 cd bootstrap-3.1.0 6 cd bootstrap
7 wget "https://github.com/twbs/bootstrap/releases/download/v3.1.0/bootstrap-3.1.0-dist.zip" 7 wget "https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip"
8 unzip bootstrap-3.1.0-dist.zip 8 sha256sum bootstrap-3.1.1-dist.zip
9 77d72e99f947113cd55149900a736bd2c2cbec175ace6dd33c1b3d3fc51cbf81 bootstrap-3.1.1-dist.zip
10 unzip bootstrap-3.1.1-dist.zip
11 cd ..
12
13 == jquery 1.x
14
15 $ mkdir jquery
16 curl https://code.jquery.com/jquery-1.11.0.min.js -o jquery/jquery.min.js
9 17
10 18
11 Ordnerstruktur 19 Ordnerstruktur
12 ============== 20 ==============
13 website/ 21 website/
14 |- bootstrap-3.1.0/dist/- |- css/ 22 |- bootstrap/dist/- |- css/
15 |- css/style.css |- fonts/ 23 |- css/style.css |- fonts/
16 |- img/ |- js/ 24 |- img/ |- js/
17 |- index.html 25 |- index.html
18 |- README 26 |- README
27
28 Anmerkungen
29 ==========
30 Die Webseiten verwendenden Apache Server Side Includes,
31 eingeschaltet in .htaccess.
32
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)