{"id":15113117,"url":"https://github.com/gitgnu/gnu_skribilo","last_synced_at":"2026-02-09T10:30:49.338Z","repository":{"id":84521059,"uuid":"90393711","full_name":"gitGNU/gnu_skribilo","owner":"gitGNU","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-05T16:03:24.000Z","size":2145,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T01:12:42.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitGNU.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-05T16:03:19.000Z","updated_at":"2020-01-21T03:09:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a90a2a07-22e8-4f4f-9499-9988e4ef5d90","html_url":"https://github.com/gitGNU/gnu_skribilo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gitGNU/gnu_skribilo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_skribilo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_skribilo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_skribilo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_skribilo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitGNU","download_url":"https://codeload.github.com/gitGNU/gnu_skribilo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_skribilo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867812,"owners_count":24157356,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-09-26T01:02:32.689Z","updated_at":"2026-02-09T10:30:49.306Z","avatar_url":"https://github.com/gitGNU.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"Skribilo\n========\n\nSkribilo is a document authoring system allowing users to produce\ndocuments in a variety of formats (HTML, PostScript, PDF, XML, etc.)\nfrom a single source document, while still retaining fine-grain control\nover the output.\n\nBeside rudimentary features provided by the `base' package, Skribilo\nprovides packages for the production of colored program source code,\nbibliographies, pie charts, mathematical equations, and more.\n\nSkribilo is based on the Scheme programming language and is highly\nextensible: it is easy to define new documentation primitives (called\n\"markups\") and their rendering in each output format.\n\nSkribilo's core is written in mostly-portable Scheme (i.e., uses\nstandard APIs such as SRFIs rather than Guile-specific APIs whenever\nthat is possible), making it intelligible and hackable for most Scheme\nprogrammers.\n\nFor more information, see:\n\n  http://www.nongnu.org/skribilo/\n\n\nRequirements\n............\n\nYou need at least:\n\n  * GNU Guile \u003e= 1.8.3 (2.0.x recommended)\n    http://www.gnu.org/software/guile/\n\n  * Guile-Reader \u003e= 0.6\n    http://www.nongnu.org/guile-reader/\n\n  * ImageMagick, used to convert images from one format to another\n    http://imagemagick.org/\n\nOptionally, you may want to install one of the following document layout\nprograms to produce PS/PDF files:\n\n  * Lout\n    http://lout.sourceforge.net/\n\n  * LaTeX\n    http://www.latex-project.org/\n\n  * ConTeXt\n    http://www.pragma-ade.nl/\n\nTo produce pie charts, you may want to use:\n\n  * Ploticus\n    http://ploticus.sourceforge.net/\n\nTo convert images in the `fig' format:\n\n  * Xfig, Transfig\n    http://xfig.org/\n\nTo be able to use the `rss-2' reader, you will need:\n\n  * Guile-Lib (specifically, `sxml' and `htmlprag' modules)\n    http://www.nongnu.org/guile-lib/\n\nThis is it!\n\n\nDevelopment\n...........\n\nA copy of the source code repository can be obtained with Git\n(http://git.or.cz/), using the following incantation:\n\n  git clone git://git.sv.gnu.org/skribilo.git\n\nYou can then send patches to the \u003cskribilo-users@nongnu.org\u003e mailing\nlist!\n\n\nHistory\n.......\n\nSkribilo is based on the Skribe code base, written by Manuel Serrano and\nErick Gallesio.  See `README.Skribe' for the original Skribe `README'\nfile, or visit:\n\n  http://www-sop.inria.fr/mimosa/fp/Skribe/\n\nI am thankful to them for implementing Skribe!\n\n\nJune 2007,\nLudovic Courtès \u003cludo@chbouib.org\u003e.\n\n\n\f\nCopyright 2007, 2008, 2012  Ludovic Courtès \u003cludo@gnu.org\u003e\n\n  Copying and distribution of this file, with or without modification,\n  are permitted in any medium without royalty provided the copyright\n  notice and this notice are preserved.\n\n;;; Local Variables:\n;;; mode: text\n;;; coding: utf-8\n;;; End:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_skribilo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitgnu%2Fgnu_skribilo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_skribilo/lists"}