summaryrefslogtreecommitdiff
path: root/docs/wiki/Package-naming-convention
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
committerYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
commit0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch)
tree64822a223696279b0869417a59a8112a7de5ad66 /docs/wiki/Package-naming-convention
parent91d00222d692b80a8eb22f0f193479545846ac89 (diff)
Initial static build
Diffstat (limited to 'docs/wiki/Package-naming-convention')
-rw-r--r--docs/wiki/Package-naming-convention/index.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/wiki/Package-naming-convention/index.html b/docs/wiki/Package-naming-convention/index.html
new file mode 100644
index 0000000..7ba1229
--- /dev/null
+++ b/docs/wiki/Package-naming-convention/index.html
@@ -0,0 +1,54 @@
+<!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/Package-naming-convention/">
+
+ <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>Package naming convention</h1>
+<h3>General convention</h3>
+<ul>
+<li>All package names should be lowercase.</li>
+<li>Wherever possible, device code name is preferred over the model number.</li>
+<li>Please use dashes (<code>-</code>) only, no underscores (<code>_</code>).</li>
+<li>If something is unclear or you would like to extend the naming convention, please open a ticket in the tracker.</li>
+</ul>
+<h3>device-* packages</h3>
+<p><code>device-{vendor}-{device code name/model number}</code></p>
+<h3>linux-* kernels</h3>
+<p><code>linux-{vendor}-{device code name/model number}</code></p>
+
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file