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 helping build vocabulary. 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. +
++ HTTPS requests are made to Wiktionary during the card creation process. + Their privacy policy can be found{" "} + + on this link + + . +
++ The cards that you save are locally stored 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 reused or modified + source-code, content and assets 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 + + . +
++ 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. +
+TODO contact info
+