From 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 18:02:20 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- .../docs/tdebase/tdeioslave/data/CMakeLists.txt | 6 ++++ .../docs/tdebase/tdeioslave/data/Makefile.am | 4 +++ .../docs/tdebase/tdeioslave/data/index.docbook | 32 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/data/CMakeLists.txt create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/data/Makefile.am create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/data/index.docbook (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/data') diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/CMakeLists.txt new file mode 100644 index 00000000000..39328a9948f --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/data + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/Makefile.am new file mode 100644 index 00000000000..c1212135e4e --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/data +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/index.docbook new file mode 100644 index 00000000000..cb1f8c75b60 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/data/index.docbook @@ -0,0 +1,32 @@ + + + +]> + +
+Data URLs + + + +LeoSavernik
l.savernik@aon.at
+MalcolmHunter
malcolm.hunter@gmx.co.uk
Conversion to British English
+
+ +2003-02-06 + + +
+ +Data URLs allow small document data to be included in the URL itself. This is useful for very small HTML testcases or other occasions that do not justify a document of their own. + +data:,foobar (note the comma after the colon) will deliver a text document that contains nothing but foobar + +The last example delivered a text document. For HTML documents one has to specify the MIME type text/html: data:text/html,<title>Testcase</title><p>This is a testcase</p>. This will produce exactly the same output as if the content had been loaded from a document of its own. + +Specifying alternate character sets is also possible. Note that 8-Bit characters have to be escaped by a percentage sign and their two-digit hexadecimal codes: data:;charset=iso-8859-1,Gr%FC%DFe aus Schl%E4gl results in Grüße aus Schlägl whereas omitting the charset attribute might lead to something like Gr??e aus Schl?gl + +IETF RFC2397 provides more information. + +
+ -- cgit v1.2.1