apache-tuscany/site
2008-12-09 14:07:57 +00:00
..
bin Updating website sync script 2008-06-18 03:09:41 +00:00
image-sources Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
site-publish Additional site logo images for special occasions. 2008-12-09 14:07:57 +00:00
templates Updating the archive address for Tuscany TLP 2008-08-01 21:52:23 +00:00
README.txt Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00

##
## $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 ...