diff --git a/wiki/main.json b/wiki/main.json index fe7e38f..bc27d69 100644 --- a/wiki/main.json +++ b/wiki/main.json @@ -2,5 +2,5 @@ "id": "main", "title": "Welcome to MatterLinux wiki!", "author": "ngn", - "date": "09/07/24" + "date": "26/08/24" } diff --git a/wiki/main.md b/wiki/main.md index 3d692db..3a495fa 100644 --- a/wiki/main.md +++ b/wiki/main.md @@ -3,8 +3,8 @@ edit a page or create a new page, make a [pull request](/wiki/contribute) to [co > **Important!** -> Due to ongoing package system rework, the `Packaging` section is currently in a messy state -> and may contain misinformation or missing links, [please see this post](/news/important_update). +> With the 24.05 release there have been lots of changes to the package system, +> so some of the pages are currently under development. ## Installation | Name | Description | @@ -25,6 +25,7 @@ edit a page or create a new page, make a [pull request](/wiki/contribute) to [co | --------------------------------------------- | ------------------------------------------------------------------------------ | | [Packages](/wiki/packages) | Learn about MatterLinux packages | | [Creating packages](/wiki/create) | Learn how you can create and add a package to the official pools | +| [MPTP](/wiki/mptp) | Learn about **M**atterLinux **P**ackage **T**ransfer **P**rotocol | ## Pools | Name | Description | diff --git a/wiki/package/mptp.json b/wiki/package/mptp.json new file mode 100644 index 0000000..0932faf --- /dev/null +++ b/wiki/package/mptp.json @@ -0,0 +1,6 @@ +{ + "id": "mptp", + "title": "MPTP", + "author": "ngn", + "date": "26/08/24" +} diff --git a/wiki/package/mptp.md b/wiki/package/mptp.md new file mode 100644 index 0000000..5c1562d --- /dev/null +++ b/wiki/package/mptp.md @@ -0,0 +1 @@ +This page is currently under development.