diff --git a/pages/_meta.json b/pages/_meta.json index 5070236..896a163 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -18,5 +18,6 @@ "guides": "Guides", "troubleshooting": "Troubleshooting", "kavita+": "Kavita+", - "contributing": "Contributing" + "contributing": "Contributing", + "licenses": "Licenses" } \ No newline at end of file diff --git a/pages/kavita+.mdx b/pages/kavita+.mdx index a697e84..dc809a0 100644 --- a/pages/kavita+.mdx +++ b/pages/kavita+.mdx @@ -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) diff --git a/pages/licenses.mdx b/pages/licenses.mdx new file mode 100644 index 0000000..ecf5051 --- /dev/null +++ b/pages/licenses.mdx @@ -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. ❤️ \ No newline at end of file