Skip to content

Commit 043bfd7

Browse files
Separate the list of files to be converted to Markdown into a separate
file, markdown-conversion-targets.md, so that we don't need to keep changing README.md each time a new file gets converted.
1 parent 413bd8d commit 043bfd7

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,13 @@ Our first step is to convert some existing documents into MarkDown. This will al
1212
There is an online tool to convert Word documents to MarkDown, which is the first step of the process. You will find it here:
1313
<https://word2md.com>
1414

15+
1516
Our Reference Library is here:
1617
<https://github.com/OpenChain-Project/Reference-Material>
1718

18-
It contains a lot of documents so we will narrow down the documents we want help with. Let’s start with some Word documents.
19-
20-
Here is our self-certification questionnaire: <https://github.com/OpenChain-Project/Reference-Material/blob/master/Self-Certification-Questionnaire/Official/2.1/en/OpenChain%20Self-Certification%20Questionnaire%202021-11-26.docx>
21-
22-
23-
Here is a conformance checklist:
24-
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Checklists/Official/Conformance-Checklist/2.0/en/Conformance-Compliance-Checklist.docx>
25-
26-
Here is a document about using OpenChain in Mergers and Acquisitions:
27-
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Guides/Official/OpenChain-in-Mergers-and-Acquisitions/2.0/en/Assessment-Of-OS-Practices-In-Merger-and-Acquisition.docx>
19+
It contains a lot of documents. If you are looking for suggestions on documents to convert first, please see markdown-conversion-targets.md
20+
<https://github.com/OpenChain-Project/Reference-Material/markdown-conversion-targets.md>
2821

29-
Here is a document to help managers understand OpenChain:
30-
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Guides/Official/OpenChain-For-Managers/2.0/en/OpenChain%20For%20Managers%20-%20Version%201.0.docx>
3122

3223
If you convert one of these documents to MarkDown, please open a Pull Request to submit the updated document. If you need help with that, please ask our education work group at this mailing list:
3324
<https://lists.openchainproject.org/g/education/messages>
@@ -40,4 +31,4 @@ There is a small learning curve to take part in this new drive. However, it is q
4031
Then download background tools for MarkDown:
4132
<https://pandoc.org/installing.html>
4233

43-
That’s it! You are ready to help. We look forward to working together to make sure even more people can take advantage of our reference library as they work towards a more trusted, more efficient and more effective supply chain.
34+
That’s it! You are ready to help. We look forward to working together to make sure even more people can take advantage of our reference library as they work towards a more trusted, more efficient and more effective supply chain.

markdown-conversion-targets.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Documents to convert
2+
Our Reference Library is here:
3+
<https://github.com/OpenChain-Project/Reference-Material>
4+
5+
Documents to convert:
6+
7+
* Self-certification questionnaire: <https://github.com/OpenChain-Project/Reference-Material/blob/master/Self-Certification-Questionnaire/Official/2.1/en/OpenChain%20Self-Certification%20Questionnaire%202021-11-26.docx>
8+
* Conformance checklist:
9+
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Checklists/Official/Conformance-Checklist/2.0/en/Conformance-Compliance-Checklist.docx>
10+
11+
* Using OpenChain in Mergers and Acquisitions:
12+
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Guides/Official/OpenChain-in-Mergers-and-Acquisitions/2.0/en/Assessment-Of-OS-Practices-In-Merger-and-Acquisition.docx>
13+
14+
* Managers Guide to understanding OpenChain:
15+
<https://github.com/OpenChain-Project/Reference-Material/blob/master/Guides/Official/OpenChain-For-Managers/2.0/en/OpenChain%20For%20Managers%20-%20Version%201.0.docx>
16+

0 commit comments

Comments
 (0)