summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author127.0.0.1 <localhost>2008-05-20 04:53:28 +0000
committer127.0.0.1 <localhost>2008-05-20 04:53:28 +0000
commitd3461c322caf02d3ef0f80e6fdb2d378a8adf856 (patch)
tree72754192ca68597e4461667ead905a912194c548
parent445ea85aebe7aa39feee533379fbf9463f635f7a (diff)
converted to 1.6 markup
-rw-r--r--FrontPage.moin16
1 files changed, 8 insertions, 8 deletions
diff --git a/FrontPage.moin b/FrontPage.moin
index 2270985..8f91ce4 100644
--- a/FrontPage.moin
+++ b/FrontPage.moin
@@ -3,18 +3,18 @@
#language en
#pragma section-numbers off
-<!> '''Because of too much spam, currently only members of the EditGroup can edit every page in the wiki. To become a member, please write to the mailinglist or write a comment [:FrontPage/Comments: here].'''
+<!> '''Because of too much spam, currently only members of the EditGroup can edit every page in the wiki. To become a member, please write to the mailinglist or write a comment [[FrontPage/Comments| here]].'''
= Power Management Utilities =
pm-utils is a small collection of scripts that handle suspend and resume on behalf of HAL.
Here is a list about useful resources:
- * [http://gitweb.freedesktop.org/?p=pm-utils.git;a=summary Web Interface to the git repository] [http://cgit.freedesktop.org/pm-utils/ CGIT Interface]
- * [http://lists.freedesktop.org/mailman/listinfo/pm-utils Mailing List]
- * [http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html HAL Suspend Quirks]
- * [http://en.opensuse.org/Pm-utils Open Suse wiki about pm-utils]
- * [https://bugs.freedesktop.org Freedesktop Bugzilla (select pm-utils as product)]
+ * [[http://gitweb.freedesktop.org/?p=pm-utils.git;a=summary|Web Interface to the git repository]] [[http://cgit.freedesktop.org/pm-utils/|CGIT Interface]]
+ * [[http://lists.freedesktop.org/mailman/listinfo/pm-utils|Mailing List]]
+ * [[http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html|HAL Suspend Quirks]]
+ * [[http://en.opensuse.org/Pm-utils|Open Suse wiki about pm-utils]]
+ * [[https://bugs.freedesktop.org|Freedesktop Bugzilla (select pm-utils as product)]]
= Downloading pm-utils =
@@ -26,7 +26,7 @@ git clone git://anongit.freedesktop.org/git/pm-utils
The code in the CVS repository at http://webcvs.freedesktop.org/pm-utils/pm-utils/ is obsolete, and should no longer be used. No development changes will be backported to CVS.
= latest release =
- * The latest release of pm-utils is 1.1.1. You can download it from [http://pm-utils.freedesktop.org/releases/pm-utils-1.1.1.tar.gz] (md5sum:
+ * The latest release of pm-utils is 1.1.1. You can download it from [[http://pm-utils.freedesktop.org/releases/pm-utils-1.1.1.tar.gz]] (md5sum:
db6e9386a5523c5bea739317be83c38e)
== 1.1.0 Release announcement ==
@@ -40,7 +40,7 @@ The code in the CVS repository at http://webcvs.freedesktop.org/pm-utils/pm-util
* The ADD_PARAMETERS and DROP_PARAMETERS environment variables allow you to modify the parameters passed by calling programs (such as HAL).
* More complete logging, including logging the commandline parameters, which hooks ran and did not run (and the reasons why), and logging the status codes of executed hooks.
* pm-utils has pkg-config support. This makes it much easier for other programs to rely on pm-utils for all their suspend/resume quirk handling needs.
-In addition to these major changes, there have been a whole slew of minor changes and bugfixes. Most of the pm-utils related bugs that the distributions have encountered have been fixed in this release. Please see the [http://cgit.freedesktop.org/pm-utils/log/ ChangeLog] for more details.
+In addition to these major changes, there have been a whole slew of minor changes and bugfixes. Most of the pm-utils related bugs that the distributions have encountered have been fixed in this release. Please see the [[http://cgit.freedesktop.org/pm-utils/log/|ChangeLog]] for more details.
There have also been major changes in the pm-utils project:
* Richard Hughes assumed maintainership of the project after a long period of inactivity by Peter Jones. Richard then transitioned the project from using CVS to using git as the version control system, and opened the floor to several new contributors.