refactor/links: update obsolote WebSVN links (fix #66, #67, ref #77) #163

Merged
Burer merged 5 commits from refactor/links into main 2026-06-02 08:58:39 +00:00
Owner

Replaces obsolete links to the retired SVN / WebSVN infrastructure with their current Gitea equivalents across the repo, and refreshes the bundled application table.

Changes:

  • data/common/templates/table_apps(rus).csv - WebSVN URLs → Gitea; dropped the dead /trunk path segment (flattened during the Git migration); unified the whole file to http:// (it is opened from within KolibriOS, whose network stack has no HTTPS); normalized forum/wiki columns and updated several app entries (descriptions, moved paths, new charsets).
  • kernel/**/asmxygen.py - link_root now points to Gitea instead of WebSVN.
  • Source & readme references - converted remaining svn://kolibrios.org/… and svn:\… pseudo-paths to Gitea URLs in gif.asm, tinypad.asm, amon/gmon readmes, and ktcc http.h/conio.h.
  • flappybird/README.md, ha/ReadMe.txt - WebSVN → Gitea.

Out of scope:

  • SVN keyword tags ($Revision$/$Id$, ~1000 files) and kolibri-n.org links — left for separate PRs.
Replaces obsolete links to the retired SVN / WebSVN infrastructure with their current Gitea equivalents across the repo, and refreshes the bundled application table. Changes: - `data/common/templates/table_apps(rus).csv` - WebSVN URLs → Gitea; dropped the dead /trunk path segment (flattened during the Git migration); unified the whole file to http:// (it is opened from within KolibriOS, whose network stack has no HTTPS); normalized forum/wiki columns and updated several app entries (descriptions, moved paths, new charsets). - `kernel/**/asmxygen.py` - link_root now points to Gitea instead of WebSVN. - Source & readme references - converted remaining `svn://kolibrios.org/…` and `svn:\…` pseudo-paths to Gitea URLs in `gif.asm`, `tinypad.asm`, `amon`/`gmon` readmes, and ktcc `http.h`/`conio.h`. - `flappybird/README.md`, `ha/ReadMe.txt` - WebSVN → Gitea. Out of scope: - SVN keyword tags (`$Revision$`/`$Id$`, ~1000 files) and `kolibri-n.org` links — left for separate PRs.
Sweetbread added the
Kind
Documentation
Category/Libraries
Priority
Low
labels 2025-03-17 18:45:39 +00:00
Member
fl**a**ppybird was renamed to fl**o**ppybird, link https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/programs/games/flappybird not work
Member

@Sweetbread - still in progress?

@Sweetbread - still in progress?
Owner

I suppose, there are no more mention of websvn.kolibrios.org in repository.
Would be grateful, if anyone can double-check this.

I suppose, there are no more mention of websvn.kolibrios.org in repository. Would be grateful, if anyone can double-check this.
Burer requested review from ace-dent 2026-05-31 13:08:04 +00:00
Burer requested review from Doczom 2026-05-31 13:08:04 +00:00
Burer requested review from dunkaist 2026-05-31 13:08:04 +00:00
Burer changed title from WIP: refactor/links to refactor/links: update obsolote WebSVN links (fix #66, #67, ref #77) 2026-05-31 13:08:11 +00:00
Burer added 5 commits 2026-05-31 13:16:29 +00:00
Burer force-pushed refactor/links from cc4b210ac5 to dfd89a5bd2 2026-05-31 13:16:29 +00:00 Compare
Sweetbread requested review from Burer 2026-05-31 14:20:49 +00:00
Author
Owner

All links are HTTPS, but in data/common/templates/table_apps(rus).csv are HTTP. @Burer, are you sure?

All links are HTTPS, but in data/common/templates/table_apps(rus).csv are HTTP. @Burer, are you sure?
dunkaist approved these changes 2026-05-31 14:33:43 +00:00
Owner

All links are HTTPS, but in data/common/templates/table_apps(rus).csv are HTTP. @Burer, are you sure?

As far as I understand, this file was created as demostration of table app, so it is intended to be opened inside KOS, where HTTPS doesn't make much sence.

> All links are HTTPS, but in data/common/templates/table_apps(rus).csv are HTTP. @Burer, are you sure? As far as I understand, this file was created as demostration of `table` app, so it is intended to be opened inside KOS, where HTTPS doesn't make much sence.
Member

Looking over, the http links are preferable to access easily using KolibriOS... but they don't work or are auto-routed to the secure https page. So suggest changing to https universally.

Edit: Reading latest comments- has this been tested and works inside KOS?

Looking over, the `http` links are preferable to access easily _using_ KolibriOS... **but** they don't work or are auto-routed to the secure `https` page. So suggest changing to `https` universally. Edit: Reading latest comments- has this been tested and *works* inside KOS?
Doczom approved these changes 2026-05-31 15:48:53 +00:00
Owner

Edit: Reading latest comments- has this been tested and works inside KOS?

Well, it seems to work fine for me, as shown in attached image.

And, once again, in my understanding this was intended as KOS-inside file, so no reason for HTTPS here.
But I may be wrong.

> Edit: Reading latest comments- has this been tested and *works* inside KOS? Well, it seems to work fine for me, as shown in attached image. And, once again, in my understanding this was intended as KOS-inside file, so no reason for HTTPS here. But I may be wrong.
Burer merged commit cd8cfe2630 into main 2026-06-02 08:58:39 +00:00
Burer deleted branch refactor/links 2026-06-02 08:58:39 +00:00
Sign in to join this conversation.
6 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#163