summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-28 09:59:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-28 09:59:42 +0000
commitc4bd43d5668c990a846178aed3c1ae10168854b3 (patch)
treee19dd8d344be86ff0c58fbdd370b12e763bc128c
parentdb0f36cfa05be54396723add2cd1db47ef0431ab (diff)
still not in
Original commit message from CVS: still not in
-rw-r--r--HACKING6
-rw-r--r--README33
2 files changed, 39 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 00000000..ae6b7ba7
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,6 @@
+To hack on the GStreamer website, here's what to do:
+
+1) Check out the www module
+2) src/autogen.sh
+3) create src/entities by symlinking the applicable entities file
+3) make
diff --git a/README b/README
new file mode 100644
index 00000000..05f7794b
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+README for the GStreamer website
+
+RAW MATERIALS
+-------------
+The website content is split in two parts:
+- data contains the big chunks of data that aren't in CVS and should be
+ managed through rsync
+- src contains the XML source for the website content, which is transformed
+ using xsl stylesheets and xsltproc, and managed from CVS
+
+FILE LAYOUT
+-----------
+src/
+ contains the content source, managed in CVS
+data/
+ contains the rsync'd data
+
+ pkg/ repository of binary packages
+ redhat/
+ 9/
+ fedora/
+ 1/
+ src/ source releases of our packages
+ gstreamer/
+ gst-plugins/
+ gst-player/
+ gst-record/
+ gst-editor/
+ media/ our media test files
+ doc/ built documentation
+
+htdocs/
+ contains the built HTML, as well as symlinks to dirs in data/