summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-08 00:14:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-08 00:14:18 +0000
commit071f30cee82a21250a4400a03a04280e85bad8e8 (patch)
treec26c646cbc1a9795c0fb60597f66eceae77cfca8 /DOCS
parentc792add91f6d9bb5834c33298914453663d5267c (diff)
downloadmpv-071f30cee82a21250a4400a03a04280e85bad8e8.tar.bz2
mpv-071f30cee82a21250a4400a03a04280e85bad8e8.tar.xz
Add paragraph about homepage translation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26689 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/translations.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/tech/translations.txt b/DOCS/tech/translations.txt
index abee3c9e77..df8ac4321d 100644
--- a/DOCS/tech/translations.txt
+++ b/DOCS/tech/translations.txt
@@ -34,6 +34,7 @@ coordination maintainer, see DOCS/tech/MAINTAINERS for details.
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 @@ adapting parts that changed in the English master file, leave the sync
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:
~~~~~~~~~~~~~~~~~