summaryrefslogtreecommitdiffstats
path: root/site/README.txt
blob: abbb226092ef89cc1406e2307df7de3bead03892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##
## $Id$
##

Website for the Tuscany project being incubated at Apache.
==========================================================

*Most* of the site content is now managed through Confluence in the TUSCANY
space (http://cwiki.apache.org/confluence/display/TUSCANY/).

Some non-html content and static resources are still authored here (like stylesheets, white papers, etc).


Editing Images
--------------
The programs you will need to edit all the files used on the site are:
1: Inkscape(http://www.inkscape.org/)- Open source vector graphics editor, used for all of the diagrams and a few layout components.
2: The GIMP(http://www.gimp.org/)- Open source bitmap graphics editor, used for most of the site layout components.

The original sources for most of the images are in the "image-sources" folder. You should be able to edit these files
and export them to the site-author folder so they will be copied over when the site is built.


Publishing this portion of the site
-----------------------------------

The published version of the site lives in the site-publish directory in SVN.
To make this live, it must first be exported to a staging location on
people.apache.org and from there it will be replicated to the live servers.
This replication can take up to four hours so be patient.

To update the site:
  -> log into people.apache.org
     $ cd /www/incubator.apache.org/tuscany
     $ svn update

and wait ...