summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-29 17:42:09 +0100
committerPavel Grunt <pgrunt@redhat.com>2015-10-29 17:42:09 +0100
commit9b36a32b5208455bc91fcce64186869be62888bb (patch)
treef01139149219d12cc28e227fe9f4bed63cf10bd7
parent00b85fb93210eec43e93056dbdf2ae21ecac689c (diff)
add Download section
-rw-r--r--content/pages/download.rst95
-rw-r--r--content/pages/repositories.rst42
-rw-r--r--pelicanconf.py7
3 files changed, 143 insertions, 1 deletions
diff --git a/content/pages/download.rst b/content/pages/download.rst
new file mode 100644
index 0000000..bd7c3c2
--- /dev/null
+++ b/content/pages/download.rst
@@ -0,0 +1,95 @@
+Download
+###############################################################################
+
+:slug: download
+:submenu: download
+:modified: 2015-10-29 09:00
+
+.. _Boxes: https://wiki.gnome.org/Apps/Boxes
+.. _virt-manager: http://virt-manager.org/
+.. _virt-viewer:
+.. _virt-manager download page: http://virt-manager.org/download
+.. _spice-gtk-0.30.tar.bz2: http://www.spice-space.org/download/gtk/spice-gtk-0.30.tar.bz2
+.. _UsbDk_1.0.6_x64.msi: http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.6_x64.msi
+.. _UsbDk_1.0.6_x86.msi: http://www.spice-space.org/download/windows/usbdk/UsbDk_1.0.6_x86.msi
+.. _aSpice from play.google.com: https://play.google.com/store/apps/details?id=com.iiordanov.freeaSPICE
+.. _aSpice Pro!: https://play.google.com/store/apps/details?id=com.iiordanov.aSPICE
+.. _spice-vdagent-0.16.0.tar.bz2: http://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2
+.. _xf86-video-qxl-0.1.4.tar.bz2: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-0.1.4.tar.bz2
+.. _spice-guest-tools-0.100.exe: http://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.100.exe
+.. _Windows QXL driver: http://www.spice-space.org/download/windows/qxl/qxl-0.1-21/
+.. _Windows SPICE agent: http://www.spice-space.org/download/windows/vdagent/vdagent-win-0.7.2
+.. _spice-0.12.6.tar.bz2: http://www.spice-space.org/download/releases/spice-0.12.6.tar.bz2
+.. _spice-protocol-0.12.10.tar.bz2: http://www.spice-space.org/download/releases/spice-protocol-0.12.10.tar.bz2
+.. _usbredir-0.7.tar.bz2: http://spice-space.org/download/usbredir/usbredir-0.7.tar.bz2
+.. _README.xspice: http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/tree/README.xspice
+.. _xf86-video-qxl: http://www.spice-space.org/download.html#xf86-video-qxl
+
+
+Client
+++++++
+To connect to a virtual machine using SPICE, you need a client application.
+
+GTK+ widget
+^^^^^^^^^^^
+spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects for SPICE protocol parsing and a gtk widget for embedding the SPICE display into other applications such as virt-manager_ or Boxes_. Python and Vala bindings are available too.
+
+- SPICE GTK+ Widget - `spice-gtk-0.30.tar.bz2`_
+
+While spice-gtk comes with a demo client application called spicy, using virt-viewer_ (which embeds a spice-gtk widget) is highly recommended.
+
+Windows binaries
+^^^^^^^^^^^^^^^^
+- virt-viewer Windows installer - can be downloaded from `virt-manager download page`_
+- UsbDk - A Windows filter driver developed for Spice USB redirection (windows client side) - `UsbDk_1.0.6_x64.msi`_, `UsbDk_1.0.6_x86.msi`_, (`source code <http://www.spice-space.org/download/windows/usbdk/spice-usbdk-win-1.0-6-sources.zip/>`_)
+
+Android client
+^^^^^^^^^^^^^^
+aSPICE is a secure, SSH capable, open source SPICE protocol client that makes use of the LGPL licensed native libspice library. You can find and install `aSpice from play.google.com`_. Please support the work and GPL open-source software by buying the donation version of this program called `aSpice Pro!`_
+
+Guest
++++++
+This section contains various optional drivers and daemons that can be installed on the guest to provide enhanced SPICE integration and performance.
+
+Linux sources
+^^^^^^^^^^^^^
+- SPICE vdagent - `spice-vdagent-0.16.0.tar.bz2`_
+- x.org QXL video driver - `xf86-video-qxl-0.1.4.tar.bz2`_; Also contains Xspice
+
+
+Windows binaries
+^^^^^^^^^^^^^^^^
+- Windows guest tools - `spice-guest-tools-0.100.exe`_
+
+This installer contains some optional drivers and services that can be installed in Windows guest to improve SPICE performance and integration. This includes the qxl video driver and the SPICE guest agent (for copy and paste, automatic resolution switching, ...)
+
+- `Windows QXL driver`_
+
+This is not needed if you are using the Windows guest tools installer above.
+
+- `Windows SPICE agent`_
+
+This is not needed if you are using the Windows guest tools installer above.
+
+Server
+++++++
+The SPICE server code is needed when building SPICE support into QEMU. It should be available as a package in your favourite Linux distribution, which is the preferred way of getting it.
+
+0.12.6 - stable release
+^^^^^^^^^^^^^^^^^^^^^^^
+- SPICE - Server `spice-0.12.6.tar.bz2`_
+- spice-protocol - headers defining protocols, `spice-protocol-0.12.10.tar.bz2`_
+- libusbredir - For USB redirection support, `usbredir-0.7.tar.bz2`_
+
+Xspice
+^^^^^^
+Xspice - an X and Spice server. Requires Xorg. See `README.xspice`_.
+
+- `See wiki for known problems and work arounds`.
+- The latest sources are the same as the `xf86-video-qxl`_ driver above, Xspice is mostly reusing that driver and linking directly with spice-server.
+
+Older releases
+++++++++++++++
+Older source releases can be found here__. Old versions of spice-gtk can be found `here <http://www.spice-space.org/download/gtk/>`_.
+
+__ http://www.spice-space.org/download/releases/
diff --git a/content/pages/repositories.rst b/content/pages/repositories.rst
new file mode 100644
index 0000000..79ffda6
--- /dev/null
+++ b/content/pages/repositories.rst
@@ -0,0 +1,42 @@
+Repositories
+###############################################################################
+
+:slug: repositories
+:submenu: download
+:modified: 2015-10-29 09:00
+
+
+Protocol
+++++++++
+- Spice protocol headers http://cgit.freedesktop.org/spice/spice-protocol/
+
+Client and Server
++++++++++++++++++
+
+Client
+^^^^^^
+- Spice client library http://cgit.freedesktop.org/spice/spice-gtk/
+- Spice client https://git.fedorahosted.org/git/virt-viewer.git
+- UsbDk (for Windows) http://cgit.freedesktop.org/spice/win32/usbdk/
+
+Server
+^^^^^^
+- Spice server http://cgit.freedesktop.org/spice/spice/
+
+Common
+^^^^^^
+- shared code http://cgit.freedesktop.org/spice/spice-common/
+- usb redirection support http://cgit.freedesktop.org/spice/usbredir/
+- smartcard support http://cgit.freedesktop.org/spice/libcacard/
+
+Guest OS Driver/Agent
++++++++++++++++++++++
+QXL Driver
+^^^^^^^^^^
+- Win32 QXL http://cgit.freedesktop.org/spice/win32/qxl/
+- X QXL + Xspice http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/
+
+Spice VD Agent
+^^^^^^^^^^^^^^
+- Windows http://cgit.freedesktop.org/spice/win32/vd_agent/
+- Linux http://cgit.freedesktop.org/spice/linux/vd_agent/
diff --git a/pelicanconf.py b/pelicanconf.py
index 9fdc79c..518e086 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -49,6 +49,7 @@ MENUITEMS = [
("HOME", "pages/home.html"),
("FAQ", "pages/faq.html"),
("Documentation", "pages/documentation.html"),
+ ("Download", "pages/download.html"),
("Developers", "pages/developers.html"),
("Contact", "pages/contact.html"),
]
@@ -62,4 +63,8 @@ SUBMENUS = {
("Support", "pages/support.html"),
("Features", "pages/features.html"),
],
-} \ No newline at end of file
+ "download" : [
+ ("Download", "pages/download.html"),
+ ("Repositories", "pages/repositories.html"),
+ ],
+}