When editing or merging these files with UTF-8 as the default
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
This commit is contained in:
parent
1095ff07c1
commit
c62d5942d6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33381
42 changed files with 93 additions and 9 deletions
el_GR.ISO8859-7
articles
compiz-fusion
cvs-freebsd
dialup-firewall
explaining-bsd
formatting-media
freebsd-questions
gjournal-desktop
greek-language-support
laptop
linux-users
problem-reports
releng-packages
releng
books
faq
handbook
Makefile
bibliography
book.sgmlchapters.entcolophon.sgmleresources
install
jails
linuxemu
multimedia
pgpkeys
printing
security
txtfiles.entvirtualization
share/sgml
|
@ -430,6 +430,7 @@ emerald --replace &</programlisting>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -806,6 +806,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
fill-column: 78
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -355,6 +355,7 @@ $fwcmd add deny log ip from any to any</programlisting>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -642,6 +642,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -667,6 +667,7 @@ swapon: added /dev/da0b as swap space</screen>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -684,6 +684,7 @@ fine, but when I try to reboot the system, I get the message
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -770,6 +770,7 @@ tunefs: soft updates set</screen>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -416,6 +416,7 @@ set send_charset="US-ASCII:ISO-8859-1:ISO-8859-7:UTF-8"</programlisting>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -355,6 +355,7 @@ apm_event NORMRESUME, STANDBYRESUME {
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -656,6 +656,7 @@ kern.posix1version: 200112
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -951,6 +951,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -379,6 +379,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -1019,6 +1019,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -11906,3 +11906,13 @@ SECTIONS
|
|||
|
||||
&bibliography;
|
||||
</book>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -311,3 +311,8 @@ mirrors.sgml.${p}.inc: mirrors.sgml.${p}.inc.tmp
|
|||
eresources.sgml.www.inc: eresources.sgml.www.inc.tmp
|
||||
${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
|
||||
< $@.tmp > $@ || (${RM} -f $@ && false)
|
||||
|
||||
# Local variables:
|
||||
# mode: makefile-bsdmake
|
||||
# coding: iso-8859-7
|
||||
# End:
|
||||
|
|
|
@ -690,6 +690,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../appendix.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -367,6 +367,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--
|
||||
<!--
|
||||
|
||||
Ïñéóìüò ôùí entiries ãéá êÜèå êåöÜëáéï ôïõ Åã÷åéñéäßïõ ôïõ FreeBSD.
|
||||
|
||||
|
@ -69,3 +69,10 @@
|
|||
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.sgml">
|
||||
<!ENTITY chap.index SYSTEM "index.sgml">
|
||||
<!ENTITY chap.colophon SYSTEM "colophon.sgml">
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -2043,6 +2043,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../appendix.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -5121,6 +5121,7 @@ Please press any key to reboot.</screen>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -1020,6 +1020,7 @@ jail_www_devfs_enable="YES"</programlisting>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -3681,6 +3681,7 @@ options SHMMAXPGS=393216
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
fill-column: 78
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
|
|
|
@ -1857,6 +1857,7 @@ add path uscanner0 mode 660</programlisting>
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../appendix.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -5221,6 +5221,7 @@ teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -4984,12 +4984,13 @@ VII. References<co id="co-ref"></programlisting>
|
|||
</chapter>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
Local Variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -76,3 +76,10 @@
|
|||
<!ENTITY txt.install.timezone3 SYSTEM "install/timezone3.txt">
|
||||
<!ENTITY txt.install.userconfig SYSTEM "../../../share/images/books/handbook/install/userconfig.txt">
|
||||
<!ENTITY txt.install.userconfig2 SYSTEM "../../../share/images/books/handbook/install/userconfig2.txt">
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -792,6 +792,7 @@ xenbr1 8000.feffffffffff no vif0.1
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
fill-column: 78
|
||||
sgml-declaration: "../chapter.decl"
|
||||
sgml-indent-data: t
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -266,3 +266,11 @@
|
|||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
||||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: dsssl
|
||||
fill-column: 78
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -1978,3 +1978,13 @@
|
|||
</glossentry>
|
||||
</glossdiv>
|
||||
</glossary>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
coding: iso-8859-7
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
|
|
|
@ -512,6 +512,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
|
||||
<!--
|
||||
Local Variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -423,6 +423,7 @@ Coverity, Inc.</para>">
|
|||
|
||||
<!--
|
||||
Local Variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
<!--
|
||||
Local variables:
|
||||
coding: iso-8859-7
|
||||
mode: sgml
|
||||
fill-column: 78
|
||||
End:
|
||||
|
|
Loading…
Reference in a new issue