Skip to content

Commit 3094fb5

Browse files
committed
Improvements + new release
1 parent 359c255 commit 3094fb5

File tree

5 files changed

+49
-8
lines changed

5 files changed

+49
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ resources
66

77
# Hugo lock
88
.hugo_build.lock
9-
10-
# Podcasts (local testing)
11-
#/themes/pinetheme/static/podcast

content/documentation/PinePhone/Modem/APN_settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ The location of the APN setting depend on the user interface the distribution is
1717

1818
### Gnome
1919

20-
One of the biggest actively maintained open (Creative Commons Public Domain) database of mobile broadband service providers and their APN settings is maintained by the Gnome project, and is available in their [serviceproviders.xml](https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/blob/main/serviceproviders.xml). It is a rare case, when you don’t find your own provider in that list, but if it happens, then please consider contributing to it upstream. If your provider is in that database, then for setting up the APN, you only have to select your provider from the list under ` Settings > Network > Network Dropdown > Add new connection`.
20+
One of the biggest actively maintained open (Creative Commons Public Domain) database of mobile broadband service providers and their APN settings is maintained by the Gnome project, and is available in their [serviceproviders.xml](https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/blob/main/serviceproviders.xml). It is a rare case, when you don’t find your own provider in that list, but if it happens, then please consider contributing to it upstream. If your provider is in that database, then for setting up the APN, you only have to select your provider from the list under *Settings > Network > Network Dropdown > Add new connection*.
2121

2222
Further details are [described by the Gnome help](https://help.gnome.org/users/gnome-help/stable/net-mobile.html.en).
2323

2424
### Phosh
2525

26-
The APN settings are either located under `Settings > Mobile > Access Point Names` or `Settings > Network > Network Dropdown > Add new connection`.
26+
The APN settings are either located under *Settings > Mobile > Access Point Names* or *Settings > Network > Network Dropdown > Add new connection*.
2727

2828
### Plasma Mobile
2929

30-
The APN settings are located under `Settings > Cellular Networks > SIM 0 > Modify APNs`. While this is an auto-detect button, some cell providers may be detected incorrectly. Additionally, the settings for MMS are located under `Spacebar > Settings > Multimedia Messages (MMS)`.
30+
The APN settings are located under *Settings > Cellular Networks > SIM 0 > Modify APNs*. While this is an auto-detect button, some cell providers may be detected incorrectly. Additionally, the settings for MMS are located under *Spacebar > Settings > Multimedia Messages (MMS)*.

content/documentation/PinePhone/Software/Releases.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,43 @@ The development is work in progress. See [pinephone-support](https://gitlab.com/
227227

228228
In order to connect to the device using SSH/SCP via WiFi, you need to install SSH on the device. You can do this by executing the following in a shell: "sudo apt-get install ssh", afterwards you can connect via SSH/SCP via WiFi using the PinePhone's IP address on port 22.
229229

230+
### Movuan
231+
232+
{{< figure src="/documentation/images/movuan-logo.png" width="100" >}}
233+
234+
Movuan is the incipient stage of a new distribution for the PinePhone. It is derived from Mobian, yet using Devuan instead of Debian. The image attempts to be as short lived as possible, hoping to get merged into mainline Devuan as soon as possible.
235+
236+
#### Download
237+
238+
* [Image](https://gitlab.com/l2385/movuan/movuan-recipes/-/releases)
239+
240+
This is a split zip file. To extract it, the following command can be used:
241+
242+
```shell
243+
7z e movuan-pinephone-phosh-daedalus-20250224.img-split.zip
244+
```
245+
246+
{{< admonition type="note" >}}
247+
Tow-Boot is required to be able to boot, same as for Mobian
248+
{{< /admonition >}}
249+
250+
| Default credentials | |
251+
| -------- | ------- |
252+
| Default user | `movuan/1234` |
253+
254+
#### Notes
255+
256+
* Current image version is based on Devuan Daedalus.
257+
* [Source Code](https://gitlab.com/l2385/movuan)
258+
* [Announcement/Discussion/Motivation](https://dev1galaxy.org/viewtopic.php?pid=54759#p54759)
259+
* Further interest [Customizing Movuan under Host Mounting](https://gitlab.com/l2385/movuan/customizing-movuan-under-host-mounting)
260+
261+
At this time expecting feedback or offers to help with building/packing.
262+
263+
Anybody is welcome to fork this project, or use it in any GPL compliant way. Use a different name though and change the logo, and notify the author of the project to review if it can be incorporated back.
264+
265+
If you want to just mirror the code and provide additional pre-built images on a different server, there is no need to change the logo/name. Just make sure to prominently point to the original location.
266+
230267
### Multi-distro demo image
231268

232269
{{< admonition type="warning" >}}
11.4 KB
Loading

themes/pinetheme/assets/css/documentation.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88
}
99
#doc-container h2 {
1010
border-bottom: 1px solid #ddd;
11-
margin-top: 40px;
12-
margin-bottom: 20px;
11+
margin-top: 30px;
12+
margin-bottom: 10px;
1313
padding: .2em 0;
14+
font-size: 18pt;
15+
font-weight: 500;
16+
}
17+
#doc-container h3 {
18+
margin-top: 30px;
19+
font-size: 16pt;
20+
font-weight: 500;
1421
}
1522
#doc-breadcrumbs {
1623
background-color: rgb(248, 249, 250);

0 commit comments

Comments
 (0)