Mercurial > dive4elements > website
view README @ 153:8f52853d63d2
README: Hinweis auf mongoose.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 09 Apr 2014 15:52:16 +0200 |
parents | 3fa29aad0845 |
children | 1b6e891113d2 |
line wrap: on
line source
Benötigte Bibliothek ==================== == bootstrap: $ mkdir bootstrap cd bootstrap wget "https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip" sha256sum bootstrap-3.1.1-dist.zip 77d72e99f947113cd55149900a736bd2c2cbec175ace6dd33c1b3d3fc51cbf81 bootstrap-3.1.1-dist.zip unzip bootstrap-3.1.1-dist.zip cd .. == jquery 1.x $ mkdir jquery curl https://code.jquery.com/jquery-1.11.0.min.js -o jquery/jquery.min.js Ordnerstruktur ============== website/ |- bootstrap/dist/- |- css/ |- css/style.css |- fonts/ |- img/ |- js/ |- index.html |- README Anmerkungen ========== Die Webseiten verwendenden Apache Server Side Includes, eingeschaltet für Apache in der .htaccess Datei. Eine einfache Möglichkeit die Webseite während der Entwicklung anzusehen ist die Verwendung von https://code.google.com/p/mongoose/, z.B. so ../mongoose/examples/server -ssi_pattern '**.html$' -document_root ~/d4e/website