Changeset - af6102f3c1bb
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 8 years ago 2016-05-08 03:21:09
tbm@cyrius.com
Fix link to Git web site

Fix link to Git web site. I didn't notice that the https site
uses .com rather than .org.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/members/current/index.html
Show inline comments
...
 
@@ -128,25 +128,25 @@ the need for the user to be familiar with Linux.</p>
 

	
 
<p>Gevent is a fast, coroutine-based networking library for Python.
 
Gevent is used in network applications, including servers that scale
 
up to tens thousands of connections but without the complexity usually
 
associated with event-driven architecture.</p>
 

	
 
<p>Gevent provides light-weight &ldquo;green&rdquo; threads with a similar
 
interface as the standard &ldquo;threading&rdquo; and
 
&ldquo;multiprocessing&rdquo; packages.  The library includes a DNS
 
resolver, a WSGI server, a monkey patching utility to make 3rd party
 
protocol implementations cooperative and support for SSL sockets.</p>
 

	
 
<h2><a href="https://git-scm.org/">Git</a></h2>
 
<h2><a href="https://git-scm.com/">Git</a></h2>
 

	
 
<p>Git is a free and open source distributed version control system
 
  designed to handle everything from small to very large projects with
 
  speed and efficiency.</p>
 

	
 
<p>Every Git clone is a full-fledged repository with complete history and
 
  full revision tracking capabilities, not dependent on network access
 
  or a central server. Branching and merging are fast and easy to do.</p>
 

	
 
<p>Git is used for version control of files, much like tools such as
 
  Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.</p>
 

	
0 comments (0 inline, 0 general)