- main.lua now has a system to count and replace """ by language-
dependend left and right quotation marks.
- Corrected several instances of """ instead of """.
- main.lua now has a "verbose"-switch, which is set to false by default.
- Finally removed Spanish from the list of translations, as nothing happened.
- Addenda to news issues 25 and 26: links to EoYA articles
- Press:
- correct link to Computer Bild, now with Top 250 download logo
- removed dead link to Bonnsite
- Added meta-information "Content-Style-Type" to schema.html, to satisfy
the validome-validator.
- Validation (mainly w3c)
Note:
- Concerning the "-replacements: In contrast to the $$...$$-macros,
""" is replaced only once, hence it's possible to use """ by
placing it in a $$...$$-macro. The replacements are given in output-files.lua
as left_quot and right_quot. main.lua only counts the number and chooses
between left_quot and right_quot based on odd or even number, not on
word beginnings or endings. If the total number of """s is odd, main.lua
will throw a warning.
Todo:
- Russian translation of news addenda (news/issue25 and 26).
- Please enter the html entities to be used as left and right quotation
marks in Russian into output-file.luas, entry left/right_quot_ru.
- Upload