Some more editing to apache-fop
This commit is contained in:
parent
8616b64367
commit
73d3988588
|
@ -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="-Xmx<your memory size>m" 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="-Xmx<your memory size>m"
|
||||
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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user