apache-tuscany/site
markt 478368048a Fix broken downloads
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1665074 13f79535-47bb-0310-9956-ffa450edef68
2015-03-08 20:06:22 +00:00
..
branches Copy of svn website before migrating to CMS 2013-12-11 22:20:23 +00:00
tags/site-090106-pre667 Moving site tags 2009-11-21 07:50:17 +00:00
trunk Fix broken downloads 2015-03-08 20:06:22 +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 ...