public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Add wiki link.
Date: Wed, 19 Mar 2008 17:13:00 -0000	[thread overview]
Message-ID: <20080319171341.22142.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  84e6afb1e5439f82a59dc7aa131c37e35cf237e1 (commit)
      from  7b4037bbe4ba584336bbd3bc3dd1e80a79b4b55c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 84e6afb1e5439f82a59dc7aa131c37e35cf237e1
Author: Andrew Cagney <cagney@redhat.com>
Date:   Wed Mar 19 13:11:35 2008 -0400

    Add wiki link.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/Makefile                 |   14 ++++++++++----
 htdocs/bugs/index.html          |    4 +++-
 htdocs/bugzilla/index.html      |    4 +++-
 htdocs/build/index.html         |    4 +++-
 htdocs/documentation/index.html |    4 +++-
 htdocs/getinvolved/index.html   |    4 +++-
 htdocs/index.html               |    4 +++-
 htdocs/people/index.html        |    4 +++-
 htdocs/questions/index.html     |    4 +++-
 htdocs/template.html            |    2 ++
 htdocs/usecases/index.html      |    4 +++-
 htdocs/workflow/index.html      |    4 +++-
 12 files changed, 42 insertions(+), 14 deletions(-)

First 500 lines of diff:
diff --git a/htdocs/Makefile b/htdocs/Makefile
index da4310f..b07b4de 100644
--- a/htdocs/Makefile
+++ b/htdocs/Makefile
@@ -1,3 +1,11 @@
+help:
+	@echo ""
+	@echo "	make new	: generate new files"
+	@echo "	make diff	: show changes old-new"
+	@echo "	make install	: copy old-to-new ready for commit"
+	@echo ""
+
+
 HTML = \
 	index.html \
 	build/index.html \
@@ -7,13 +15,11 @@ HTML = \
 	questions/index.html \
 	usecases/index.html \
 	workflow/index.html \
-	zilla/index.html \
-	todo/index.html \
 	bugs/index.html \
 	bugzilla/index.html \
 	$(ZZZ)
-all: $(HTML:.html=.new)
-.PHONY: all
+new: $(HTML:.html=.new)
+.PHONY: new
 
 clean:
 	rm -f *.new */*.new
diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index c6acff8..74d6b1a 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/bugzilla/index.html b/htdocs/bugzilla/index.html
index 101e44c..e0012b1 100644
--- a/htdocs/bugzilla/index.html
+++ b/htdocs/bugzilla/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index 3a4a9dd..32fcad1 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           Build
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/documentation/index.html b/htdocs/documentation/index.html
index e6fc1cf..b540a79 100755
--- a/htdocs/documentation/index.html
+++ b/htdocs/documentation/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           Documentation
         </td>
diff --git a/htdocs/getinvolved/index.html b/htdocs/getinvolved/index.html
index 7665a7a..f6d1531 100755
--- a/htdocs/getinvolved/index.html
+++ b/htdocs/getinvolved/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/index.html b/htdocs/index.html
index 61efa3c..b70c245 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           Home
           &nbsp;|&nbsp;
+          <a href="wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="documentation/">Documentation</a>
         </td>
diff --git a/htdocs/people/index.html b/htdocs/people/index.html
index 119461a..c825940 100644
--- a/htdocs/people/index.html
+++ b/htdocs/people/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/questions/index.html b/htdocs/questions/index.html
index 61fb65d..4d5d5f1 100755
--- a/htdocs/questions/index.html
+++ b/htdocs/questions/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/template.html b/htdocs/template.html
index 5ae323c..f0490ac 100644
--- a/htdocs/template.html
+++ b/htdocs/template.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="./index.html">Home</a>
           &nbsp;|&nbsp;
+          <a href="./wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="./usecases/index.html">Use Cases</a>
           &nbsp;|&nbsp;
           <a href="./workflow/index.html">Work Flows</a>
diff --git a/htdocs/usecases/index.html b/htdocs/usecases/index.html
index b5be966..76314e8 100755
--- a/htdocs/usecases/index.html
+++ b/htdocs/usecases/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           Use Cases
           &nbsp;|&nbsp;
           <a href="../workflow/">Work Flows</a>
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>
diff --git a/htdocs/workflow/index.html b/htdocs/workflow/index.html
index 6b9427e..51281ac 100755
--- a/htdocs/workflow/index.html
+++ b/htdocs/workflow/index.html
@@ -17,6 +17,8 @@
         <td valign="bottom" class="topnavright" align="right">
           <a href="../">Home</a>
           &nbsp;|&nbsp;
+          <a href="../wiki/">Wiki</a>
+          &nbsp;|&nbsp;
           <a href="../usecases/">Use Cases</a>
           &nbsp;|&nbsp;
           Work Flows
@@ -29,7 +31,7 @@
           &nbsp;|&nbsp;
           <a href="../build/">Build</a>
           &nbsp;|&nbsp;
-          <a href="../blog/">Blog</a>
+          <a href="http://planet.fryskproject.org">Blog</a>
           &nbsp;|&nbsp;
           <a href="../documentation/">Documentation</a>
         </td>


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-03-19 17:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080319171341.22142.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).