{"id":25096572,"url":"https://github.com/jceb/ads5","last_synced_at":"2026-02-10T22:38:26.316Z","repository":{"id":136579704,"uuid":"2057588","full_name":"jceb/ads5","owner":"jceb","description":"Asciidoc to S5 converter","archived":false,"fork":false,"pushed_at":"2011-07-16T10:59:25.000Z","size":108,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T19:43:40.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.e-jc.de","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jceb.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-16T10:52:54.000Z","updated_at":"2013-11-21T05:08:38.000Z","dependencies_parsed_at":"2023-03-12T09:15:42.552Z","dependency_job_id":null,"html_url":"https://github.com/jceb/ads5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jceb/ads5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fads5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fads5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fads5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fads5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jceb","download_url":"https://codeload.github.com/jceb/ads5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Fads5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-02-07T16:48:54.000Z","updated_at":"2026-02-10T22:38:26.298Z","avatar_url":"https://github.com/jceb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"AsciiDoc S5 Reference\n=====================\n:author: Wolfgang Machert and Jan Christoph Ebersbach\n2007-04-02\n:organization: Universität Bremen\n:subtitle: A short guide to creating slides with AsciiDoc\n:header: {lt}h1{gt}AsciiDoc S5 Reference{lt}/h1{gt}{lt}h2{gt}Mon, 02 Apr 2007 21:19:34 +0200{lt}/h2{gt}\n:footer: {lt}h1{gt}AsciiDoc S5 Reference{lt}/h1{gt}{lt}h2{gt}Mon, 02 Apr 2007 21:19:34 +0200{lt}/h2{gt}\n:defaultview: slideshow\n:controlvis: hidden\n:theme: ui/default\n\nFirst Slide\n-----------\nWelcome to our little guide to the asciidoc s5 backend. This reference is\nsupposed to contain the knowledge required to create slides with asciidoc and to\ncontain all s5 elements available through the backend. Have fun reading it.\n\nIn creating the backend we tried to match s5 markup to AsciiDoc conventions as\nbest as we could. If you still think there are improvements possible we'd love\nto hear from you.\n\nFrontpage Attributes\n--------------------\n.default document attributes\n* *doctitle* - title of the slide\n* *date* - date of the presentation\n\n.named attributes\n* *subtitle* - subtitle of the presentation\n* *author* - author of the presentation\n* *organization* - organization the author represents\n\nKeep in mind that attributes will be escaped prior to insertion. So make sure to\nwrite +++{lt}+++, +++{gt}+++, and +++{amp}+++ instead of their single character\nequivalents.\n\nBehaviour Attributes\n--------------------\n* *header* - text placed at the top of the page\n* *footer* - text placed at the bottom of the page\n* *theme* - directory containing the required js and css, default +ui/default+\n* *defaultview* - state the slide starts in, either +slideshow+ or +outline+, default +slideshow+\n* *controlvis* - visibility of the controls, either +visible+ or +hidden+, default +hidden+\n* *transitions* (1.3) - transitions, default +false+\n* *fadeduration* (1.3) - transitions, default +500+\n* *incrduration* (1.3) - transitions, default +250+\n* *automatic* (1.3) - transitions, default +false+\n* *playloop* (1.3) - transitions, default +true+\n* *playdelay* (1.3) - transitions, default +10+\n* *audiosupport* (1.3) - transitions, default +false+\n* *audiovolume* (1.3) - transitions, default +100+\n* *audioerror* (1.3) - transitions, default +false+\n* *audiodebug* (1.3) - transitions, default +false+\n\nSome themes defines special markup for the header and footer (i.e. h1 as lower\nleft and h2 as lower right block inside the footer). Have a look at the style\ndefinition or an example for the specific theme.\n\nemptyslide\n----------\nIt is possible to create Slides without a title by using an +emptyslide+ special section.\n\nAbout\n-----\nThe s5 AsciiDoc configuration came into being because Jan Christoph Ebersbach\ndecided he was fed up of writing s5 presentations with Markdown and Wolfgang\nMachert decided he was fed up of writing presentations using\nOpenOffice/Docbook-slides.\n\nAnd since they both just started to become AsciiDoc addicts (simply because\neveryone else and their mom was already writing their diploma-thesis in latex,\nwhich made it kinda uncool doing the same) they both agreed that it would be\nnice writing them in this new toy of theirs.\n\nWell, the rest of this story is already at your harddrive...\n\nChangeset\n---------\n* added support for s5 1.3 features, 2010-04-21 21:25\n* added suppport for asciidoc 8.5, 2010-04-21 21:25\n* started ads5 reference\n* replaced css from conf with html tags, cleaned up the markup\n* version metatag reversed to markup version (previous version was based in\n  misunderstanding of the spec)\n* fixed attribute substitution bugs in header (equal sign instead of question\n  mark)\n* fixed case of defaultview and controlvis attribute\n* fixed header and footer defaults\n* added emptyslide section and theme attribute\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Fads5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjceb%2Fads5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Fads5/lists"}