Fix all references to old domain name.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4030 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mrenzmann 2009-05-28 13:42:07 +00:00
parent 97b4d431f7
commit fa5e6f3b93
10 changed files with 24 additions and 20 deletions

View File

@ -181,4 +181,4 @@ Further information on how to work with the driver can be found in the
file README. In addition, the project's wiki has a lot of valuable
information:
http://madwifi.org/
http://madwifi-project.org/

14
README
View File

@ -64,7 +64,7 @@ binary-only form it is marked "Proprietary"; this means when you load it
you will see messages that your system is now "tainted".
A detailed discussion of the pros and cons of this design can be found
at http://madwifi.org/wiki/HAL
at http://madwifi-project.org/wiki/HAL
If you wish to use this driver on a platform for which an ath_hal module
is not already provided please contact the author. Note that this is
@ -95,7 +95,7 @@ http://customerproducts.atheros.com/customerproducts
A list of products that have been reported to be supported by MadWifi
can be found here:
http://madwifi.org/wiki/Compatibility
http://madwifi-project.org/wiki/Compatibility
In general, if a device is identified as ``11a only'', it is almost
certain to contain an Atheros 5210 part in it. Most retail a+b products
@ -167,7 +167,7 @@ Autocreation can be disabled:
modprobe ath_pci autocreate=none
Please see the following link for more information:
http://madwifi.org/wiki/UserDocs/autocreate
http://madwifi-project.org/wiki/UserDocs/autocreate
Virtual APs (VAPs) and wlanconfig
@ -257,7 +257,7 @@ summary of all non-zero statistics from the time the driver was loaded.
By default the ath0 device is used; to override this use the -i option.
A wiki page describes common MadWifi debugging methods here:
http://madwifi.org/wiki/DevDocs/AthDebug
http://madwifi-project.org/wiki/DevDocs/AthDebug
Security/Crypto Support
@ -329,7 +329,7 @@ Known Problems
1. Ad-hoc mode is broken; symptoms are intermittent operation.
Other issues might be mentioned in our ticket tracker:
http://madwifi.org/report/1
http://madwifi-project.org/report/1
Getting Support
@ -347,7 +347,7 @@ sending your request (see below).
We also offer an IRC channel that might be a better help in urgent
cases. Learn more about the different ways to get support by visiting:
http://madwifi.org/wiki/Support
http://madwifi-project.org/wiki/Support
When sending a support request or problem report be sure to include the
version of the driver and the part identification the driver prints to
@ -376,6 +376,6 @@ Feedback and Contributions
Reports about reproducible bugs, feature requests and patches should be
submitted in the form of a trouble ticket:
http://madwifi.org/newticket
http://madwifi-project.org/wiki/TicketSubmissionGuidelines
Fixes and enhancements are encouraged.

6
THANKS
View File

@ -168,14 +168,14 @@ We also would like to thank the following individuals and companies
1 Wistron DCMA-81 MiniPCI card
* true global communications GmbH, Germany - http://www.tgc.de
Free server and bandwidth for madwifi.org
Free server and bandwidth for madwifi-project.org
* Voyage, Hong Kong - htt://www.voyage.hk
1 Senao NMP-8602 Plus MiniPCI card, 2 pigtails and 2 rubber
antenna
To learn more about donations to our project visit:
http://madwifi.org/wiki/Donations
http://madwifi-project.org/wiki/Donations
If you want to support the project this way, please contact us by
e-mail at donation@madwifi.org.
e-mail at donation@madwifi-project.org.

View File

@ -20,7 +20,8 @@ derived from
The code released in 2005 had some algorithmic and implementation flaws (one
of which was that it was based on the old madwifi codebase) and was shown to
be unstable. Performance of the sample module is poor
(http://www.madwifi.org/ticket/989), and we have observed similar issues.
(http://www.madwifi-project.org/ticket/989), and we have observed similar
issues.
We noted:

View File

@ -20,10 +20,10 @@ Version: 0.%{revision}.%{snapshot}
Release: 6
License: GPL2
Group: System Environment/Kernel
URL: http://madwifi.org
#Source0: http://snapshots.madwifi.org/%{name}-%{branch}-r%{revision}-%{snapshot}.tar.gz
URL: http://madwifi-project.org
#Source0: http://snapshots.madwifi-project.org/%{name}-%{branch}-r%{revision}-%{snapshot}.tar.gz
# Changes accordingly to the new rule : madwifi-ng-r<revision>-<generation date>.tar.gz
Source0: http://snapshots.madwifi.org/madwifi-ng/%{name}-ng-r%{revision}-%{snapshot}.tar.gz
Source0: http://snapshots.madwifi-project.org/madwifi-ng/%{name}-ng-r%{revision}-%{snapshot}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: /sbin/depmod
Requires: %{name}-module >= %{version}
@ -128,6 +128,9 @@ rm -rf %{buildroot}
#
%changelog
* Thu May 28 2009 Michael Renzmann <mrenzmann@madwifi-project.org>
- Update references to project website with new domain
* Wed Dec 14 2005 Patrick Pichon <Patrick.Pichon@laposte.net>
- Update accordingly to the new file name rule: madwifi-ng-r<revision>-<generation date>.tar.gz
- 'branch' tag is not use yet. 'ng' is hardcoded as part of the file name

View File

@ -49,7 +49,7 @@ fi
check_dir_prereq "RELEASE_TMP"
check_dir_prereq "RELEASE_STORE"
# caller must have write access to the madwifi.org repository
# caller must have write access to the madwifi-project.org repository
valid=0
repos=$(svn info | grep "Repository Root" | cut -d" " -f3)
for f in ~/.subversion/auth/svn.simple/*; do

View File

@ -115,7 +115,7 @@ Set state and assoc bitmaps to on for ath0.
Disable state bitmap for ath0.
.PP
.SH "SEE ALSO"
\fBathdebug\fP(8), \fBhttp://madwifi.org/wiki/DevDocs/AthDebug\fP
\fBathdebug\fP(8), \fBhttp://madwifi-project.org/wiki/DevDocs/AthDebug\fP
.SH "AUTHOR"
This manual page was written by Kel Modderman <kelrin@tpg.com.au> and was based
upon previous text written by Eric S. Raymond.

View File

@ -94,7 +94,7 @@ Enable rate debug bitmap on wifi0.
Clear rate bitmap on wifi0.
.PP
.SH "SEE ALSO"
\fB80211debug\fP(8), \fBhttp://madwifi.org/wiki/DevDocs/AthDebug\fP
\fB80211debug\fP(8), \fBhttp://madwifi-project.org/wiki/DevDocs/AthDebug\fP
.SH "AUTHOR"
This manual page was written by Kel Modderman <kelrin@tpg.com.au> and was based
upon previous text written by Eric S. Raymond.

View File

@ -127,7 +127,7 @@ Scan for local stations and access points.
.RS 0
\fBifconfig br0 up
.RS 7
\fRCreate a WDS bridge. See http://madwifi.org/ for more information.
\fRCreate a WDS bridge. See http://madwifi-project.org/ for more information.
.RS -7
.PP
.SH "AUTHOR"

View File

@ -1,6 +1,6 @@
/** WEP/WPA key setting tool for MadWifi driver, version 0.5
*
* (C) 2008-03-28 Georg Lukas <georg@madwifi.org>
* (C) 2008-03-28 Georg Lukas <georg@madwifi-project.org>
*
* This program can be used to debug the MadWifi Key Cache. Use with caution
* and without warranty!