fountain
experimental golang package for working with Fountain formatted screenplays.
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 (6.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
experimental golang package for working with Fountain formatted screenplays.
Basic Info
- Host: GitHub
- Owner: rsdoiel
- License: agpl-3.0
- Language: Go
- Default Branch: main
- Homepage: https://rsdoiel.github.io/fountain
- Size: 988 KB
Statistics
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 9
Topics
Metadata Files
README.md
fountain
fountain is an experimental Golang package for working with Fountain formatted Screenplay documents. It provides a parser, pretty prints using the String func and has an HTML renderer. fountain format is supported by many programs (see list at fountain.io).
This package also includes a demonstration command line programs
fountain2json : A fountain to JSON converter (useful for building reports)
fountainfmt : A fountain document pretty printer
fountain2html : A fountain to HTML converter
Reference materials
- fountain.io - this is official place for all things fountain
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: "fountain"
abstract: "A library and command line program for working with Fountain
script/screenplay formatted files."
authors:
- family-names: Doiel
given-names: Robert
orcid: "https://orcid.org/0000-0003-0900-6903"
maintainers:
- family-names:
given-names:
orcid: ""
repository-code: "https://github.com/rsdoiel/fountain"
version: 1.0.2
license-url: "https://spdx.org/licenses/AGPL-3.0-or-later"
keywords: [ "GitHub", "text markup", "screen play" ]
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A library and command line program for working with Fountain script/screenplay formatted files.",
"name": "fountain",
"codeRepository": "https://github.com/rsdoiel/fountain",
"issueTracker": "https://github.com/rsdoiel/fountain/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"version": "1.0.2",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "rsdoiel@gmail.com",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "inactive",
"keywords": [
"GitHub",
"text markup",
"screen play"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go >= 1.22"
]
}
GitHub Events
Total
- Push event: 4
Last Year
- Push event: 4
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| R. S. Doiel | r****l@g****m | 99 |
| R. S. Doiel | r****l@g****l | 8 |
| R. S. Doiel | = | 6 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 3 days
- 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: 6
- Total dependent repositories: 3
- Total versions: 9
proxy.golang.org: github.com/rsdoiel/fountain
Package fountain is a Golang package supporting Fountain screenplay markup. css.go manages setting up CSS for either inline style elements or links. Package fountain supports encoding/decoding fountain formatted screenplays. @author R. S. Doiel, <rsdoiel@gmail.com> Copyright (c) 2019, R. S. Doiel All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 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. 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. Package fountain support encoding/decoding fountain screenplay markup scrippets.go manages fetching and inlining or generating links to John August's scrippets.css
- Homepage: https://github.com/rsdoiel/fountain
- Documentation: https://pkg.go.dev/github.com/rsdoiel/fountain#section-documentation
- License: AGPL-3.0
-
Latest release: v1.0.2
published almost 2 years ago
Rankings
Dependencies
- github.com/caltechlibrary/cli v0.0.16
- github.com/caltechlibrary/cli v0.0.16