39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
|
##
|
||
|
## $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 ...
|
||
|
|