summaryrefslogtreecommitdiff
path: root/README
blob: 3b34f033430cab2bf72183942f02bf26ee84b06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
cache/
	local git checkouts of our modules for documentation purposes
	(can be deleted at any time)
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/