From bef5fb5d5d7fecfed21a13004deb83bd90c2cdfe Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 19 Jul 2013 16:34:22 +0200 Subject: removed everything unrelated to the GtkVlcPlayer widget --- doc/Makefile.am | 28 +- doc/experiment-player.xml | 450 ----------------------- doc/html_custom.xsl | 6 - doc/html_titlepage.spec.xml | 688 ----------------------------------- doc/images/data-window-new.png | Bin 29626 -> 0 bytes doc/images/data-window-new.xcf | Bin 79021 -> 0 bytes doc/images/format-expressions.png | Bin 49243 -> 0 bytes doc/images/format-file-selection.png | Bin 41771 -> 0 bytes doc/images/format-menu.png | Bin 5214 -> 0 bytes doc/images/player-window-new.png | Bin 21098 -> 0 bytes doc/images/player-window-new.xcf | Bin 49846 -> 0 bytes doc/images/quick-open-empty.png | Bin 8691 -> 0 bytes doc/images/quick-open.png | Bin 7090 -> 0 bytes 13 files changed, 2 insertions(+), 1170 deletions(-) delete mode 100644 doc/experiment-player.xml delete mode 100644 doc/html_custom.xsl delete mode 100644 doc/html_titlepage.spec.xml delete mode 100644 doc/images/data-window-new.png delete mode 100644 doc/images/data-window-new.xcf delete mode 100644 doc/images/format-expressions.png delete mode 100644 doc/images/format-file-selection.png delete mode 100644 doc/images/format-menu.png delete mode 100644 doc/images/player-window-new.png delete mode 100644 doc/images/player-window-new.xcf delete mode 100644 doc/images/quick-open-empty.png delete mode 100644 doc/images/quick-open.png (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index c555b78..05d48c0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,32 +1,8 @@ - -# -# Docbook processing -# TODO: might also generate a man page -# -DB_URI = http://docbook.sourceforge.net/release/xsl/current - -if BUILD_HTML -nobase_dist_html_DATA = experiment-player.html \ - images/data-window-new.png images/player-window-new.png \ - images/quick-open-empty.png images/quick-open.png \ - images/format-expressions.png images/format-file-selection.png \ - images/format-menu.png - -endif -CLEANFILES = experiment-player.html html_titlepage.xsl -EXTRA_DIST = experiment-player.xml html_custom.xsl html_titlepage.spec.xml - -experiment-player.html : experiment-player.xml html_custom.xsl html_titlepage.xsl - @XSLTPROC@ @XSLT_FLAGS@ -o $@ html_custom.xsl $< - -html_titlepage.xsl : html_titlepage.spec.xml - @XSLTPROC@ @XSLT_FLAGS@ -o $@ $(DB_URI)/template/titlepage.xsl $< - # -# Doxygen processing (do not install or distribute) +# Doxygen processing # if BUILD_DOXYGEN -noinst_DATA = doxygen/ +doc_DATA = doxygen/ endif .PHONY: doxygen/ diff --git a/doc/experiment-player.xml b/doc/experiment-player.xml deleted file mode 100644 index a9dcc34..0000000 --- a/doc/experiment-player.xml +++ /dev/null @@ -1,450 +0,0 @@ - - - - - Experiment Player - A tool to analyze audiovisual experiment recordings and transcripts - - - Jens Lammert - jens.lammert@st.ovgu.de - - - 2012 - 2013 - Otto-von-Guericke Universität Magdeburg - - - - The following document illustrates how to install, configure - and use the Experiment Player to analyze experiments. - - -
- - https://github.com/rhaberkorn/experiment-player - -
- - http://sourceforge.net/projects/exp-player/ - -
-
- - - Installation -
- Windows - - To install the Experiment Player on a Windows-based operating system, - the GTK+ 2 widget toolkit must first be downloaded and installed. - A convenient GTK+ installer can be downloaded from the - - "GTK+ for Windows Runtime Environment Installer" project page. - It is only necessary to install the - - GTK+ runtime. - - Additional themes may be installed as well - but the default GTK+ theme should be sufficient. - - Precompiled Windows 32-bit binaries of the Experiment Player itself - are available as ZIP archives from the - Sourceforge project page. - The ZIP archive merely has to be extracted somewhere. - Afterwards the included experiment-player.exe can be executed. - All library dependencies except GTK+ are included in the ZIP archive. - -
-
- Linux - - To install the Experiment Player on a Linux-based operating system, - it first has to be built from source. - It can either be built from a local - Git repository clone, - or from a source code package that can be downloaded from the - project's download archive - on Sourceforge. - In either case, further build instructions are given in the included - INSTALL file. - -
-
- - Graphical User Interface - - After startup there will be two windows, a player - window and a data window. - They are explained in the following sections. - -
- Player Window - - - - - - - Player Window after startup - - - - The image above depicts the player window after startup. - No experiment is yet opened in the application, so several - controls are greyed out. - - Experiments can be opened via the File menu - or the Quick Open menu. - The process of opening experiments via the Quick Open menu - is explained later on. - The remaining interface components are self-explanatory. - -
-
- Data Window - - - - - - - Data Window after startup - - - - The image above depicts the data window after startup. - The data window is used to display additional information of an - experiment. - This information is time-dependant and synchronized with other - time-dependant data, like the current video position. - If the time is changed in one component, it changes in all the - other ones as well. - - The current implementation is able to display an experiment - transcript (in the Transcript view area). - The transcript view is divided into a left part showing the - wizard's text contributions and a right part showing the - proband's text contributions. - The different experiment phases are displayed hierachically - in the Transcript navigation area. - Transcripts may also be searched and highlighted but this feature is - explained later on. - - Furthermore the look of the Transcript View may be customized - after loading an experiment by right-clicking the Transcript view. - Foreground and background colors, text alignment and scroll direction - can be changed this way. - - The playback position of the experiment may be influenced in the - following ways: - - - by clicking or scrolling the slider in the - data window with the mouse - wheel, - - - by scrolling the transcript widgets with the mouse wheel, - - - by using the transcript view's scroll bar, or - - - by double-clicking an entry in the navigation hierarchy. - - - Single clicking an entry in the navigation hierarchy - mereley highlights that part of the transcript by the shading the - transcript view's background. - -
-
- - Getting Started -
- How to load a file with Quick Open - - A video recording of an experiment and its correspondig transcript file - are considered as an experiment. A video is an AVI or MP4 file - while transcript files are special XML applications generated from - - FOLKER XML transcripts. - Transcript XML files must conform to the session.dtd - schema shipped with the Experiment Player - application. - Experiment's files can be opened separately or by using the - Quick Open feature. - - - - - - - Empty Quick Open menu - - - - Quick Open can be performed using the - Quick Open menu. - The menu has items for all experiments found in a selected - directory. - The directory may be selected using the Choose Directory... - menu item. - Experiment files with identical basenames (file name without extension) are - listed as single menu items. - For instance, if the directory contains two files 20101117.xml and - 20101117.mp4, the menu will look like: - - - - - - - - - - When an experiment item is activated in the menu, the - corresponding experiment files are loaded (replacing any - already opened experiment). - The configured location of the Quick Open directory - persists after application restarts. - -
-
- Transcript Highlighting - - To analyze the dialog between proband and wizard the Experiment-Player offers - a feature to search for text patterns in the dialog and for highlighting the matches - in the transcript. - After loading an experiment via the Quick Open menu, - the dialog between proband and wizard will be displayed in the transcript widgets. - The highlighting feature can be used for both the wizard's and the proband's part - of the dialog independently of each other. - By entering a search expression in the - text boxes for interactive highlighting - of the transcript will be highlighted on the fly. - The syntax of these search expressions and their exact semantics are - described in the following sections. - -
- Regular Expressions - - By default, if the Markup toggles are inactive, - search expressions are interpreted as regular expressions. - The system will iterate all text fragments (dialog contributions - with distinct timestamps) and tries to match the regular expression - against them. - All the matches will be highlighted. - By default they will be formatted bold, but this may be changed - in the configuration file. - Regular Expressions - are case-insensitive so both lower-case and upper-case character - will match both lower and upper case text. - For more information about the Regular Expression - syntax supported by the program, have a look at the - - glib documentation for Perl compatible Regular Expression. - All constructs are supported, except captures. - - An icon next to the pattern entry box signals well-formedness of - the entered search expression. - -
-
- Format Expression - - By default a search term will be regarded as - Regular Expression and matches found - will be highlighted bold. - However if the Markup toggle is activated - the input expression will be regarded as a - Format Expression which is a combination of - Regular Expression and Pango Markup. - Pango Markup is a simple HTML-like formatting - markup language. - - Just like with plain regular expressions, all text fragments are iterated - and the format expression is matched against each of them. - The markup does not matter for matching but only the regular expressions - contained within the markup tags. - For every match in each of the text fragments, the markup will be applied - to all of the text matched by the regular expression within the - corresponding markup tag. - So for instance the format expression - ABC]]>, - case-insensitively matches against all occurrences of ABC, - formatting all the characters bold and only B in italics. - - The following screenshot shows a transcript with all consonants followed - by vowels highlighted - (expression [^aeiou][aeiou]]]>): - - - - - - - - - - For more information about Pango Markup, please read the - - Pango Markup documentation. - -
-
- Format Files - - Format Files are files which contain a sequence of - format expressions. - So any collection of format expressions for - analyzing dialogs can be saved in those files and used with different - experiments. - - - Sample Format File (sample.fmt) - ABC -[^aeiou][aeiou]]]> - - - Format Files are loaded in a similar manner as experiments - when using the Quick Open feature. - First a directory containing format files must be chosen via the - Choose Directory... item in the Formats - menu of the data window. - - - - - - - "Formats" menu - - - - A format file may then be selected via the drop-down boxes below the - transcript view area. - The first entry of those boxes is always empty and may be selected to - disable format file processing. - The following screenshot shows - sample.fmt - being selected: - - - - - - - - - - If a format file is selected, for each text fragment every format expression - in the format file is evaluated (highlighting all matches as described earlier). - At last, any interactively entered search expression (plain regular expression or - format expression) is evaluated for each text fragment after the format expressions - in the currently selected Format File. - All formattings are applied cumulatively. - Where subsequent styles cannot be merged, later ones overwrite earlier ones. - For instance, when loading the following format file, the word program - is formatted blue instead of red: - - programm -programm]]> - - The syntax of format files is as follows: - - - Format Files have the file extension - fmt. - - - Every line will be regarded as a distinct - Format Expression. - - - Leading whitespace characters are ignored. - - - A line beginning with # - is ignored completely (comment line). - - - Empty lines are ignored. - - - Incorrect lines will cause an error message. - - - -
-
-
- - Config File - - The Experiment Player's configuration file - is located in different locations depending on the platform: - - - - Under Linux, it will be located in the user's data directory as specified - in the - XDG Base Directory Specification - (usually $HOME/.local/share/.experiment-player). - - - Under Windows, it will be located in the local application data directory - (usually C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\.experiment-player). - - - - The syntax of the configuration file is documented in the - glib documentation. - - Sometimes it is useful to edit the configuration file directly in order to tweak options that are not - accessible via the Experiment Player GUI. - The following table lists such configuration keys: - - - Configuration Keys - - - - - - - - - - - - - - - - - - - - - -
KeyDescriptionFormat
Default-Format-Font - The font used for highlighting plain regular expressions. - - See - Pango Font description -
Default-Format-Text-Color - The foreground color used for highlighting plain regular expressions. - - An RGB color specification such as #FF0000 or a color name such as - red. -
Default-Format-BG-Color - The background color used for highlighting plain regular expressions. - - An RGB color specification such as #FF0000 or a color name such as - red. -
-
-
diff --git a/doc/html_custom.xsl b/doc/html_custom.xsl deleted file mode 100644 index af94064..0000000 --- a/doc/html_custom.xsl +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/doc/html_titlepage.spec.xml b/doc/html_titlepage.spec.xml deleted file mode 100644 index ea44036..0000000 --- a/doc/html_titlepage.spec.xml +++ /dev/null @@ -1,688 +0,0 @@ - - - - - - - - - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="set" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="book" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <mediaobject/> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="part" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="division.title" - param:node="ancestor-or-self::part[1]"/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="partintro" t:wrapper="div"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="reference" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <hr/> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="refentry" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> -<!-- uncomment this if you want refentry titlepages - <title t:force="1" - t:named-template="refentry.title" - param:node="ancestor-or-self::refentry[1]"/> ---> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator/> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - - <t:titlepage t:element="dedication" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::dedication[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="acknowledgements" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::acknowledgements[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="preface" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="chapter" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="appendix" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="section" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect1" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect2" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect3" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect4" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="sect5" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<t:titlepage t:element="simplesect" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title/> - <subtitle/> - <corpauthor/> - <authorgroup/> - <author/> - <othercredit/> - <releaseinfo/> - <copyright/> - <legalnotice/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - <xsl:if test="count(parent::*)='0'"><hr/></xsl:if> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="bibliography" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::bibliography[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="glossary" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::glossary[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="index" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::index[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -<t:titlepage t:element="setindex" t:wrapper="div" class="titlepage"> - <t:titlepage-content t:side="recto"> - <title - t:force="1" - t:named-template="component.title" - param:node="ancestor-or-self::setindex[1]"/> - <subtitle/> - </t:titlepage-content> - - <t:titlepage-content t:side="verso"> - </t:titlepage-content> - - <t:titlepage-separator> - </t:titlepage-separator> - - <t:titlepage-before t:side="recto"> - </t:titlepage-before> - - <t:titlepage-before t:side="verso"> - </t:titlepage-before> -</t:titlepage> - -<!-- ==================================================================== --> - -</t:templates> diff --git a/doc/images/data-window-new.png b/doc/images/data-window-new.png deleted file mode 100644 index b07dd5f..0000000 Binary files a/doc/images/data-window-new.png and /dev/null differ diff --git a/doc/images/data-window-new.xcf b/doc/images/data-window-new.xcf deleted file mode 100644 index d911fa3..0000000 Binary files a/doc/images/data-window-new.xcf and /dev/null differ diff --git a/doc/images/format-expressions.png b/doc/images/format-expressions.png deleted file mode 100644 index 7d49b6c..0000000 Binary files a/doc/images/format-expressions.png and /dev/null differ diff --git a/doc/images/format-file-selection.png b/doc/images/format-file-selection.png deleted file mode 100644 index 8210491..0000000 Binary files a/doc/images/format-file-selection.png and /dev/null differ diff --git a/doc/images/format-menu.png b/doc/images/format-menu.png deleted file mode 100644 index 463cc0e..0000000 Binary files a/doc/images/format-menu.png and /dev/null differ diff --git a/doc/images/player-window-new.png b/doc/images/player-window-new.png deleted file mode 100644 index 796671a..0000000 Binary files a/doc/images/player-window-new.png and /dev/null differ diff --git a/doc/images/player-window-new.xcf b/doc/images/player-window-new.xcf deleted file mode 100644 index 685b154..0000000 Binary files a/doc/images/player-window-new.xcf and /dev/null differ diff --git a/doc/images/quick-open-empty.png b/doc/images/quick-open-empty.png deleted file mode 100644 index f878166..0000000 Binary files a/doc/images/quick-open-empty.png and /dev/null differ diff --git a/doc/images/quick-open.png b/doc/images/quick-open.png deleted file mode 100644 index 78d24c6..0000000 Binary files a/doc/images/quick-open.png and /dev/null differ -- cgit v1.2.3