update links to the new URL www.offlineimap.org

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-02-19 12:10:23 +01:00
parent b670bb2022
commit 36165e391f
7 changed files with 13 additions and 13 deletions

View File

@ -7,11 +7,11 @@
.. _maintainers: https://github.com/OfflineIMAP/offlineimap/blob/next/MAINTAINERS.rst
.. _mailing list: http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project
.. _Developer's Certificate of Origin: https://github.com/OfflineIMAP/offlineimap/blob/next/docs/doc-src/dco.rst
.. _Community's website: http://offlineimap.org
.. _APIs in OfflineIMAP: http://offlineimap.org/documentation.html#available-apis
.. _documentation: http://offlineimap.org/documentation.html
.. _Coding Guidelines: http://offlineimap.org/doc/CodingGuidelines.html
.. _Know the status of your patches: http://offlineimap.org/doc/GitAdvanced.html#know-the-status-of-your-patch-after-submission
.. _Community's website: http://www.offlineimap.org
.. _APIs in OfflineIMAP: http://www.offlineimap.org/documentation.html#available-apis
.. _documentation: http://www.offlineimap.org/documentation.html
.. _Coding Guidelines: http://www.offlineimap.org/doc/CodingGuidelines.html
.. _Know the status of your patches: http://www.offlineimap.org/doc/GitAdvanced.html#know-the-status-of-your-patch-after-submission
=================

View File

@ -1,7 +1,7 @@
[offlineimap]: http://github.com/OfflineIMAP/offlineimap
[website]: http://offlineimap.org
[website]: http://www.offlineimap.org
[wiki]: http://github.com/OfflineIMAP/offlineimap/wiki
[blog]: http://offlineimap.org/posts.html
[blog]: http://www.offlineimap.org/posts.html
# OfflineIMAP

View File

@ -1,5 +1,5 @@
.. OfflineImap documentation master file
.. _OfflineIMAP: http://offlineimap.org
.. _OfflineIMAP: http://www.offlineimap.org
Welcome to OfflineIMAP's developer documentation

View File

@ -428,4 +428,4 @@ See Also
--------
offlineimapui(7), openssl(1), signal(7), sqlite3(1).
http://offlineimap.org
http://www.offlineimap.org

View File

@ -2,7 +2,7 @@
# This file documents *all* possible options and can be quite scary.
# Looking for a quick start? Take a look at offlineimap.conf.minimal.
# More details can be found at http://offlineimap.org .
# More details can be found at http://www.offlineimap.org .
##################################################
# Overview
@ -988,7 +988,7 @@ remoteuser = username
#
# If you enable nametrans, you will likely need to set the reversed nametrans on
# the other side. See the user documentation for details and use cases. They
# are also online at: http://offlineimap.org/doc/nametrans.html
# are also online at: http://www.offlineimap.org/doc/nametrans.html
#
# This example below will remove "INBOX." from the leading edge of folders
# (great for Courier IMAP users).

View File

@ -11,7 +11,7 @@ __description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Suppo
__license__ = "Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)"
__bigcopyright__ = """%(__productname__)s %(__bigversion__)s
%(__license__)s""" % locals()
__homepage__ = "http://offlineimap.org"
__homepage__ = "http://www.offlineimap.org"
banner = __bigcopyright__

View File

@ -24,7 +24,7 @@ __author__ = 'Sebastian Spaeth'
__author_email__= 'Sebastian@SSpaeth.de'
__description__ = 'Moo'
__license__ = "Licensed under the GNU GPL v2+ (v2 or any later version)"
__homepage__ = "http://offlineimap.org"
__homepage__ = "http://www.offlineimap.org"
banner = """%(__productname__)s %(__version__)s
%(__license__)s""" % locals()