-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README and build instructions, clean up minor formatting (#19)
Signed-off-by: John Mertic <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Zowe Conformance Program materials | ||
|
||
This contains the following materials relevant to the Zowe Conformance Program: | ||
|
||
- [Test Evaluation Guide table](/test_evaluation_guide_table.md) | ||
- [Terms and Conditions](terms_and_conditions.md) | ||
- [Participation Form](participation_form.md) | ||
- [Brand Guidelines](brand_guidelines.pdf) | ||
- [Test Evaluation Guide](test_evaluation_guide.md) - deprecated | ||
|
||
The documents are the source versions; final version are made available on the [Zowe Conformance Program page](https://www.openmainframeproject.org/projects/zowe/conformance). | ||
|
||
## Build instructions | ||
|
||
Converting the markdown to PDF can be achieved leveraging [pandoc](https://pandoc.org/) and [wkhtmltopdf](https://wkhtmltopdf.org/) as shown below. | ||
|
||
```bash | ||
pandoc zowe_conformance/participation_form.md -o Zowe.Conformance.Program.-.Participation.Form.pdf -f gfm --pdf-engine=wkhtmltopdf | ||
pandoc zowe_conformance/terms_and_conditions.md -o Zowe.Conformance.Program.-.Terms.and.Conditions.pdf -f gfm --pdf-engine=wkhtmltopdf | ||
pandoc zowe_conformance/test_evaluation_guide.md -o Zowe.Conformance.Program.-.Test.Evaluation.Guide.pdf -f gfm --pdf-engine=wkhtmltopdf | ||
pandoc zowe_conformance/test_evaluation_guide_table.md -o Zowe.Conformance.Program.-.Test.Evaluation.Guide.Table.pdf -f gfm --pdf-engine=wkhtmltopdf | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters