From 903b0498f0996fd45edfe33078f210381c228b27 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 6 Feb 2010 13:54:43 +0100 Subject: Update documents/scripts after SVN -> Git move. --- website/host-scripts/upload-website.sh | 14 +++++++------- website/index.html | 35 ++++++++++++++++------------------ 2 files changed, 23 insertions(+), 26 deletions(-) (limited to 'website') diff --git a/website/host-scripts/upload-website.sh b/website/host-scripts/upload-website.sh index eec2061f..35613402 100755 --- a/website/host-scripts/upload-website.sh +++ b/website/host-scripts/upload-website.sh @@ -1,20 +1,20 @@ #! /bin/sh -# Script to upload fetchmail website from SVN repository -# (C) 2008 - 2009 by Matthias Andree. GNU GPL v3. +# Script to upload fetchmail website from Git repository +# (C) 2008 - 2010 by Matthias Andree. GNU GPL v3. : ${BERLIOS_LOGIN=m-a} # abort on error -set -e +set -eu # cd to parent of script -cd $(dirname "$0") +cd "$(dirname "$0")" cd .. echo "==> Running sanity checks" # make sure we have no dangling symlinks -if file * | egrep broken\|dangling ; then +if LC_ALL=C file * | egrep broken\|dangling ; then echo "broken symlinks -> abort" >&2 exit 1 fi @@ -27,7 +27,7 @@ rsync \ --chmod=ug=rwX,o=rX,Dg=s --perms \ --copy-links --times --checksum --verbose \ --exclude host-scripts \ - --exclude .svn --exclude '*~' --exclude '#*#' \ + --exclude .git --exclude '*~' --exclude '#*#' \ * \ "$BERLIOS_LOGIN@shell.berlios.de:/home/groups/fetchmail/htdocs/" & pids="$pids $!" @@ -37,7 +37,7 @@ rsync \ --chmod=ug=rwX,o=rX,Dg=s --perms \ --copy-links --times --checksum --verbose \ --exclude host-scripts \ - --exclude .svn --exclude '*~' --exclude '#*#' \ + --exclude .git --exclude '*~' --exclude '#*#' \ * \ $HOME/public_html/fetchmail/info/ & pids="$pids $!" diff --git a/website/index.html b/website/index.html index e517d10e..2cca1f82 100644 --- a/website/index.html +++ b/website/index.html @@ -29,7 +29,7 @@ FAQ (PDF)
Design Notes
Download
- Development Code
+ Development Code
Project Page

@@ -145,38 +145,35 @@ for discussion of some of the design choices in fetchmail.

See the project's To-Do list for indications of known problems and requested features.

-

The developers use Subversion for revision control. -To get the latest development version, point your subversion client at http://mknod.org/svn/fetchmail/trunk/.

+

The developers use Git for revision +control. To browse the repository or to get the latest development version, +find the instructions at http://gitorious.org/fetchmail/fetchmail.

-

See the project +

See the project page for more, including downloads. -(However, note that we no longer use the subversion repository that Berlios provides.)

+href="http://developer.berlios.de/project/showfiles.php?group_id=1824">downloads.

Getting help with fetchmail:

-

-There is a fetchmail-users list for help and other user discussion +

Before submitting a question anywhere, please read the FAQ (especially item G3 on how to report problems). We tend to get +the same three newbie questions over and over again. The FAQ covers them like +a blanket.

+ +

There is a fetchmail-users list for help and other user discussion of fetchmail. It's a MailMan list, which you can sign up for at -fetchmail-users@lists.berlios.de. There is also a +fetchmail-users@lists.berlios.de. +
There is also a fetchmail-devel list for people who want to discuss fixes and improvements in fetchmail and help co-develop it. That one is at fetchmail-devel@lists.berlios.de. -Finally, there is an announcements-only list, Finally, there is an announcements-only list, fetchmail-announce@lists.berlios.de.

-

Note: before submitting a question to the lists, please read -the FAQ (especially item G3 on how to report bugs). We -tend to get the same three newbie questions over and over again. The -FAQ covers them like a blanket.

-

Maintainer History

Fetchmail originated as a program called popclient, written by Carl Harris. In 1996, Eric -- cgit v1.2.3