config-file.en.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--
  2. What is automatic configuration file saving and why it's safe
  3. -->
  4. <h3><center>Configuration Files</center></h3>
  5. <h4>Configuration Files</h4>
  6. <p>FBReader keeps several kinds of configuration data:<ul>
  7. <li>options that affect application behaviour (places to look for books for, scrolling, keybindings, etc&hellip;)</li>
  8. <li>options that specifically related to the way how the text is shown</li>
  9. <li>current state of the program (current and previously read books, positions in each of them)</li>
  10. <li>information about books, both automatically detected and manually added by the user</li>
  11. </ul></p>
  12. <h4>Automatic Saving</h4>
  13. <p>As of version 0.7.3e FBReader supports automatic configuration data saving: every <i>XX</i>
  14. seconds FBReader tries to save any changed configuration data. You can control this feature by
  15. opening "Preferences" dialog and going to "Config" page. There are two options there:<dl>
  16. <dt>Save State Automatically</dt>
  17. <dd>controls whether this option is enabled. The default value is 'enabled'.</dd>
  18. <dt>Timeout between Savings, seconds</dt>
  19. <dd>controls how often FBReader check if there is anything to save. The default value is 5 seconds.</dd>
  20. </dl></p>
  21. <p>Cover thing 1: FBReader saves the only changed configuration files. If nothing was changed,
  22. nothing is written. <b>Note</b>: if you scroll through a book, then the state of the application is
  23. changing and, as result, that particular information will be stored.
  24. <p>Cover thing 2: auto saving and jffs.
  25. <!--
  26. vim:tw=100
  27. -->