summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-07-11 17:12:10 +0200
committerBenjamin Berg <bberg@redhat.com>2022-07-11 17:12:10 +0200
commit54166e86a8301d976c8e2fd04687c30b8abbef6b (patch)
tree22631cdcf4a3dbb1684b98ea599c00198da25168
parent204fa2548806ef593f79b17dfa986b33d185c77f (diff)
downloadupower-54166e86a8301d976c8e2fd04687c30b8abbef6b.tar.gz
doc: Remove website
It now has its own repository.
-rw-r--r--doc/website/common.css92
-rw-r--r--doc/website/img/battery.pngbin11809 -> 0 bytes
-rw-r--r--doc/website/index.htm60
3 files changed, 0 insertions, 152 deletions
diff --git a/doc/website/common.css b/doc/website/common.css
deleted file mode 100644
index 9884477..0000000
--- a/doc/website/common.css
+++ /dev/null
@@ -1,92 +0,0 @@
-/* common.css - MoinMoin Default Styles
-
- Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
-*/
-
-/* content styles */
-
-html {
- background-color: white;
- color: black;
-}
-
-h2 {
- font-size: 1.6em;
-}
-
-h3 {
- font-size: 1.3em;
-}
-
-h4, h5, h6 {
- font-size: 1em;
-}
-
-li p {
- margin: .2em 0;
-}
-
-li.gap {
- margin-top: 8pt;
-}
-
-a img {
- border: 0;
-}
-
-img.drawing {
- border: 0;
-}
-
-dt {
- font-weight: bold;
-}
-
-pre {
- padding: .5em;
- white-space: pre-wrap;
-}
-
-body {
- margin-top: 2em;
- margin-left: 5%;
- margin-right: 5%;
-}
-
-h1, h2, h3, h4, h5, h6 {
- color: #2b5e82;
-}
-
-a:link {
- background-color: inherit;
- color: #2b5e82;
-}
-
-a:visited {
- background-color: inherit;
- color: #52188b;
-}
-
-pre {
- border: 1px solid #CBCBCB;
- background-color: #FFF8ED;
- color: black;
-}
-
-hr {
- clear: both;
- border-style: none;
- background-color: #CBCBCB;
- color: #CBCBCB;
-}
-
-td {
- border: 1px solid #999999;
-}
-
-p.footer {
- color: #000000;
- text-align: center;
- font-size: 9px;
-}
-
diff --git a/doc/website/img/battery.png b/doc/website/img/battery.png
deleted file mode 100644
index 6d3d1f2..0000000
--- a/doc/website/img/battery.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/index.htm b/doc/website/index.htm
deleted file mode 100644
index b97414b..0000000
--- a/doc/website/index.htm
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<meta name="robots" content="index,follow">
-<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="common.css">
-<title>UPower</title>
-</head>
-<body>
-<h1>UPower</h1>
-<p>
-<img src="img/battery.png" alt="[image of a battery]">
-</p>
-<p>
-UPower is an abstraction for enumerating power devices,
-listening to device events and querying history and statistics.
-Any application or service on the system can access the
-<code>org.freedesktop.UPower</code> service via the system message bus.
-</p>
-<p>
-UPower was <a href="http://lists.freedesktop.org/archives/devkit-devel/2009-December/000567.html">
-once called DeviceKit-power</a>.
-UPower aims to make a large chunk of HAL redundant, as HAL is officially
-<a href="http://lists.freedesktop.org/archives/hal/2008-May/011560.html">deprecated</a>.
-</p>
-<p>
-UPower is also useful to control the
-<a href="http://blogs.gnome.org/hughsie/2008/11/06/devicekit-power-latency-control/">
-latency of different operations</a> on your computer,
-which enables you to save significant amounts of power.
-Nothing much uses this interface yet, but this is a classic chicken and egg scenario,
-and I think it's important to encourage the egg to lay a chicken.
-Please report any problems to the
-<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=upower">Freedesktop</a> bugzilla
-or send a mail to the
-<a href="http://lists.freedesktop.org/mailman/listinfo/devkit-devel">DeviceKit</a>
-mailing list for discussion.
-</p>
-<p>
-Documentation is available <a href="docs/">here</a>.
-</p>
-<p>
-Releases are available <a href="releases/">here</a>.
-</p>
-<p>
-The source is managed using Git.
-You can <a href="http://cgit.freedesktop.org/upower/">browse</a> the
-repository using cgit or clone it using the following command:
-</p>
-<pre>
-$ git clone git://anongit.freedesktop.org/upower
-</pre>
-<p class="footer">
-Copyright <a href="mailto:richard@hughsie.com">Richard Hughes 2007-2010</a><br>
-<a href="http://validator.w3.org/check/referer">Optimized</a>
-for <a href="http://www.w3.org/">standards</a>.
-</p>
-</body>
-</html>
-