Update README

Remove text about contrib as separate git repo
Remove link to old travis-ci setup
Update links to https
This commit is contained in:
Erik Ekman 2020-06-06 18:49:08 +02:00
parent 3f47b04f16
commit 897bcb7d4e

25
README
View File

@ -64,37 +64,34 @@ help improve lwIP by use of Savannah's interface, Git and the
mailing list. A core team of developers will commit changes to the mailing list. A core team of developers will commit changes to the
Git source tree. Git source tree.
The lwIP TCP/IP stack is maintained in the 'lwip' Git module and The lwIP TCP/IP stack is maintained in the 'src' directory and
contributions (such as platform ports) are in the 'contrib' Git module. contributions (such as platform ports and applications) are in
the 'contrib' directory.
See doc/savannah.txt for details on Git server access for users and See doc/savannah.txt for details on Git server access for users and
developers. developers.
The current Git trees are web-browsable: The current Git tree is web-browsable:
http://git.savannah.gnu.org/cgit/lwip.git https://git.savannah.gnu.org/cgit/lwip.git
http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git
Submit patches and bugs via the lwIP project page: Submit patches and bugs via the lwIP project page:
http://savannah.nongnu.org/projects/lwip/ https://savannah.nongnu.org/projects/lwip/
Continuous integration builds (GCC, clang):
https://travis-ci.org/lwip-tcpip/lwip
DOCUMENTATION DOCUMENTATION
Self documentation of the source code is regularly extracted from the current Self documentation of the source code is regularly extracted from the current
Git sources and is available from this web page: Git sources and is available from this web page:
http://www.nongnu.org/lwip/ https://www.nongnu.org/lwip/
Also, there are mailing lists you can subscribe at Also, there are mailing lists you can subscribe at
http://savannah.nongnu.org/mail/?group=lwip https://savannah.nongnu.org/mail/?group=lwip
plus searchable archives: plus searchable archives:
http://lists.nongnu.org/archive/html/lwip-users/ https://lists.nongnu.org/archive/html/lwip-users/
http://lists.nongnu.org/archive/html/lwip-devel/ https://lists.nongnu.org/archive/html/lwip-devel/
There is a wiki about lwIP at There is a wiki about lwIP at
http://lwip.wikia.com/wiki/LwIP_Wiki https://lwip.wikia.com/wiki/LwIP_Wiki
You might get questions answered there, but unfortunately, it is not as You might get questions answered there, but unfortunately, it is not as
well maintained as it should be. well maintained as it should be.