1 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
2 |
gpg4win Web Site |
Gpg4kde Web Site |
3 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
4 |
|
|
5 |
INTRODUCTION: |
INTRODUCTION: |
6 |
|
|
7 |
Getting the source: |
Getting the source: |
8 |
|
|
9 |
You can work on the website independently of the rest of gpg4win. |
You can work on the website independently of the rest of gpg4kde. |
10 |
First check out the website from SVN repository: |
First check out the website from SVN repository: |
11 |
|
|
12 |
svn checkout svn+ssh://[email protected]/gpg4win/trunk/doc/website |
svn checkout svn+ssh://[email protected]/gpg4kde/trunk/doc/website |
13 |
|
|
14 |
where USER is you name at wald.intevation.org. |
where USER is you name at wald.intevation.org. |
15 |
If you are not a member of the gpg4win group at wald.intevation.org, |
If you are not a member of the gpg4kde group at wald.intevation.org, |
16 |
you can also checkout anonymously: |
you can also checkout anonymously: |
17 |
|
|
18 |
svn checkout https://svn.wald.intevation.org/gpg4win/trunk/doc/website |
svn checkout https://svn.wald.intevation.org/gpg4kde/trunk/doc/website |
19 |
|
|
20 |
but of course you can not update the official website www.gpg4win.org |
but of course you can not update the official website www.gpg4kde.org |
21 |
this way. |
this way. |
22 |
|
|
23 |
|
|
42 |
|
|
43 |
INSTALLING: |
INSTALLING: |
44 |
|
|
45 |
To install the generated web site you need a gpg4win docwriter or |
To install the generated web site you need a gpg4kde docwriter or |
46 |
developer account on wald.intevation.org. |
developer account on wald.intevation.org. |
47 |
|
|
48 |
Installing is done from within the "doc/website" directory, |
Installing is done from within the "doc/website" directory, |
61 |
|
|
62 |
make -f buildhtml.mk tar |
make -f buildhtml.mk tar |
63 |
|
|
64 |
After thar you have the file "www.gpg4win.org.tar.gz". |
After that you have the file "www.gpg4kde.org.tar.gz". |
65 |
|
|
66 |
TEMPLATES: |
TEMPLATES: |
67 |
|
|
|
versions.m4 : Definitions of some macros, holding the current versions |
|
|
of gpg4win and the included software packages. If any |
|
|
version changes this file should be changed accordingly. |
|
|
This file is included by `template_header.m4'. |
|
|
The current version numbers of the packages installed by |
|
|
gpg4win can be found here: |
|
|
ftp://ftp.gpg4win.org/gpg4win/packages.current |
|
|
|
|
68 |
template.m4 : Contains the definition of the main macros PAGE_START |
template.m4 : Contains the definition of the main macros PAGE_START |
69 |
and PAGE_BOXES as well as some helper macros normally |
and PAGE_BOXES as well as some helper macros normally |
70 |
not used in the .htm4 files. Authors should not need to |
not used in the .htm4 files. Authors should not need to |
75 |
need to change this file, but if additional |
need to change this file, but if additional |
76 |
languages are added the navigation must be added |
languages are added the navigation must be added |
77 |
in here. |
in here. |
78 |
|
|
79 |
|
template_link_boxes_en.m4, |
80 |
|
template_link_boxes_de.m4: Contains the link boxes in the right |
81 |
|
column of the page. |