diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-01-19 16:07:07 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-01-19 16:07:07 +0000 |
commit | d2576b930ba91087657ae86c350e93658e9c0b74 (patch) | |
tree | 30a59a4c19065cf9a4d7462fd769bec2a8ce39c0 | |
parent | a8a208b4a02b986853222b66ff351851acf621e9 (diff) |
HACKING: better description
Original commit message from CVS:
* HACKING:
better description
* src/htdocs/documentation/index.xml:
fix html tables
* src/html.make:
point to correct docs
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | HACKING | 3 | ||||
-rw-r--r-- | src/htdocs/documentation/index.xml | 2 | ||||
-rw-r--r-- | src/html.make | 2 |
4 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2006-01-19 Stefan Kost <ensonic@users.sf.net> + + * HACKING: + better description + * src/htdocs/documentation/index.xml: + fix html tables + * src/html.make: + point to correct docs + 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org> * src/htdocs/news/news.xml: @@ -3,9 +3,10 @@ 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 - (normally entities.site found in htdocs) + (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) 4) mkdir data 4) bin/data-get (this is not needed if you just plan on updating the generated content) 5) make diff --git a/src/htdocs/documentation/index.xml b/src/htdocs/documentation/index.xml index ea3098c0..09d7a967 100644 --- a/src/htdocs/documentation/index.xml +++ b/src/htdocs/documentation/index.xml @@ -79,6 +79,7 @@ <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/devel/gstreamer-libs/html/">HTML</a></td> --> + <td colspan="3"> </td> </tr> </table> @@ -99,7 +100,6 @@ <tr> <td>Overview of all Plug-ins</td> <td><a href="plugins.html">HTML</a></td> - <td colspan="3"> </td> </tr> <tr> diff --git a/src/html.make b/src/html.make index 70a861c2..e7370a88 100644 --- a/src/html.make +++ b/src/html.make @@ -27,7 +27,7 @@ entities = \ $(entities): @echo Please make sure $(entities) exist. - @echo Have you read the README ? + @echo Have you read HACKING ? @exit 1 # generate html page from xml source |