diff website/README @ 159:579b94f442a9

moved to subfolder website
author Stephan Holl <stephan.holl@intevation.de>
date Thu, 30 Jun 2011 12:30:33 +0200
parents README@5a882b5773c9
children dd4bb5869f86
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/README	Thu Jun 30 12:30:33 2011 +0200
@@ -0,0 +1,78 @@
+----------------------------------------------------------------------
+                           mapWOC Web Site
+----------------------------------------------------------------------
+
+INTRODUCTION:
+
+Getting the source:
+
+You can work on the website independently of the rest of mapWOC.
+First check out the website from SVN repository:
+
+  svn checkout svn+ssh://USER@svn.wald.intevation.org/mapWOC/trunk/doc/website
+
+where USER is you name at wald.intevation.org.
+If you are not a member of the mapWOC project at wald.intevation.org,
+you can also checkout anonymously:
+
+  svn checkout https://svn.wald.intevation.org/mapWOC/trunk/doc/website
+
+but of course you can not update the official website www.mapWOC.org
+this way.
+
+
+File organisation:
+
+The .html files are build from the *.htm4 files using GNU m4.  The
+*.htm4 files consist of mainly simple plain HTML and some macros
+implementing the overall page layout.
+
+The structure of the .htm4 files should be rather self explaining.
+
+
+BUILDING:
+
+Building the web site is _not_ incorporated into the autotools based
+build process.
+WARNING: you might need a latin1 locale for m4 to work correctly.
+
+To build to web sites use the file `buildhtml.mk':
+
+  make -f buildhtml.mk
+
+
+INSTALLING:
+
+To install the generated web site you need a mapWOC docwriter or
+developer account on wald.intevation.org.
+
+Installing is done from within the "doc/website" directory,
+just type:
+
+  make -f buildhtml.mk online
+
+You will have to enter the ssh password of your account at wald.intevation.org.
+
+If you are interested on web site management on wald.intevation.org
+in general, please read the online manual:
+http://wald.intevation.org/docman/view.php/1/34/project-websites.txt
+
+If you need the website as offline version for some other
+purposes just run:
+
+  make -f buildhtml.mk tar
+
+After thar you have the file "www.mapWOC.org.tar.gz".
+
+TEMPLATES:
+
+template.m4 : Contains the definition of the main macros PAGE_START
+              and PAGE_BOXES as well as some helper macros normally
+              not used in the .htm4 files.  Authors should not need to
+              change this file.
+
+template_header.m4: Contains the actual page layout.  This file is
+                    included by `template.m4'.  Authors should not
+                    need to change this file, but if additional
+                    languages are added the navigation must be added
+                    in here.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)