]> granicus.if.org Git - psmisc/commitdiff
misc: Update README
authorCraig Small <csmall@dropbear.xyz>
Tue, 17 Mar 2020 22:26:31 +0000 (09:26 +1100)
committerCraig Small <csmall@dropbear.xyz>
Tue, 17 Mar 2020 22:26:31 +0000 (09:26 +1100)
Added a bunch of links
Removed gitter

README.md

index d1ca7b80dbe81fa57a12deee76893a73b3c05515..8b18d4521b85e4199e6b63ee0468373aa5a14709 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-[<img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/2048/badge.svg"/>](https://scan.coverity.com/projects/psmisc)
 # psmisc
 
 A package of small utilities that use the proc file-system.
@@ -10,20 +9,23 @@ A package of small utilities that use the proc file-system.
 * *pstree* - shows the currently running processes as a tree
 * *peekfd* - shows the data travelling over a file descriptor
 
-psmisc is now hosted on gitlab at https://gitlab.com/psmisc/psmisc
-for bugs or issues please use the issue tracker at
-https://gitlab.com/psmisc/psmisc/issues
+## Getting latest source
+There are two ways of getting the latest source.
 
-## Email List
-No email list as such, but there is a Gitter room found at https://gitter.im/psmisc/Lobby
-This is an experimental trial of how Gitter works with a Gitlab project such as psmisc but
-its better than no email list.
+### GitLab
+For the latest **psmisc** source, visit the
+[GitLab psmisc page](https://gitlab.com/psmisc/psmisc)
 
-## fuser on network fs
-On network file-systems, fuser can hang because its trying to stat files
-that may go away.  If you use the --with-timeout-stat option during
-the configure step then fuser will fork a process to run stat. This means
-fuser doesn't hang, but it is much slower.
+### SourceForge
+There are also tarballs found on
+[SourceForge](https://sourceforge.net/projects/psmisc/files/psmisc/). The
+reason these exist is the tarballs contain extra generated files. It's
+reasonably easy to generate those files anyhow.
+
+## Getting Help
+There is no email list, but there is both an
+[Issue Tracker](https://gitlab.com/psmisc/psmisc/-/issues) and
+[Merge Request Tracker](https://gitlab.com/psmisc/psmisc/-/merge_requests).
 
 ## Credits
 
@@ -31,7 +33,9 @@ fuser doesn't hang, but it is much slower.
 My thanks for the various translators who have cheerfully given me the po
 files to make psmisc speak different languages.  If your language is not
 supported then let me know, all it takes is translating one file in
-a certain manner.
+a certain manner. The current status of the translations can be found on
+the [Translation Project](https://translationproject.org/domain/psmisc.html)
+website.
 
 ### Icons
 The pstree icons were drawn by Tatlin at Coresis who has given permission
@@ -41,3 +45,10 @@ for them to be used for psmisc.
 The license has changed to GPL for version 20 onwards with permission
 of the original authors.  People who want to use these programs under
 the previous license will have to look at psmisc 19 or below.
+
+## fuser on network fs
+On network file-systems, fuser can hang because its trying to stat files
+that may go away.  If you use the --with-timeout-stat option during
+the configure step then fuser will fork a process to run stat. This means
+fuser doesn't hang, but it is much slower.
+