diff options
author | Richard Hughes <richard@hughsie.com> | 2007-12-11 19:00:25 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-12-11 19:00:25 +0000 |
commit | cbcf687aa72b733dc31edc3fc098234939a55d78 (patch) | |
tree | e80fe818f15d150e4af9e8212482a64d9567cfd8 /docs/html/pk-help.html | |
parent | 45e9c01bff7ed4aefef810ae897fc3b9662210fa (diff) |
move around the documentation a bit
Diffstat (limited to 'docs/html/pk-help.html')
-rw-r--r-- | docs/html/pk-help.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/html/pk-help.html b/docs/html/pk-help.html new file mode 100644 index 000000000..943a8c8c8 --- /dev/null +++ b/docs/html/pk-help.html @@ -0,0 +1,67 @@ +<html> +<head> +<title>PackageKit</title> +<link rel="stylesheet" href="style.css" type="text/css" media="screen"/> +</head> +<body> + +<table align="center" class="title"> +<tr> + <td><img src="img/packagekit.png"/></td> + <td width="95%" valign="middle"><p class="title">How can I help?</p></td> + <td><img src="img/packagekit.png"/></td> +</tr> +</table> + +<p>Back to the <a href="index.html">main page</a></p> + +<h1>How can I help?</h1> + +<p> +Anyone interested in PackageKit development is invited to join the +channel <code>#PackageKit</code> on <code>freenode</code>. +We are a friendly bunch, and can answer questions on backends, GUI's or +anything else PackageKit related. +</p> + +<p> +There is also a subscription-only <a +href="http://lists.freedesktop.org/mailman/listinfo/packagekit">mailing +list</a> where we discuss PackageKit development, patches and future +development. +All commits are sent to this list as well, so we can audit any commits +for bugs or security flaws. +</p> + +<p> +You can file bugs, or track the status at <a href="http://bugs.freedesktop.org"> +bugs.freedesktop.org</a> +</p> + +<p> +If you want to write a backend, you can see the <a +href="pk-reference.html">developer information</a>, or you can checkout +the source and see the docbook files in doc. Use the <a +href="pk-faq.html">FAQ</a> and mailing list for questions, and try to use +existing backends as a template for what you are trying to do. +</p> + +<table> +<tr> + <td><img src="img/dialog-information.png" alt="[NOTE]"></td> + <td> + <p> + If PackageKit cannot do what you need then please ask on the mailing list. + It might already be on the TODO, or we might have to slightly tweak the API + to make it possible. + For instance, instead of using PolicyKit you might want to use RBAC + which we can quite easy add configure <code>#ifdef</code>'s for. + </p> + </td> +</tr> +</table> + +<p>Back to the <a href="index.html">main page</a></p> + +</body> +</html> |