diff options
Diffstat (limited to 'docs/wiki/Home')
| -rw-r--r-- | docs/wiki/Home/index.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/docs/wiki/Home/index.html b/docs/wiki/Home/index.html new file mode 100644 index 0000000..3ebd488 --- /dev/null +++ b/docs/wiki/Home/index.html @@ -0,0 +1,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="/static/css/tachyons.min.css" rel="stylesheet"> + <link href="/static/css/main.css" rel="stylesheet"> + </head> + + <body> + <div class="mw7 center"> + <div class="cf ph2-ns"> + <a class="title" href="/"> + <h1 class="f2 lh-title"> + <img src="/static/img/recycle.png"></img> + <span>postmarketOS</span> + </h1> + </a> + <div class="menu"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/wiki/">Wiki</a></li> + <li><a href="/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>
\ No newline at end of file |
