diff --git a/srcpkgs/apache-fop/files/README.void b/srcpkgs/apache-fop/files/README.void index 1f4027a41c3..c53624dcc68 100644 --- a/srcpkgs/apache-fop/files/README.void +++ b/srcpkgs/apache-fop/files/README.void @@ -1,5 +1,8 @@ +README.void -- FOP environment configuration file is: +Information about the Apache-FOP installation in Void Linux. + + The FOP configuration file is in : /etc/fop.conf @@ -8,10 +11,12 @@ FOP_OPTS="-Xmx512m" FOP_HOME="/usr/share/fop" - note in FOPS_OPTS="-Xmxm" is preconfigured as 512 Mb - if you want use a different amount of memory modify it according your - needs. - + The memory used by FOP is stated in FOPS_OPTS="-Xmxm" + It is usually set to limit the memory used by the application + and the maximun value must be the memory installed in your system. + The supplied configuration file preconfigure it at 512 Mb. Modify it + according to your needs. + According to my limited knowledge of FOP the configuration file for the part that produce the documentations reside in a different file in XML format, see an example in: @@ -29,32 +34,19 @@ In this package I've included the full documentation in HTML format in: - /usr/share/fop/javadocs/ + /usr/share/doc/fop-${version}/javadocs/ - ============= - You may need to reboot to ensure that PATH is update correctly, - for the impatients, if you want you can type - - $ source /etc/profile - - and check the PATH. - - ============= + HYPHENATION DICTIONARIES The dictionaries for the hyphenationa are available on the package: offo-hyphenation - The package install it in: + The package install it's jar file in /usr/share/fop/lib see the + offo-hyphenation documentation for more info. - /usr/share/fop/lib - - as a jar file, see the offo-hyphenation documentation for more info. - - - Some part of the code of FOP are not licensed under Apache-2.0, - see in /usr/share/fop/lib/ for the licenses of this parts - of code that for convenience are in the distribution of FOP. + Some part of the libraries used by FOP are not licensed under Apache-2.0, + see in /usr/share/fop/lib/ for the detailed licenses. Happy FOPping!