2016-09-11 09:26:47 -07:00
<!DOCTYPE html>
<!--
2018-05-29 08:44:42 -07:00
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-05-29
2017-10-25 10:40:07 -07:00
| Rendered using Apache Maven Fluido Skin 1.6
2016-09-11 09:26:47 -07:00
-->
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2018-05-29 08:44:42 -07:00
< meta name = "Date-Revision-yyyymmdd" content = "20180529" / >
2016-09-11 09:26:47 -07:00
< meta http-equiv = "Content-Language" content = "en" / >
< title > ZXing – Source Code Management< / title >
2017-10-25 10:40:07 -07:00
< link rel = "stylesheet" href = "./css/apache-maven-fluido-1.6.min.css" / >
2016-09-11 09:26:47 -07:00
< link rel = "stylesheet" href = "./css/site.css" / >
< link rel = "stylesheet" href = "./css/print.css" media = "print" / >
2017-10-25 10:40:07 -07:00
< script type = "text/javascript" src = "./js/apache-maven-fluido-1.6.min.js" > < / script >
< / head >
< body class = "topBarDisabled" >
< div class = "container-fluid" >
< div id = "banner" >
< div class = "pull-left" > < div id = "bannerLeft" > < h2 > ZXing< / h2 >
< / div >
< / div >
< div class = "pull-right" > < / div >
2016-09-11 09:26:47 -07:00
< div class = "clear" > < hr / > < / div >
< / div >
< div id = "breadcrumbs" >
< ul class = "breadcrumb" >
2018-05-29 08:44:42 -07:00
< li id = "publishDate" > Last Published: 2018-05-29< span class = "divider" > |< / span >
2017-10-25 10:40:07 -07:00
< / li >
2018-05-29 08:44:42 -07:00
< li id = "projectVersion" > Version: 3.3.3< / li >
2017-10-25 10:40:07 -07:00
< / ul >
2016-09-11 09:26:47 -07:00
< / div >
< div class = "row-fluid" >
< div id = "leftColumn" class = "span2" >
< div class = "well sidebar-nav" >
2017-10-25 10:40:07 -07:00
< ul class = "nav nav-list" >
< li class = "nav-header" > Project Documentation< / li >
< li > < a href = "project-info.html" title = "Project Information" > < span class = "icon-chevron-down" > < / span > Project Information< / a >
< ul class = "nav nav-list" >
< li > < a href = "dependency-info.html" title = "Dependency Information" > < span class = "none" > < / span > Dependency Information< / a > < / li >
< li > < a href = "dependency-management.html" title = "Dependency Management" > < span class = "none" > < / span > Dependency Management< / a > < / li >
< li > < a href = "index.html" title = "About" > < span class = "none" > < / span > About< / a > < / li >
< li > < a href = "issue-tracking.html" title = "Issue Management" > < span class = "none" > < / span > Issue Management< / a > < / li >
< li > < a href = "license.html" title = "Licenses" > < span class = "none" > < / span > Licenses< / a > < / li >
< li > < a href = "mail-lists.html" title = "Mailing Lists" > < span class = "none" > < / span > Mailing Lists< / a > < / li >
< li class = "active" > < a href = "#" > < span class = "none" > < / span > Source Code Management< / a >
< / li >
< / ul >
< / li >
< li > < a href = "project-reports.html" title = "Project Reports" > < span class = "icon-chevron-right" > < / span > Project Reports< / a > < / li >
< / ul >
2016-09-11 09:26:47 -07:00
< hr / >
2017-10-25 10:40:07 -07:00
< div id = "poweredBy" >
< div class = "clear" > < / div >
< div class = "clear" > < / div >
< div class = "clear" > < / div >
< div class = "clear" > < / div >
< a href = "http://maven.apache.org/" title = "Built by Maven" class = "poweredBy" > < img class = "builtBy" alt = "Built by Maven" src = "./images/logos/maven-feather.png" / > < / a >
< / div >
2016-09-11 09:26:47 -07:00
< / div >
< / div >
< div id = "bodyColumn" class = "span10" >
2017-10-25 10:40:07 -07:00
< div class = "section" >
2016-09-11 09:26:47 -07:00
< h2 > < a name = "Overview" > < / a > Overview< / h2 > < a name = "Overview" > < / a >
< p > This project uses < a class = "externalLink" href = "http://git-scm.com/" > Git< / a > to manage its source code. Instructions on Git use can be found at < a class = "externalLink" href = "http://git-scm.com/documentation" > http://git-scm.com/documentation< / a > .< / p > < / div >
< div class = "section" >
< h2 > < a name = "Web_Browser_Access" > < / a > Web Browser Access< / h2 > < a name = "Web_Browser_Access" > < / a >
< p > The following is a link to a browsable version of the source repository:< / p >
< div class = "source" > < pre class = "prettyprint" > < a class = "externalLink" href = "https://github.com/zxing/zxing" > https://github.com/zxing/zxing< / a > < / pre > < / div > < / div >
< div class = "section" >
< h2 > < a name = "Anonymous_Access" > < / a > Anonymous Access< / h2 > < a name = "Anonymous_Access" > < / a >
< p > The source can be checked out anonymously from Git with this command (See < a class = "externalLink" href = "http://git-scm.com/docs/git-clone" > http://git-scm.com/docs/git-clone< / a > ):< / p >
2018-05-29 08:44:42 -07:00
< div class = "source" > < pre class = "prettyprint" > $ git clone --branch zxing-3.3.3 https://github.com/zxing/zxing.git< / pre > < / div > < / div >
2016-09-11 09:26:47 -07:00
< div class = "section" >
< h2 > < a name = "Developer_Access" > < / a > Developer Access< / h2 > < a name = "Developer_Access" > < / a >
< p > Only project developers can access the Git tree via this method (See < a class = "externalLink" href = "http://git-scm.com/docs/git-clone" > http://git-scm.com/docs/git-clone< / a > ).< / p >
2018-05-29 08:44:42 -07:00
< div class = "source" > < pre class = "prettyprint" > $ git clone --branch zxing-3.3.3 https://github.com/zxing/zxing.git< / pre > < / div > < / div >
2016-09-11 09:26:47 -07:00
< div class = "section" >
< h2 > < a name = "Access_from_Behind_a_Firewall" > < / a > Access from Behind a Firewall< / h2 > < a name = "Access_from_Behind_a_Firewall" > < / a >
< p > Refer to the documentation of the SCM used for more information about access behind a firewall.< / p > < / div >
2017-10-25 10:40:07 -07:00
< / div >
< / div >
< / div >
2016-09-11 09:26:47 -07:00
< hr / >
< footer >
2017-10-25 10:40:07 -07:00
< div class = "container-fluid" >
< div class = "row-fluid" >
2018-01-30 20:21:41 -08:00
< p > Copyright © 2007– 2018.
2017-10-25 10:40:07 -07:00
All rights reserved.< / p >
< / div >
< / div >
2016-09-11 09:26:47 -07:00
< / footer >
2017-10-25 10:40:07 -07:00
< / body >
2016-09-11 09:26:47 -07:00
< / html >