Skip to content

Commit db17c5f

Browse files
committed
Release 0.1.0
1 parent 00da25b commit db17c5f

File tree

6 files changed

+42
-9
lines changed

6 files changed

+42
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# Wordbook
44

5+
A dictionary application for GNOME.
6+
57
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/fushinari/wordbook.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fushinari/wordbook/context:python)
68

7-
**Wordbook** is a dictionary application using the WordNet 3.1 (or 3.0) database for definitions and the reliable eSpeak for pronunciations (both audio and phoneme).
9+
**Wordbook** is a dictionary application using the [Open English WordNet](https://github.com/globalwordnet/english-wordnet) database for definitions and the reliable eSpeak for pronunciations (both audio and phoneme).
810

911
Light Mode | Dark Mode
1012
:-----------------------------------------:|:--------------------------------------------:

data/com.github.fushinari.Wordbook.appdata.xml

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,53 @@
55
<project_license>GPL-3.0-or-later</project_license>
66

77
<name>Wordbook</name>
8-
<summary>A simple dictionary application</summary>
8+
<summary>A dictionary application for GNOME.</summary>
99
<description>
10-
<p>A simple dictionary application</p>
10+
<p>A dictionary application powered by WordNet and eSpeak.</p>
11+
<p>Features:</p>
12+
<ul>
13+
<li>Neat presentation of data</li>
14+
<li>Random Word</li>
15+
<li>Live Search</li>
16+
<li>Double click to search</li>
17+
<li>Dark mode</li>
18+
</ul>
1119
</description>
1220

13-
<custom>
14-
<value key="Purism::form_factor">workstation</value>
15-
<value key="Purism::form_factor">mobile</value>
16-
</custom>
17-
1821
<developer_name>Mufeed Ali</developer_name>
1922
<update_contact>[email protected]</update_contact>
2023

2124
<url type="homepage">https://github.com/fushinari/Wordbook</url>
2225
<url type="bugtracker">https://github.com/fushinari/Wordbook/issues</url>
23-
26+
<content_rating type="oars-1.1" />
2427
<launchable type="desktop-id">com.github.fushinari.Wordbook.desktop</launchable>
28+
29+
<screenshots>
30+
<screenshot type="default">
31+
<image>https://raw.githubusercontent.com/fushinari/Wordbook/main/images/ss.png</image>
32+
</screenshot>
33+
<screenshot>
34+
<image>https://raw.githubusercontent.com/fushinari/Wordbook/main/images/ss1.png</image>
35+
</screenshot>
36+
<screenshot>
37+
<image>https://raw.githubusercontent.com/fushinari/Wordbook/main/images/ss2.png</image>
38+
</screenshot>
39+
<screenshot>
40+
<image>https://raw.githubusercontent.com/fushinari/Wordbook/main/images/ss3.png</image>
41+
</screenshot>
42+
</screenshots>
43+
44+
<releases>
45+
<release version="0.1.0" date="2021-02-02">
46+
<description>
47+
<p>Initial release</p>
48+
</description>
49+
</release>
50+
</releases>
51+
52+
<custom>
53+
<value key="Purism::form_factor">workstation</value>
54+
<value key="Purism::form_factor">mobile</value>
55+
</custom>
2556
</component>
2657

images/ss.png

1.48 KB
Loading

images/ss1.png

1.89 KB
Loading

images/ss2.png

3.34 KB
Loading

images/ss3.png

3.3 KB
Loading

0 commit comments

Comments
 (0)