From 6ef29467491cd538e90a25f5937567774898f886 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 13 Oct 2010 11:44:26 +0100 Subject: Updates before go-live of initial site. --- website/Makefile | 5 ++--- website/go-live.sh | 5 +++++ website/src/about/index.html | 20 +++++++++++--------- website/src/css/standard.css | 5 +++++ website/src/faq/index.html | 6 +++--- website/src/index.html | 4 ++-- website/src/learning/advanced-virt-df/index.html | 2 +- website/src/learning/check-hardware-virt/index.html | 18 +++++++++--------- .../start-install-with-virt-manager/index.html | 8 ++++---- .../learning/start-list-with-command-line/index.html | 4 ++-- website/templates/page | 6 +++--- 11 files changed, 47 insertions(+), 36 deletions(-) create mode 100755 website/go-live.sh diff --git a/website/Makefile b/website/Makefile index 0c54bc8..4122d82 100644 --- a/website/Makefile +++ b/website/Makefile @@ -7,6 +7,5 @@ clean: find -name '*~' -delete rm -rf build/* -go-live: - @echo "Sorry, we've not written this yet." - @exit 1 +go-live: clean all + ./go-live.sh diff --git a/website/go-live.sh b/website/go-live.sh new file mode 100755 index 0000000..2d297ef --- /dev/null +++ b/website/go-live.sh @@ -0,0 +1,5 @@ +#!/bin/sh - + +rsync -av --delete --exclude=.\* --exclude=#\* --exclude=\*~ \ + build/* \ + et.redhat.com:/var/www/sites/virt-tools.et.redhat.com diff --git a/website/src/about/index.html b/website/src/about/index.html index ff1ba35..a27ba42 100644 --- a/website/src/about/index.html +++ b/website/src/about/index.html @@ -14,7 +14,7 @@ system administrators.

This site provides tutorials, videos, documentation, online help and -roadmaps to help you understand and get started with the tools. +roadmaps to help you get started with and understand the tools.

@@ -27,10 +27,10 @@ the best pages from here.

This site is open source. You can clone the sources from -this git repository -(in the website subdirectory). We welcome contributions. -Please contact us through the mailing -list. +this git +repository (in the website subdirectory). We welcome +contributions. Please contact us +through the mailing list.

[% END %] @@ -149,10 +149,12 @@ can use to detect if your program is running inside a virtual machine." },

The main content of this site is copyright © [% year %] -Red Hat Inc. and licensed under -the GNU General Public License, version 2 or (at your option) any -later version. Tutorials, videos and other documentation are owned by -the respective authors. +Red Hat Inc. and dual licensed under +either the GNU General Public License, version 2 or (at your option) any +later version, or +Creative +Commons Attribution-Share Alike 3.0 Unported. Tutorials, videos +and other documentation are owned by the respective authors.

[% END %] diff --git a/website/src/css/standard.css b/website/src/css/standard.css index be60b31..a254305 100644 --- a/website/src/css/standard.css +++ b/website/src/css/standard.css @@ -102,6 +102,11 @@ p#vtfooter { color: #888; } +p#vtfooter a { + text-decoration: none; + color: #888; +} + /* Permalinks (see templates/h2) */ a.vtpermalink { diff --git a/website/src/faq/index.html b/website/src/faq/index.html index 8e994b4..4bae4b8 100644 --- a/website/src/faq/index.html +++ b/website/src/faq/index.html @@ -26,9 +26,9 @@ questions = [ from all the major Linux distros.

- Red Hat sponsors some of the developers, Canonical are - active in libvirt development, and others projects and - people come from the rest of the community. + Red Hat sponsors some of the developers, Canonical are active in + libvirt development, Novell employees have sent patches, and + others projects and people come from the rest of the community.

If a tool you need is not available on your distro of choice, diff --git a/website/src/index.html b/website/src/index.html index 2f66c7b..2179190 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -9,8 +9,8 @@

Virt Tools are open source virtualization management tools for Linux system administrators. This site provides tutorials, videos, -documentation, online help and roadmaps to help you understand and get -started with the tools. Our most popular virt tools are virt-manager, +documentation, online help and roadmaps to help you get started with +and understand the tools. Our most popular virt tools are virt-manager, virsh, virt-install, virt-v2v, guestfish, virt-p2v, virt-df and virt-viewer. Find out more ...

diff --git a/website/src/learning/advanced-virt-df/index.html b/website/src/learning/advanced-virt-df/index.html index c8840f0..af2789c 100644 --- a/website/src/learning/advanced-virt-df/index.html +++ b/website/src/learning/advanced-virt-df/index.html @@ -148,7 +148,7 @@ over approximately one month, generated using OpenOffice Calc [% WRAPPER h2 h2="Alerts" anchor="alerts" %] - +XXX diff --git a/website/src/learning/check-hardware-virt/index.html b/website/src/learning/check-hardware-virt/index.html index 11160cd..1469729 100644 --- a/website/src/learning/check-hardware-virt/index.html +++ b/website/src/learning/check-hardware-virt/index.html @@ -9,17 +9,17 @@ [% WRAPPER h2 h2="Hardware virtualization technologies" anchor="hvm" %]

-The first machines to support virtualization were IBM mainframes -in the 1970s. -XXXXXXXXXXX BACKGROUND XXXXXXXXXXXX +The first machines to support virtualization commercially were IBM +mainframes in the 1970s. It has taken PCs nearly 40 years to catch +up.

-Until a few years ago the central processors in server PCs were not -virtualizable except by using slow -emulation or tricks. However both AMD and Intel have recently -produced processors which include extra modes and instructions -that allow full, hardware-accelerated virtualization. +Until a few years ago the central processors in PCs were not +virtualizable +except by using slow emulation or tricks. However both AMD and Intel +have recently produced processors which include extra modes and +instructions that allow full, hardware-accelerated virtualization.

@@ -39,7 +39,7 @@ efficient too. [% END %] -XXX XXX XXX +XXX [%# - look up model number on Intel's site - dmesg diff --git a/website/src/learning/start-install-with-virt-manager/index.html b/website/src/learning/start-install-with-virt-manager/index.html index 29d610c..154c67b 100644 --- a/website/src/learning/start-install-with-virt-manager/index.html +++ b/website/src/learning/start-install-with-virt-manager/index.html @@ -29,10 +29,10 @@ Here are some common starting points:

diff --git a/website/src/learning/start-list-with-command-line/index.html b/website/src/learning/start-list-with-command-line/index.html index 3fe5deb..bc2ea5e 100644 --- a/website/src/learning/start-list-with-command-line/index.html +++ b/website/src/learning/start-list-with-command-line/index.html @@ -149,8 +149,8 @@ virsh -r -c qemu:///system list --all

-This libvirt documentation describes -remote connections in detail. +This libvirt documentation +describes remote connections in detail.

[% END %] diff --git a/website/templates/page b/website/templates/page index 93dd573..ec98e14 100644 --- a/website/templates/page +++ b/website/templates/page @@ -2,7 +2,7 @@ [% title %] - + [% IF local_stylesheet %][% END %] @@ -46,8 +46,8 @@ Back to [% section_titles.$section %]. [%- END %]

-Copyright © [% year %] Red Hat Inc. — -License: GPLv2+ — +Copyright © [% year %] Red Hat, Inc. — +License: GPL or CC — Last updated on [% printable_date %]

-- cgit