summaryrefslogtreecommitdiff
path: root/README
blob: 5dee86583a5a042888cf2ddc207b8ff2c0d395be (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 git 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 git
- the documentation/ section is managed in the gst-docs module

FILE LAYOUT
-----------
src/
	contains the content source, managed in git
data/
	contains the rsync'd data

	pkg/				repository of binary packages
		android/
		ios/
		osx/
		src/
		windows/
	src/				source releases of our packages
		gstreamer/
		gst-plugins/
		gst-player/
		gst-record/
		gst-editor/
		mirror/                 source mirror of third-party packages
	media/				our media test files
	doc/				built API documentation

htdocs/
	contains the built HTML, as well as symlinks to dirs in data/