Skip to content

Commit 5fd6b48

Browse files
committed
2026-05-10 21:09 BRT - I updated the "README" to reflect the changes on the "Module_Selector" module and the PHP and HTML websites and tabs
1 parent 325f0ec commit 5fd6b48

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

Files/Food_Time/Times.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pt": "horas"
1919
},
2020
"Texts": {
21-
"pt": "Esta é a hora que você comeu",
21+
"pt": "Essa é a hora que você comeu",
2222
"en": "This is the time that you ate"
2323
}
2424
},
@@ -31,7 +31,7 @@
3131
"pt": "minutos"
3232
},
3333
"Texts": {
34-
"pt": "Esta é a hora que você pode beber água",
34+
"pt": "Essa é a hora que você pode beber água",
3535
"en": "This is the time that you can drink water"
3636
}
3737
},
@@ -44,7 +44,7 @@
4444
"pt": "horas"
4545
},
4646
"Texts": {
47-
"pt": "Esta é a hora que você irá ter fome",
47+
"pt": "Essa é a hora que você irá ter fome",
4848
"en": "This is the time that you will be hungry"
4949
}
5050
}

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ $ MS.py
4646
# Output example:
4747
4848
Modules:
49-
[1] - Block_Websites
50-
[2] - Christmas
51-
[3] - Code
52-
[4] - Database
53-
[5] - Diary
54-
[6] - Diary_Slim
49+
[1] - Christmas
50+
[2] - Code
51+
[3] - Database
52+
[4] - Diary
53+
[5] - Diary_Slim
54+
[6] - Discord_Bot
5555
[7] - Food_Time
5656
[8] - Friends
5757
[9] - GamePlayer
@@ -64,23 +64,24 @@ Modules:
6464
[16] - Tasks
6565
[17] - Watch_History
6666
[18] - Years
67+
[19] - NeverEnding_Legacy
6768
6869
Select a module from the list to execute it: |
6970
```
7071

7172
## Connection of Python files to [PHP files](https://github.com/Stake2/PHP) and [Websites](https://github.com/Stake2/Websites)
72-
The ["Update_Websites"](https://github.com/Stake2/Python/tree/main/Modules/Code/Update_Websites) class of the ["Code.py"](https://github.com/Stake2/Python/tree/main/Modules/Code) module helps the user generate a website (generate its HTML contents).<br>
73+
The ["Update_Websites"](https://github.com/Stake2/Python/tree/main/Modules/PHP/Update_Websites) class of the ["PHP.py"](https://github.com/Stake2/Python/tree/main/Modules/PHP) module helps the user generate a website (generate its HTML contents).<br>
7374
It does that by opening a local server ([XAMPP](https://www.apachefriends.org/)), asking the user to select a website or create a list of websites to update.<br>
7475
And opening each one of the websites using the ``/generate`` route of the [PHP Index file](https://github.com/Stake2/PHP/blob/main/Index.php), in each supported language (currently ``General``, ``English``, and ``Portuguese``).<br>
75-
Then it opens a "Github" shortcut that opens the [ConEmu](https://conemu.github.io/) console program in the [Websites](https://github.com/Stake2/Websites) folder, for the user to execute ``git`` operations to push the website changes and generated HTML files to the [Websites Repository](https://github.com/Stake2/Websites).
76+
Then it opens a "GitHub" shortcut that opens the [ConEmu](https://conemu.github.io/) console program in the [Websites](https://github.com/Stake2/Websites) folder, for the user to execute ``git`` operations to push the website changes and generated HTML files to the [Websites Repository](https://github.com/Stake2/Websites).
7677

7778
The ["Watch_History.py"](https://github.com/Stake2/Python/tree/main/Modules/Watch_History) Python module generates the JSON database files which are read by the ["Watched.php"](https://github.com/Stake2/PHP/blob/main/Websites/Watch%20History/Generators/Watched.php) HTML tab generator written in PHP.<br>
78-
In order to generate the ["Watched things"](https://thestake2.netlify.app/Watch%20History/?tab=watched_things) and ["Past registries"](https://thestake2.netlify.app/Watch%20History/?tab=past_registries) tabs on the [Watch History](https://thestake2.netlify.app/Watch%20History/) website.<br>
79-
And also generate the "Watched things" tabs on all year websites.
79+
In order to generate the ["Watched media"](https://thestake2.netlify.app/Watch%20History/?tab=watched_media) and ["Past registries"](https://thestake2.netlify.app/Watch%20History/?tab=past_registries) tabs on the [Watch History](https://thestake2.netlify.app/Watch%20History/) website.<br>
80+
And also generate the "Watched media" tabs on all year websites.
8081

8182
The ["GamePlayer.py"](https://github.com/Stake2/Python/tree/main/Modules/GamePlayer) Python module generates the JSON database files which are read by the ["Played.php"](https://github.com/Stake2/PHP/blob/main/Websites/Play%20History/Generators/Played.php) HTML tab generator written in PHP.<br>
82-
In order to generate the ["Game sessions played"](https://thestake2.netlify.app/Play%20History/?tab=game_sessions_played) and ["Past registries"](https://thestake2.netlify.app/Play%20History/?tab=past_registries) tabs on the [Play History](https://thestake2.netlify.app/Play%20History/) website.<br>
83-
And also generate the "Game sessions played" tabs on all year websites.
83+
In order to generate the ["Gaming sessions played"](https://thestake2.netlify.app/Play%20History/?tab=gaming_sessions_played) and ["Past registries"](https://thestake2.netlify.app/Play%20History/?tab=past_registries) tabs on the [Play History](https://thestake2.netlify.app/Play%20History/) website.<br>
84+
And also generate the "Gaming sessions played" tabs on all year websites.
8485

8586
The ["Tasks.py"](https://github.com/Stake2/Python/tree/main/Modules/Tasks) Python module generates the JSON database files which are read by the ["Tasks.php"](https://github.com/Stake2/PHP/blob/main/Websites/Tasks/Generators/Tasks.php) HTML tab generator written in PHP.<br>
8687
In order to generate the "Completed tasks" tab on the [Tasks](https://thestake2.netlify.app/Tasks/?tab=completed_tasks) website.<br>

0 commit comments

Comments
 (0)