summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/figures
diff options
context:
space:
mode:
authorPhil Bull <philbull@gmail.com>2011-03-18 18:26:21 -0400
committerPhil Bull <philbull@gmail.com>2011-03-18 18:26:40 -0400
commit29924cd31b08d37237ae332710117299786d564f (patch)
tree88caa6f9b8b73710aa1bbcc55f72a014bf5e682e /gnome-help/C/figures
parent507164a0ad159d2185b84a14c7f2778f649440ac (diff)
downloadgnome-user-docs-29924cd31b08d37237ae332710117299786d564f.tar.gz
gnome-user-docs-29924cd31b08d37237ae332710117299786d564f.tar.xz
gnome-user-docs-29924cd31b08d37237ae332710117299786d564f.zip
Change titles, update index page, add test image for experimental index
Diffstat (limited to 'gnome-help/C/figures')
-rwxr-xr-xgnome-help/C/figures/check_status.sh43
-rwxr-xr-xgnome-help/C/figures/shell.pngbin0 -> 34526 bytes
2 files changed, 0 insertions, 43 deletions
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
--- /dev/null
+++ b/gnome-help/C/figures/shell.png
Binary files differ