[Po4a-commits] "po4a README.maintainers,1.1,1.2"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Feb 19 00:27:32 UTC 2006


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv22330

Modified Files:
	README.maintainers 
Log Message:
Describe the architecture for mutliple packages.


Index: README.maintainers
===================================================================
RCS file: /cvsroot/po4a/po4a/README.maintainers,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.maintainers	19 Feb 2006 00:24:13 -0000	1.1
+++ README.maintainers	19 Feb 2006 00:27:29 -0000	1.2
@@ -47,37 +47,36 @@
 
 Thus we recommend the following architecture:
 
-  root
-   |
-   |-- doc, man, ...
-   |    |
-   |    |-- en
-   |    |    |
-   |    |    \-- original documents
-   |    |
-   |    |-- po4a
-   |    |    |
-   |    |    |-- po
-   |    |    |    |
-   |    |    |    |-- <package>.pot
-   |    |    |    |-- <lang1>.po
-   |    |    |    \-- ...
-   |    |    |
-   |    |    |-- add_<lang>
-   |    |    |    |
-   |    |    |    |-- <translator1>.add
-   |    |    |    \-- ...
-   |    |    |
-   |    |    \-- <package>.cfg
-   |    |
-   |    |-- <lang1>
-   |    |     |
-   |    |     \-- generated translations
-   |    |
-   |    \-- ...
+  /
+  /doc/
+  /doc/en/
+  /doc/en/
+  /doc/po4a/
+  /doc/po4a/add_<ll>/
+  /doc/po4a/po4a.cfg
+  /doc/po4a/po/
+  /doc/po4a/po/<pkg>.pot
+  /doc/po4a/po/<ll>.po
+  /doc/<ll>/
+
+Or, if you want to avoid a big POT and split it according to the packages,
+documents, formats, or subjects, you can use the following architecture:
+
+  /
+  /doc/
+  /doc/en/
+  /doc/en/
+  /doc/po4a/
+  /doc/po4a/add_<ll>/
+  /doc/po4a/<pkg1>/po4a.cfg
+  /doc/po4a/<pkg1>/po/
+  /doc/po4a/<pkg1>/po/<pkg1>.pot
+  /doc/po4a/<pkg1>/po/<ll>.po
+  /doc/<ll>/
+
 
 We recommend to use a configuration file for po4a that does not require
-any option (put the options in the configuration file).
+any module option (put the options in the configuration file).
 This permits to easily check if the POT is up-to-date with the
 documentation and that the 
 




More information about the Po4a-commits mailing list