fountain

experimental golang package for working with Fountain formatted screenplays.

https://github.com/rsdoiel/fountain

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

fountain markup markup-language screenplay

Keywords from Contributors

opml opml-outline opml-to-json timesheet-notation open-screenplay-format screenwriting
Last synced: 6 months ago · JSON representation ·

Repository

experimental golang package for working with Fountain formatted screenplays.

Basic Info
Statistics
  • Stars: 8
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 9
Topics
fountain markup markup-language screenplay
Created about 8 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Codemeta

README.md

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

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

Owner

  • Name: R. S. Doiel
  • Login: rsdoiel
  • Kind: user
  • Location: California
  • Company: California Institute of Technology

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

All Time
  • Total Commits: 113
  • Total Committers: 3
  • Avg Commits per committer: 37.667
  • Development Distribution Score (DDS): 0.124
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
enhancement (1)
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

  • Versions: 9
  • Dependent Packages: 6
  • Dependent Repositories: 3
Rankings
Dependent packages count: 2.2%
Dependent repos count: 2.9%
Average: 10.1%
Stargazers count: 16.4%
Forks count: 18.9%
Last synced: 6 months ago

Dependencies

go.mod go
  • github.com/caltechlibrary/cli v0.0.16
go.sum go
  • github.com/caltechlibrary/cli v0.0.16