From d24f813f3f2a05c112e803e4256b53535895fc98 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 11:49:10 +1200 Subject: Initial mirror commit --- doc/chart.xcf | Bin 0 -> 83901 bytes doc/config/freshmemory.ini | 59 ++++++++++++++++ doc/config/install.txt | 23 ++++++ doc/dict-format.txt | 147 +++++++++++++++++++++++++++++++++++++++ doc/file-associations.txt | 29 ++++++++ doc/pie-chart.xcf | Bin 0 -> 94110 bytes doc/study-format.txt | 169 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 427 insertions(+) create mode 100644 doc/chart.xcf create mode 100644 doc/config/freshmemory.ini create mode 100644 doc/config/install.txt create mode 100644 doc/dict-format.txt create mode 100644 doc/file-associations.txt create mode 100644 doc/pie-chart.xcf create mode 100644 doc/study-format.txt (limited to 'doc') diff --git a/doc/chart.xcf b/doc/chart.xcf new file mode 100644 index 0000000..47c1093 Binary files /dev/null and b/doc/chart.xcf differ diff --git a/doc/config/freshmemory.ini b/doc/config/freshmemory.ini new file mode 100644 index 0000000..0dba0eb --- /dev/null +++ b/doc/config/freshmemory.ini @@ -0,0 +1,59 @@ +[Styles] +bg-color=white +list=Normal, Example, Transcription, Big, Color1, Color2 + +Normal\font-family=Times New Roman +Normal\font-size=18 +Normal\font-bold=true +Normal\font-italic=false +Normal\color=black +Example\font-bold=false +Example\font-size=14 +Example\keyword=true +Example\keyword\color=blue +Transcription\font-family=Arial +Transcription\font-bold=false +Transcription\prefix=/ +Transcription\suffix=/ +Big\font-family=Arial +Big\font-bold=false +Big\font-size=26 +Color1\color=red +Color2\color=blue + +[Study] +random=true +new-cards-share=0.2 +scheduling-randomness=0.1 +cards-daylimit=70 +new-cards-daylimit=20 +pack-timelimit=15 +dayshift=3 + +init-easiness=2.5 +min-easiness=1.3 +max-easiness=3.2 +init-interval=1 +good-grade=4 + +dE\0=0, 0, 0, 0, 0, 0 +dE\1=0, 0, 0, 0, 0, 0 +dE\2=0, 0, -0.32, -0.14, 0, 0.1 +dE\3=0, 0, -0.32, -0.14, 0, 0.1 +dE\4=0, 0, -0.32, -0.14, 0, 0.1 +dE\5=0, 0, -0.32, -0.14, 0, 0.1 + +interval\0=0, 0, 0.9, 0.9, 0.9, 0.9 +interval\1=0, 0, 0.9, 0.9, 0.9, 0.9 +interval\2=0, 0, -1, -1, -1, -1 +interval\3=0, 0, -1, -1, -1, -1 +interval\4=0, 0, -1, -1, -1, -1 +interval\5=0, 0, -1, -1, -1, -1 + +cards\0=7, 15, 0, 0, 0, 0 +cards\1=7, 15, 0, 0, 0, 0 +cards\2=7, 15, 0, 0, 0, 0 +cards\3=7, 15, 0, 0, 0, 0 +cards\4=7, 15, 0, 0, 0, 0 +cards\5=7, 15, 0, 0, 0, 0 + diff --git a/doc/config/install.txt b/doc/config/install.txt new file mode 100644 index 0000000..15d2d1b --- /dev/null +++ b/doc/config/install.txt @@ -0,0 +1,23 @@ +System-wide settings +====================== + + freshmemory.ini + +Linux: + /etc/xdg/freshememory/ + +Windows: + Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Common AppData + +Win XP: + C:\Documents and Settings\All Users\Application Data\freshmemory + %ALLUSERSPROFILE%\Application Data + +Win Vista: +Win 7: + C:\ProgramData\freshmemory + C:\Users\All Users\freshmemory + %ALLUSERSPROFILE% + %ProgramData% (New) + +Source article: http://www.adminxp.com/windowsvista/index.php?aid=235 \ No newline at end of file diff --git a/doc/dict-format.txt b/doc/dict-format.txt new file mode 100644 index 0000000..946622f --- /dev/null +++ b/doc/dict-format.txt @@ -0,0 +1,147 @@ +Dictionary file example: +(*.fmd) +=============================================================== + +Version 1.4 + +* Added pack attribute "exact-ans": +=============================================================== + + Russian + Finnish + Example + +=============================================================== + + + +Version 1.0 + +* 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. + +=============================================================== + + + + + Finnish + Russian + Example + English + Transcription + + + + Finnish + Russian + Example + + + Russian + Finnish + Example + + + + + perehtyä + ознакомиться + + + uhkaus + угроза + suuri uhkaus + + + усваивать + + + harrastaa + заниматься + + + alkuperäinen + начальный, первоначальный + luen [alkuperäisen] kirjan + + + lunastaa + выкупать + + + + + +Version 0.4 +=============================================================== + + + + + Finnish + Russian + Example + English + + + + perehtyä + ознакомиться + + + uhkaus + угроза + suuri uhkaus + + + усваивать + + + harrastaa + заниматься + + + alkuperäinen + начальный, первоначальный + luen [alkuperäisen] kirjan + + + выкупать + + + +=============================================================== + +Version 0.3 +=============================================================== + + + + + perehtyä + ознакомиться + + + uhkaus + угроза + suuri uhkaus + + + усваивать + + + #harrastaa + заниматься + + + alkuperäinen + начальный, первоначальный + luen %alkuperäisen kirjan + + + lunastaa + выкупать + + diff --git a/doc/file-associations.txt b/doc/file-associations.txt new file mode 100644 index 0000000..90dffd3 --- /dev/null +++ b/doc/file-associations.txt @@ -0,0 +1,29 @@ +http://ubuntuforums.org/showthread.php?t=2003610 + + +Add MIME type +=========================== + + + + + + Rails + + + + + +sudo xdg-mime install --novendor ~/Documents/rails.xml + +sudo update-mime-database /usr/share/mime + +sudo gedit /usr/share/applications/rails.desktop + +In the .desktop file: + + MimeType=application/rails + +sudo xdg-desktop-menu install --novendor /usr/share/applications/rails.desktop + +sudo xdg-icon-resource install --context mimetypes --size 128 freshmemory.png application-x-fm-dictionary diff --git a/doc/pie-chart.xcf b/doc/pie-chart.xcf new file mode 100644 index 0000000..a27b43d Binary files /dev/null and b/doc/pie-chart.xcf differ diff --git a/doc/study-format.txt b/doc/study-format.txt new file mode 100644 index 0000000..bca1f3e --- /dev/null +++ b/doc/study-format.txt @@ -0,0 +1,169 @@ +================================================================= +Study file example +================================================================== + +Version 1.4 +========================== + +* Removed card-based interval: +* Removed tag (in the end) +* Grades changed: ("2" removed) + - 0 -> 1 + - 1 -> 2 + - 2 -> 3 +* Added level param: + Add to old tags using interval: + - i=0, c=7 -> i=, l=2 (short learning) + - i=0, c=15 -> i=, l=2 (short learning) + - i>0 (also 0.9 days) -> l=10 (repeating) + "Learning" (10 min) interval was not used before. Level "long learning" (3) will not be added. + + + +*** dictionary.fms **** +================================================================================= + + + + + + + + + + + + + + + + + + + + + + + + +Version 1.2 +========================== + +* The card-based interval cannot be "after all" (-1). + + +Version 1.1 +========================== + +* Saved current selected card for Spaced repetition (it's not yet in the study history): + - tag in the beginning of tag. +* New fields: + * c = card-based interval + - If 'c' attribute is present, then 'i' (day interval) == 0. + - Either 'c' or 'i' (day interval) can be present at the same time. + * rt = recall time + * at = full answer time +* Remaining card-based intervals are saved as separate last study record: + - +* If the card-based interval is after all cards, it is == -1. +* Attribute order changed: + - + +*** dictionary.fms **** +================================================================================= + + + + + + + + + + + + + + + + + + + + + + + + + +Version 1.0 +========================== + +* The study file contains the whole history of repetitions. +* Card interval delays are not saved!!! The delayed cards will be shown first at the next session. +* Packs and cards are matched with the dictionary file by IDs (open strings) + - Pack ID is space delimited list of its field names: question, main answer, other answers. + - Card ID is its question +* New cards can be seen with the study history (only 1 record) +* Study record fields: + d = date + i = next interval (days) + g = grade + e = easiness + t = answering time (seconds) + +*** dictionary.fms **** +================================================================================= + + + + + + + + + + + + + + + + + + + + + +Version 0.4 +========================== + +* 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 **** +================================================================================= + + + + + + + + + + + + + + + + -- cgit