WIP: refactor/links #77
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -1038,8 +1038,7 @@ def handle_file(handled_files, asm_file_name, subdir="."):
|
||||
get_declarations(asm_file_contents, asm_file_name)
|
||||
|
||||
if __name__ == "__main__":
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php"
|
||||
link_root += "?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
|
||||
# Dict where an identifier is assicoated with a string
|
||||
# The string contains characters specifying flags
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Flappy Bird for KolibriOS
|
||||
|
||||
* [Forum topic](http://board.kolibrios.org/viewtopic.php?f=41&t=4471) <br>
|
||||
* [Directory in official KolibriOS SVN repository](http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS&path=%2Fprograms%2Fgames%2Fflappybird%2F&#a1f3183a01c0fffa57fec6704cbfc0b3d)
|
||||
* [Directory in official KolibriOS Git repository](https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/programs/games/flappybird)
|
||||
|
||||
<img src="https://i.ibb.co/kMsv8pB/menu.jpg" alt="Screenshot" width="400"> <img src="https://i.ibb.co/7NP1yHZ/screen1.jpg" alt="Screenshot" width="400">
|
||||
<img src="https://i.ibb.co/Y2FwxDG/screen2.jpg" alt="Screenshot" width="400"> <img src="https://i.ibb.co/3W8yCYn/gameover.jpg" alt="Screenshot" width="400">
|
||||
|
@ -58,8 +58,8 @@ MIN -
|
||||
Extra-расширения функциональности:
|
||||
--------------------------------------------------
|
||||
Утилита MIN - сворачивает окна на рабочем столе (кроме окон системных процессов с именем, начинающимся с символа @). MIN можно назначить как действие для запуска в Hot Angles, тогда при наведении курсора в заданный угол все окна будут свёрнуты. MIN, как и остальные (extra-расширения) функциональные блоки, не входит в дистрибутив. К тому же утилита очень проста и дублирует функционал панели задач (taskbar). Каждый сам решает о необходимости её использования.
|
||||
ÑÊÀ×ÀÒÜ MIN (rev.7417):
|
||||
http://websvn.kolibrios.org/dl.php?repname=Kolibri+OS&path=%2Fprograms%2Fother%2Fha%2Fextra%2FMIN&rev=7417&peg=7417
|
||||
ÑÊÀ×ÀÒÜ MIN:
|
||||
https://git.kolibrios.org/KolibriOS/kolibrios/raw/branch/main/programs/other/ha/extra/MIN
|
||||
|
||||
|
||||
Влияние на производительность:
|
||||
|
Loading…
Reference in New Issue
Block a user
Looking good. As per my comment #65, please also change here, using the Gitea hyperlink
#Lx
to highlight specific line number(s).Also we should add a comment, like:
# This hardcoded link is specific to the Version Control System currently in use (Gitea)
. This would help any future migrations.That's why the PR is WIP
I'm not sure. For future migrations it's possible to look into Changed files sections in this PR