summaryrefslogtreecommitdiffstats
path: root/rust/wolfree_patch_libredirect/src/docusaurus/docs/index.mdx
blob: 3cefc82aa254983b14a2b1d70cb7ef2e415e33fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
title: Home page
hide_title: true
slug: /
---

<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->

import FormCTA from "../src/components/FormCTA.tsx";
import submitMathInputForm from "../src/functions/submitMathInputForm.ts";
import InputMathProblems from "../src/components/InputMathProblems.tsx";
import SubmitButton from "../src/components/SubmitButton.tsx";
import ButtonLink from "../src/components/ButtonLink.tsx";

# Wolfree instances that do not bypass paywalls

Wolfree is a free and open-source software for accessing the calculation results computed by Wolfram Alpha. Wolfree operates through a network of websites known as "instances." Unlike most instances, this instance **does not bypass paywalls**.

<FormCTA autoFocus={true} submitText="Compute Input" />

## How to access the calculation results generated by Wolfram Alpha

<form onSubmit={submitMathInputForm}>

1. Type your math problem in the text box.

   <InputMathProblems autoFocus={false} defaultValue="y'=y" />

2. Click the "Compute Input" button.

   <SubmitButton text="Compute Input" />

3. Explore the calculation result provided. 🎉

</form>

## The problem with other Wolfree instances

Most other Wolfree instances can bypass paywalls, which raises concerns about Microsoft GitHub's [DMCA Takedown Policy](https://docs.github.com/en/site-policy/content-removal-policies/dmca-takedown-policy). Unfortunately, this means that developers of [LibRedirect](https://libredirect.github.io/) cannot redirect users to such instances. For details about this issue, refer to [issue #425](https://github.com/libredirect/browser_extension/issues/425) on Microsoft GitHub.

## How this instance resolves the problem

Unlike most Wolfree instances, this instance prioritizes ethical values and **does not bypass paywalls**.

## Mirror sites

Wolfree operates through a network of mirror sites. If you can't access this web page, visit the [mirror sites](/mirror).

<ButtonLink to="./mirror" text="Access mirror sites" />

## Source code

Wolfree is **free** and **open-source** software built on transparency and openness, welcoming individuals from diverse backgrounds to collaborate on [source code](/source). ❤️

<ButtonLink to="./source" text="Explore source code" />

## How it works

1. Install [LibRedirect](https://libredirect.github.io/) on your web browser.
2. Enable auto-redirection from Wolfram to this instance.
3. Enjoy accessing Wolfree instances that **do not bypass paywalls**.

## Key benefits

### Compliance with Microsoft GitHub

This instance **does not bypass paywalls**, resolving [the GitHub issues](https://github.com/libredirect/browser_extension/issues/425) LibRedirect developers encounter.

### Auto-redirection

Once you install LibRedirect on your web browser, you can enable auto-redirection from Wolfram to this instance.

### Cyber Ethics

By accessing this instance, you actively promote ethical practices and support the work of content creators.

## Get started now

Install LibRedirect and enable auto-redirection. Enjoy Wolfree instances that **do not bypass paywalls**.

<ButtonLink to="https://libredirect.github.io/" text="Install LibRedirect" />