|
2 years ago | |
---|---|---|
.. | ||
misc | 5 years ago | |
build-debian.md | 3 years ago | |
build-macos.md | 3 years ago | |
build-netpgp.md | 4 years ago | |
macports_env.sh | 5 years ago | |
readme.md | 2 years ago |
The p≡p Engine depends on the following projects:
The p≡p Engine uses two databases:
~/.pEp_management
on *NIX%LOCALAPPDATA%\pEp\management.db
on Windows/usr/local/share/system.db
on *NIX%ALLUSERSPROFILE%\pEp\system.db
on WindowsThe management db is created by the first call of init()
of p≡p Engine.
It does not need to be created manually.
system.db
is created by using the DDL in db/create_system_db.sql
; the database content is created by db/dic2csv.py
out of hunspell's dictionary packages (or something similar) and then imported using sqlite3
's .import
command.
Dictionary files for different languages are part of the p≡p Engine source distribution.
You can test the Trustwords in system.db
using db/trustwords.py
.
Both Python tools have a --help
switch.