11AboutCode tool
22==============
33
4- .. image :: https://api. travis-ci.org/dejacode/about-code-tool.png ?branch=develop
5- :target: https://travis-ci.org/dejacode/about-code-tool
4+ .. image :: https://travis-ci.org/dejacode/about-code-tool.svg ?branch=master
5+ :target: https://travis-ci.org/dejacode/about-code-tool
66
7- .. image :: https://coveralls.io/repos/dejacode/about-code-tool/badge.png ?branch=develop
8- :target: https://coveralls.io/r/dejacode/about-code-tool?branch=develop
7+ .. image :: https://coveralls.io/repos/dejacode/about-code-tool/badge.svg ?branch=master
8+ :target: https://coveralls.io/r/dejacode/about-code-tool?branch=master
99
1010
1111The AboutCode tool and ABOUT files provide a simple way to document the
@@ -50,7 +50,7 @@ Python 2.7.x here https://www.python.org/downloads/ :
5050
5151* Download the .msi installer for Windows or the .dmg archive for Mac.
5252* Open and run the installer using all the default options.
53- * On Windows, make sure you install Python in the default c:\P ython27 and not
53+ * On Windows, make sure you install Python in the default c:\\ Python27 and not
5454 on another drive.
5555
5656
@@ -71,28 +71,28 @@ And on Windows::
7171
7272For instance on Linux the whole installation would be like this::
7373
74- $ wget https://github.com/dejacode/about-code-tool/archive/v2.0.0 .zip
75- $ unzip v2.0.0 .zip
76- $ cd about-code-tool-2.0.0 /
74+ $ wget https://github.com/dejacode/about-code-tool/archive/v2.0.1 .zip
75+ $ unzip v2.0.1 .zip
76+ $ cd about-code-tool-2.0.1 /
7777 $ source configure
7878
7979On Windows, the whole installation would be like this:
8080
81- * Download and extract https://github.com/dejacode/about-code-tool/archive/v2.0.0 .zip
81+ * Download and extract https://github.com/dejacode/about-code-tool/archive/v2.0.1 .zip
8282 * open a command prompt and cd to the directory where the zip extraction directory
8383 * run configure
8484
8585
86-
8786Later on, if opening a new shell or command prompt on an already installed
8887AboutCode you need to **activate ** this installation.
8988
9089On Linux or Mac, run this::
90+
9191 source bin/activate
9292
9393On Windows, run this::
94- bin\activate
9594
95+ bin\\activate
9696
9797
9898Usage
@@ -203,8 +203,6 @@ In this example, the tool will use the list in the "thirdparty_code.csv" file
203203and generate .ABOUT files in a directory tmp/thirdparty_about/
204204
205205
206-
207-
208206**Using the genattrib.py script **
209207
210208The genattrib.py script is used to generate a credit and license attribution
@@ -271,10 +269,12 @@ branching model.
271269**Tests **
272270
273271You can run the test suite with::
272+
274273 python setup.py test
275274
276275
277276**Contributing **
277+
278278We accept bugs, patches and pull requests for code and documentation provided
279279under the same license (Apache-2.0) as this tool.
280280When contributing, you are agreeing to the http://developercertificate.org/
0 commit comments