|
1 | | -# MAJOR CHANGES |
2 | | -I am planning major changes to the website. |
3 | | -https://meator.github.io/xbps-src-tutorials/ will be moved to |
4 | | -https://xbps-src-tutorials.github.io/. The directory structure will also be |
5 | | -modified. For example |
6 | | - |
7 | | -``` |
8 | | -https://meator.github.io/xbps-src-tutorials/xbps-src-tutorial/packaging-j4-dmenu-desktop.html |
9 | | -``` |
10 | | - |
11 | | -will become |
12 | | - |
13 | | -``` |
14 | | -https://xbps-src-tutorials.github.io/packaging/j4-dmenu-desktop.html |
15 | | -``` |
16 | | - |
17 | | -This change will make the URLs more concise. It also provides some advantages |
18 | | -for Google search. To give an example, Google doesn't show the favicon for |
19 | | -`https://meator.github.io/xbps-src-tutorials/` because it [doesn't like |
20 | | -subdirectory-level home |
21 | | -pages](https://developers.google.com/search/docs/appearance/favicon-in-search). |
22 | | - |
23 | | -Contents of the website will not be changed (some links will be fixed, but the |
24 | | -tutorials will remain). |
25 | | - |
26 | | -This is the first major breaking change and hopefully the last one. I want to |
27 | | -make these changes while the website is still "in its infancy". This change |
28 | | -should be pretty much final, so your bookmark will be safe after you update it |
29 | | -to `https://xbps-src-tutorials.github.io/`. |
30 | | - |
31 | | -A new repository will be created under the [xbps-src-tutorials GitHub |
32 | | -organisation](https://github.com/xbps-src-tutorials). It will be based off (but |
33 | | -not forked from) this repo. This is done to allow for the |
34 | | -`https://xbps-src-tutorials.github.io` URL. However, this repository will stay |
35 | | -and so will `https://meator.github.io/xbps-src-tutorials/`. |
36 | | - |
37 | | -`https://meator.github.io/xbps-src-tutorials/` will be modified. It will be |
38 | | -replaced by a website that redirects the user to |
39 | | -`https://xbps-src-tutorials.github.io` (redirect verbally, not by using HTML |
40 | | -redirects). A HTML redirect will not be made because the readers should be aware |
41 | | -that the URL has changed and that they should update their bookmarks if they |
42 | | -have bookmarked `https://meator.github.io/xbps-src-tutorials/`. |
43 | | - |
44 | | -This repository will no longer accept contributions. All contribution efforts |
45 | | -should be moved to the new repository. |
46 | | - |
47 | | ---- |
48 | | - |
49 | 1 | # Xbps-src tutorials |
50 | 2 | This is a collection of tutorials describing the `xbps-src` package build system |
51 | 3 | of Void Linux. It is made using [mdBook](https://rust-lang.github.io/mdBook/). |
|
0 commit comments