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
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ $ MS.py
46
46
# Output example:
47
47
48
48
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
55
55
[7] - Food_Time
56
56
[8] - Friends
57
57
[9] - GamePlayer
@@ -64,23 +64,24 @@ Modules:
64
64
[16] - Tasks
65
65
[17] - Watch_History
66
66
[18] - Years
67
+
[19] - NeverEnding_Legacy
67
68
68
69
Select a module from the list to execute it: |
69
70
```
70
71
71
72
## 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>
73
74
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>
74
75
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).
76
77
77
78
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.
80
81
81
82
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.
84
85
85
86
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>
86
87
In order to generate the "Completed tasks" tab on the [Tasks](https://thestake2.netlify.app/Tasks/?tab=completed_tasks) website.<br>
0 commit comments