{"id":23087006,"url":"https://github.com/backerman/docrenderer","last_synced_at":"2026-05-18T05:47:10.155Z","repository":{"id":136977721,"uuid":"93349751","full_name":"backerman/docrenderer","owner":"backerman","description":"Docker container for rendering XML/XSLT as PDF","archived":false,"fork":false,"pushed_at":"2022-03-13T22:46:07.000Z","size":43,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T05:16:57.143Z","etag":null,"topics":["apache-fop","clojure","docker","fop","pdf","xml","xsl-fo","xslt"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-05T00:21:27.000Z","updated_at":"2022-03-13T22:46:10.000Z","dependencies_parsed_at":"2023-06-25T22:51:02.109Z","dependency_job_id":null,"html_url":"https://github.com/backerman/docrenderer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backerman%2Fdocrenderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backerman%2Fdocrenderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backerman%2Fdocrenderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backerman%2Fdocrenderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backerman","download_url":"https://codeload.github.com/backerman/docrenderer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036160,"owners_count":20872909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-fop","clojure","docker","fop","pdf","xml","xsl-fo","xslt"],"created_at":"2024-12-16T19:40:27.581Z","updated_at":"2025-10-28T23:37:52.714Z","avatar_url":"https://github.com/backerman.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docrenderer\n\nThis module accepts XML input and renders it to PDF using a configured\nstylesheet.\n\n## Versioning\n\nThere's still a bit more work before I'm ready to tag a release, but\nif someone else wants to use this image in production, let me know and\nI'll tag it anyhow.\n\n## Configuration\n\nTwo environment variables must be set if not using the provided\nDockerfile:\n\n* `CONFIG_FILE` is the path of a configuration file; see\n`config.sample.toml` for a sample file. (This value defaults to\n`/docrenderer/config.toml` in the provided Dockerfile.)\n* `STYLESHEETS_DIR` is a directory containing XSL stylesheets. All\nstylesheet filenames in `CONFIG_FILE` are relative to this\ndirectory. (This value defaults to `/docrenderer/stylesheets` in the\nprovided Dockerfile.)\n\n## Custom fonts\n\nTo use fonts beyond the Base 14, mount the directory containing the\nfonts you wish to use into /usr/local/share/fonts on the host.\n\n## Usage example\n\nN.B.: Docker bind mounts must be specified with their absolute\npathnames.\n\n    docker build -t docrenderer:testme .\n    docker stop docrenderer\n    docker rm docrenderer\n    docker run -d \\\n    --mount=type=bind,source=/some/path/config.toml,destination=/docrenderer/config.toml \\\n    --mount=type=bind,source=/some/path/myxsls,destination=/docrenderer/stylesheets \\\n    --mount=type=bind,source=/some/path/myfonts,destination=/usr/local/share/fonts \\\n    --name=docrenderer -p 3000:3000 backerman/docrenderer\n\n## License\n\nCopyright © 2017\u0026ndash;9 Brad Ackerman.\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackerman%2Fdocrenderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackerman%2Fdocrenderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackerman%2Fdocrenderer/lists"}