-
Notifications
You must be signed in to change notification settings - Fork 2
index.txt
Majick Tek edited this page May 4, 2022
·
2 revisions
The file index.txt in the repo is a file in Java's .properties
format containing a list of all the index XML files in the repo.
The below
0=https://example.com/link1.xml
1=https://example.com/link2.xml
...
Will show up in the launcher as
https://example.com/link1.xml
https://example.com/link2.xml
In the same order as the numbers on the left.
Instead of only having the URL, there should be a format allowing a name to be displayed, making the UI more human-readable.