Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cf-convention/cf-conventions
AsciiDoc Source
https://github.com/cf-convention/cf-conventions
Last synced: 3 months ago
JSON representation
AsciiDoc Source
- Host: GitHub
- URL: https://github.com/cf-convention/cf-conventions
- Owner: cf-convention
- License: cc0-1.0
- Created: 2015-06-04T10:35:10.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T07:37:36.000Z (3 months ago)
- Last Synced: 2024-08-01T22:46:17.542Z (3 months ago)
- Homepage: http://cfconventions.org/cf-conventions/cf-conventions
- Size: 32.5 MB
- Stars: 82
- Watchers: 71
- Forks: 43
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: history.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-sustainable-technology - cf-conventions - The conventions for CF (Climate and Forecast) metadata are designed to promote the processing and sharing of files created with the NetCDF API. (Climate Change / Climate Data Standards)
README
[![Build Status](https://secure.travis-ci.org/cf-convention/cf-conventions.png)](https://travis-ci.org/cf-convention/cf-conventions)
This repository contains the official source of the CF metadata conventions.
The source files are built into HTML automatically when changes are merged into this repository.
The latest build of the specification is held in the `gh-pages` branch and can be seen [here](https://cfconventions.org/cf-conventions/cf-conventions.html).For the official web site please visit: https://cfconventions.org and the [corresponding GitHub organisation](https://github.com/cf-convention).
# Contributing to the CF Conventions
The CF Conventions are changed by changing the source files in this repository.
The rules for doing this are set forth on the [CF website](https://cfconventions.org/rules.html).
Their implementation in GitHub is described in this repository's [CONTRIBUTING.md file](https://github.com/cf-convention/cf-conventions/blob/master/CONTRIBUTING.md).# Building the HTML
To convert the AsciiDoc files into the resulting HTML file:
1. Ensure you have [Ruby](https://www.ruby-lang.org/) installed (e.g. `sudo apt-get install ruby`)
2. Ensure you have a recent version of [Asciidoctor](https://asciidoctor.org/) installed (e.g. `gem install asciidoctor`)
3. Get hold of the AsciiDoc files in this repo (e.g. `git clone [email protected]:cf-metadata/cf-conventions.git`)
4. Build the HTML: `asciidoctor cf-conventions.adoc`See the [GitHub help](https://help.github.com/) pages and plethora of other git/GitHub guides for more details on how to work with repos, forks, pull requests, etc.
## Latest Spec Build
Whenever a [pull request](https://github.com/cf-convention/cf-conventions/pulls) is merged, a [travis-ci build](https://travis-ci.org/github/cf-convention/cf-conventions) generates the latest specification draft and adds it to the [gh-pages branch here](https://github.com/cf-convention/cf-conventions/tree/gh-pages).
The gh-pages branch is deployed to github pages at the following documents:
- https://cfconventions.org/cf-conventions/cf-conventions.html
- https://cfconventions.org/cf-conventions/cf-conventions.pdf
- https://cfconventions.org/cf-conventions/conformance.html
- https://cfconventions.org/cf-conventions/conformance.pdfThese documents are linked in the cf-conventions web site. [source here](https://github.com/cf-convention/cf-convention.github.io) which is published to: https://cfconventions.org/. The latest spec documents are linked from those web pages here: https://cfconventions.org/latest.html.