Update program READMEs that link to SVN repo #67

Open
opened 2024-05-29 16:48:16 +02:00 by ace-dent · 1 comment
Member

For migration from SVN --> Gitea,

We should fix hardcoded links to SVN in these program READMEs:

  • programs/other/ha/ReadMe.txt - also check numerous other hyperlinks!
  • programs/games/flappybird/README.md
For migration from SVN --> Gitea, We should fix hardcoded links to SVN in these program READMEs: - [ ] `programs/other/ha/ReadMe.txt` - also check numerous other hyperlinks! - [ ] `programs/games/flappybird/README.md`
Owner

I searched over KolibriOS repository using regexp and also found following entries.

For "svn://kolibrios":

  • programs\system\gmon\readme.txt
  • programs\develop\tinypad\trunk\tinypad.asm
  • programs\develop\libraries\libs-dev\libimg\gif\gif.asm
  • kernel\branches\Kolibri-A\utilities\amon\readme.txt

For "websvn"

  • kernel\trunk\asmxygen.py
  • kernel\branches\kolibrios-pe-clevermouse\asmxygen.py
  • kernel\branches\kolibri-lldw\asmxygen.py
  • kernel\branches\kolibri-ahci\asmxygen.py
  • data\common\templates\table_apps(rus).csv (also "WebSVN" in table headers)

I searched only for these two expressions, so there possibly may be some other entries.
File with full entries data is applied.

If anyone have ideas for another expressions to search, please, write them here. Otherwise, I can make a PR to fix this issue, and also a #65.

I searched over KolibriOS repository using regexp and also found following entries. For "svn://kolibrios": - [ ] programs\system\gmon\readme.txt - [ ] programs\develop\tinypad\trunk\tinypad.asm - [ ] programs\develop\libraries\libs-dev\libimg\gif\gif.asm - [ ] kernel\branches\Kolibri-A\utilities\amon\readme.txt For "websvn" - [ ] kernel\trunk\asmxygen.py - [ ] kernel\branches\kolibrios-pe-clevermouse\asmxygen.py - [ ] kernel\branches\kolibri-lldw\asmxygen.py - [ ] kernel\branches\kolibri-ahci\asmxygen.py - [ ] data\common\templates\table_apps(rus).csv (also "WebSVN" in table headers) I searched only for these two expressions, so there possibly may be some other entries. File with full entries data is applied. If anyone have ideas for another expressions to search, please, write them here. Otherwise, I can make a PR to fix this issue, and also a #65.
ace-dent added the
Kind
Documentation
Priority
Low
labels 2025-04-05 20:35:02 +02:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#67
No description provided.