Skip to content

Commit ffa4988

Browse files
authored
[WALLPAPERS] Update README.md for wallpapers manage (#5)
- Add "Manage this repository" section in README.md. - Add "File size" section in README.md. - Rename roswallp.txt as roswallp-sample.txt to avoid confusion.
2 parents e6d9ac3 + 358c25f commit ffa4988

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,24 @@ You can download these wallpapers from the "ReactOS Standard Wallpapers" package
2323
| ReactOS_Mizu_16x9_A.png | See above | See above |
2424
| ReactOS_Mizu_16x9_B.png | See above | See above |
2525
| Silhouette collection | Jake Collins (polar@ever3st.com) | https://ever3st.com/Graphics/Loot/ |
26+
27+
## File size
28+
29+
The file size of one wallpaper file should be smaller than 300 KB. The recommended size is 150 KB or smaller.
30+
31+
## Manage this repository
32+
33+
### Who is the wallpaper manager?
34+
35+
- Current wallpaper manager: https://reactos.com/katahiromz
36+
37+
### The job of the wallpaper manager
38+
39+
If any changes are made to the `wallpapers` repository, then the wallpaper manager has to update `roswallp.txt` in `reactos/rapps-db`, for downloading "ReactOS Standard Wallpapers" package (`roswallp`), as follows:
40+
41+
1. Hold a poll or create a pull request before making any significant changes to the `wallpapers` repository.
42+
2. Update the `wallpapers` repository.
43+
3. Run `./make-zip.sh` on the latest `wallpapers` local repository.
44+
4. The file `output/wallpapers.zip` will be generated.
45+
5. Release the new `wallpapers.zip` on the `reactos/wallpapers` `Releases` page ( https://github.com/reactos/wallpapers/releases ) with a new version tag (`v???`).
46+
6. Update the data file `roswallp.txt` on `reactos/rapps-db` by comparing it with this repository's [`roswallp-sample.txt`](roswallp-sample.txt) (See `TODO:` parts).

roswallp.txt renamed to roswallp-sample.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Section]
22
Name = ReactOS Standard Wallpapers
3-
Version = ???
3+
Version = (TODO: Version number in digits only)
44
License = CC BY
55
Description = The standard wallpaper collection for ReactOS
66
Category = 16
77
URLSite = https://github.com/reactos/wallpapers/
8-
URLDownload = https://github.com/reactos/wallpapers/releases/download/???/wallpapers.zip
8+
URLDownload = https://github.com/reactos/wallpapers/releases/download/v(TODO: Version number)/wallpapers.zip
99
Installer = Generate
10-
SizeBytes = ???
10+
SizeBytes = (TODO: File size in digits only)
1111

1212
[Generate]
1313
Files = *

0 commit comments

Comments
 (0)