-Each public release of Condor makes available on the Condor web site's {link: http://www.cs.wisc.edu/condor/downloads-v2/download.pl download page} both binaries (built on numerous platforms) and source code - just select a version, then place a check box next to =Condor Source= to download the source code used to build that version of Condor.
+Each public release of HTCondor makes available on the HTCondor web site's {link: http://www.cs.wisc.edu/condor/downloads-v2/download.pl download page} both binaries (built on numerous platforms) and source code - just select a version, then place a check box next to =HTCondor Source= to download the source code used to build that version of HTCondor.
 
-Alternatively, if you are familiar with the git revision control system, you can grab source code directly from a continuously updated git repository.  Assuming you have git installed on your system, the following command will clone a repository containing the Condor source code including both the development (master branch) and stable release branches:
+Alternatively, if you are familiar with the git revision control system, you can grab source code directly from a continuously updated git repository.  Assuming you have git installed on your system, the following command will clone a repository containing the HTCondor source code including both the development (master branch) and stable release branches:
 
    git clone http://condor-git.cs.wisc.edu/repos/condor.git
 
 Be patient, the source is big - cloning can take a while.
 
-A great way to follow Condor development is by looking at the Timeline for this wiki, which gives a daily summary of what code or tickets changed (also available as an RSS feed).  The Timeline is available by clicking =[Timeline]= at the top of this page, or directly via URL:
+A great way to follow HTCondor development is by looking at the Timeline for this wiki, which gives a daily summary of what code or tickets changed (also available as an RSS feed).  The Timeline is available by clicking =[Timeline]= at the top of this page, or directly via URL:
 
    {link: http://wiki.condorproject.org/index.cgi/timeline http://wiki.condorproject.org/index.cgi/timeline}