Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2017-10-22 20:48:16 +0300
committerdnobori <da.git@softether.co.jp>2017-10-22 20:48:16 +0300
commitcbce9e3358bf06e5245dbbd76590b028a602e895 (patch)
tree3372472ae0ce4c140f86541a07769cf6b66bcb67 /README
parentfaee11ff096e7950b006ef1ae8dc636b6fe0131e (diff)
v4.24-9651-betav4.24-9651-beta
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 18 insertions, 6 deletions
diff --git a/README b/README
index 5d125446..050e40d0 100644
--- a/README
+++ b/README
@@ -1,8 +1,14 @@
-SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program
+SoftEther VPN (Stable Edition Repository)
+- An Open-Source Cross-platform Multi-protocol VPN Program
http://www.softether.org/
We use GitHub as the primary official SoftEther VPN repository:
-https://github.com/SoftEtherVPN/SoftEtherVPN/
+https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
+
+This branch is officially managed by Daiyuu Nobori, the owner of
+SoftEther VPN Project. Pull requests should be sent to the
+Developer Edition Master Repository on
+https://github.com/SoftEtherVPN/SoftEtherVPN
Source code packages (.zip and .tar.gz) and binary files are also available:
http://www.softether-download.com/
@@ -12,6 +18,12 @@ http://www.softether.org/5-download/src/9.patch
Copyright (c) SoftEther Project at University of Tsukuba, Japan.
+The development of SoftEther VPN was supported by the MITOH Project,
+a research and development project by Japanese Government,
+subsidized by METI (Ministry of Economy, Trade and Industry of Japan),
+administrated by IPA (Information Promotion Agency, Japan).
+https://www.ipa.go.jp/english/humandev/
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
@@ -95,14 +107,14 @@ HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS
-----------------------------------------------------
If you are an open-source developer, visit our GitHub repository:
-https://github.com/SoftEtherVPN/SoftEtherVPN/
+https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
You can download the up-to-date source-code tree of SoftEther VPN
from GitHub. You may make your own fork project from our project.
The download and build instruction is following:
-$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
+$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN_Stable.git
$ cd SoftEtherVPN
$ ./configure
$ make
@@ -121,10 +133,10 @@ SoftEther VPN Project distributes the up-to-date source-code
on all the following open-source repositories:
- GitHub
- https://github.com/SoftEtherVPN/SoftEtherVPN/
+ https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
To fetch the source code from GitHub:
-$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
+$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN_Stable.git
We hope that you can reach one of the above URLs at least!