Skip to content

Commit

Permalink
Adding licenses page and crosslinking for K+
Browse files Browse the repository at this point in the history
  • Loading branch information
therobbiedavis committed Feb 8, 2024
1 parent 82a8ef6 commit 73b4684
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 9 deletions.
3 changes: 2 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"guides": "Guides",
"troubleshooting": "Troubleshooting",
"kavita+": "Kavita+",
"contributing": "Contributing"
"contributing": "Contributing",
"licenses": "Licenses"
}
16 changes: 8 additions & 8 deletions pages/kavita+.mdx
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
import { Callout } from 'nextra-theme-docs'

## What is Kavita+
Kavita+ is an **optional** premium service offered by the main developer of Kavita ([majora2007](https://github.com/majora2007)) which unlocks a set of features for your Kavita application. Kavita+ is a way for me to hopefully go full time on Kavita development—think of it as a way to support the development of Kavita while also getting some sweet features out of it. The goal is to not lock all features behind Kavita+, but add features that otherwise aren't feasible in the base product. The base Kavita application will continue to get frequent updates with new features.

Kavita+ is a monthly subscription for your individual instance and is node-locked. Once active, all users on your server gain the benefit. You can cancel and resume at any time.

**Current Features:**
## Current Features
- Provide feedback on upcoming features (hidden channels)
- External Series for Admins
- View Metadata within Kavita (Kavita v0.7.9)
- Remove Donate Link
- Scrobbling Support
- [Scrobbling](/features#scrobbling)
- AniList
- External Reviews
- [External Reviews](/features#external-reviews)
- AniList
- MAL
- Recommendations
- [Recommendations](/features#external-recommendations)
- AniList
- MAL
- External Ratings
- [External Ratings](/features#external-ratings)
- AniList
- MAL
- Google Book (Kavita v0.7.6+) (In trial to see if valuable for members)

**Planned:**
## Planned Features
- Basic metadata support (Info [here](https://github.com/Kareadita/Kavita/issues/2452))
- Non-manga Book (and limited Comic) Support
- Hardcover (planned for 2024)
- [Hardcover](https://hardcover.app/) (planned for 2024)
- Webhook Support
- Find non-owned series by Person (like Authors)
- Collection creation via Stack Monitoring (Stacks are collections on MAL and AniList) (This is being trialed as no API exists)
Expand Down
24 changes: 24 additions & 0 deletions pages/licenses.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Kavita would not be possible without the support of the following libraries:
* [Hangfire](https://www.hangfire.io/)
* [Hangfire.Maximum.ConcurrentExecutions](https://github.com/alastairtree/Hangfire.MaximumConcurrentExecutions)
* [HtmlAgilityPack](https://html-agility-pack.net/)
* [NetVips](https://github.com/kleisauke/net-vips)
* [ExCSS](https://github.com/TylerBrinks/ExCSS)
* [Flurl](https://flurl.dev/)
* [SharpCompress](https://github.com/adamhathcock/sharpcompress)
* [VersOne.Epub](https://github.com/vers-one/EpubReader)
* [Docnet](https://github.com/GowenGit/docnet)
* [ngx-slider](https://github.com/angular-slider/ngx-slider)
* [ng-boostrap](https://ng-bootstrap.github.io/#/home)
* [angular-ng-autocomplete](https://www.npmjs.com/package/angular-ng-autocomplete)
* [bootstrap](https://getbootstrap.com/)
* [file-saver](https://www.npmjs.com/package/file-saver)
* [lazysizes](https://github.com/aFarkas/lazysizes)
* [ng-circle-progress](https://www.npmjs.com/package/ng-circle-progress)
* [ngx-toaster](https://www.npmjs.com/package/ngx-toastr)
* [ngx-file-drop](https://www.npmjs.com/package/ngx-file-drop)
* [swiper](https://swiperjs.com/angular)
* [.NET ](https://dotnet.microsoft.com/)
* [Angular](https://angular.io/)

and our generous [donors](https://opencollective.com/kavita) and [Kavita+](/kavita+) subscribers. ❤️

0 comments on commit 73b4684

Please sign in to comment.