summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-09-26 02:01:53 +0000
committerPaul W. Frields <stickster@gmail.com>2007-09-26 02:01:53 +0000
commit3d02b6452d579081ec887908adee638a4803e612 (patch)
tree4e9d53430947547da3f8d9e2118791fde7b6ce2a
parent1d1002c560855824821ce4216b599e16f3f79e9d (diff)
downloadfedora-doc-utils-3d02b6452d579081ec887908adee638a4803e612.tar.gz
fedora-doc-utils-3d02b6452d579081ec887908adee638a4803e612.tar.xz
fedora-doc-utils-3d02b6452d579081ec887908adee638a4803e612.zip
Add dummy ta files
-rw-r--r--common/entities/Makefile2
-rw-r--r--common/legalnotice-relnotes-ta.xml37
-rw-r--r--images/watermark-ta.pngbin0 -> 30599 bytes
-rw-r--r--images/watermark-ta.svg16
4 files changed, 54 insertions, 1 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index f4fd312..f45050c 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -1,5 +1,5 @@
PRI_LANG=en_US
-OTHERS =ca cs da de el en es fi fr gu hr hu it ja ml ms nb nl pa pl pt_BR pt ru sr sr@Latn sv uk zh_CN bn_IN
+OTHERS =ca cs da de el en es fi fr gu hr hu it ja ml ms nb nl pa pl pt_BR pt ru sr sr@Latn sv ta uk zh_CN bn_IN
#######################################################################
# PLEASE:
diff --git a/common/legalnotice-relnotes-ta.xml b/common/legalnotice-relnotes-ta.xml
new file mode 100644
index 0000000..71d0f5e
--- /dev/null
+++ b/common/legalnotice-relnotes-ta.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id: -->
+<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!ENTITY % FEDORA-ENTITIES SYSTEM "entities/entities-en_US.ent">
+%FEDORA-ENTITIES;
+
+]>
+
+<!--
+
+ Use this legalnotice for no-chunks/single-page HTML output. It is an optional
+ usage to move the bulk of the legalnotice to another location in the document.
+
+ If you use this legalnotice, you must include a call to the
+ LEGALNOTICE-SECTION entity, or include a similar <section> in your document.
+ The call to LEGALNOTICE-SECTION must happen where a <section> is otherwise
+ allowed. One good location is immediately following an introduction.
+
+ -->
+
+<legalnotice id="legalnotice">
+ <para>
+ This document is released under the terms of the Open Publication License.
+ For more details, read the full legalnotice in <xref
+ linkend="sn-legalnotice" />.
+ </para>
+ <tip>
+ <title>Latest Release Notes on the Web</title>
+ <para>
+ These release notes may be updated. Visit <ulink
+ url="http://docs.fedoraproject.org/release-notes/"/> to view the latest
+ release notes for Fedora Core.
+ </para>
+ </tip>
+</legalnotice>
diff --git a/images/watermark-ta.png b/images/watermark-ta.png
new file mode 100644
index 0000000..a03461a
--- /dev/null
+++ b/images/watermark-ta.png
Binary files differ
diff --git a/images/watermark-ta.svg b/images/watermark-ta.svg
new file mode 100644
index 0000000..6d585a3
--- /dev/null
+++ b/images/watermark-ta.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"[
+ <!ENTITY bgColor "rgb( 200, 200, 200 )" >
+ <!ENTITY fgColor "rgb( 255, 100, 100 )" >
+]>
+<svg viewBox="0 0 1023 767" xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <title>Fedora Doc Project Watermark</title>
+ <desc>The word DRAFT rendered in grey at 45 degrees</desc>
+ <g fill="&bgColor;" font-family="Helvetica" font-size="1in" stroke="&bgColor;" stroke-width="10" text-anchor="start" transform="translate( 1, 1 )">
+ <g transform="translate( 512, 384 ) rotate( -45 )">
+ <text font-stretch="wider" text-anchor="middle" x="0" y="0">DRAFT</text>
+ <text fill="&fgColor;" font-size="0.6in" font-stretch="wider" font-variant="small-caps" stroke="rgb( 230, 200, 200 )" stroke-width="1.5" text-anchor="middle" x="0" y="1in">NOT FOR REFERENCE</text>
+ </g>
+ </g>
+</svg>