From 29924cd31b08d37237ae332710117299786d564f Mon Sep 17 00:00:00 2001 From: Phil Bull Date: Fri, 18 Mar 2011 18:26:21 -0400 Subject: Change titles, update index page, add test image for experimental index --- gnome-help/C/check_status.sh | 43 +++++++++++++++++++++++++++++++++++ gnome-help/C/figures/check_status.sh | 43 ----------------------------------- gnome-help/C/figures/shell.png | Bin 0 -> 34526 bytes gnome-help/C/index.page | 6 ++--- gnome-help/C/shell-apps-open.page | 4 ++-- gnome-help/C/shell-exit.page | 4 ++-- gnome-help/C/shell-files.page | 4 ++-- gnome-help/C/shell-terminology.page | 6 ++--- gnome-help/C/shell-windows.page | 4 ++-- 9 files changed, 57 insertions(+), 57 deletions(-) create mode 100755 gnome-help/C/check_status.sh delete mode 100755 gnome-help/C/figures/check_status.sh create mode 100755 gnome-help/C/figures/shell.png diff --git a/gnome-help/C/check_status.sh b/gnome-help/C/check_status.sh new file mode 100755 index 0000000..1cd3d16 --- /dev/null +++ b/gnome-help/C/check_status.sh @@ -0,0 +1,43 @@ +#!/bin/bash + +# Produce a summary of the statuses of all of the .page topics +# (Not done properly, but it's OK for a rough estimate) +# DO NOT TRANSLATE + +echo " " +echo "== NONE ==" +grep -l "status=\"none" *.page +echo " " +echo "== STUB ==" +grep -l "status=\"stub" *.page +echo " " +echo "== INCOMPLETE ==" +grep -l "status=\"incomplete" *.page +echo " " +echo "== DRAFT ==" +grep -l "status=\"draft" *.page +echo " " +echo "== REVIEW ==" +grep -l "status=\"review" *.page +echo " " +echo "== CANDIDATE ==" +grep -l "status=\"candidate" *.page +echo " " +echo "== FINAL ==" +grep -l "status=\"final" *.page +echo " " +echo "== OUTDATED ==" +grep -l "status=\"outdated" *.page + +echo " " +echo " " +echo "== SUMMARY ==" +echo "None: " `grep "status=\"none" *.page | wc -l` +echo "Stub: " `grep "status=\"stub" *.page | wc -l` +echo "Incomplete: " `grep "status=\"incomplete" *.page | wc -l` +echo "Draft: " `grep "status=\"draft" *.page | wc -l` +echo "Review: " `grep "status=\"review" *.page | wc -l` +echo "Candidate: " `grep "status=\"candidate" *.page | wc -l` +echo "Final: " `grep "status=\"final" *.page | wc -l` +echo "Outdated: " `grep "status=\"outdated" *.page | wc -l` +echo " " diff --git a/gnome-help/C/figures/check_status.sh b/gnome-help/C/figures/check_status.sh deleted file mode 100755 index 1cd3d16..0000000 --- a/gnome-help/C/figures/check_status.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash - -# Produce a summary of the statuses of all of the .page topics -# (Not done properly, but it's OK for a rough estimate) -# DO NOT TRANSLATE - -echo " " -echo "== NONE ==" -grep -l "status=\"none" *.page -echo " " -echo "== STUB ==" -grep -l "status=\"stub" *.page -echo " " -echo "== INCOMPLETE ==" -grep -l "status=\"incomplete" *.page -echo " " -echo "== DRAFT ==" -grep -l "status=\"draft" *.page -echo " " -echo "== REVIEW ==" -grep -l "status=\"review" *.page -echo " " -echo "== CANDIDATE ==" -grep -l "status=\"candidate" *.page -echo " " -echo "== FINAL ==" -grep -l "status=\"final" *.page -echo " " -echo "== OUTDATED ==" -grep -l "status=\"outdated" *.page - -echo " " -echo " " -echo "== SUMMARY ==" -echo "None: " `grep "status=\"none" *.page | wc -l` -echo "Stub: " `grep "status=\"stub" *.page | wc -l` -echo "Incomplete: " `grep "status=\"incomplete" *.page | wc -l` -echo "Draft: " `grep "status=\"draft" *.page | wc -l` -echo "Review: " `grep "status=\"review" *.page | wc -l` -echo "Candidate: " `grep "status=\"candidate" *.page | wc -l` -echo "Final: " `grep "status=\"final" *.page | wc -l` -echo "Outdated: " `grep "status=\"outdated" *.page | wc -l` -echo " " diff --git a/gnome-help/C/figures/shell.png b/gnome-help/C/figures/shell.png new file mode 100755 index 0000000..49841d1 Binary files /dev/null and b/gnome-help/C/figures/shell.png differ diff --git a/gnome-help/C/index.page b/gnome-help/C/index.page index 63b822d..7314066 100644 --- a/gnome-help/C/index.page +++ b/gnome-help/C/index.page @@ -10,10 +10,10 @@ <media type="image" src="figures/yelp-icon-big.png">Yelp logo</media>Desktop Help - + - + - + diff --git a/gnome-help/C/shell-apps-open.page b/gnome-help/C/shell-apps-open.page index 3c5c249..61efbe0 100644 --- a/gnome-help/C/shell-apps-open.page +++ b/gnome-help/C/shell-apps-open.page @@ -3,8 +3,8 @@ id="shell-apps-open"> - - Click Activities to see the Activities Overview; this is where you can launch programs from. + + Launch apps from the the activities overview. GNOME Documentation Project diff --git a/gnome-help/C/shell-exit.page b/gnome-help/C/shell-exit.page index ef01d40..2199575 100644 --- a/gnome-help/C/shell-exit.page +++ b/gnome-help/C/shell-exit.page @@ -4,7 +4,7 @@ - + Lock screen, switch user, log out or suspend or shutdown? @@ -16,7 +16,7 @@ -Computer Shut Down Options +Logging out, shutting down...

From the login screen, you can click on the bottom right hand corner to bring up the shut down option menu. Select Suspend, Restart or Shut Down. diff --git a/gnome-help/C/shell-files.page b/gnome-help/C/shell-files.page index 74a12dd..ac6e0d4 100644 --- a/gnome-help/C/shell-files.page +++ b/gnome-help/C/shell-files.page @@ -4,7 +4,7 @@ - + Photos, music and documents. @@ -16,7 +16,7 @@ -Manage Files +Finding and organizing files

Photos diff --git a/gnome-help/C/shell-terminology.page b/gnome-help/C/shell-terminology.page index 7e08ea1..2671685 100644 --- a/gnome-help/C/shell-terminology.page +++ b/gnome-help/C/shell-terminology.page @@ -3,8 +3,8 @@ id="shell-terminology"> - - An overview of the terms that are used to describe different parts of the desktop. + + An overview of terms used to describe different parts of the desktop. GNOME Documentation Project @@ -14,7 +14,7 @@ -Activities overview, dash, top bar, workspaces - what are all of these things? +Activities, dash, top bar... What are they? diff --git a/gnome-help/C/shell-windows.page b/gnome-help/C/shell-windows.page index c99743a..79b59db 100644 --- a/gnome-help/C/shell-windows.page +++ b/gnome-help/C/shell-windows.page @@ -4,7 +4,7 @@ - + Move and organize your windows. @@ -17,7 +17,7 @@ -Windows +Windows and workspaces

Like other desktops, Gnome Shell uses windows to display your running applications. Using both the overview and the dash, you can launch new applications and control which window is active.

In the Activities overview, the dash displays your favorite applications as well as your running applications. The dash will place a slight glow behind any running applications. -- cgit