1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>postmarketOS</title>
<meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
<meta name="keywords" content="postmarketOS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<link rel="canonical" href="https://postmarketos.org/wiki/Home/">
<link href="/pmosweb/static/css/tachyons.min.css" rel="stylesheet">
<link href="/pmosweb/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="mw7 center">
<div class="cf ph2-ns">
<a class="title" href="/pmosweb/">
<h1 class="f2 lh-title">
<img src="/pmosweb/static/img/recycle.png"></img>
<span>postmarketOS</span>
</h1>
</a>
<div class="menu">
<ul>
<li><a href="/pmosweb/">Home</a></li>
<li><a href="/pmosweb/wiki/">Wiki</a></li>
<li><a href="/pmosweb/blog/">Blog</a></li>
</ul>
</div>
<h1>Home</h1>
<p><a href="https://postmarketos.org"><strong>postmarketOS</strong></a> is a touch-optimized and pre-configured <a href="https://alpinelinux.org">Alpine Linux</a>. It can be installed on smartphones and other devices. It is in a very early, experimental state and not usable for most people yet. <strong>pmbootstrap</strong> allows installation and development of pmOS. As of now, its repository contains all of the projects code, pmbootstrap itself and all package build recipes (<a href="https://github.com/postmarketOS/pmbootstrap/tree/master/aports">aports</a>). Therefore this wiki contains all information about pmOS, not only about pmbootstrap. Here are the most important links:</p>
<h3>General information</h3>
<ul>
<li><a href="https://ollieparanoid.github.io/post/postmarketOS/">Introduction post</a> <em>the utopic vision and goals</em></li>
<li><a href="https://ollieparanoid.github.io/post/security-warning/">Security warning</a> <em>about running unfixable outdated firmware software</em></li>
<li>[[Supported devices|Devices]] <em>quite a few Android devices, and the N900</em></li>
<li>[[Milestones]] <em>where individuals want to take the project</em></li>
<li>[[Installation guide]] <em>for devices, which are already working</em></li>
</ul>
<h3>Development</h3>
<ul>
<li>[[Porting to a new device]] <em>and general installation guide</em></li>
<li>[[Troubleshooting]] <em>the page to read when something isn't working</em></li>
<li>[[Deviceinfo reference]] <em>our work-in-progress device-specific file format</em></li>
<li>[[Creating a package]] <em>and how to recycle package recipes from other distributions</em></li>
<li>[[Migration to aports subfolders]] <em>how to migrate old checkouts to the new folder structure</em></li>
<li>[[Mainline kernel|The mainline kernel]] <em>early work on getting device kernels into mainline Linux</em></li>
<li>[[Development guide]] <em>currently has a git hook for working on packages</em></li>
</ul>
<h3>Communication channels</h3>
<ul>
<li>[[Matrix and IRC]] <em>live chat makes development easier</em></li>
<li><a href="https://github.com/postmarketOS/pmbootstrap/issues">Issues</a> <em>besides bugs, lots feature ideas and questions, <a href="https://github.com/postmarketOS/pmbootstrap/issues/62">mobile UI</a> for example</em></li>
<li><a href="https://reddit.com/r/postmarketOS">Reddit</a> <em>photos of devices running pmOS, blog posts, questions, official announcements</em></li>
</ul>
<h3>Contributing to the wiki</h3>
<ul>
<li><a href="https://guides.github.com/features/mastering-markdown/">Mastering markdown</a> <em>guide on how to properly format text in the wiki</em></li>
<li><a href="https://github.com/postmarketOS/pmbootstrap/wiki/_Sidebar/_edit">Edit the sidebar</a> <em>we put all pages there, except for the device specific pages</em></li>
</ul>
</div>
</div>
</body>
</html>
|