diff --git a/src/components/Page/Page.tsx b/src/components/Page/Page.tsx index a079111..a0c01f6 100644 --- a/src/components/Page/Page.tsx +++ b/src/components/Page/Page.tsx @@ -6,6 +6,7 @@ import { ExpressionSetListView, } from "../../views"; import { AddExpressionView } from "../../views/AddExpressionView"; +import { HomeView } from "../../views/HomeView"; export function Page() { const { route } = useContext(AppRouting); @@ -13,7 +14,7 @@ export function Page() { switch (route.path) { case AppPath.Home: - return
TODO home
; + return+ A handy tool for vocabulary practice through repetition. Go to{" "} + settings -> create card to start adding words for practicing. + Once you have a few go to practice and start from your daily words. +
++ The app requests data from Wiktionary when you create study cards. Their + privacy policy can be found{" "} + + on this link + + . Apart from the initial page load, this should be the only time any + data transfer happens during the usage of the app. +
++ Once you save a card, it is stored on your own device and never + transmitted anywhere else. +
++ Human-readable summary:{" "} + + You are free to use the app for any purposes. You are free to modify + and redistribute the app as long as you grant your users access to the + source-code, content and assets you modify and redistribute under the + same terms listed below.{" "} + {" "} + As long as you follow those rules, you don't need to contact the + author(s) about it. +
++ The user-interface icons are licensed under the{" "} + + MIT license + + . +
++ The content for the flash cards generated is dual-licensed under{" "} + + Creative Commons Attribution-ShareAlike 3.0 Unported License + {" "} + and the{" "} + + GNU Free Documentation License + + . +
++ The rest of the application and its assets are licensed under the{" "} + + GNU Affero General Public License version 3 + + . +
++ The official source code repository for this application can be found at{" "} + + git.studycardtool.org/tcoh/app + + . +
++ This app would not exist if it was not for Wiktionary and the Wikimedia + foundation. If you want to support anyone, consider donating to the{" "} + + Wikimedia Foundation + + . This app or its author is in no way affiliated with the Wikimedia + Foundation, it just makes use of its data. +
++ The main thing on the roadmap is improved language support for + vocabulary practice. The app still needs bugfixes, code and style + cleanup and potentially rethinking of some existing features. + Contributions introducing a need for smarter backend functionality than + a static file server are in principle unwelcome in this project. +
++ There are a few pending tasks in server configuration and testing, but + once those are done local gitea registrations for contributors should + open and potentially federated accounts as well. +
+