Browse Source

[3702] Added Kea logo to Admin guide and developer's guide

doc/guide/kea-logo-100x70.png
	new file, it it the Kea logo with the bird's head only

doc/Doxyfile
    Changed PROJECT_LOGO to use use new Kea logo

doc/Makefile.am
    Added logo file to dist_html_DATA so it will be installed

doc/guide/kea-guide.xml
    Added logo as inlinemedia object to the title
Thomas Markwalder 9 years ago
parent
commit
d7ae9cd1da
5 changed files with 16 additions and 8 deletions
  1. 1 1
      doc/Doxyfile
  2. 0 2
      doc/Makefile.am
  3. 2 1
      doc/guide/Makefile.am
  4. 13 4
      doc/guide/kea-guide.xml
  5. BIN
      doc/guide/kea-logo-100x70.png

+ 1 - 1
doc/Doxyfile

@@ -45,7 +45,7 @@ PROJECT_BRIEF          =
 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
 # Doxygen will copy the logo to the output directory.
 # Doxygen will copy the logo to the output directory.
 
 
-PROJECT_LOGO           = images/isc-logo.png
+PROJECT_LOGO           = guide/kea-logo-100x70.png
 
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
 # base path where the generated documentation will be put.

+ 0 - 2
doc/Makefile.am

@@ -6,8 +6,6 @@ EXTRA_DIST += devel/contribute.dox
 EXTRA_DIST += devel/mainpage.dox
 EXTRA_DIST += devel/mainpage.dox
 EXTRA_DIST += devel/qa.dox
 EXTRA_DIST += devel/qa.dox
 
 
-EXTRA_DIST += images/isc-logo.png
-
 nobase_dist_doc_DATA  = examples/ddns/sample1.json
 nobase_dist_doc_DATA  = examples/ddns/sample1.json
 nobase_dist_doc_DATA += examples/ddns/template.json
 nobase_dist_doc_DATA += examples/ddns/template.json
 nobase_dist_doc_DATA += examples/kea4/hooks.json
 nobase_dist_doc_DATA += examples/kea4/hooks.json

+ 2 - 1
doc/guide/Makefile.am

@@ -3,13 +3,14 @@ HTMLDOCS = kea-guide.html kea-messages.html
 DOCS = kea-guide.txt
 DOCS = kea-guide.txt
 
 
 dist_doc_DATA = $(DOCS)
 dist_doc_DATA = $(DOCS)
-dist_html_DATA = $(HTMLDOCS) kea-guide.css
+dist_html_DATA = $(HTMLDOCS) kea-guide.css kea-logo-100x70.png
 
 
 DOCBOOK = kea-guide.xml intro.xml quickstart.xml install.xml admin.xml config.xml
 DOCBOOK = kea-guide.xml intro.xml quickstart.xml install.xml admin.xml config.xml
 DOCBOOK += keactrl.xml dhcp4-srv.xml dhcp6-srv.xml lease-expiration.xml logging.xml
 DOCBOOK += keactrl.xml dhcp4-srv.xml dhcp6-srv.xml lease-expiration.xml logging.xml
 DOCBOOK += ddns.xml hooks.xml libdhcp.xml lfc.xml stats.xml ctrl-channel.xml faq.xml
 DOCBOOK += ddns.xml hooks.xml libdhcp.xml lfc.xml stats.xml ctrl-channel.xml faq.xml
 
 
 EXTRA_DIST = $(DOCBOOK)
 EXTRA_DIST = $(DOCBOOK)
+
 DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml
 DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml
 
 
 kea-messages.xml:
 kea-messages.xml:

+ 13 - 4
doc/guide/kea-guide.xml

@@ -26,13 +26,25 @@
   <?xml-stylesheet href="kea-guide.css" type="text/css"?>
   <?xml-stylesheet href="kea-guide.css" type="text/css"?>
 
 
   <bookinfo>
   <bookinfo>
-    <title>Kea Administrator Reference Manual</title>
+
+    <title>
+    Kea Administrator Reference Manual
+    <inlinemediaobject>
+        <imageobject>
+            <imagedata fileref="kea-logo-100x70.png" align="left"/>
+        </imageobject>
+    </inlinemediaobject>
+    </title>
+
+    <releaseinfo>This is the reference guide for Kea version
+        &__VERSION__;.</releaseinfo>
 
 
     <copyright>
     <copyright>
       <year>2010-2015</year><holder>Internet Systems Consortium, Inc.</holder>
       <year>2010-2015</year><holder>Internet Systems Consortium, Inc.</holder>
     </copyright>
     </copyright>
 
 
     <abstract>
     <abstract>
+
       <para>
       <para>
         Kea is an open source implementation of the Dynamic Host Configuration
         Kea is an open source implementation of the Dynamic Host Configuration
         Protocol (DHCP) servers, developed and maintained by Internet Systems
         Protocol (DHCP) servers, developed and maintained by Internet Systems
@@ -46,9 +58,6 @@
         Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
         Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
         </para> </abstract>
         </para> </abstract>
 
 
-      <releaseinfo>This is the reference guide for Kea version
-        &__VERSION__;.</releaseinfo>
-
   </bookinfo>
   </bookinfo>
 
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />

BIN
doc/guide/kea-logo-100x70.png