diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | src/htdocs/documentation/index.xml | 17 |
5 files changed, 26 insertions, 9 deletions
@@ -1,3 +1,17 @@ +2006-08-31 Tim-Philipp Müller <tim at centricular dot net> + + * HACKING: + Fix wrong instructions. + + * TODO: + Fix typo. + + * src/htdocs/documentation/index.xml: + Only link to HEAD documentation and hide the 'stable' column + completely for now, since the docs in the 'stable' column are + ancient and don't seem to be ever updated, but at the same time + those are the docs most people seem to check out first. Not good. + 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org> * src/htdocs/news/news.xml: @@ -6,7 +6,7 @@ To hack on the GStreamer website, here's what to do: (entities.site.xxx found in htdocs) * entities.site.gnl is for building/running the site locally * entities.site.fdo is for gstreamer freedesktop setup - (e.g.: cd src; ln -s ./htdocs/entities.site.fdo ./entities.site) + (e.g.: cd src/htdocs; ln -s ./entities.site.fdo ./entities.site; cd ../..) 4) mkdir data 4) bin/data-get (this is not needed if you just plan on updating the generated content) 5) make @@ -2,5 +2,5 @@ * write a people page * xslt-ize module page (it is, the documantation page is not!) -* add page for presenations, publications etc. (documentation?) +* add page for presentations, publications etc. (documentation?) diff --git a/common b/common -Subproject e9ea99f6e89d7e1af3a0a859bfeb0ed6ecf2e3a +Subproject d287125f93da692bc25d53b0b7b0e2f90424a21 diff --git a/src/htdocs/documentation/index.xml b/src/htdocs/documentation/index.xml index a6b2a56c..96cc6077 100644 --- a/src/htdocs/documentation/index.xml +++ b/src/htdocs/documentation/index.xml @@ -21,7 +21,7 @@ <th>document</th> <th colspan="3">HEAD</th> <!-- <th colspan="3">devel &gst-version-devel;</th> --> - <th colspan="3">stable &gst-version-stable;</th> +<!-- <th colspan="3">stable &gst-version-stable;</th> --> </tr> <tr> @@ -34,17 +34,18 @@ <td><a href="&site;/data/doc/gstreamer/devel/manual/manual.ps">PostScript</a></td> <td><a href="&site;/data/doc/gstreamer/devel/manual/manual.pdf">PDF</a></td> --> +<!-- <td><a href="&site;/data/doc/gstreamer/stable/manual/html/index.html">HTML</a></td> <td><a href="&site;/data/doc/gstreamer/stable/manual/manual.ps">PostScript</a></td> <td><a href="&site;/data/doc/gstreamer/stable/manual/manual.pdf">PDF</a></td> - + --> </tr> <tr> <td>Frequently Asked Questions</td> <td><a href="&site;/data/doc/gstreamer/head/faq/html/index.html">HTML</a></td> <td><a href="&site;/data/doc/gstreamer/head/faq/faq.ps">PostScript</a></td> <td><a href="&site;/data/doc/gstreamer/head/faq/faq.pdf">PDF</a></td> - <td colspan="3"> </td> + <!-- <td colspan="3"> </td> --> </tr> <tr> @@ -57,22 +58,24 @@ <td><a href="&site;/data/doc/gstreamer/devel/pwg/pwg.ps">PostScript</a></td> <td><a href="&site;/data/doc/gstreamer/devel/pwg/pwg.pdf">PDF</a></td> --> +<!-- <td><a href="&site;/data/doc/gstreamer/stable/pwg/html/index.html">HTML</a></td> <td><a href="&site;/data/doc/gstreamer/stable/pwg/pwg.ps">PostScript</a></td> <td><a href="&site;/data/doc/gstreamer/stable/pwg/pwg.pdf">PDF</a></td> + --> </tr> <tr> <td>Core Reference</td> <td colspan="3"><a href="&site;/data/doc/gstreamer/head/gstreamer/html/">HTML</a></td> <!-- <td colspan="3"><a href="&site;/data/doc/gstreamer/devel/gstreamer/html/">HTML</a></td> --> - <td colspan="3"><a href="&site;/data/doc/gstreamer/stable/gstreamer/html/">HTML</a></td> +<!-- <td colspan="3"><a href="&site;/data/doc/gstreamer/stable/gstreamer/html/">HTML</a></td> --> </tr> <tr> <td>Core Libraries Reference</td> <td colspan="3"><a href="&site;/data/doc/gstreamer/head/gstreamer-libs/html/">HTML</a></td> <!-- <td colspan="3"><a href="&site;/data/doc/gstreamer/devel/gstreamer-libs/html/">HTML</a></td> --> - <td colspan="3"><a href="&site;/data/doc/gstreamer/stable/gstreamer-libs/html/">HTML</a></td> +<!-- <td colspan="3"><a href="&site;/data/doc/gstreamer/stable/gstreamer-libs/html/">HTML</a></td> --> </tr> </table> @@ -84,13 +87,13 @@ <th>document</th> <th colspan="3">HEAD</th> <!-- <th colspan="3">devel &gst-version-devel;</th> --> - <th colspan="3">stable &gst-plugins-base-version-stable;</th> +<!-- <th colspan="3">stable &gst-plugins-base-version-stable;</th> --> </tr> <tr> <td>GStreamer Base Plugins Libraries Reference</td> <td colspan="3"><a href="&site;/data/doc/gstreamer/head/gst-plugins-base-libs/html/">HTML</a></td> -<td colspan="3"><a href="&site;/data/doc/gstreamer/&gst-plugins-base-version-stable;/gst-plugins-base-libs/html/">HTML</a></td> + <!-- <td colspan="3"><a href="&site;/data/doc/gstreamer/&gst-plugins-base-version-stable;/gst-plugins-base-libs/html/">HTML</a></td> --> </tr> </table> |