summaryrefslogtreecommitdiffstats
path: root/docusaurus/docs/source.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'docusaurus/docs/source.mdx')
-rw-r--r--docusaurus/docs/source.mdx32
1 files changed, 32 insertions, 0 deletions
diff --git a/docusaurus/docs/source.mdx b/docusaurus/docs/source.mdx
new file mode 100644
index 0000000..e9d0192
--- /dev/null
+++ b/docusaurus/docs/source.mdx
@@ -0,0 +1,32 @@
+---
+title: Source code
+---
+
+# Access and Download the Source Code of Wolfree
+
+Wolfree is free and open-source software. You can access and download the source code from the following websites:
+
+1. https://try.gitea.io/wolfree
+2. https://codeberg.org/wolfree
+3. https://git.disroot.org/wolfree
+4. https://next.forgejo.org/wolfree
+5. https://git.kiwifarms.net/wolfree
+6. http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/wolfree
+
+## The Unreliability of GitHub
+
+We do not recommend pushing the source code to GitHub. Their [DMCA Takedown Policy](https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy) makes storing the source code on GitHub unreliable.
+
+## The High Availability of ForgeFed
+
+For a more reliable and collaborative development experience, we recommend using [Gitea](https://about.gitea.com/) and [Forgejo](https://forgejo.org/). These platforms support [ActivityPub](https://www.w3.org/TR/activitypub/) and [ForgeFed](https://forgefed.org/) protocols, enabling seamless collaboration and communication among developers.
+
+:::note
+If you cannot access Gitea or Forgejo, we recommend installing the [Tor Browser](https://www.torproject.org/). The Tor Browser is a reputable tool designed to bypass censorship.
+:::
+
+## License
+
+SPDX-License-Identifier: AGPL-3.0-or-later
+
+This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.