diff options
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config/freshmemory.ini | 59 | ||||
-rw-r--r-- | doc/config/install.txt | 23 |
2 files changed, 82 insertions, 0 deletions
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 |