Skip to content

Commit ea24f82

Browse files
committed
docs: link to the Lukaisu app, refresh original author handle
Add a README callout pointing readers to Lukaisu, the new local-first Android client (LWT 3.1+ servers are compatible, so existing libraries work on mobile). Update the original author's SourceForge profile and visible handle from lang-learn-guy to hapepo23 across the README, developer/legal docs, and package.json.
1 parent 46cff7b commit ea24f82

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
Don't know where to start? LWT suggests books from [Project Gutenberg](https://www.gutenberg.org/) ranked by difficulty, plus curated news feeds in 19 languages. Already have a text you love? Paste it in and start reading. As you mark words, suggestions get smarter and new vocabulary is pre-enriched from [Wiktionary](https://www.wiktionary.org/).
2727

2828
> [!IMPORTANT]
29-
> This is a **community-maintained fork** and a significant upgrade over the original LWT, created by [lang-learn-guy](https://sourceforge.net/u/lang-learn-guy/) and first released in 2011. It brings an easy-to-use interface, text suggestions and reading statistics, modern PHP support (8.2–8.5), mobile support, and compatibility with the modern web. The original LWT is still available on [SourceForge](https://sourceforge.net/projects/learning-with-texts); a snapshot of its code is also preserved on the [`official` branch](https://github.com/HugoFara/lwt/tree/official) of this repository.
29+
> This is a **community-maintained fork** and a significant upgrade over the original LWT, created by [hapepo23](https://sourceforge.net/u/hapepo23/) and first released in 2011. It brings an easy-to-use interface, text suggestions and reading statistics, modern PHP support (8.2–8.5), mobile support, and compatibility with the modern web. The original LWT is still available on [SourceForge](https://sourceforge.net/projects/learning-with-texts); a snapshot of its code is also preserved on the [`official` branch](https://github.com/HugoFara/lwt/tree/official) of this repository.
30+
31+
> [!TIP]
32+
> **There's a mobile app now: [Lukaisu](https://github.com/lukaisu/lukaisu).** A
33+
> new **local-first** Android client (heading to F-Droid) for learning by
34+
> reading. It works fully offline with an on-device database; connecting a server
35+
> is optional and adds Chinese/Japanese word-splitting, text-to-speech,
36+
> transcription, and online text discovery. LWT 3.1+ servers are compatible, so
37+
> you can read your existing library on your phone.
3038
3139
## Table of Contents
3240

docs-src/guide/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## What is LWT?
66

7-
_Learning with Texts_ (LWT) is a tool for Language Learning by reading texts. It was originally created by [lang-learn-guy](https://sourceforge.net/u/lang-learn-guy/) and published on [SourceForge](https://sourceforge.net/projects/learning-with-texts), where it is still available. This repository is a community-maintained fork; a snapshot of the original code is also preserved on its [`official` branch](https://github.com/HugoFara/lwt/tree/official).
7+
_Learning with Texts_ (LWT) is a tool for Language Learning by reading texts. It was originally created by [hapepo23](https://sourceforge.net/u/hapepo23/) and published on [SourceForge](https://sourceforge.net/projects/learning-with-texts), where it is still available. This repository is a community-maintained fork; a snapshot of the original code is also preserved on its [`official` branch](https://github.com/HugoFara/lwt/tree/official).
88
It is inspired by:
99

1010
* [Stephen Krashen's](http://sdkrashen.com) principles in Second Language Acquisition,
@@ -31,9 +31,9 @@ To run LWT, you'll need:
3131

3232
## History
3333

34-
### Original Author: lang-learn-guy
34+
### Original Author: hapepo23
3535

36-
LWT was originally created by [lang-learn-guy](https://sourceforge.net/u/lang-learn-guy/) and is hosted on SourceForge at [sourceforge.net/projects/learning-with-texts](https://sourceforge.net/projects/learning-with-texts), where it remains available and maintained by its author (also on GitHub as [hapepo23/learning-with-texts](https://github.com/hapepo23/learning-with-texts)). This repository is an independent community fork; a snapshot of the original code is preserved on its [`official` branch](https://github.com/HugoFara/lwt/tree/official) for convenience.
36+
LWT was originally created by [hapepo23](https://sourceforge.net/u/hapepo23/) and is hosted on SourceForge at [sourceforge.net/projects/learning-with-texts](https://sourceforge.net/projects/learning-with-texts), where it remains available and maintained by its author (also on GitHub as [hapepo23/learning-with-texts](https://github.com/hapepo23/learning-with-texts)). This repository is an independent community fork; a snapshot of the original code is preserved on its [`official` branch](https://github.com/HugoFara/lwt/tree/official) for convenience.
3737

3838
* I started this software application in 2010 as a hobby project for my personal learning (reading & listening to foreign texts, saving & reviewing new words and expressions).
3939
* In June 2011, I decided to publish the software in the hope that it will be useful to other language learners around the world.
@@ -45,7 +45,7 @@ LWT was originally created by [lang-learn-guy](https://sourceforge.net/u/lang-le
4545

4646
### Community Version: [HugoFara](https://github.com/HugoFara) (GitHub version maintainer)
4747

48-
I started using LWT in 2021, and continued its development almost instantly. I felt that the core idea was very good, but its implementation seemed unadapted, and the code was quite obfuscated. While I do not have any official responsibility to LWT (we don't have any kind of official agreement with lang-learn-guy), I am the the _de facto_ maintainer of the community version. I dedicated myself to the following points (see the [GitHub post](https://github.com/HugoFara/lwt/discussions/6)):
48+
I started using LWT in 2021, and continued its development almost instantly. I felt that the core idea was very good, but its implementation seemed unadapted, and the code was quite obfuscated. While I do not have any official responsibility to LWT (we don't have any kind of official agreement with hapepo23), I am the the _de facto_ maintainer of the community version. I dedicated myself to the following points (see the [GitHub post](https://github.com/HugoFara/lwt/discussions/6)):
4949

5050
* Make LWT Open Source: document and refactor code
5151
* Meet the HTML5 standards: the interface was relying on deprecated systems like frames, making it difficult to use on small screens.

docs-src/guide/troubleshooting/wordpress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* **IMPORTANT: The WordPress feature is a legacy function no longer maintained. Use at your own risk!**
44

5-
lang-learn-guy:
5+
hapepo23:
66
> I CANNOT give any support for this feature, NOR can I help you with any WordPress problems!
77
**USE AT YOUR OWN RISK!**
88

docs-src/legal/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Important Links
22

3-
* **Original Project Page**: the original LWT was created by [lang-learn-guy](https://sourceforge.net/u/lang-learn-guy/) and is hosted at [sourceforge.net/projects/learning-with-texts](https://sourceforge.net/projects/learning-with-texts/) (also on GitHub as [hapepo23/learning-with-texts](https://github.com/hapepo23/learning-with-texts)). A snapshot of the original code is also preserved on the [`official` branch](https://github.com/HugoFara/lwt/tree/official) of this repository.
3+
* **Original Project Page**: the original LWT was created by [hapepo23](https://sourceforge.net/u/hapepo23/) and is hosted at [sourceforge.net/projects/learning-with-texts](https://sourceforge.net/projects/learning-with-texts/) (also on GitHub as [hapepo23/learning-with-texts](https://github.com/hapepo23/learning-with-texts)). A snapshot of the original code is also preserved on the [`official` branch](https://github.com/HugoFara/lwt/tree/official) of this repository.
44
* **Download Page**:
55
* [Latest release @ GitHub](https://github.com/HugoFara/lwt/releases/latest)
66
* [Latest development version @ GitHub](https://github.com/HugoFara/lwt/archive/refs/heads/main.zip)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"contributors": [
2020
{
21-
"name": "lang-learn-guy",
22-
"url": "https://sourceforge.net/u/lang-learn-guy/profile/"
21+
"name": "hapepo23",
22+
"url": "https://sourceforge.net/u/hapepo23/profile/"
2323
}
2424
],
2525
"license": "Unlicense",

0 commit comments

Comments
 (0)