summaryrefslogtreecommitdiffstats
path: root/site/README.txt
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /site/README.txt
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site/README.txt')
-rw-r--r--site/README.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/site/README.txt b/site/README.txt
new file mode 100644
index 0000000000..abbb226092
--- /dev/null
+++ b/site/README.txt
@@ -0,0 +1,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 ...
+