changeset 26657:6c9312893275

Add paragraph about homepage translation.
author diego
date Thu, 08 May 2008 00:14:18 +0000
parents ceb7404032e2
children 1e1ebebc8f5b
files DOCS/tech/translations.txt
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/translations.txt	Thu May 08 00:10:35 2008 +0000
+++ b/DOCS/tech/translations.txt	Thu May 08 00:14:18 2008 +0000
@@ -34,6 +34,7 @@
 Translations of MPlayer documentation consist of 3 parts in descending
 order of importance:
 
+0) homepage
 1) console messages (help/help_mp-XX.h)
 2) man page
 3) XML documentation
@@ -70,6 +71,22 @@
 tag as it is.
 
 
+homepage:
+~~~~~~~~~
+
+Get the homepage from Subversion with
+
+  svn checkout svn://svn.mplayerhq.hu/homepage/trunk/ homepage
+
+or browse the sources online at
+
+http://svn.mplayerhq.hu/homepage/trunk/
+
+The homepage uses design template files that are combined with the content
+files to form the final HTML pages. To build the HTML pages, type 'make' in
+the root of the homepage source directory.
+
+
 console messages:
 ~~~~~~~~~~~~~~~~~