From Fedora Project Wiki

m (1 revision(s))
m (Fix git, gitweb, and download URLs)
 
Line 9: Line 9:
rhpxl is now maintained in git.  It can be checked out from:
rhpxl is now maintained in git.  It can be checked out from:


<code>git://git.fedoraproject.org/git/rhpxl.git</code>
<code>git://git.fedorahosted.org/git/rhpxl.git</code>


A gitweb view is [http://git.fedoraproject.org/?p=rhpxl.git;a=summary available]  as well.
A gitweb view is [http://git.fedorahosted.org/git/?p=rhpxl.git;a=summary available]  as well.


Releases can be found [http://ajax.fedoraproject.org/rhpxl/ here] .
Releases can be found [http://ajax.fedorapeople.org/rhpxl/ here] .


== Reporting Problems ==
== Reporting Problems ==
If you are having a problem (usually indicated by a python traceback going somewhere into rhpxl), see BugsAndFeatureRequests.
If you are having a problem (usually indicated by a python traceback going somewhere into rhpxl), see BugsAndFeatureRequests.

Latest revision as of 19:23, 9 February 2009

rhpxl

rhpxl (pronounced "rapunzel") is a python library that used to be a part of ["rhpl"] . It is used for configuring and starting up X from within python programs. The three big users of rhpxl are ["Anaconda"] , ["firstboot"] , and system-config-display.

Developers

If you are interested in contributing code to extend or improve rhpxl, send email to fedora-devel with the word "rhpxl" in the subject. While this list isn't specific to rhpxl, it's probably the most relevant list we've got.

Getting the Source

rhpxl is now maintained in git. It can be checked out from:

git://git.fedorahosted.org/git/rhpxl.git

A gitweb view is available as well.

Releases can be found here .

Reporting Problems

If you are having a problem (usually indicated by a python traceback going somewhere into rhpxl), see BugsAndFeatureRequests.