Dictionary file example:


* The default field ids for cards are taken from fields::field tags.
* The question and answer field indices are defined as parameters of fileds::field tags.
* c::f:orig-id and c:orig-dic will be in version 0.5
    - Lookup the original card from the orig-dic dictionary

*** fin-rus.fmd *** 0.4
===============================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE freshmemory-dict>
<dict version="0.4" id="{550e8400-e29b-41d4-a716-446655440000}">
	<fields>
		<field id="{550e8400-e29b-41d4-a716-446655440001}" question="yes"> Finnish </field>
        <field id="{550e8400-e29b-41d4-a716-446655440002}" answer="0"> Russian </field>
        <field id="{550e8400-e29b-41d4-a716-446655440003}" answer="1" style="example"> Example </field>
        <field id="{550e8400-e29b-41d4-a716-446655440004}"> English </field>
	</fields>
	<cards>
        <c id="{770e8400-e29b-41d4-a716-446655440001}">
			<f> perehtyä </f>
            <f> ознакомиться </f>
		</c>
        <c id="{770e8400-e29b-41d4-a716-446655440002}">
            <f> uhkaus </f>
            <f> угроза </f>
            <f id="{550e8400-e29b-41d4-a716-446655440003}"> suuri uhkaus </f>
		</c>
        <c id="{770e8400-e29b-41d4-a716-446655440003}">
            <f> усваивать </f>
		</c>
        <c id="{770e8400-e29b-41d4-a716-446655440004}" comment="yes">
            <f> harrastaa </f>
            <f> заниматься </f>
		</c>
        <c id="{770e8400-e29b-41d4-a716-446655440005}">
            <f> alkuperäinen </f>
            <f> начальный, первоначальный </f>
            <f> luen [alkuperäisen] kirjan </f>
		</c>
        <c id="{340e8422-e29b-41d4-a716-446655440123}" orig-dic="{d4fe8439-e20b-41d4-a716-2816655440173}">
            <f orig-id="{220e8422-e29b-41d4-a716-446655440001}> lunastaa </field>
            <f orig-id="{220e8422-e29b-41d4-a716-446655440002}"> выкупать </field>
		</c>
    </cards>
</dict>
===============================================================

*** fin-rus.fmd *** 0.3
===============================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE freshmemory-dict>
<dict id="dic-suomi-20071108@20071112030550" version="0.3">
    <card>
        <qst> perehtyä </qst>
        <ans> ознакомиться </ans>
    </card>
    <card>
        <qst> uhkaus </qst>
        <ans> угроза </ans>
        <xmp> suuri uhkaus </xmp>
    </card>
    <card>
        <ans> усваивать </ans>
    </card>
    <card>
        <qst> #harrastaa </qst>
        <ans> заниматься </ans>
    </card>
    <card>
        <qst> alkuperäinen </qst>
        <ans> начальный, первоначальный </ans>
        <xmp> luen %alkuperäisen kirjan </xmp>
    </card>
    <card>
        <qst> lunastaa </qst>
        <ans> выкупать </ans>
    </card>
</dict>
===============================================================


Study file example:
* Active deadline must not be saved! Shifted active deadline is forgotten after a spacedrep session is closed.
* Status of unrepeated card can be seen after loading.
* Postponing length (Num of cards) is saved in cards section
* Fresh cards can be regenerated at new spacedrep start.
* The default question-answer pair is the first two fields of the dictionary.
* Reversed two first fields are defined by argument s:rev="yes".

*** .config/freshmemory/{550e8400-e29b-41d4-a716-446655440001}.fms ****
=================================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE freshmemory-study>
<study version="0.4">
    <unrep added="2008-09-23T21:47:28" used="7" />
    <unrep qst="{550e8400-e29b-41d4-a716-446655440002}" ans="{550e8400-e29b-41d4-a716-446655440001}"
        added="2008-09-23T21:47:28" used="15" />
	<c id="{220e8400-e29b-41d4-a716-446655440001}">
        <s qst="{550e8400-e29b-41d4-a716-446655440001}" ans="{550e8400-e29b-41d4-a716-446655440002}"
        last="2008-09-23T21:47:28" grd="4" eas="2.5472" int="5.32" />
        <s qst="{550e8400-e29b-41d4-a716-446655440002}" rev="yes"
        last="2008-06-04T13:26:05" grd="5" eas="3.2" int="0" cards="3" />
    </c>
    <c id="{220e8400-e29b-41d4-a716-446655440001}">
        <s last="2008-09-23T21:47:28" grd="4" eas="2.5472" int="5.32" />
        <s rev="yes" last="2008-06-04T13:26:05" grd="5" eas="3.2" int="0" cards="3" />
        <s qst="{550e8400-e29b-41d4-a716-446655440002}" ans="{550e8400-e29b-41d4-a716-446655440001}"
            last="2008-07-14T18:03:22" grd="4" eas="2.4" int="4.6" />
    </c>
</study>
		

Random study data:
<dict random="true">
</dict>
