Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Keywords
Repository
A package to manipulate OPML files in Go
Basic Info
- Host: GitHub
- Owner: rsdoiel
- License: agpl-3.0
- Language: Go
- Default Branch: main
- Homepage: https://rsdoiel.github.io/opml
- Size: 714 KB
Statistics
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 7
Topics
Metadata Files
README.md
opml
A package to manipulate OPML files in Go. It is based on the spec as described at http://dev.opml.org/spec2.html. It includes a demonstration command line utilities
opmlsort : sorts an OPML outline by text attribute values
,opmlcat : Concatenates one or more OPML outlines
opml2json : Converts an OPML file into a JSON document
url2opml : Converts a list of urls into OPML XML
Copying
The opml package is copyright (c) 2021 by R. S. Doiel and released under the BSD 3-Clause license.
References
Owner
- Name: R. S. Doiel
- Login: rsdoiel
- Kind: user
- Location: California
- Company: California Institute of Technology
- Website: https://rsdoiel.github.io
- Repositories: 149
- Profile: https://github.com/rsdoiel
I am a human. Once upon a time I wrote music and prose. I write software.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: opml
abstract: "A library for working with OPML XML files and example command line programs."
authors:
- family-names: Doiel
given-names: Robert
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@gmail.com
contacts:
- family-names: Doiel
given-names: Robert
orcid: https://orcid.org/0000-0003-0900-6903
email: rsdoiel@gmail.com
repository-code: "https://github.com/rsdoiel/opml"
version: 0.0.9
license-url: "https://spdx.org/licenses/AGPL-3.0-or-later"
keywords:
- xml
- opml
- text markup
- list markup
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/rsdoiel/opml",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "rsdoiel@gmail.com"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "rsdoiel@gmail.com"
}
],
"dateCreated": "2016-05-20",
"dateModified": "2025-10-01",
"datePublished": "2025-10-01",
"description": "A library for working with OPML XML files and example command line programs.",
"keywords": [
"xml",
"opml",
"text markup",
"list markup"
],
"name": "opml",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"programmingLanguage": [
"Go"
],
"softwareRequirements": [
"Golang >= 1.24",
"CMTools >= 0.0.40"
],
"softwareSuggestions": [
"Pandoc >= 3.1",
"GNU Make >= 3.5"
],
"version": "0.0.10",
"developmentStatus": "wip",
"issueTracker": "https://github.com/rsdoiel/opml/issues",
"releaseNotes": "- normalized the license to AGPL >= 3\n- updated codemeta status to be inactive (it's stable)",
"copyrightYear": 2021,
"copyrightHolder": "R. S. Doiel"
}
GitHub Events
Total
- Watch event: 1
- Push event: 6
Last Year
- Watch event: 1
- Push event: 6
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| R. S. Doiel | r****l@g****m | 124 |
| R. S. Doiel | r****l@g****l | 6 |
| R. S. Doiel | = | 3 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rsdoiel (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 7
proxy.golang.org: github.com/rsdoiel/opml
Package opml provides basic utility functions for working with OPML files. @author R. S. Doiel, <rsdoiel@gmail.com> Copyright (c) 2021, R. S. Doiel All rights not granted herein are expressly reserved by R. S. Doiel. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Homepage: https://github.com/rsdoiel/opml
- Documentation: https://pkg.go.dev/github.com/rsdoiel/opml#section-documentation
- License: AGPL-3.0
-
Latest release: v0.0.9
published almost 2 years ago
Rankings
Dependencies
- github.com/caltechlibrary/cli v0.0.16
- github.com/caltechlibrary/cli v0.0.16