zsh-workers
 help / color / mirror / code / Atom feed
From: Simon Ruderich <simon@ruderich.org>
To: zsh-workers@zsh.org
Subject: Re: [PATCH 0/6] Proposed updates for the zsh website
Date: Sun, 18 Apr 2010 18:18:09 +0200	[thread overview]
Message-ID: <c3420a2496b3dd506b0fb09ea9fe64034ef16077.1271607148.git.simon@ruderich.org> (raw)
In-Reply-To: <u2x22a0ef081004171919y10a0af6ci19110d5fd019a426@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2894 bytes --]

On Sat, Apr 17, 2010 at 10:19:20PM -0400, Michael Hwang wrote:
> Maybe the website should link to zshwiki.org and #zsh (on
> irc.freenode.net) too. I see that the wiki is in the man pages, but
> the IRC channel is only mentioned in passing on the mailing list.
>
> Michael Hwang

Hi,

Very good idea, here is a patch which adds it.

I've one question regarding the <link rel=""> tags. How should be
pages get linked together? Should one section on the main page
("Information, "Documentation", ..) be one section with own rel="first"
and ref="last" or should the whole page get one first and last
(that might be a bit problematic with the generated guides
though).

Thanks,
Simon

---
 Arc/irc.html |   42 ++++++++++++++++++++++++++++++++++++++++++
 index.html   |    2 ++
 2 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 Arc/irc.html

diff --git a/Arc/irc.html b/Arc/irc.html
new file mode 100644
index 0000000..63714b1
--- /dev/null
+++ b/Arc/irc.html
@@ -0,0 +1,42 @@
+<html>
+<head>
+  <title>ZSH - CVS</title>
+  <link rel="icon" href="../favicon.png" type="image/png">
+  <link rel="up" href="../">
+  <link rel="top" href="../">
+  <link rel="prev" href="mlist.html">
+  <link rel="next" href="git.html">
+  <link rel="first" href="../FAQ/">
+  <link rel="last" href="../Contrib/">
+  <link rev="made" href="mailto:zsh-workers@zsh.org">
+</head>
+
+<body bgcolor="#ffffff" text="#000000">
+
+<table width="100%">
+<tr><td>
+<a href="./"><img src="../Images/prev.png" ALT="[prev]" width=30 height=30></a>
+<a href="../"><img src="../Images/next.png" ALT="[next]" width=30 height=30></a>
+<a href="../"><img src="../Images/up.png" ALT="[up]" width=30 height=30></a>
+<a href="../"><img src="../Images/top.png" ALT="[top]" width=30 height=30></a>
+</td>
+<td>
+<font size="+3" align=center><strong>IRC</strong></font>
+</td>
+</tr>
+</table>
+<hr size=1 noshade>
+
+There is also an IRC channel available to get help with zsh. It's hosted on
+<a href="http://freenode.net">Freenode</a> as #zsh.
+
+<hr>
+<div align=right>
+<address>
+<a name=Signature href="../disclaimer.html">Disclaimer</a>
+Last modified: $Date: 2010/04/18 17:05:38 $
+</address>
+</div>
+
+</body>
+</html>
diff --git a/index.html b/index.html
index f38930d..b04616c 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,8 @@
     <font size="+1" color="#600000"><b>Support</b></font>
     <li><a href="FAQ/">Frequently Asked Questions (FAQ)</a>
     <li><a href="Arc/mlist.html">Mailing lists &amp; Archives</a>
+    <li><a href="http://zshwiki.org">Wiki at zshwiki.org</a>
+    <li><a href="Arc/irc.html">IRC</a>
     <li><a href="Contrib/">Scripts &amp; contributions</a>
     </ul>
   </td>
-- 
1.7.0.5

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2010-04-18 16:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17 21:39 Simon Ruderich
2010-04-17 21:40 ` [PATCH 1/6] Update old *sunsite.dk links Simon Ruderich
2010-04-17 21:40 ` [PATCH 2/6] links.html: Update old links Simon Ruderich
2010-04-17 21:40 ` [PATCH 3/6] Minor fixes and update dates Simon Ruderich
2010-04-17 21:40 ` [PATCH 4/6] Update news and releases Simon Ruderich
2010-04-17 21:41 ` [PATCH 5/6] FAQ/META: Remove outdated information Simon Ruderich
2010-04-17 21:41 ` [PATCH 6/6] Add new Arc/source.html page with current downloads Simon Ruderich
2010-04-18  2:19 ` [PATCH 0/6] Proposed updates for the zsh website Michael Hwang
2010-04-18 16:18   ` Simon Ruderich [this message]
2010-04-19 13:18     ` Peter Stephenson
2010-04-20 22:21       ` Simon Ruderich
2010-04-20 22:30         ` Simon Ruderich
2010-04-18 15:47 ` Clint Adams
2010-04-18 16:34 ` Peter Stephenson
2010-04-20 22:18   ` Simon Ruderich
     [not found]     ` <p2w2d460de71004210202l319757bew616cfaeb758fe120@mail.gmail.com>
2010-04-21 19:09       ` Simon Ruderich
2010-04-21 20:09         ` Richard Hartmann

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=c3420a2496b3dd506b0fb09ea9fe64034ef16077.1271607148.git.simon@ruderich.org \
    --to=simon@ruderich.org \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).