mbeckerle commented on code in PR #157: URL: https://github.com/apache/daffodil-site/pull/157#discussion_r1901939373
########## site/getting-started.md: ########## @@ -44,7 +50,22 @@ Daffodil is a library, requiring Java 8, used to convert between fixed format da ### Existing DFDL Schemas -Many DFDL schemas are freely and publicly available at [DFDLSchemas](https://github.com/DFDLSchemas) on GitHub. This includes image formats, financial transaction formats, healthcare formats, and more. Some DFDL Schemas for Controlled Unclassified Information (CUI) data formats are available on [DI2E.net](https://confluence.di2e.net/pages/viewpage.action?pageId=196139975), which requires US Citizenship and DoD sponsorship. +Many DFDL schemas are freely and publicly available at +[DFDLSchemas](https://github.com/DFDLSchemas) +on GitHub. This includes image formats, financial transaction formats, +healthcare formats, and more. + +DFDL Schemas for Controlled Unclassified Information (CUI) +data formats are available on [US DoD Intelink]( +https://intelshare.intelink.gov/sites/ncdsmo/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2Fsites%2Fncdsmo%2FShared%20Documents%2FCDS%20Development%2FFilters%20and%20Other%20Application%20Source%20Code%2FDFDL%2FDFDL%20Schemas +), which requires US Citizenship and US DoD sponsorship. These formats include: +- Link16 (aka MIL-STD-6016, STANAG 5516) with JREAP and NACT headers Review Comment: add aka TDL/J, TDL-J, TADIL-J, J-Series for Link16, add K-Series for VMF. ########## site/getting-started.md: ########## @@ -24,15 +24,21 @@ limitations under the License. ### Using Daffodil -Daffodil is a library, requiring Java 8, used to convert between fixed format data and XML/JSON based on a DFDL schema. Some [examples](/examples) show the result of Daffodil parsing various inputs into XML. Multiple mechanisms that use the Daffodil library invoke its capabilities are described below. +Daffodil is a library, requiring Java 8, used to convert between fixed format data and Review Comment: Should this say Java 8+. I'd prefer not to have a place to maintain a list of the specific list of versions we test against like 8, 11, 17, 21. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
