From 771d78b7df53a40ad10221d98a011ef119af549f Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 20 Jul 2016 01:41:25 +0200 Subject: [PATCH] Update the URL links: uchardet is now a freedesktop project. --- CMakeLists.txt | 4 ++-- README.md | 15 ++++++++++++--- .../xcshareddata/uchardet.xccheckout | 4 ++-- src/tools/uchardet.cpp | 2 +- uchardet.doap | 6 +++--- 5 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af7e75d..7498e31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C) enable_testing() ######## Package information -set (PACKAGE_URL https://github.com/BYVoid/uchardet) -set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues) +set (PACKAGE_URL https://www.freedesktop.org/wiki/Software/uchardet/) +set (PACKAGE_BUGREPORT https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet) set (UCHARDET_VERSION_MAJOR 0) set (UCHARDET_VERSION_MINOR 0) set (UCHARDET_VERSION_REVISION 5) diff --git a/README.md b/README.md index 006408b..ea12514 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # uchardet -[uchardet](https://github.com/BYVoid/uchardet) is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. Returned encoding names are [iconv](https://www.gnu.org/software/libiconv/)-compatible. +[uchardet](https://www.freedesktop.org/wiki/Software/uchardet/) is an encoding detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. Returned encoding names are [iconv](https://www.gnu.org/software/libiconv/)-compatible. uchardet started as a C language binding of the original C++ implementation of the universal charset detection library by Mozilla. It can now detect more charsets, and more reliably than the original implementation. @@ -100,6 +100,15 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj ### Build from source +Releases are available from: +https://www.freedesktop.org/software/uchardet/releases/ + +If you prefer a development version, clone the git repository: + + git clone git://anongit.freedesktop.org/uchardet/uchardet + +The source can be browsed at: https://cgit.freedesktop.org/uchardet/uchardet/ + cmake . make make install @@ -113,7 +122,7 @@ uchardet Command Line Tool Version 0.0.5 Authors: BYVoid, Jehan -Bug Report: https://github.com/BYVoid/uchardet/issues +Bug Report: https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet Usage: uchardet [Options] [File]... @@ -124,7 +133,7 @@ Options: ``` ### Library -See [uchardet.h](https://github.com/BYVoid/uchardet/blob/master/src/uchardet.h) +See [uchardet.h](https://cgit.freedesktop.org/uchardet/uchardet/tree/src/uchardet.h) ## Related Projects diff --git a/build-mac/uchardet.xcodeproj/project.xcworkspace/xcshareddata/uchardet.xccheckout b/build-mac/uchardet.xcodeproj/project.xcworkspace/xcshareddata/uchardet.xccheckout index 1890271..74de656 100644 --- a/build-mac/uchardet.xcodeproj/project.xcworkspace/xcshareddata/uchardet.xccheckout +++ b/build-mac/uchardet.xcodeproj/project.xcworkspace/xcshareddata/uchardet.xccheckout @@ -11,7 +11,7 @@ IDESourceControlProjectOriginsDictionary 7DF9952B76987F54D66D74171482E11FAF33FDCB - https://github.com/BYVoid/uchardet + https://www.freedesktop.org/wiki/Software/uchardet/ IDESourceControlProjectPath build-mac/uchardet.xcodeproj @@ -21,7 +21,7 @@ ../../.. IDESourceControlProjectURL - https://github.com/BYVoid/uchardet + https://www.freedesktop.org/wiki/Software/uchardet/ IDESourceControlProjectVersion 111 IDESourceControlProjectWCCIdentifier diff --git a/src/tools/uchardet.cpp b/src/tools/uchardet.cpp index bcfa234..f2aabfd 100644 --- a/src/tools/uchardet.cpp +++ b/src/tools/uchardet.cpp @@ -81,7 +81,7 @@ void show_version() printf("Version %s\n", VERSION); printf("\n"); printf("Authors: %s\n", "BYVoid, Jehan"); - printf("Bug Report: %s\n", "https://github.com/BYVoid/uchardet/issues"); + printf("Bug Report: %s\n", "https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet"); printf("\n"); } diff --git a/uchardet.doap b/uchardet.doap index 5ab0a1a..84a5e79 100644 --- a/uchardet.doap +++ b/uchardet.doap @@ -29,11 +29,11 @@ plus de codages de caractères que l'originale. - + - + - + C C++