contrib: Fix URLs in README file.
[libguestfs.git] / contrib / README
1 Random contributions and things which don't fit in anywhere else
2 ----------------------------------------------------------------------
3
4 centos5.3-libguestfs.spec
5         [REMOVED]
6         This used to be a centos5.3 specfile.  Please use the specfile
7         from EL-5 here:
8         http://pkgs.fedoraproject.org/gitweb/?p=libguestfs.git;a=shortlog;h=refs/heads/el5/master
9         or the RHEL 5 source RPMs here:
10         http://libguestfs.org/download/binaries/rhel5-packages/
11
12 dependency-diagram/
13         A "dot" file (for graphviz) which describes the dependencies
14         between the many different components of the libguestfs
15         ecosystem.  Good place to get started if you want to jump
16         into the code.
17
18 febootstrap/
19         [REMOVED]
20         An experimental, non-working attempt to use febootstrap
21         to install operating systems.
22
23 fedora-libguestfs.spec
24         [REMOVED]
25         This used to be a Fedora 10+ specfile.  Please use the specfile
26         from Fedora instead:
27         http://pkgs.fedoraproject.org/gitweb/?p=libguestfs.git
28
29 guestfsd-in-wine.sh
30         Run a Windows-compiled guestfsd under Wine.  Read the
31         instructions at the top of this file carefully.
32
33 visualize-alignment/
34         Tests for visualizing block device reads and writes and
35         alignment using a patched qemu.  See the README file in that
36         directory.