From 8c13a379f265b33e7eee58cd07bd561a0b8041af Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 15 Dec 2013 14:59:58 +0530 Subject: replaced `STEP` -> `S` in Description & corrected md typos. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a59035..5b354c8 100644 --- a/README.md +++ b/README.md @@ -30,21 +30,21 @@ difference table. This is what the script does at present: -+ **STEP1** The script pulls the latest version of the packages, listed ++ **S1** The script pulls the latest version of the packages, listed in the `packages-list-file`, from their respective bzr repos. -+ **STEP2** For packages which contain the `README.gNewSense` file, a ++ **S2** For packages which contain the `README.gNewSense` file, a dict of the form `{'pkg': 'package_name', 'Change-Type': 'Added/Removed/Modified', 'Changed-From-Debian': 'one line description'}` is generated. - The value for keys `Change-Type' & `Changed-Frome-Debian' is None, - if values for those are not present in the README.gNewSense. + The value for keys `Change-Type` & `Changed-Frome-Debian` is None, + if values for those are not present in the `README.gNewSense`. -+ **STEP3** The script puts the names of packages, which doesn't contain ++ **S3** The script puts the names of packages, which doesn't contain `README.gNewSense` file, into a seperate list. -+ **STEP4** The dicts produced in **STEP2** is used to generate ++ **S4** The dicts produced in **S2** is used to generate MoinMoin marked up table, like [the one found here][gns-deb-diff-notes]. -- cgit v1.2.3