diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-12-13 00:23:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-12-13 00:44:38 +0100 |
commit | b02fdb4d705016a6c8e83f9d492b8df7c531b805 (patch) | |
tree | 766b40d911fbf23ef6c9ea8f41b4e523c7cf9503 /docs/ksgmltools-bug-read-me.txt | |
parent | facdbc2fcef5f9bfbd56c1eef53e61eb8e7438a1 (diff) | |
download | bibletime-b02fdb4d705016a6c8e83f9d492b8df7c531b805.tar.gz bibletime-b02fdb4d705016a6c8e83f9d492b8df7c531b805.zip |
Conversion to CMake build system.
Remove the generated files from the source tree.
Copy translations to a new directory layout.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'docs/ksgmltools-bug-read-me.txt')
-rw-r--r-- | docs/ksgmltools-bug-read-me.txt | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/ksgmltools-bug-read-me.txt b/docs/ksgmltools-bug-read-me.txt deleted file mode 100644 index 5a40a7f..0000000 --- a/docs/ksgmltools-bug-read-me.txt +++ /dev/null @@ -1,36 +0,0 @@ -During the creation of these documents I found several problems with the -docbook DTD supplied with Mandrake 8.1 This read me documents the work arounds made. - -Problem - -&XML; parses as XML? - -Solution - -Edited the file /usr/share/apps/ksgmltools2/customization/entities/general.entities -also known as "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.0//EN" - -to read -<!ENTITY XML '<trademark class="registered">XML</trademark>'> - -Also did this with all trademark tags that had no class. Class is required for this tag, see - -DocBook: The Definitive Guide -By Norman Walsh and Leonard Muellner -O'Reilly & Associates, Inc. - -Result - -&XML; parses as XML® - - -Problem -<quote>stuff</quote> parses as ?quote? - -Used " instead. - -This should be corrected when <quote> parses as " - ----------------------- -Fred Saalbach 22 Dec 2001 ----------------------- |