I'm going to dripfeed the conversion patches to avoid overloading
peoples (there are ~25 of them so far). This is the first batch.

Stephen Finucane (9):
  dist-docs: Add support for rST
  doc: Convert INSTALL to rST
  doc: Convert INSTALL.DPDK to rST
  doc: Convert INSTALL.Debian to rST
  doc: Convert INSTALL.Docker to rST
  doc: Convert INSTALL.Windows to rST
  doc: Convert INSTALL.userspace to rST
  doc: Convert INSTALL.XenServer to rST
  doc: Convert INSTALL.KVM to rST

 CONTRIBUTING.md                 |   6 +-
 FAQ.md                          |  16 +-
 INSTALL.DPDK-ADVANCED.md        |  12 +-
 INSTALL.DPDK.md                 | 625 -----------------------------
 INSTALL.DPDK.rst                | 599 +++++++++++++++++++++++++++
 INSTALL.Debian.md               | 101 -----
 INSTALL.Debian.rst              | 117 ++++++
 INSTALL.Docker.md               | 298 --------------
 INSTALL.Docker.rst              | 320 +++++++++++++++
 INSTALL.Fedora.md               |   6 +-
 INSTALL.KVM.md                  |  87 ----
 INSTALL.KVM.rst                 |  99 +++++
 INSTALL.Libvirt.md              |   4 +-
 INSTALL.NetBSD.md               |   8 +-
 INSTALL.RHEL.md                 |   6 +-
 INSTALL.SELinux.md              |   2 +-
 INSTALL.SSL.md                  |   4 +-
 INSTALL.Windows.md              | 527 ------------------------
 INSTALL.Windows.rst             | 621 ++++++++++++++++++++++++++++
 INSTALL.XenServer.md            |   6 +-
 INSTALL.XenServer.rst           | 224 +++++++++++
 INSTALL.md                      | 823 --------------------------------------
 INSTALL.rst                     | 866 ++++++++++++++++++++++++++++++++++++++++
 INSTALL.userspace.md            |  86 ----
 INSTALL.userspace.rst           | 101 +++++
 Makefile.am                     |  20 +-
 PORTING.md                      |   4 +-
 README.md                       |  28 +-
 build-aux/dist-docs             |  22 +-
 debian/openvswitch-common.docs  |   2 +-
 rhel/openvswitch-fedora.spec.in |   2 +-
 rhel/openvswitch.spec.in        |   2 +-
 tutorial/OVN-Tutorial.md        |   2 +-
 tutorial/Tutorial.md            |   4 +-
 vswitchd/ovs-vswitchd.8.in      |   2 +-
 vtep/README.ovs-vtep.md         |   2 +-
 36 files changed, 3035 insertions(+), 2619 deletions(-)
 delete mode 100644 INSTALL.DPDK.md
 create mode 100644 INSTALL.DPDK.rst
 delete mode 100644 INSTALL.Debian.md
 create mode 100644 INSTALL.Debian.rst
 delete mode 100644 INSTALL.Docker.md
 create mode 100644 INSTALL.Docker.rst
 delete mode 100644 INSTALL.KVM.md
 create mode 100644 INSTALL.KVM.rst
 delete mode 100644 INSTALL.Windows.md
 create mode 100644 INSTALL.Windows.rst
 create mode 100644 INSTALL.XenServer.rst
 delete mode 100644 INSTALL.md
 create mode 100644 INSTALL.rst
 delete mode 100644 INSTALL.userspace.md
 create mode 100644 INSTALL.userspace.rst

-- 
2.7.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to