Skip to content

Commit

Permalink
add CONTRIBUTING file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Nov 9, 2020
1 parent b2e58a6 commit 1f2eabe
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Contributing

## Documents

- https://manual.calibre-ebook.com

- https://docs.python.org/3

- https://github.com/kovidgoyal/calibre

- https://wiki.mobileread.com/wiki/E-book_formats

## Debug

```
$ calibre-customize -b .
$ calibre-debug -g
```

## Build

```
$ zip -r worddumb-version *
```

## Add more words

Get `cn-kll.en.en.klld` and `LanguageLayer.en.ASIN.kll` from your Kindle device, then:

```
$ create_ww_sql.py ./path-of-klld ./path-of-kll
```

0 comments on commit 1f2eabe

Please sign in to comment.