summaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
commit0a68458fac297c5ce577ef9973d3a291bf616490 (patch)
tree73d6e808f4053d36f76435f69aa7a03b1f7d20cc /guides
parent7eb245d428c37fc026228f5f907b9af73355cdd3 (diff)
downloadwww-0a68458fac297c5ce577ef9973d3a291bf616490.zip
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.gz
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.bz2
Remove page titles from pages.
Diffstat (limited to 'guides')
-rw-r--r--guides/index.mdwn3
-rw-r--r--guides/shell-workshop/index.mdwn19
2 files changed, 8 insertions, 14 deletions
diff --git a/guides/index.mdwn b/guides/index.mdwn
index 46b6097..5e9c9e2 100644
--- a/guides/index.mdwn
+++ b/guides/index.mdwn
@@ -1,9 +1,6 @@
<!--#set var="title" value="Technical Guides" -->
<!--#include virtual="/includes/header.html" -->
-Technical Guides
-================
-
Here you will find technical guides, tutorials, and workshop notes on GNU/Linux
and UNIX.
diff --git a/guides/shell-workshop/index.mdwn b/guides/shell-workshop/index.mdwn
index 1b5e549..17eb118 100644
--- a/guides/shell-workshop/index.mdwn
+++ b/guides/shell-workshop/index.mdwn
@@ -1,11 +1,8 @@
-<!--#set var="title" value="UNIX Shell Scripting Workshop" -->
+<!--#set var="title" value="UNIX&reg; Shell Scripting Workshop" -->
<!--#include virtual="/includes/header.html" -->
-UNIX&reg; Shell Scripting Workshop
-==================================
-
Introduction to the UNIX Shell Language and Environment
--------------------------------------------------------
+=======================================================
This is a workshop that I gave at the New Jersey Institute of Technology (NJIT)
in the Spring of 2012 as part of the workshop series of the university's chapter
@@ -14,7 +11,7 @@ tutorial I had given during meetings of NJIT ACM's SIG GNU/Linux in the Fall of
2011.
Flyer
------
+=====
Below you may find the flyer for this event:
@@ -25,7 +22,7 @@ This flyer includes copyrighted images used pursuant to the fair use limitation
of U.S. Copyright Law.
Standards
----------
+=========
The workshop referred to the Shell and Utilities (XCU) volume of
[POSIX.1-2008][posix], [published][unix] by the IEEE and The Open Group.
@@ -36,7 +33,7 @@ system.
[unix]: http://www.unix.org/
Notes
------
+=====
The following are my notes from the tutorial I gave at SIG GNU/Linux
meetings, reused for the workshop:
@@ -49,7 +46,7 @@ The following are the notes I wrote as a guide for the workshop:
* [notes.txt](notes.txt)
Session
--------
+=======
The following is a cleaned-up version of the shell session from the
workshop, including all of the commands I ran and scripts I wrote.
@@ -58,7 +55,7 @@ workshop, including all of the commands I ran and scripts I wrote.
* [HTML document](session.html)
Examples
---------
+========
At the end of the workshop, I showed the following example shell scripts:
@@ -72,7 +69,7 @@ At the end of the workshop, I showed the following example shell scripts:
[opkbuild]: http://odin1.pehjota.net/git/opkhelper/tree/src/opkbuild.sh
Copyright
----------
+=========
Copyright &copy; 2012 Patrick "P. J." M<span class="super">c</span>Dermott