<para>Be aware that the <filename>tellico-printing.xsl</filename> references another file, <filename>tellico-common.xsl</filename>, that contains some common &xslt; templates. If you copy
<filename>tellico-printing.xsl</filename> to $<envar>TDEHOME</envar>, you must either modify the <xsl:import> element to point to the actual location of the <filename>tellico-common.xsl</filename> file or copy the common file as well.
<para>Templates for the &report-dialog; are saved in <filename class="directory">$<envar>TDEHOME</envar>/share/apps/tellico/report-templates/</filename>.
<question><para>How do I export additional bibtex fields?</para></question>
<answer>
<para>&appname; uses the <emphasis>bibtex</emphasis> property to know how to export
bibtex fields. If you want to add additional fields to export, such
as an abstract, open up the &fields-dialog;, and click the <guibutton>Extended
Properties</guibutton> button. Add a <emphasis>bibtex</emphasis> property with value
<emphasis>abstract</emphasis>. Then, when you export to bibtex or bibtexml, that
property will be used for the bibtex field name.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What happened to Bookcase?</para>
</question>
<answer>
<para>Due to a trademark conflict, Bookcase was renamed Tellico in September 2004.
Tellico 0.12 was then released, which was identical to
Bookcase 0.11, except for the name change.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What does the name Tellico have to do with anything?</para>
</question>
<answer>
<para>I thought about <ulink url="http://www.periapsis.org/archives/2004/09/13/renaming_bookcase.html">several
other names</ulink>, a few of which were connected with book collections. However,
Tellico can handle more than just books, and besides, this is a hobby, so I chose
a neat-sounding (to me) name, one taken from a town close to where I grew up.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What do you include those links to Amazon.com in the search results?</para>
</question>
<answer>
<para>
The <ulink url="http://www.amazon.com/gp/browse.html/002-0927720-5265623?node=3440661">terms of agreement for accessing the Amazon.com Web Services</ulink> require all images pulled from the service to be linked back to Amazon.com, as well as an additional link. The Amazon.com associate's ID is neccessarily included, so any referral payments are duly collected.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Why don't you use a real database?</para>
</question>
<answer>
<para>
Part of the reason I started &appname; was to learn C++. I didn't know SQL at the time, and at the moment, I only have a faint knowledge
of how to use it. Simply put, &appname; didn't start out as a relational database, and that won't change until sometime in the future when
I get around to learning SQL and have the time and motivation to change the data model. If that bothers you, well, don't use &appname; then.
</para>
<para>
Of course, anyone is welcome to make any changes they want to with the source code.