The Apperta Foundation is a not-for-profit community interest company supported by NHS England and NHS Digital (HSCIC). They recently published a document called Defining an Open Platform to "make the case for open platforms and lay out a blueprint for an open platform architecture at a level of detail that would allow any willing party to build a first generation implementation of an open platform that would be interoperable with any other".
The document is a PDF. Commenting on the document is handled by User Voice.
I think there is room for improvement.
- open source the document
- add discussion thingummy
- fork the repo and clone it
- open the PDF and pick a section of the document to convert
- make a new page in
docs/_docs
for the section you have chosen by duplicating template.md - using the text files in source_files copy and paste the text from the relevant pages into the new document
cover-and-filler-pagesforewordabout-appertacontents_pagesexecutive-summaryintroductionwhy-an-open-platformproposed-definition-of-an-open-platformopen-platform-architecture- platform-services
standards-for-an-open-platforminformation-governance-and-cyber-securityminimum-viable-open-platformimplementing-an-open-platform-ecosystemconclusionacknowledgementsreferences
Here is a good reference for How to Convert a PDF File to Editable Text Using the Command Line in Linux. That reference helped me to quickly extract the text from each page of the PDF to a file, like so:
for i in {1..48}; do pdftotext -f $i -l $i Apperta_Defining_an_Open_Platform_SP.pdf Apperta_Defining_an_Open_Platform_SP-nolayout-p$i.txt; done
- Jekyll Doc Theme by @aksakalli is released under the MIT license.
- The license adopted by the Apperta Foundation for the 'Defining an Open Platform' document is unknown.