Skip to content

Commit

Permalink
Add a GitHub example to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 23, 2024
1 parent 15cd4b5 commit eafe876
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ at [Unlicense.org](https://unlicense.org) going forward.
> collection of popular, high-quality software projects. The inclusion of a
> project in this registry is no guarantee of getting listed as a showcase.
## Example Project Description
## Example Project Descriptions

### SQLite

See
[projects/sqlite.json](https://github.com/unlicense/unencumbered-software/blob/master/projects/sqlite.json)
Expand All @@ -42,6 +44,28 @@ for an example of how to describe a project:
}
```

### RDF.rb

See
[projects/rdf.rb.json](https://github.com/unlicense/unencumbered-software/blob/master/projects/rdf.rb.json)
for an example of how to describe a typical project hosted on GitHub:

``` json
{
"name": "RDF.rb",
"homepage": "https://rubygems.org/gems/rdf",
"shortdesc": {
"en": "A Ruby library for working with Resource Description Framework (RDF) data."
},
"download-page": "https://rubygems.org/gems/rdf",
"repository": {
"browse": "https://github.com/ruby-rdf/rdf",
"location": "https://github.com/ruby-rdf/rdf.git"
},
"license": "https://github.com/ruby-rdf/rdf/blob/develop/UNLICENSE"
}
```

## Frequently Asked Questions

### Q: How can I suggest a project without submitting a pull request?
Expand Down

0 comments on commit eafe876

Please sign in to comment.