Glorious.

This commit is contained in:
Manuel Ebert 2013-10-22 13:24:16 -10:00
parent 241dac087a
commit 1dafa66ef3
24 changed files with 886 additions and 1647 deletions

17
docs/recipes.rst Normal file
View file

@ -0,0 +1,17 @@
.. _recipes:
FAQ
===
Recipes
-------
~~~~~~~~~~~~~~~~
Known Issues
------------
- The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with ``chcp 1252`` before using `jrnl` (Thanks to Yves Pouplard for solving this!)
- _jrnl_ relies on the `PyCrypto` package to encrypt journals, which has some known problems with installing on Windows and within virtual environments.