From 759cf34ff1f5a7b7f9864ac280dd37a4da6dcfbf Mon Sep 17 00:00:00 2001
From: Torben <59419684+entorb@users.noreply.github.com>
Date: Sat, 20 Apr 2024 00:04:49 +0200
Subject: [PATCH] CRLF->LF
---
.pre-commit-config.yaml | 186 ++++++++--------
fonts/gabriele_bad_ah/gabriele.txt | 80 +++----
fonts/lumos/readme.txt | 60 +++---
fonts/narnia_bll/SpecialReadMe.txt | 332 ++++++++++++++---------------
fonts/ringbearer/liesmich.html | 166 +++++++--------
fonts/ringbearer/readme.html | 158 +++++++-------
fonts/thundercats/Thundercats.txt | 66 +++---
scripts/check-chapters.json | 10 +-
8 files changed, 529 insertions(+), 529 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e6d61e364..11c31da54 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,93 +1,93 @@
-# install package
-# pip3 install pre-commit
-# register as git commit-hook to run automatically
-# pre-commit install
-# run manually
-# pre-commit run --all-files
-# or
-# pre-commit run --files myFile1.py myFile2.py
-# update hooks to latest version
-# pre-commit autoupdate
-
-# ruff replaces flake8, pyupgrade, and autoflake
-# ruff-format replaces black, isort, add-trailing-comma
-
-exclude: |
- (?x)^(
- scripts/ebook/v1.*|
- )$
-
-repos:
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.5.0
- hooks:
- - id: check-added-large-files
- args: ["--maxkb=500"]
- - id: check-ast
- - id: check-builtin-literals
- - id: check-case-conflict
- - id: check-docstring-first
- - id: check-executables-have-shebangs
- - id: check-json
- - id: check-merge-conflict
- - id: check-shebang-scripts-are-executable
- - id: check-symlinks
- - id: check-toml
- - id: check-vcs-permalinks
- - id: check-xml
- - id: check-yaml
- - id: debug-statements
- - id: destroyed-symlinks
- # - id: detect-aws-credentials
- - id: detect-private-key
- # conflict with black below
- # - id: double-quote-string-fixer
- - id: end-of-file-fixer
- - id: file-contents-sorter
- - id: fix-byte-order-marker
- - id: fix-encoding-pragma
- args: ["--remove"]
- - id: forbid-new-submodules
- # - id: forbid-submodules
- # args: ['--fix=lf']
- - id: mixed-line-ending
- - id: name-tests-test
- # - id: no-commit-to-branch
- # args: [--branch, staging]
- # not, since it decodes utf-8
- # - id: pretty-format-json
- # args: ["--autofix"]
- - id: requirements-txt-fixer
- # - id: sort-simple-yaml
- - id: trailing-whitespace
-
- - repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: "v0.3.4"
- hooks:
- - id: ruff
- args: [--fix, --exit-non-zero-on-fix]
- - id: ruff-format
-
- - repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.10.0
- hooks:
- - id: python-check-blanket-noqa
- # not, since '# type: ignore' is ok for me
- # - id: python-check-blanket-type-ignore
- - id: python-check-mock-methods
- - id: python-no-eval
- - id: python-no-log-warn
- - id: python-use-type-annotations
- - id: rst-backticks
- - id: rst-directive-colons
- - id: rst-inline-touching-normal
- - id: text-unicode-replacement-char
-
- - repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.39.0
- hooks:
- - id: markdownlint
- args: ["--disable", "MD013"]
-
-default_language_version:
- python: python3.10
+# install package
+# pip3 install pre-commit
+# register as git commit-hook to run automatically
+# pre-commit install
+# run manually
+# pre-commit run --all-files
+# or
+# pre-commit run --files myFile1.py myFile2.py
+# update hooks to latest version
+# pre-commit autoupdate
+
+# ruff replaces flake8, pyupgrade, and autoflake
+# ruff-format replaces black, isort, add-trailing-comma
+
+exclude: |
+ (?x)^(
+ scripts/ebook/v1.*|
+ )$
+
+repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.5.0
+ hooks:
+ - id: check-added-large-files
+ args: ["--maxkb=500"]
+ - id: check-ast
+ - id: check-builtin-literals
+ - id: check-case-conflict
+ - id: check-docstring-first
+ - id: check-executables-have-shebangs
+ - id: check-json
+ - id: check-merge-conflict
+ - id: check-shebang-scripts-are-executable
+ - id: check-symlinks
+ - id: check-toml
+ - id: check-vcs-permalinks
+ - id: check-xml
+ - id: check-yaml
+ - id: debug-statements
+ - id: destroyed-symlinks
+ # - id: detect-aws-credentials
+ - id: detect-private-key
+ # conflict with black below
+ # - id: double-quote-string-fixer
+ - id: end-of-file-fixer
+ - id: file-contents-sorter
+ - id: fix-byte-order-marker
+ - id: fix-encoding-pragma
+ args: ["--remove"]
+ - id: forbid-new-submodules
+ # - id: forbid-submodules
+ # args: ['--fix=lf']
+ - id: mixed-line-ending
+ - id: name-tests-test
+ # - id: no-commit-to-branch
+ # args: [--branch, staging]
+ # not, since it decodes utf-8
+ # - id: pretty-format-json
+ # args: ["--autofix"]
+ - id: requirements-txt-fixer
+ # - id: sort-simple-yaml
+ - id: trailing-whitespace
+
+ - repo: https://github.com/charliermarsh/ruff-pre-commit
+ rev: "v0.3.4"
+ hooks:
+ - id: ruff
+ args: [--fix, --exit-non-zero-on-fix]
+ - id: ruff-format
+
+ - repo: https://github.com/pre-commit/pygrep-hooks
+ rev: v1.10.0
+ hooks:
+ - id: python-check-blanket-noqa
+ # not, since '# type: ignore' is ok for me
+ # - id: python-check-blanket-type-ignore
+ - id: python-check-mock-methods
+ - id: python-no-eval
+ - id: python-no-log-warn
+ - id: python-use-type-annotations
+ - id: rst-backticks
+ - id: rst-directive-colons
+ - id: rst-inline-touching-normal
+ - id: text-unicode-replacement-char
+
+ - repo: https://github.com/igorshubovych/markdownlint-cli
+ rev: v0.39.0
+ hooks:
+ - id: markdownlint
+ args: ["--disable", "MD013"]
+
+default_language_version:
+ python: python3.10
diff --git a/fonts/gabriele_bad_ah/gabriele.txt b/fonts/gabriele_bad_ah/gabriele.txt
index 52d796f09..6b103482d 100644
--- a/fonts/gabriele_bad_ah/gabriele.txt
+++ b/fonts/gabriele_bad_ah/gabriele.txt
@@ -1,40 +1,40 @@
-Gabriele Font Series
-====================
-Gabriele was the name of his granddaughter. In 1957 Max Grundig, German industrialist, bought the two companies Triumph and Adler and merged them into his office machine label 'Triumph Adler'. Thus, 'Gabriele' became the name of a popular series of typewriters in postwar Germany.
-
-We have chosen this name for our series of typewriter fonts in reminiscence of those machines and all the ladies (called Gabriele or not) that used to type on them from the 1950s to the '80s.
-
-Ah, yes, another typewriter font.
-
-Well sort of. We are aware that there are quite a few of them around. But unlike Gabriele, most are not free for commercial use and/or have problems with umlauts and other extended characters. Gabriele has a complete West European charset, the ribbon members even many East European characters. These are monospaced fonts. The characters have all the same width - with the exception of the "ellipsis" character ("...") which is of course three spaces wide. Naturally, these fonts have and need no kerning.
-
-The Ribbon members of the Gabriele are based on the Dave-Rakowski font "Harting". On his former font activity Dave says on his web site http://home.earthlink.net/~ziodavino/album1_009.htm:
-"At this point, I'm no longer interested in the care and feeding of typefaces, and am ignoring any e-mails about fonts that come my way. Y'all may continue to do what you wish with the shareware fonts".
-On this basis I have refrained from bothering Dave and have done as I wished.
-
-Gabriele Bad is named after the somewhat darker and grungy look. Inside, she's really nice. Looking similar to the other two but not based on Rakowski's work. This is the darkest one of the three. She's not so good at Eastern European languages, but she can type Turkish fluently.
-
-All three fonts are free to use personally, publicly and commercially. Please respect the following license for redistribution.
-
-
-LICENSE
-=======
-Use
----
-You may use this font software free of charge and at your own risk for both personal and commercial use.
-
-Conversion and modification
----------------------------
-You may convert this font to other formats including web font formats or modify it for your own purposes. You may use web font formats of this font to display text on your web pages, but you may not explicitly offer converted or modified versions of this font software for download or re-use by others, unless you have received permission in writing to do so.
-
-Distribution
-------------
-You may distribute this font on digital media or as a download on your website as long as you comply with the following rules. Violation of one or more of these rules terminates your distribution license and you have to stop distribution immediately:
-
-1. You may offer the font only in form of a ZIP file containing only the font software and this readme file.
-2. You are not allowed to distribute the font software without this text file.
-3. You may not redistribute modified or converted copies of the font software (see above).
-4. You may not add advertising messages in text or graphics form to the zip file.
-5. You are not allowed to create a self-extracting executable file containing the font software or require the user to run or install a download manager or other software to get the download.
-6. You may not charge money for the download.
-7. If you want to distribute this font on storage media (CD DVD) produced in numbers of more than 50 identical copies, you must send Fontgrube a specimen copy.
+Gabriele Font Series
+====================
+Gabriele was the name of his granddaughter. In 1957 Max Grundig, German industrialist, bought the two companies Triumph and Adler and merged them into his office machine label 'Triumph Adler'. Thus, 'Gabriele' became the name of a popular series of typewriters in postwar Germany.
+
+We have chosen this name for our series of typewriter fonts in reminiscence of those machines and all the ladies (called Gabriele or not) that used to type on them from the 1950s to the '80s.
+
+Ah, yes, another typewriter font.
+
+Well sort of. We are aware that there are quite a few of them around. But unlike Gabriele, most are not free for commercial use and/or have problems with umlauts and other extended characters. Gabriele has a complete West European charset, the ribbon members even many East European characters. These are monospaced fonts. The characters have all the same width - with the exception of the "ellipsis" character ("...") which is of course three spaces wide. Naturally, these fonts have and need no kerning.
+
+The Ribbon members of the Gabriele are based on the Dave-Rakowski font "Harting". On his former font activity Dave says on his web site http://home.earthlink.net/~ziodavino/album1_009.htm:
+"At this point, I'm no longer interested in the care and feeding of typefaces, and am ignoring any e-mails about fonts that come my way. Y'all may continue to do what you wish with the shareware fonts".
+On this basis I have refrained from bothering Dave and have done as I wished.
+
+Gabriele Bad is named after the somewhat darker and grungy look. Inside, she's really nice. Looking similar to the other two but not based on Rakowski's work. This is the darkest one of the three. She's not so good at Eastern European languages, but she can type Turkish fluently.
+
+All three fonts are free to use personally, publicly and commercially. Please respect the following license for redistribution.
+
+
+LICENSE
+=======
+Use
+---
+You may use this font software free of charge and at your own risk for both personal and commercial use.
+
+Conversion and modification
+---------------------------
+You may convert this font to other formats including web font formats or modify it for your own purposes. You may use web font formats of this font to display text on your web pages, but you may not explicitly offer converted or modified versions of this font software for download or re-use by others, unless you have received permission in writing to do so.
+
+Distribution
+------------
+You may distribute this font on digital media or as a download on your website as long as you comply with the following rules. Violation of one or more of these rules terminates your distribution license and you have to stop distribution immediately:
+
+1. You may offer the font only in form of a ZIP file containing only the font software and this readme file.
+2. You are not allowed to distribute the font software without this text file.
+3. You may not redistribute modified or converted copies of the font software (see above).
+4. You may not add advertising messages in text or graphics form to the zip file.
+5. You are not allowed to create a self-extracting executable file containing the font software or require the user to run or install a download manager or other software to get the download.
+6. You may not charge money for the download.
+7. If you want to distribute this font on storage media (CD DVD) produced in numbers of more than 50 identical copies, you must send Fontgrube a specimen copy.
diff --git a/fonts/lumos/readme.txt b/fonts/lumos/readme.txt
index 05caae7a9..2ab128d46 100644
--- a/fonts/lumos/readme.txt
+++ b/fonts/lumos/readme.txt
@@ -1,30 +1,30 @@
-2022, yeKcim note: éêèàœ… added
-
-N.B. This version of Lumos has had some glyphs added for HPMOR
-
-
---------------------------------------------------August 4, 2000------
- readme altered 11-3-01
-Hi there! Thanks for checking out Lumos v.1, a freeware font inspired
-by the Harry Potter books! I made this font after long unsuccessful
-searches for the display font used in the US editions of Harry Potter.
-I am excited to use the font, and I am equally happy to share it with
-other fans of J.K. Rowling's fabulous books.
-
-TO USE THIS FONT: copy lumos.ttf to your Fonts folder in the Windows
-directory.
-
-You can use it in CAPS ONLY for a more true-to-the-book look, or use
-the 'small-caps' (lowercase) letters which have a few quirky variations.
-Don't forget to be on the lookout for the hidden dingbats -- I think I
-put in six. If you look really hard, you might find the super-tiny
-golden snitch! :-)
-
-You are welcome to share this font with your friends. Please distribute
-it with this readme (the zip file is an easy way to pass it along!)
-
-Enjoy!
-><> Sarah McFalls
-CarpeSaponem Fonts
-hedwig@owlmail.com <---contact me here w/any questions!
-http://www.geocities.com/carpesaponem/
+2022, yeKcim note: éêèàœ… added
+
+N.B. This version of Lumos has had some glyphs added for HPMOR
+
+
+--------------------------------------------------August 4, 2000------
+ readme altered 11-3-01
+Hi there! Thanks for checking out Lumos v.1, a freeware font inspired
+by the Harry Potter books! I made this font after long unsuccessful
+searches for the display font used in the US editions of Harry Potter.
+I am excited to use the font, and I am equally happy to share it with
+other fans of J.K. Rowling's fabulous books.
+
+TO USE THIS FONT: copy lumos.ttf to your Fonts folder in the Windows
+directory.
+
+You can use it in CAPS ONLY for a more true-to-the-book look, or use
+the 'small-caps' (lowercase) letters which have a few quirky variations.
+Don't forget to be on the lookout for the hidden dingbats -- I think I
+put in six. If you look really hard, you might find the super-tiny
+golden snitch! :-)
+
+You are welcome to share this font with your friends. Please distribute
+it with this readme (the zip file is an easy way to pass it along!)
+
+Enjoy!
+><> Sarah McFalls
+CarpeSaponem Fonts
+hedwig@owlmail.com <---contact me here w/any questions!
+http://www.geocities.com/carpesaponem/
diff --git a/fonts/narnia_bll/SpecialReadMe.txt b/fonts/narnia_bll/SpecialReadMe.txt
index 2633f11cd..88a019b4b 100644
--- a/fonts/narnia_bll/SpecialReadMe.txt
+++ b/fonts/narnia_bll/SpecialReadMe.txt
@@ -1,166 +1,166 @@
-BAJO LA LUNA PRODUCCIONES
-"Narnia BLL" TrueType Font
-Version 1.0. April 19, 2006
-
-Thanks for downloading this font!
-
-Thank you for downloading this TrueType font by Bajo la Luna Producciones. This font released and distributed as Only-For-Personal-Use Freeware (see License below).
-
-To get the latest version of this font, visit my website at:
-
-http://www.bajo-la-luna.com
-http://gatoenlaluna.deviantart.com
-
----
-
-Software License
-
-By downloading, installing or using the archive, you confirm your agreement to this license.
-
-
-I. Dedication
-
-This font and all my hard work is dedicated to the most beautiful girl on this planet: my beloved Luna.
-
-
-II. Special Freeware License
-
-This font is released and distributed under a special Only-for-personal-use Freeware License. This means that I grant you the license to use it free of charge in ALMOST any way you want (see Terms of Use). If you like it, I ask only two things of you: say a prayer for me (and Luna while you're at it) to your God or - whatever/whoever you believe in - and wish us some luck.
-
-
-III. Limitations
-
-A. Reverse Engineering
-Reverse Engineering is not allowed as with nearly any software, so this should be no surprise.
-
-B. Warranty
-Bajo La Luna Producciones gives you the only warranty that no code was placed to cause intentional harm to your system. However, I can give you no warranty that your work with my font will be uninterrupted and error-free.
-
-C. Liability
-Under no circumstances can you make me liable for any damage, however caused, including, but not limited to damage you might do to your system using my software.
-
-D. Modifications
-You may not modify, adapt, translate, decompile, disassemble, or create derivative works based on the product without prior written consent from Bajo La Luna Producciones.
-
-
-IV. Terms of Use
-
-The font is based on a registered/protected commercial logotype. This font is only for entertainment, personal and non-profit purposes. Rendering and/or production of physical goods, merchandise, media labels or advertising, creation and/or design of non-personal logotypes of any kind, including but not limited to products, companies, profit and non-profit organizations, as well as any commercial use, is strictly prohibited.
-
-You are allowed to use this font to create graphics for your personal, non-profit website; make personal greeting cards, birthday invitations and other innocent stuff; use it for adding a nice header to your homework; and any other personal, non-profit and non-commercial use.
-
-
-V. Distribution
-Here are some basic rules about distributing my font.
-
-A. Private Distribution
-You may give away single copies of the software as long as you don't modify this license or other files of the archive.
-
-B. Mirroring
-If you want to mirror this font, feel free to do so as long as you don't modify the original archive. If you want to be kept up to date about major updates, check out my website.
-
-C. Publishing
-You may publish this font in a book or magazine (or other media) by simply sending a written request for permission, including a description of your specific needs. I request only to be proper credited as the author.
-
-If you redistribute my font in any way, I'd like you to place a link to my website or deviantART account on your website, and please drop me a line. I like to know where my fonts are ;-)
-
-
-All contents of this package Copyright 2006, Bajo La Luna Producciones
-
-If you have any questions concerning this License, or if you desire to contact Bajo La Luna Producciones for any reason, please write to:
-
-thecat@bajo-la-luna.com
-
-or visit us online at:
-
-http://www.bajo-la-luna.com
-http://gatoenlaluna.deviantart.com
-
-Good luck, and blessings!
-)O(The Cat)O(
-Bajo La Luna Producciones
-Mxico
-
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-BAJO LA LUNA PRODUCCIONES
-Fuente TrueType "Narnia BLL"
-Versin 1.0. Abril 19, 2006
-
-Gracias por descargar esta fuente!
-
-Gracias por descargar esta fuente hecha por Bajo La Luna Producciones. Esta fuente se distribuye como freeware nicamente para uso personal (ver Licencia). Para obtener la versin
-ms reciente, visita mi sitio web en:
-
-http://www.bajo-la-luna.com
-http://gatoenlaluna.deviantart.com
-
----
-
-Licencia de Software
-
-Al descargar, instalar o usar este archivo, confirmas tu aceptacin de esta licencia.
-
-
-I. Dedicatoria
-
-Esta fuente y todo mi trabajo estn dedicados a la nia ms hermosa de este planeta: mi adorada Luna.
-
-
-II. Licencia Especial
-
-Esta fuente se distribuye bajo una licencia especial de freeware nicamente para uso personal. Esto significa que te otorgo la licencia para usarla CASI tanto como quieras (ver Condiciones de Uso). Si te gusta, te pido slo dos cosas: di una oracin por m (y por Luna ya que ests en ello) a tu Dios - o en lo que sea que creas y desanos algo de suerte.
-
-
-III. Limitaciones
-
-A. Ingeniera Inversa
-La Ingeniera Inversa no est permitida en casi cualquier software, por lo que esto no debe ser sorpresa.
-
-B. Garanta
-Bajo La Luna Producciones te da la nica garanta de que no se puso ningn cdigo para causar dao a tu sistema. De cualquier forma, no garantizo que tu trabajo con mi fuente ser ininterrumpido y libre de errores.
-
-C. Responsabilidad Legal
-Bajo ninguna circunstancia puedes hacerme legalmente responsable por cualquier dao, como quiera que sea causado, incluyendo, pero no limitado a dao que puedas hacerle a tu sistema utilizando mi software.
-
-D. Modificaciones
-No puedes modificar, adaptar, trasladar, descompilar, desensamblar o crear trabajos derivados basados en el producto sin previo consentimiento de Bajo La Luna Producciones.
-
-
-IV. Condiciones de Uso
-
-Esta fuente est basada en un logotipo comercial registrado. Esta fuente es nicamente para propsitos personales, no lucrativos y de entretenimiento. El diseo y produccin de bienes materiales, mercanca, etiquetas de medios o publicidad, la creacin y/o diseo de logotipos no personales de cualquier especie, incluyendo pero no limitado a productos, compaas, organizaciones lucrativas y no lucrativas, as como cualquier uso comercial, estn estrictamente prohibidos.
-
-Puedes utilizar esta fuente para crear grficos para tu sitio personal sin fines de lucro; hacer tarjetas personales de felicitacin, invitaciones y otras cosas inocentes; usarlo para agregar un lindo encabezado a tus tareas; y cualquier otro uso personal, no lucrativo y no comercial.
-
-
-V. Distribucin
-
-Aqu hay algunas reglas bsicas sobre la distribucin de mi fuente.
-
-A. Distribucin Privada
-Puedes distribuir copias del software siempre que no modifiques esta licencia u otros archivos en el paquete.
-
-B. Servidores Espejo (Mirroring)
-Si quieres poner en un servidor espejo (mirroring) esta fuente, puedes hacerlo mientras no modifiques el archivo original. Si quieres informacin sobre actualizaciones, visita el sitio de Bajo La Luna Producciones.
-
-C. Publicacin
-Puedes publicar esta fuente en un libro, revista u otro medio enviando una solicitud de permiso por escrito, incluyendo una descripcin de tus necesidades especficas. Slo pido que me des el crdito como autor.
-
-Si redistribuyes mi fuente por cualquier medio, me gustara que pusieras un link hacia mi sitio web o mi cuenta de deviantART, y por favor avisame. Me gusta saber dnde estn mis fuentes ;-)
-
-
-Todo el contenido de este archivo Copyright 2006, Bajo La Luna Producciones
-
-Si tienes alguna pregunta acerca de esta Licencia, o si deseas contactar a Bajo La Luna Producciones por cualquier razn, por favor escribe a:
-
-thecat@bajo-la-luna.com
-
-o vistanos en:
-
-http://www.bajo-la-luna.com
-http://gatoenlaluna.deviantart.com
-
-Suerte, y bendiciones!
-)O(The Cat)O(
-Bajo La Luna Producciones
-Mxico
+BAJO LA LUNA PRODUCCIONES
+"Narnia BLL" TrueType Font
+Version 1.0. April 19, 2006
+
+Thanks for downloading this font!
+
+Thank you for downloading this TrueType font by Bajo la Luna Producciones. This font released and distributed as Only-For-Personal-Use Freeware (see License below).
+
+To get the latest version of this font, visit my website at:
+
+http://www.bajo-la-luna.com
+http://gatoenlaluna.deviantart.com
+
+---
+
+Software License
+
+By downloading, installing or using the archive, you confirm your agreement to this license.
+
+
+I. Dedication
+
+This font and all my hard work is dedicated to the most beautiful girl on this planet: my beloved Luna.
+
+
+II. Special Freeware License
+
+This font is released and distributed under a special Only-for-personal-use Freeware License. This means that I grant you the license to use it free of charge in ALMOST any way you want (see Terms of Use). If you like it, I ask only two things of you: say a prayer for me (and Luna while you're at it) to your God or - whatever/whoever you believe in - and wish us some luck.
+
+
+III. Limitations
+
+A. Reverse Engineering
+Reverse Engineering is not allowed as with nearly any software, so this should be no surprise.
+
+B. Warranty
+Bajo La Luna Producciones gives you the only warranty that no code was placed to cause intentional harm to your system. However, I can give you no warranty that your work with my font will be uninterrupted and error-free.
+
+C. Liability
+Under no circumstances can you make me liable for any damage, however caused, including, but not limited to damage you might do to your system using my software.
+
+D. Modifications
+You may not modify, adapt, translate, decompile, disassemble, or create derivative works based on the product without prior written consent from Bajo La Luna Producciones.
+
+
+IV. Terms of Use
+
+The font is based on a registered/protected commercial logotype. This font is only for entertainment, personal and non-profit purposes. Rendering and/or production of physical goods, merchandise, media labels or advertising, creation and/or design of non-personal logotypes of any kind, including but not limited to products, companies, profit and non-profit organizations, as well as any commercial use, is strictly prohibited.
+
+You are allowed to use this font to create graphics for your personal, non-profit website; make personal greeting cards, birthday invitations and other innocent stuff; use it for adding a nice header to your homework; and any other personal, non-profit and non-commercial use.
+
+
+V. Distribution
+Here are some basic rules about distributing my font.
+
+A. Private Distribution
+You may give away single copies of the software as long as you don't modify this license or other files of the archive.
+
+B. Mirroring
+If you want to mirror this font, feel free to do so as long as you don't modify the original archive. If you want to be kept up to date about major updates, check out my website.
+
+C. Publishing
+You may publish this font in a book or magazine (or other media) by simply sending a written request for permission, including a description of your specific needs. I request only to be proper credited as the author.
+
+If you redistribute my font in any way, I'd like you to place a link to my website or deviantART account on your website, and please drop me a line. I like to know where my fonts are ;-)
+
+
+All contents of this package Copyright 2006, Bajo La Luna Producciones
+
+If you have any questions concerning this License, or if you desire to contact Bajo La Luna Producciones for any reason, please write to:
+
+thecat@bajo-la-luna.com
+
+or visit us online at:
+
+http://www.bajo-la-luna.com
+http://gatoenlaluna.deviantart.com
+
+Good luck, and blessings!
+)O(The Cat)O(
+Bajo La Luna Producciones
+Mxico
+
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+BAJO LA LUNA PRODUCCIONES
+Fuente TrueType "Narnia BLL"
+Versin 1.0. Abril 19, 2006
+
+Gracias por descargar esta fuente!
+
+Gracias por descargar esta fuente hecha por Bajo La Luna Producciones. Esta fuente se distribuye como freeware nicamente para uso personal (ver Licencia). Para obtener la versin
+ms reciente, visita mi sitio web en:
+
+http://www.bajo-la-luna.com
+http://gatoenlaluna.deviantart.com
+
+---
+
+Licencia de Software
+
+Al descargar, instalar o usar este archivo, confirmas tu aceptacin de esta licencia.
+
+
+I. Dedicatoria
+
+Esta fuente y todo mi trabajo estn dedicados a la nia ms hermosa de este planeta: mi adorada Luna.
+
+
+II. Licencia Especial
+
+Esta fuente se distribuye bajo una licencia especial de freeware nicamente para uso personal. Esto significa que te otorgo la licencia para usarla CASI tanto como quieras (ver Condiciones de Uso). Si te gusta, te pido slo dos cosas: di una oracin por m (y por Luna ya que ests en ello) a tu Dios - o en lo que sea que creas y desanos algo de suerte.
+
+
+III. Limitaciones
+
+A. Ingeniera Inversa
+La Ingeniera Inversa no est permitida en casi cualquier software, por lo que esto no debe ser sorpresa.
+
+B. Garanta
+Bajo La Luna Producciones te da la nica garanta de que no se puso ningn cdigo para causar dao a tu sistema. De cualquier forma, no garantizo que tu trabajo con mi fuente ser ininterrumpido y libre de errores.
+
+C. Responsabilidad Legal
+Bajo ninguna circunstancia puedes hacerme legalmente responsable por cualquier dao, como quiera que sea causado, incluyendo, pero no limitado a dao que puedas hacerle a tu sistema utilizando mi software.
+
+D. Modificaciones
+No puedes modificar, adaptar, trasladar, descompilar, desensamblar o crear trabajos derivados basados en el producto sin previo consentimiento de Bajo La Luna Producciones.
+
+
+IV. Condiciones de Uso
+
+Esta fuente est basada en un logotipo comercial registrado. Esta fuente es nicamente para propsitos personales, no lucrativos y de entretenimiento. El diseo y produccin de bienes materiales, mercanca, etiquetas de medios o publicidad, la creacin y/o diseo de logotipos no personales de cualquier especie, incluyendo pero no limitado a productos, compaas, organizaciones lucrativas y no lucrativas, as como cualquier uso comercial, estn estrictamente prohibidos.
+
+Puedes utilizar esta fuente para crear grficos para tu sitio personal sin fines de lucro; hacer tarjetas personales de felicitacin, invitaciones y otras cosas inocentes; usarlo para agregar un lindo encabezado a tus tareas; y cualquier otro uso personal, no lucrativo y no comercial.
+
+
+V. Distribucin
+
+Aqu hay algunas reglas bsicas sobre la distribucin de mi fuente.
+
+A. Distribucin Privada
+Puedes distribuir copias del software siempre que no modifiques esta licencia u otros archivos en el paquete.
+
+B. Servidores Espejo (Mirroring)
+Si quieres poner en un servidor espejo (mirroring) esta fuente, puedes hacerlo mientras no modifiques el archivo original. Si quieres informacin sobre actualizaciones, visita el sitio de Bajo La Luna Producciones.
+
+C. Publicacin
+Puedes publicar esta fuente en un libro, revista u otro medio enviando una solicitud de permiso por escrito, incluyendo una descripcin de tus necesidades especficas. Slo pido que me des el crdito como autor.
+
+Si redistribuyes mi fuente por cualquier medio, me gustara que pusieras un link hacia mi sitio web o mi cuenta de deviantART, y por favor avisame. Me gusta saber dnde estn mis fuentes ;-)
+
+
+Todo el contenido de este archivo Copyright 2006, Bajo La Luna Producciones
+
+Si tienes alguna pregunta acerca de esta Licencia, o si deseas contactar a Bajo La Luna Producciones por cualquier razn, por favor escribe a:
+
+thecat@bajo-la-luna.com
+
+o vistanos en:
+
+http://www.bajo-la-luna.com
+http://gatoenlaluna.deviantart.com
+
+Suerte, y bendiciones!
+)O(The Cat)O(
+Bajo La Luna Producciones
+Mxico
diff --git a/fonts/ringbearer/liesmich.html b/fonts/ringbearer/liesmich.html
index a0fe06a1a..878771784 100644
--- a/fonts/ringbearer/liesmich.html
+++ b/fonts/ringbearer/liesmich.html
@@ -1,83 +1,83 @@
-
-
-
-
-
-
-
-
-
- Pete Klassen, 2002. Alle Rechte vorbehalten.
-Für Anregungen, Fragen, Kontakt: thehutt@gmx.net
-
-
-English Version
-
-
-Über diese Schriftart
-Der Ringbearer-Font ist eine Nachahmung der Schriftart, die im Logo von Peter Jackson's "Der Herr der Ringe" Trilogie verwendet wurde. Ich habe ein halbes Jahr lang versucht, die Originalschriftart aus diesem Logo aufzutreiben. Da die Suche vergeblich war, machte ich es einfach nach, indem ich verschiedene Logotypen von internationalen Seiten von HdR analysierte.
-
-Installation
-Diese Schriftart ist zur Benutzung mit Windows-Systemen entworfen worden. Um den Font zu installieren, entpacken Sie die ZIP-Datei in ein Verzeichnis auf ihrer Festplatte. Starten Sie Systemsteuerung, Schriftarten, Datei->Neue Schriftart installieren, und wählen Sie das Verzeichnis aus, in das Sie das Archiv entpackt haben. Nach einer erfolgreichen Installation ist der "Ringbearer" Font verfügbar.
-
-
-Verwendung
-Der Ringbearer-Font ist nur für Design-Zwecke gedacht. Wenn man damit versuchen würde, normal zu schreiben, würde nichts gutes rauskommen. Insbesondere, weil der Font dekorativen Zwecken dient, würde er nicht in Anwendungen funktionieren, die keinen Kerning unterstützen. Wenn Sie nicht sicher sind, ob Ihre Anwendung für Ringbearer tauglich ist, versuchen Sie, "Lord" einzutippen. Falls der buchstabe "o" außerhalb von "L" liegt, müssen Sie sich um ein besseres Programm bemühen. Soweit habe ich es mit Adobe Photoshop, Illustrator und Corel Draw getestet, die damit gut klarkamen.
-
-
-
-
-Grundsätzlich sollten Kleinbuchstaben verwendet werden. Großbuchstaben sind noch mehr als Dekoration gedacht und sind eigentlich dazu da, den ersten oder letzten Buchstaben eines Wortes zu markieren. Daher gibt es gelegentlich auch Höhenunterschiede zwischen Großbuchstaben. "R" is ist z.B. kleiner als "H": "H" wurde im Originallogo von "Herr der Ringe" verwendet, um den ersten Buchstaben des Logos zu kennzeichnen. "R" wird hingegen in der Mitte des Logos benutzt. Außerdem sind einige der Großbuchstaben "hängend", da sie sich am oberen Rand der Kleinbuchstaben ausrichten- wie z.B., "E" im Deutschen "Herr der RingE":
-
-Diese Zeichen werden normalerweise für den letzten Buchsaben im Logo verwendet.
-
-
-Ich habe versucht, alle die verschiedenen Zeichen zu verwenden, die bei verschiedenen Logos von HdR benutzt wurden. Deswegen war es gelegentlich nötig, mehrere Zeichen für jeden Buchstaben zu verwenden. Hier ist eine Liste von allen solchen Buchstaben mit Kommentaren.
-
-
-Buchstabe | Zeichen | ASCII Code | Kommentar |
-A | A | | Mittelgroße A wie im französischen Anneaux |
-E | E | | Hängende E wie im deutschen RingE |
-E | | Alt + 0202 | Große E wie im deutschen TürmE |
-F | F | | Hängende F, ähnlich der E |
-i | i | | Klein-I mit reduzierter Höhe, wie in Rings |
-i | | | Klein-I mit normaler Höhe, wie in Zwei |
-K | K | | Wurde auf keinem Logo verwendet - selbe Prämisse wie bei A und R |
-O | O | | Mittelgroße O |
-Q | Q | | Mittelgroße Q |
-R | R | | Mittelgroße R, wie in Rings |
-r | r | | Kleine R, wie in Lord |
-r | ® | Alt + 169 | Kleine R mit verlängertem Schwanz, wie in Herr |
-S | S | | Große S wie in Seigneur |
-S | ß | Alt + 0223 | Hängende S wie in RingS |
-S | © | Alt + 0169 | Große angepaßte S wie in TowerS |
-T | T | | Große T wie in Two |
-T | ™ | Alt + 0153 | Mittelgroße T wie in Towers |
-W | W | | Mittelgroße W |
-
-
-
-Über die Kreation
-Um diese Schriftart zu erstellen, benutzte ich als Referenz Flash- und Bitmaplogos von diversen internationalen HdR Seiten. Insbesondere waren die Flash-Logos hilfreich, da sie im Vektorformat vorlagen und viele Details beinhalteten. Gelegentlich, falls Designs verschiedener Länder miteinander kollidierten (z.B. sieht Groß-"A" verschieden in "Anneaux" auf dem französischen und auf "Anillos" auf dem Spanischen Logo aus.) Ich habe in solchen Fällen zum Buchstaben gegriffen, der mir einfach besser gefiel ;) z.B. habe ich "A" aus dem französischen "Le Seigneur des Anneaux" Logo genommen.
-Im Falle, daß keins der Logos ein benötigtes Zeichen beinhaltete, habe ich den Rest der vermißten Zeichen, ebenso wie Punktuation von der Schrift Venetian 301 Demi abgeleitet.
-
-
-Hier ist ein Beispiel von diversen Logos für "Herr der Ringe", hier neu kreiert allein durch die Verwendung des Ringbearer Fonts:
-
-Copyright Disclaimer
-Der Ringbearer font ist © Pete Klassen, 2002. Alle Rechte vorbehalten.
-Es ist erlaubt, diese Schriftart ausschließlich kostenfrei zu verbreiten, und auch nur inklusive des kompletten Inhalt des Original-Archivs.
-Die Benutzung dieses Fonts ist im ausschließlich privaten Rahmen gestaltet. Gewerbliche Verwendung und/oder Veränderungen an dem Font sind nicht gestattet.
-Ringbearer basiert auf dem "Lord of the Rings" Logo. © 2001-2003 New Line Cinema und Wingnut Films. Alle Rechte vorbehalten.
-
-PS: es ist nur ein Font von einem Fan für andere Fans.
-
-
-
+
+
+
+
+
+
+
+
+
+ Pete Klassen, 2002. Alle Rechte vorbehalten.
+Für Anregungen, Fragen, Kontakt: thehutt@gmx.net
+
+
+English Version
+
+
+Über diese Schriftart
+Der Ringbearer-Font ist eine Nachahmung der Schriftart, die im Logo von Peter Jackson's "Der Herr der Ringe" Trilogie verwendet wurde. Ich habe ein halbes Jahr lang versucht, die Originalschriftart aus diesem Logo aufzutreiben. Da die Suche vergeblich war, machte ich es einfach nach, indem ich verschiedene Logotypen von internationalen Seiten von HdR analysierte.
+
+Installation
+Diese Schriftart ist zur Benutzung mit Windows-Systemen entworfen worden. Um den Font zu installieren, entpacken Sie die ZIP-Datei in ein Verzeichnis auf ihrer Festplatte. Starten Sie Systemsteuerung, Schriftarten, Datei->Neue Schriftart installieren, und wählen Sie das Verzeichnis aus, in das Sie das Archiv entpackt haben. Nach einer erfolgreichen Installation ist der "Ringbearer" Font verfügbar.
+
+
+Verwendung
+Der Ringbearer-Font ist nur für Design-Zwecke gedacht. Wenn man damit versuchen würde, normal zu schreiben, würde nichts gutes rauskommen. Insbesondere, weil der Font dekorativen Zwecken dient, würde er nicht in Anwendungen funktionieren, die keinen Kerning unterstützen. Wenn Sie nicht sicher sind, ob Ihre Anwendung für Ringbearer tauglich ist, versuchen Sie, "Lord" einzutippen. Falls der buchstabe "o" außerhalb von "L" liegt, müssen Sie sich um ein besseres Programm bemühen. Soweit habe ich es mit Adobe Photoshop, Illustrator und Corel Draw getestet, die damit gut klarkamen.
+
+
+
+
+Grundsätzlich sollten Kleinbuchstaben verwendet werden. Großbuchstaben sind noch mehr als Dekoration gedacht und sind eigentlich dazu da, den ersten oder letzten Buchstaben eines Wortes zu markieren. Daher gibt es gelegentlich auch Höhenunterschiede zwischen Großbuchstaben. "R" is ist z.B. kleiner als "H": "H" wurde im Originallogo von "Herr der Ringe" verwendet, um den ersten Buchstaben des Logos zu kennzeichnen. "R" wird hingegen in der Mitte des Logos benutzt. Außerdem sind einige der Großbuchstaben "hängend", da sie sich am oberen Rand der Kleinbuchstaben ausrichten- wie z.B., "E" im Deutschen "Herr der RingE":
+
+Diese Zeichen werden normalerweise für den letzten Buchsaben im Logo verwendet.
+
+
+Ich habe versucht, alle die verschiedenen Zeichen zu verwenden, die bei verschiedenen Logos von HdR benutzt wurden. Deswegen war es gelegentlich nötig, mehrere Zeichen für jeden Buchstaben zu verwenden. Hier ist eine Liste von allen solchen Buchstaben mit Kommentaren.
+
+
+Buchstabe | Zeichen | ASCII Code | Kommentar |
+A | A | | Mittelgroße A wie im französischen Anneaux |
+E | E | | Hängende E wie im deutschen RingE |
+E | | Alt + 0202 | Große E wie im deutschen TürmE |
+F | F | | Hängende F, ähnlich der E |
+i | i | | Klein-I mit reduzierter Höhe, wie in Rings |
+i | | | Klein-I mit normaler Höhe, wie in Zwei |
+K | K | | Wurde auf keinem Logo verwendet - selbe Prämisse wie bei A und R |
+O | O | | Mittelgroße O |
+Q | Q | | Mittelgroße Q |
+R | R | | Mittelgroße R, wie in Rings |
+r | r | | Kleine R, wie in Lord |
+r | ® | Alt + 169 | Kleine R mit verlängertem Schwanz, wie in Herr |
+S | S | | Große S wie in Seigneur |
+S | ß | Alt + 0223 | Hängende S wie in RingS |
+S | © | Alt + 0169 | Große angepaßte S wie in TowerS |
+T | T | | Große T wie in Two |
+T | ™ | Alt + 0153 | Mittelgroße T wie in Towers |
+W | W | | Mittelgroße W |
+
+
+
+Über die Kreation
+Um diese Schriftart zu erstellen, benutzte ich als Referenz Flash- und Bitmaplogos von diversen internationalen HdR Seiten. Insbesondere waren die Flash-Logos hilfreich, da sie im Vektorformat vorlagen und viele Details beinhalteten. Gelegentlich, falls Designs verschiedener Länder miteinander kollidierten (z.B. sieht Groß-"A" verschieden in "Anneaux" auf dem französischen und auf "Anillos" auf dem Spanischen Logo aus.) Ich habe in solchen Fällen zum Buchstaben gegriffen, der mir einfach besser gefiel ;) z.B. habe ich "A" aus dem französischen "Le Seigneur des Anneaux" Logo genommen.
+Im Falle, daß keins der Logos ein benötigtes Zeichen beinhaltete, habe ich den Rest der vermißten Zeichen, ebenso wie Punktuation von der Schrift Venetian 301 Demi abgeleitet.
+
+
+Hier ist ein Beispiel von diversen Logos für "Herr der Ringe", hier neu kreiert allein durch die Verwendung des Ringbearer Fonts:
+
+Copyright Disclaimer
+Der Ringbearer font ist © Pete Klassen, 2002. Alle Rechte vorbehalten.
+Es ist erlaubt, diese Schriftart ausschließlich kostenfrei zu verbreiten, und auch nur inklusive des kompletten Inhalt des Original-Archivs.
+Die Benutzung dieses Fonts ist im ausschließlich privaten Rahmen gestaltet. Gewerbliche Verwendung und/oder Veränderungen an dem Font sind nicht gestattet.
+Ringbearer basiert auf dem "Lord of the Rings" Logo. © 2001-2003 New Line Cinema und Wingnut Films. Alle Rechte vorbehalten.
+
+PS: es ist nur ein Font von einem Fan für andere Fans.
+
+
+
diff --git a/fonts/ringbearer/readme.html b/fonts/ringbearer/readme.html
index 417684dbc..4e87a749e 100644
--- a/fonts/ringbearer/readme.html
+++ b/fonts/ringbearer/readme.html
@@ -1,79 +1,79 @@
-
-
-
-
-
-
-
-
-
- Pete Klassen, 2002. All Rights Reserved.
-For ideas, questions or contact: thehutt@gmx.net
-
-
-Deutsche Version
-
-
-About this font
-The Ringbearer font is a replication of the font used in the logo of Peter Jackson's "The Lord Of The Rings" trilogy. I tried to find the original font used in the logo for about half a year, however, without success. So I just tried to re-create it, using different logo types from international sites of LotR.
-
-Installation
-This font is designed for use with Windows systems. In order to install the font, unzip the ZIP file into a directory on your hard disc, run Control Panel, Fonts, select File->Install New Font, select the directory you've extracted the archive into. After successful installation, the "Ringbearer" font is available for use.
-
-Usage
-The Ringbearer font is for design purposes only. Using it for normal writing would not do much good. Especially, because of its decorative purpose, the font would not work in applications which do not support font kerning. If you are unsure, if your application is fit for Ringbearer, try to type in "Lord". If the letter "o" is outside of "L", you'll need a better application. I have tested it so far on Adobe Photoshop, Illustrator and Corel Draw, which work fine.
-
-
-
-Basically, lower case characters should be used. Upper case characters are much more decorational, and are basically to mark the first or last letter of the word. Therefore, there are sometimes height differences, when upper-case characters are concerned. "R" is for example, smaller than "L": "L" was used in the original "Lord of the Rings" logo to mark the first letter on the logo, and "R" is used in the middle of it. Furthermore, some of the upper-case letters are "hanging", as they are aligned to the top bound of low-case characters, for example, "E" as in German "Herr der RingE":
-
-These characters are mostly used for the last letter of the logo.
-
-
-I tried to include all the different characters which were used on different logos of LotR. Therefore, sometimes it was necessary to use multiple characters for each letter. Here is the list of all the letters with comments.
-
-
-Letter | Character | ASCII Code | Comment |
-A | A | | Middle-size A as used in French Anneaux |
-E | E | | Hanging E; as in German RingE |
-E | | Alt + 0202 | Big E, as in German TürmE |
-F | F | | Hanging F, as similar to E |
-i | i | | Low-case I with reduced height, as in Rings |
-i | | | Low-case I with normal height, as in Zwei |
-K | K | | Not on any logo; same premise as A and R |
-O | O | | Middle-size O |
-Q | Q | | Middle-size Q |
-R | R | | Middle-size R, as in Rings |
-r | r | | Lower-case R, as in Lord |
-r | ® | Alt + 169 | Lower-case R with prolonged tail, as in Herr |
-S | S | | Large capital S as in Seigneur |
-S | ß | Alt + 0223 | Hanging S as in RingS |
-S | © | Alt + 0169 | Large modified S as in TowerS |
-T | T | | Large capital T as in Two |
-T | ™ | Alt + 0153 | Middle-size T as in Towers |
-W | W | | Middle-size W |
-
-
-
-About the creation
-For creating this font, Flash and bitmap logos from different international sites were used. Especially Flash logos were very helpful, as these were in vector format and contained a lot of details. On occasions, where designs from different countries collided with each other (for example, the capital "A" looks different in "Anneaux" on the French logo and on "Anillos" on the Spanish one), I went for the letter which I simply liked more ;). So, for example, I took the "A" from the French "Le Seigneur des Anneaux" logo.
-In case none of the logos contained the needed character, the rest of the missing characters as well as the punctuation are derived from Venetian 301 Demi.
-
-
-Here an example of the different logos for "Lord of the Rings" re-created solely by using the Ringbearer Font:
-
-Copyright Disclaimer
-The Ringbearer font is © Pete Klassen, 2002. All Rights Reserved.
-You are allowed to distribute this font free of charge only, and only with the complete contents of the original archive file included.
-You are allowed to use this font for private use only. Commercial use and/or modification of this font are not allowed.
-Ringbearer is based on the "Lord of the Rings" Logo. © 2001-2003 New Line Cinema and Wingnut Films. All Rights Reserved.
-
-PS: it's just a font from a fan for other fans.
-
-
-
+
+
+
+
+
+
+
+
+
+ Pete Klassen, 2002. All Rights Reserved.
+For ideas, questions or contact: thehutt@gmx.net
+
+
+Deutsche Version
+
+
+About this font
+The Ringbearer font is a replication of the font used in the logo of Peter Jackson's "The Lord Of The Rings" trilogy. I tried to find the original font used in the logo for about half a year, however, without success. So I just tried to re-create it, using different logo types from international sites of LotR.
+
+Installation
+This font is designed for use with Windows systems. In order to install the font, unzip the ZIP file into a directory on your hard disc, run Control Panel, Fonts, select File->Install New Font, select the directory you've extracted the archive into. After successful installation, the "Ringbearer" font is available for use.
+
+Usage
+The Ringbearer font is for design purposes only. Using it for normal writing would not do much good. Especially, because of its decorative purpose, the font would not work in applications which do not support font kerning. If you are unsure, if your application is fit for Ringbearer, try to type in "Lord". If the letter "o" is outside of "L", you'll need a better application. I have tested it so far on Adobe Photoshop, Illustrator and Corel Draw, which work fine.
+
+
+
+Basically, lower case characters should be used. Upper case characters are much more decorational, and are basically to mark the first or last letter of the word. Therefore, there are sometimes height differences, when upper-case characters are concerned. "R" is for example, smaller than "L": "L" was used in the original "Lord of the Rings" logo to mark the first letter on the logo, and "R" is used in the middle of it. Furthermore, some of the upper-case letters are "hanging", as they are aligned to the top bound of low-case characters, for example, "E" as in German "Herr der RingE":
+
+These characters are mostly used for the last letter of the logo.
+
+
+I tried to include all the different characters which were used on different logos of LotR. Therefore, sometimes it was necessary to use multiple characters for each letter. Here is the list of all the letters with comments.
+
+
+Letter | Character | ASCII Code | Comment |
+A | A | | Middle-size A as used in French Anneaux |
+E | E | | Hanging E; as in German RingE |
+E | | Alt + 0202 | Big E, as in German TürmE |
+F | F | | Hanging F, as similar to E |
+i | i | | Low-case I with reduced height, as in Rings |
+i | | | Low-case I with normal height, as in Zwei |
+K | K | | Not on any logo; same premise as A and R |
+O | O | | Middle-size O |
+Q | Q | | Middle-size Q |
+R | R | | Middle-size R, as in Rings |
+r | r | | Lower-case R, as in Lord |
+r | ® | Alt + 169 | Lower-case R with prolonged tail, as in Herr |
+S | S | | Large capital S as in Seigneur |
+S | ß | Alt + 0223 | Hanging S as in RingS |
+S | © | Alt + 0169 | Large modified S as in TowerS |
+T | T | | Large capital T as in Two |
+T | ™ | Alt + 0153 | Middle-size T as in Towers |
+W | W | | Middle-size W |
+
+
+
+About the creation
+For creating this font, Flash and bitmap logos from different international sites were used. Especially Flash logos were very helpful, as these were in vector format and contained a lot of details. On occasions, where designs from different countries collided with each other (for example, the capital "A" looks different in "Anneaux" on the French logo and on "Anillos" on the Spanish one), I went for the letter which I simply liked more ;). So, for example, I took the "A" from the French "Le Seigneur des Anneaux" logo.
+In case none of the logos contained the needed character, the rest of the missing characters as well as the punctuation are derived from Venetian 301 Demi.
+
+
+Here an example of the different logos for "Lord of the Rings" re-created solely by using the Ringbearer Font:
+
+Copyright Disclaimer
+The Ringbearer font is © Pete Klassen, 2002. All Rights Reserved.
+You are allowed to distribute this font free of charge only, and only with the complete contents of the original archive file included.
+You are allowed to use this font for private use only. Commercial use and/or modification of this font are not allowed.
+Ringbearer is based on the "Lord of the Rings" Logo. © 2001-2003 New Line Cinema and Wingnut Films. All Rights Reserved.
+
+PS: it's just a font from a fan for other fans.
+
+
+
diff --git a/fonts/thundercats/Thundercats.txt b/fonts/thundercats/Thundercats.txt
index 9e6469a49..b2f96c109 100644
--- a/fonts/thundercats/Thundercats.txt
+++ b/fonts/thundercats/Thundercats.txt
@@ -1,33 +1,33 @@
-Thundercats (True Type Font)
-----------------------------
-Based on the logo from the toyline and cartoon. Lots of sharp angles and
-'mis-sized' letters to give a stylized fantasy look.
-
-Legal Notice
-------------
-This font is released as freeware. It may not be sold, manipulated, edited,
-or redistributed without direct written consent by Neale Davidson. It may be
-used without royalties for any reasonable purpose.
-
-Version Information
--------------------
-1.00 - August 28, 2000
-
-Special Symbols
----------------
-
-'@' - Thundercats logo
-
-
-Written permission for distribution with HPMOR:
-
-From: Pixelsagas Contact
-To: Reuben Thomas
-Date: Thu, 25 May 2017 20:16:04 -0400
-
-Thanks for checking with me! The biggest concern was that it would
-get “wild” without the license text along with it or resold in a
-bundle. As long as the license stays paired up as it is in the GitHub, this
-should be fine.
-
-Enjoy!
+Thundercats (True Type Font)
+----------------------------
+Based on the logo from the toyline and cartoon. Lots of sharp angles and
+'mis-sized' letters to give a stylized fantasy look.
+
+Legal Notice
+------------
+This font is released as freeware. It may not be sold, manipulated, edited,
+or redistributed without direct written consent by Neale Davidson. It may be
+used without royalties for any reasonable purpose.
+
+Version Information
+-------------------
+1.00 - August 28, 2000
+
+Special Symbols
+---------------
+
+'@' - Thundercats logo
+
+
+Written permission for distribution with HPMOR:
+
+From: Pixelsagas Contact
+To: Reuben Thomas
+Date: Thu, 25 May 2017 20:16:04 -0400
+
+Thanks for checking with me! The biggest concern was that it would
+get “wild” without the license text along with it or resold in a
+bundle. As long as the license stays paired up as it is in the GitHub, this
+should be fine.
+
+Enjoy!
diff --git a/scripts/check-chapters.json b/scripts/check-chapters.json
index f48854cd3..556170f1e 100644
--- a/scripts/check-chapters.json
+++ b/scripts/check-chapters.json
@@ -1,5 +1,5 @@
-{
- "lang": "EN",
- "print_diff": true,
- "raise_error": true
-}
+{
+ "lang": "EN",
+ "print_diff": true,
+ "raise_error": true
+}