Updated the URLs to point to tuxfamily.org instead of berlios.de.

This commit is contained in:
Thomas Huth 2011-12-01 19:01:20 +01:00
parent 460d7441be
commit 9277b3e131
14 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@
- Nicolas Pomarede <npomarede at corp.free.fr> : Project admin,
improving CPU, video, sound, IKBD and floppy emulation.
- Thomas Huth <huth at users.berlios.de> : Project initiator and
- Thomas Huth <huth at tuxfamily.org> : Project initiator and
admin, currently more or less in hibernation mode.
- Eero Tamminen <eerot at users.berlios.de> : Speed improvements & code

View File

@ -56,8 +56,8 @@ This list has been written by: <strong>Thomas Huth</strong>, <strong>Eero Tammin
&amp; <strong>Nicolas Pomarede</strong>
</p>
<p class="pageheader">
Hatari on the WWW: <strong><a href="http://hatari.berlios.de/"
target="_blank">http://hatari.berlios.de/</a></strong>
Hatari on the WWW: <strong><a href="http://hatari.tuxfamily.org/"
target="_blank">http://hatari.tuxfamily.org/</a></strong>
</p>
<h2>Index</h2>

View File

@ -252,7 +252,7 @@ l'Atari ST tant que l'emulation du joystick par le clavier est inactive.
La documentation originale du programme, habituellement
en /usr/share/doc/.
.PP
La page d'accueil d'Hatari : http://hatari.berlios.de/
La page d'accueil d'Hatari : http://hatari.tuxfamily.org/
.SH "FICHIERS"
.TP

View File

@ -439,7 +439,7 @@ The main program documentation, usually in /usr/share/doc/.
Among other things it contains an extensive usage manual,
software compatiblity list and release notes.
.PP
The homepage of hatari: http://hatari.berlios.de/
The homepage of hatari: http://hatari.tuxfamily.org/
.PP
Other Hatari programs and utilities:
.br

View File

@ -62,8 +62,8 @@ Manual written by: <strong>Thomas Huth</strong>, <strong>Matthias Arndt</strong>
&amp; <strong>Eero Tamminen</strong>
</p>
<p class="pageheader">
Hatari on the WWW: <strong><a href="http://hatari.berlios.de/"
target="_blank">http://hatari.berlios.de/</a></strong>
Hatari on the WWW: <strong><a href="http://hatari.tuxfamily.org/"
target="_blank">http://hatari.tuxfamily.org/</a></strong>
</p>
<h2>Index</h2>

View File

@ -10,7 +10,7 @@ Just copy suitable config file to the device /etc/ directory as
Below are some comments about the configuration files. Some comments
about suitable compiler options for these platforms can be found from
the Hatari v1.4 default Makefile (which is now replaced with CMake):
http://hg.berlios.de/repos/hatari/file/dabb65b541c9/Makefile-default.cnf
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/dabb65b541c9/Makefile-default.cnf
Hatari v1.5 gets screen size automatically, so setting that shouldn't
anymore be necessary, but shouldn't harm either.

View File

@ -8,7 +8,7 @@
BuildRequires: bash coreutils cpio cpp diffutils file filesystem findutils glibc glibc-devel grep groff gzip libgcc m4 make man mktemp patch readline sed tar unzip util-linux zlib zlib-devel SDL SDL-devel autoconf binutils gcc libtool rpm
Name: hatari
URL: http://hatari.berlios.de/
URL: http://hatari.tuxfamily.org/
License: GPL
Group: System/Emulators/Other
Autoreqprov: on

View File

@ -26,7 +26,7 @@ My guess at the required versions for the dependencies are:
- PyGtk >= 2.12 (on Debian/Ubuntu PyGtk is in python-gtk2 package)
Hatari UI is included with the Hatari sources:
http://hg.berlios.de/repos/hatari/file/tip/
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/file/tip/python-ui
Hatari UI has been tested only on Linux (Ubuntu v7.04 and Debian Lenny
& Squeeze). I would assume it works also on other unix systems such as

View File

@ -88,7 +88,7 @@ class AboutDialog(HatariUIDialog):
dialog.set_transient_for(parent)
dialog.set_name(UInfo.name)
dialog.set_version(UInfo.version)
dialog.set_website("http://hatari.berlios.de/")
dialog.set_website("http://hatari.tuxfamily.org/")
dialog.set_website_label("Hatari emulator www-site")
dialog.set_authors(["Eero Tamminen"])
dialog.set_artists(["The logo is from Hatari"])

View File

@ -4,7 +4,7 @@
Version 1.5
http://hatari.berlios.de/
http://hatari.tuxfamily.org/
Contents:
@ -174,7 +174,7 @@ doc/manual.html. Here are just some hints for the impatient people:
If you want to contact the authors of Hatari, please have a look at the file
doc/authors.txt for the e-mail addresses or use the Hatari mailing list.
Visit the project pages of Hatari on Berlios.de for more details:
Visit the website of Hatari on Tuxfamily.org for more details:
http://developer.berlios.de/projects/hatari/
http://hatari.tuxfamily.org/contact.html

View File

@ -603,7 +603,7 @@ static void CustomApplicationMain (int argc, char **argv)
- (IBAction)help:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://hatari.berlios.de/docs.html"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://hatari.tuxfamily.org/docs.html"]];
}

View File

@ -52,7 +52,7 @@ Convert an MSA format disk image to an ST format one:
.IR zip2st (1),
.IR atari\-hd\-image (1)
.SH "AUTHOR"
Written by Thomas Huth <huth@users.berlios.de>. This manual page
Written by Thomas Huth <huth at tuxfamily.org>. This manual page
added by Eero Tamminen <eerot@users.berlios.de>.
.SH "LICENSE"
This program is free software; you can redistribute it and/or modify

View File

@ -46,7 +46,7 @@ SEE ALSO
Hmsa is part of hatari.
AUTHOR
Written by Thomas Huth <huth@users.berlios.de>. This manual page and
Written by Thomas Huth <huth at tuxfamily.org>. This manual page and
empty disk creation was added by Eero Tamminen.
LICENSE

View File

@ -26,9 +26,9 @@ The contents of the uncompressed zip file need to be smaller than
.IR mtools (1),
.IR dd (1).
.SH "AUTHOR"
Written by Thomas Huth <huth@users.berlios.de>.
Written by Thomas Huth <huth at tuxfamily.org>.
.PP
This manual page was written by Teemu Hukkanen <tjhukkan@iki.fi>
This manual page was written by Teemu Hukkanen <tjhukkan at iki.fi>
for the Debian project and later modified by Eero Tamminen to
suit the latest version of Hatari.
.SH "LICENSE"