EnglishPal/app
Lan Hui 43419ab4b6 Enlarge text difficult level for one second (make it work using vanilla JavaScript) 2023-07-17 16:28:08 +08:00
..
layout/partial
model article.py: correct data format 2023-07-14 09:17:11 +08:00
static (1) Downgrade Flask version from 2.3.2 to 2.0.3 as installing the higher version reports errors. This is probably due to my outdated python version (3.6). (2) Persist SQLite database data in a docker volume. Created a docker volume called englishpal-db using command 'docker volume create englishpal-db' and associate this volume with the docker image file directory /app. So, now what happens in /app will be mirrored to englishpal-db. Where is englishpal-db located? Use command 'docker volume inspect englishpal-db' to find out. 2023-07-17 07:45:38 +08:00
templates Enlarge text difficult level for one second (make it work using vanilla JavaScript) 2023-07-17 16:28:08 +08:00
test
Article.py Fix: Move wordfreqapp.db to new location 2023-06-19 14:48:35 +08:00
Login.py refactor: remove sql sentences 2023-04-18 21:50:54 +08:00
UseSqlite.py
WordFreq.py
Yaml.py
account_service.py Update flask version in requirements.txt, use escape from markupsafe package. 2023-07-14 09:11:02 +08:00
admin_service.py Update flask version in requirements.txt, use escape from markupsafe package. 2023-07-14 09:11:02 +08:00
difficulty.py difficulty.py: add some stop words, hoping that getting the next article can be faster. 2023-05-24 10:12:44 +08:00
main.py Update flask version in requirements.txt, use escape from markupsafe package. 2023-07-14 09:11:02 +08:00
pickle_idea.py
pickle_idea2.py Change from bug359-zhangkeli 2023-04-25 08:40:26 +08:00
user_service.py 修复 Bug 493。不要转义(escape)表单提交的内容。否则类 WordFreq 不能正确工作,比如转义会把单引号变成 ',这不利于 WordFreq 类处理。 2023-07-07 16:13:48 +08:00
wordfreqCMD.py 已经与Alpha-snapshot20230525 分支同步,重新提交 2023-05-28 16:31:12 +08:00