Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djuretic committed Jun 28, 2021
1 parent 9fb8c34 commit f7bb90a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.html
output/*.opf
*.txt
!requirements.txt
*.mobi
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Reta Vortaro - Kindle

<img src="screenshot.png" alt="screenshot" height="400px">

This dictionary was built using data from [Reta Vortaro](https://www.reta-vortaro.de).

You'll need Python 3, xlstproc and kindlegen to generate the dictionary.

```bash
git submodule init && git submodule update
pip install -r requirements.txt
./process.sh
# this will generate the .mobi file
./kindlegen output/vortaro.opf
```
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
beautifulsoup4==4.9.3
soupsieve==2.2.1
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7bb90a

Please sign in to comment.