Sergei Argutin commited on
Expand free tier to 400 exercises and add attribution snippets
Browse files- ATTRIBUTION.md +28 -0
ATTRIBUTION.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# RepDB Free Tier — attribution snippets
|
| 2 |
+
|
| 3 |
+
The free tier requires one visible attribution link in your app's about or
|
| 4 |
+
credits screen, your project's README, or your website footer. Copy whichever
|
| 5 |
+
format fits your project.
|
| 6 |
+
|
| 7 |
+
## Markdown
|
| 8 |
+
|
| 9 |
+
```md
|
| 10 |
+
Exercise data by [RepDB](https://repdb.co/free-exercise-dataset)
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
## HTML
|
| 14 |
+
|
| 15 |
+
```html
|
| 16 |
+
Exercise data by <a href="https://repdb.co/free-exercise-dataset">RepDB (repdb.co)</a>
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
## Plain text / app credits
|
| 20 |
+
|
| 21 |
+
```text
|
| 22 |
+
Exercise data by RepDB (repdb.co)
|
| 23 |
+
https://repdb.co/free-exercise-dataset
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
Keep the attribution visible to users. The full license is in `LICENSE.md`.
|
| 27 |
+
For the complete growing catalog, 1024px classic images, transparent
|
| 28 |
+
backgrounds, SQLite, and animations, see https://repdb.co/pricing.
|