character set, they may be replaced/re-encoded. Try to inhibit
auto-conversion to UTF-8, until we (inevitably?) switch to
el_GR.UTF-8 some time in the future.
Obtained from: FreeBSD Greek Documentation Project
I missed this one when adapting `freebsd.dsl' from en_US.ISO8859-1,
and the result was that in HTML output the Greek text-tag of <warn>
elements was bumping against the included <para> text.
Obtained from: FreeBSD Greek translation team
Some of the originals didn't have an en_US.ISO8859-1 revision, so they
are not really _full_ MFen of all the revisions since 1.1, just a more
recent crosscheck to see that we are truly in sync, and tagging with
the original English revision ID.
Merged files:
1.1 -> 1.2 en_US.ISO8859-1/share/sgml/articles.ent
1.1 -> 1.22 en_US.ISO8859-1/share/sgml/freebsd.dsl
1.1 -> 1.100 en_US.ISO8859-1/share/sgml/freebsd.ent
Obtained from: FreeBSD Greek translation team
These will be useful for a script we are preparing, to help
us keep up with the English revision id we translated.
While here, translate some toplevel comments which were left
in their original English format, and try to 'standardize' a
bit the way we begin Greek documentation files.
the charset of HTML files generated from an DocBook/SGML file.
Note to translators:
While some of the translations already use this tweak
in their localized freebsd.dsl, it is no longer needed so
removed and the necessary changes have been added instead.
After this commit, please make sure to define
&doc.html.charset; in <langcode>/share/sgml/l10n.ent.
If not defined, iso-8859-1 is used by default and it can
break the translation.
Discussed on: -doc
docs, by tweaking the freebsd.dsl and catalog files to enable the
generation of the correct Content-Type header in the HTML docs.
Obtained from: the Japanese doc/ tree
and the localized sysids to <langcode>/share/sgml/catalog.
Since <langcode>/share/sgml/freebsd.dsl still include some
language-neutral parameters and procedures for printable formats,
I will work on assorting them similarly. I am sorry that
this (and probably the next) commit may break the translation
team's usual update procedure, but you can merge the language-specific
freebsd.dsl from the English version as before.
Discussed on: -doc