You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<atitle="License: GNU AGPLv3"href="https://github.com/glutanimate/puppy-reinforcement/blob/master/LICENSE"><imgsrc="https://img.shields.io/badge/license-GNU AGPLv3-green.svg"></a>
8
-
<atitle="Rate on AnkiWeb"href="https://ankiweb.net/shared/info/1722658993"><imgsrc="https://glutanimate.com/logos/ankiweb-rate.svg"></a>
<atitle="License: GNU AGPLv3"href="https://github.com/marvinruder/ankitty/blob/main/LICENSE"><imgsrc="https://img.shields.io/badge/license-GNU AGPLv3-green.svg"></a>
6
+
<atitle="Rate on AnkiWeb"href="https://ankiweb.net/shared/info/1319623242"><imgsrc="https://glutanimate.com/logos/ankiweb-rate.svg"></a>
9
7
<br>
10
-
<atitle="Buy me a coffee :)"href="https://ko-fi.com/X8X0L4YV"><imgsrc="https://img.shields.io/badge/ko--fi-contribute-%23579ebd.svg"></a>
11
-
<atitle="Support me on Patreon :D"href="https://www.patreon.com/bePatron?u=7522179"><imgsrc="https://img.shields.io/badge/patreon-support-%23f96854.svg"></a>
12
-
<atitle="Follow me on Twitter"href="https://twitter.com/intent/user?screen_name=glutanimate"><imgsrc="https://img.shields.io/twitter/follow/glutanimate.svg"></a>
8
+
<atitle="Buy upstream maintainer a coffee :)"href="https://ko-fi.com/X8X0L4YV"><imgsrc="https://img.shields.io/badge/ko--fi-contribute%20upstream-%23579ebd.svg"></a>
9
+
<atitle="Support upstream maintainer on Patreon :D"href="https://www.patreon.com/bePatron?u=7522179"><imgsrc="https://img.shields.io/badge/patreon-support%20upstream-%23f96854.svg"></a>
13
10
</p>
14
11
15
-
> Everything's better with puppies!
12
+
> Everything's better with kittens!
16
13
17
-
An add-on for the spaced-repetition flashcard app [Anki](https://apps.ankiweb.net/) that encourages learners with pictures of cute puppies, following the principles of intermittent positive reinforcement.
14
+
An add-on for the spaced-repetition flashcard app [Anki](https://apps.ankiweb.net/) that encourages learners with pictures of cute kittens, following the principles of intermittent positive reinforcement.
18
15
19
16
### Table of Contents <!-- omit in toc -->
20
17
21
18
<!-- MarkdownTOC levels="1,2,3" -->
22
19
23
-
-[Video](#video)
24
20
-[Installation](#installation)
25
21
-[Documentation](#documentation)
26
22
-[Building](#building)
@@ -29,37 +25,27 @@ An add-on for the spaced-repetition flashcard app [Anki](https://apps.ankiweb.ne
29
25
30
26
<!-- /MarkdownTOC -->
31
27
32
-
### Video
33
-
34
-
A quick demo of the add-on (alongside other similar add-ons related to gamification):
35
-
36
-
[](https://youtu.be/UkveLkAgXiM)
37
-
38
28
### Installation
39
29
40
30
#### AnkiWeb <!-- omit in toc -->
41
31
42
-
The easiest way to install Puppy Reinforcement is through [AnkiWeb](https://ankiweb.net/shared/info/1722658993).
32
+
The easiest way to install Ankitty is through [AnkiWeb](https://ankiweb.net/shared/info/1319623242).
43
33
44
34
#### Manual installation <!-- omit in toc -->
45
35
46
-
1. Download the latest `.ankiaddon` file from the [releases tab](https://github.com/glutanimate/puppy-reinforcement/releases) (you might need to click on *Assets* below the description to reveal the download links)
36
+
1. Download the latest `.ankiaddon` file from the [releases tab](https://github.com/marvinruder/ankitty/releases) (you might need to click on *Assets* below the description to reveal the download links)
47
37
2. Open the folder where your downloads are located and double-click on the downloaded `.ankiaddon` file.
48
38
3. Follow the installation prompt and restart Anki if it asks you to
49
39
50
40
<details>
51
41
52
42
<summary><i>Alternate option</i></summary>
53
43
54
-
1. Download the latest `.ankiaddon` package from the [releases tab](https://github.com/glutanimate/puppy-reinforcement/releases) (you might need to click on *Assets* below the description to reveal the download links)
44
+
1. Download the latest `.ankiaddon` package from the [releases tab](https://github.com/marvinruder/ankitty/releases) (you might need to click on *Assets* below the description to reveal the download links)
55
45
2. From Anki's main window, head to *Tools* → *Add-ons*
56
46
3. Drag-and-drop the `.ankiaddon` package onto the add-ons list
With code contributions from: [@zjosua](https://github.com/zjosua) (thanks!)
92
76
93
-
Puppy Reinforcement is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the [LICENSE](https://github.com/glutanimate/puppy-reinforcement/blob/master/LICENSE) file that accompanied this program.
77
+
Ankitty is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the [LICENSE](https://github.com/marvinruder/ankitty/blob/main/LICENSE) file that accompanied this program.
94
78
95
-
Please note that this program uses the [Libaddon](https://github.com/glutanimate/anki-libaddon/) library which comes with [its own additional terms extending the GNU AGPLv3 license](https://github.com/glutanimate/puppy-reinforcement/blob/master/src/puppy_reinforcement/libaddon/LICENSE). You may only copy, distribute, or modify the present compilation of this program with Libaddon under the combined licensing terms specified by both licenses.
79
+
Please note that this program uses the [Libaddon](https://github.com/glutanimate/anki-libaddon/) library which comes with [its own additional terms extending the GNU AGPLv3 license](https://github.com/marvinruder/ankitty/blob/main/src/puppy_reinforcement/libaddon/LICENSE). You may only copy, distribute, or modify the present compilation of this program with Libaddon under the combined licensing terms specified by both licenses.
96
80
97
81
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
98
82
99
83
----
100
84
101
85
<b>
102
-
<divalign="center">The continued development of this add-on is made possible <br>thanks to my <ahref="https://www.patreon.com/glutanimate">Patreon</a> supporters. You guys rock ❤️ !</div>
86
+
<divalign="center">The continued development of this add-on is made possible <br>thanks to the upstream maintainer’s <ahref="https://www.patreon.com/glutanimate">Patreon</a> supporters.</div>
0 commit comments