You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Learning with Texts
2
2
3
3
<palign="center">
4
-
<imgsrc="https://github.com/HugoFara/lwt/raw/master/img/lwt_icon_big.jpg"alt="LWT logo - an open book"width="200"/>
4
+
<imgsrc="https://github.com/HugoFara/lwt/raw/main/img/lwt_icon_big.jpg"alt="LWT logo - an open book"width="200"/>
5
5
</p>
6
6
7
7
<palign="center">
@@ -51,15 +51,15 @@ Then open <http://localhost:8010/lwt/> in your browser.
51
51
52
52
**1. Import a text** — Paste any content you want to read, or import from RSS feeds.
53
53
54
-

54
+

55
55
56
56
**2. Read and learn** — Unknown words are highlighted. Click any word to see its translation and save it to your vocabulary.
57
57
58
-

58
+

59
59
60
60
**3. Review with context** — Practice vocabulary with spaced repetition, always seeing words in their original context.
61
61
62
-

62
+

63
63
64
64
Unlike flashcard apps like [Anki](https://apps.ankiweb.net/), LWT keeps words connected to the texts where you found them. We also include an Anki exporter if you want both.
65
65
@@ -126,8 +126,8 @@ Access at <http://localhost:8010/lwt/>
Copy file name to clipboardExpand all lines: docs-src/guide/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To run LWT, you'll need:
27
27
*[EasyPHP](http://www.easyphp.org/) or [XAMPP](https://www.apachefriends.org/download.html) (Windows), or
28
28
*[MAMP](http://mamp.info/en/index.html) (macOS), or
29
29
* a [LAMP (Linux-Apache-MariaDB-PHP) server](http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29) (Linux).
30
-
3.**The LWT Application**. The latest version _lwt\_v\_x\_y.zip_ can be downloaded at <https://github.com/HugoFara/lwt/archive/refs/heads/master.zip>. View the [installation guide](installation.md).
30
+
3.**The LWT Application**. The latest version _lwt\_v\_x\_y.zip_ can be downloaded at <https://github.com/HugoFara/lwt/archive/refs/heads/main.zip>. View the [installation guide](installation.md).
Copy file name to clipboardExpand all lines: docs-src/guide/installation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Two main softwares can be used to set up a local server on your computer: XAMPP
30
30
31
31
2. Get the [latest GitHub release](https://github.com/HugoFara/lwt/releases), unzip it.
32
32
33
-
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/master.zip) if you want the cutting-edge updates (that may include some bugs)
33
+
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip) if you want the cutting-edge updates (that may include some bugs)
34
34
35
35
3. Now go into "C:\xampp\htdocs\lwt". Copy the file ".env.example" to ".env" and edit it with your database credentials (the defaults usually work for XAMPP).
36
36
@@ -63,7 +63,7 @@ Now you must only do step 4.2 to start LWT.
63
63
64
64
3. Get the [latest GitHub release](https://github.com/HugoFara/lwt/releases), unzip it.
65
65
66
-
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/master.zip) if you want the cutting-edge updates (that may include some bugs)
66
+
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip) if you want the cutting-edge updates (that may include some bugs)
67
67
68
68
4. Install everything
69
69
1. Go to "C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\lwt".
@@ -93,7 +93,7 @@ Now you must only do step 5.2 to start LWT.
93
93
94
94
4. Get the [latest GitHub release](https://github.com/HugoFara/lwt/releases), unzip it.
95
95
96
-
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/master.zip) if you want the cutting-edge updates (that may include some bugs)
96
+
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip) if you want the cutting-edge updates (that may include some bugs)
97
97
98
98
5. Go to ``/Applications/MAMP/htdocs/lwt``. Copy the file ``.env.example`` to ``.env``. Edit it and set ``DB_HOST=localhost:8889`` (MAMP uses port 8889 for MySQL).
99
99
@@ -171,7 +171,7 @@ The following instruction were tested on Raspbian Stretch.
171
171
172
172
2. Get the [latest GitHub release](https://github.com/HugoFara/lwt/releases).
173
173
174
-
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/master.zip) if you want the cutting-edge updates (that may include some bugs)
174
+
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip) if you want the cutting-edge updates (that may include some bugs)
175
175
176
176
3. Unzip it.
177
177
@@ -233,7 +233,7 @@ The official repository is at <https://packagist.org/packages/hugofara/lwt>.
233
233
234
234
2. Get the [latest GitHub release](https://github.com/HugoFara/lwt/releases).
235
235
236
-
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/master.zip) if you want the cutting-edge updates (that may include some bugs)
236
+
You can also try to download the [latest stable version](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip) if you want the cutting-edge updates (that may include some bugs)
0 commit comments