summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 18:27:50 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 18:27:50 -0700
commit8c70fad0204e4933e9e7d936e384acef3eeee30c (patch)
tree2889f47f6a39a2b46768c4b9d2ab5c3f42764d08
parent16e218b0eb301d626eaa0160008fa49d163dd3b4 (diff)
moin2mdwn: convert page Software/xapps
-rw-r--r--Software/xapps.mdwn57
-rw-r--r--Software/xapps.moin58
2 files changed, 57 insertions, 58 deletions
diff --git a/Software/xapps.mdwn b/Software/xapps.mdwn
new file mode 100644
index 00000000..7e7376fe
--- /dev/null
+++ b/Software/xapps.mdwn
@@ -0,0 +1,57 @@
+
+
+## X Applications hosted at Freedesktop.org
+
+ * fdclock - the Freedesktop clock (uses cairo)
+ * transset - manipulate the _NET_WM_WINDOW_OPACITY property
+ * uncover - demonstrates transformed windows with Composite
+ * wininfo - a window information utility for X
+ * xclock - regular xclock app with Render support
+ * xcompmgr - Sample X Compositing Manager
+ * xdamage - Test application for Damage extension
+ * xditview - What the heck is this doing here?
+ * xdpyinfo - X Display Information
+ * xev - print contents of X events
+ * xrandr - X Resize and Rotate command line app
+ * xrestop - 'top' for X resources
+
+## Available Releases
+
+Tarballs are in [[here|http://freedesktop.org/xapps/release/]].
+
+
+## Available Test Packages
+
+ * Available from [[http://freedesktop.org/~markh/xapps/|http://freedesktop.org/~markh/xapps/]] (broken link)
+ * Currently available are test autotooled tarballs for **xkbprogs** and **xtutilities**.
+
+### CVS Availability
+
+Please note that the CVS versions of the modular xapps are deprecated. Instead, we have moved to using git.
+
+**NOTE:** This only applies to the modular xapps, the actual development trees of the applications listed at the top of this page still use CVS.
+
+
+### GIT Availability
+
+To obtain a copy of the git tree for these xapps, use the following:
+
+
+[[!format txt """
+git clone git://anongit.freedesktop.org/git/xorg/app/PROJECT
+"""]]
+`PROJECT` should be one of the following
+
+ * `fdclock`
+ * `xwininfo`
+ * `xclock`
+ * `xcompmgr`
+ * etc..
+See [[http://gitweb.freedesktop.org/|http://gitweb.freedesktop.org/]] for all the available git repositories.
+
+
+## Plans
+
+ * [[Proposed package breakdown for sanity's sake|Software/ProposedAppsPackages]].
+ * [[Proposed xapps CVS structure|Software/ProposedXAppsCVSStructure]] to make merging with xorg easy
+-- Main.[[AdamJackson|AdamJackson]] - 13 Oct 2004
diff --git a/Software/xapps.moin b/Software/xapps.moin
deleted file mode 100644
index 88fa84ff..00000000
--- a/Software/xapps.moin
+++ /dev/null
@@ -1,58 +0,0 @@
-##META:TOPICINFO{author`"EricAnholt" date`"1099775040" format`"1.0" version`"1.13"}%
-##META:TOPICPARENT{name="Home"}%
-== X Applications hosted at Freedesktop.org ==
-
- * fdclock - the Freedesktop clock (uses cairo)
- * transset - manipulate the _NET_WM_WINDOW_OPACITY property
- * uncover - demonstrates transformed windows with Composite
- * wininfo - a window information utility for X
- * xclock - regular xclock app with Render support
- * xcompmgr - Sample X Compositing Manager
- * xdamage - Test application for Damage extension
- * xditview - What the heck is this doing here?
- * xdpyinfo - X Display Information
- * xev - print contents of X events
- * xrandr - X Resize and Rotate command line app
- * xrestop - 'top' for X resources
-
-== Available Releases ==
-
-Tarballs are in [[http://freedesktop.org/xapps/release/|here]].
-
-== Available Test Packages ==
-
- * Available from [[http://freedesktop.org/~markh/xapps/]] (broken link)
-
- * Currently available are test autotooled tarballs for '''xkbprogs''' and '''xtutilities'''.
-
-=== CVS Availability ===
-
-Please note that the CVS versions of the modular xapps are deprecated. Instead, we have moved to using git.
-
-'''NOTE:''' This only applies to the modular xapps, the actual development trees of the applications listed at the top of this page still use CVS.
-
-=== GIT Availability ===
-
-To obtain a copy of the git tree for these xapps, use the following:
-
-{{{
-git clone git://anongit.freedesktop.org/git/xorg/app/PROJECT
-}}}
-
-`PROJECT` should be one of the following
-
- * `fdclock`
- * `xwininfo`
- * `xclock`
- * `xcompmgr`
- * etc..
-
-See http://gitweb.freedesktop.org/ for all the available git repositories.
-
-== Plans ==
-
- * [[Software/ProposedAppsPackages|Proposed package breakdown for sanity's sake]].
-
- * [[Software/ProposedXAppsCVSStructure|Proposed xapps CVS structure]] to make merging with xorg easy
-
--- Main.AdamJackson - 13 Oct 2004