Changeset 102 for gtkimageview/docs

Show
Ignore:
Timestamp:
05/02/07 21:26:57 (6 years ago)
Author:
bjourne
Message:

Add acknowledgements chapter. Add Directory Structure chapter.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/docs/reference/Makefile.am

    r64 r102  
    2727content_files =             \ 
    2828        compiling.sgml      \ 
     29        dirstructure.sgml   \ 
    2930        gallery.xml 
    3031 
  • gtkimageview/docs/reference/gtkimageview.sgml

    r100 r102  
    22<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"  
    33               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ 
    4 <!ENTITY compiling SYSTEM "compiling.sgml">           
     4<!ENTITY compiling SYSTEM "compiling.sgml"> 
     5<!ENTITY dirstructure SYSTEM "dirstructure.sgml"> 
    56]> 
    67<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude"> 
     
    2930      </para> 
    3031      &compiling; 
     32      &dirstructure; 
    3133    </chapter> 
     34    <chapter id = "acknowledgements"> 
     35      <title>Acknowledgements</title> 
     36      <para> 
     37        The design of GtkImageView is greatly inspired by gThumb and 
     38        much code is borrowed from that project. Many thanks to Paolo 
     39        Bacchilega and the other gThumb developers for letting me 
     40        relicense the code as LGPL. 
     41      </para>   
     42    </chapter>   
    3243    <chapter> 
    3344      <title>Widget gallery</title>