{"id":13993262,"url":"https://github.com/hankache/rakuguide","last_synced_at":"2025-04-06T06:11:02.687Z","repository":{"id":2467482,"uuid":"46617152","full_name":"hankache/rakuguide","owner":"hankache","description":"The Raku Guide","archived":false,"fork":false,"pushed_at":"2024-05-26T20:55:03.000Z","size":4562,"stargazers_count":199,"open_issues_count":14,"forks_count":65,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-03-30T04:11:10.382Z","etag":null,"topics":["guide","introduction","raku","tutorial"],"latest_commit_sha":null,"homepage":"https://raku.guide","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hankache.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":"2015-11-21T13:48:23.000Z","updated_at":"2025-03-23T00:45:43.000Z","dependencies_parsed_at":"2024-01-05T22:32:01.178Z","dependency_job_id":"1494d807-0e1c-4828-a17d-f1fd2b343c45","html_url":"https://github.com/hankache/rakuguide","commit_stats":{"total_commits":638,"total_committers":60,"mean_commits":"10.633333333333333","dds":0.7272727272727273,"last_synced_commit":"eacf1f5c2ba05a412ca7d1bfb33f0535e4bdb573"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankache%2Frakuguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankache%2Frakuguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankache%2Frakuguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hankache%2Frakuguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hankache","download_url":"https://codeload.github.com/hankache/rakuguide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441053,"owners_count":20939239,"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":["guide","introduction","raku","tutorial"],"created_at":"2024-08-09T14:02:18.044Z","updated_at":"2025-04-06T06:11:02.660Z","avatar_url":"https://github.com/hankache.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Raku Guide\n\nThis document is intended to give you a quick overview of the Raku programming language.  \nFor those who are new to Raku it should get you up and running.\n\n### Website\nFor online reading navigate to:  \n* English: https://raku.guide\n* French: https://raku.guide/fr\n* German: https://raku.guide/de\n* Japanese: https://raku.guide/ja\n* Spanish: https://raku.guide/es\n* Portuguese: https://raku.guide/pt\n* Dutch: https://raku.guide/nl\n* Bulgarian: https://raku.guide/bg\n* Chinese: https://raku.guide/zh\n* Italian: https://raku.guide/it\n* Turkish: https://raku.guide/tr\n* Indonesian: https://raku.guide/id\n* Russian: https://raku.guide/ru\n* Ukrainian: https://raku.guide/uk\n\n### Building the document\nThe document is written in asciidoc format and generated using\nasciidoctor and pygments.  You will need a current version of **ruby**,\n**asciidoctor**, **pygments**, and a special gem that provides a pre-release version\nof **asciidoctor-pdf**.\n\nInstall the required tools:\n\n    $ sudo pip install Pygments\n    $ sudo gem install asciidoctor\n    $ sudo gem install asciidoctor-pdf\n    $ sudo gem install pygments.rb\n\nTo produce **rakuguide.pdf**, run:\n\n    $ asciidoctor-pdf rakuguide.adoc\n\nTo produce **rakuguide.html**, run:\n\n    $ asciidoctor rakuguide.adoc\n\n### Feedback\nAll feedback is welcomed:\n* Corrections\n* Suggestions\n* Additions\n* Translations\n\n### Translations\nIf you wish to translate this document, always use the English version as your starting point.\nIf you are starting a new translation create a new file. For example, the French translation will be in fr.rakuguide.adoc, the Deutsch translation in de.rakuguide.adoc  \nIf you want to modify a translated version, consider modifying the English version first. It is important that all translations be kept in sync.\n\nCurrently the translations are in different phases of completion. For completeness rely on the English version.\n\n### Contributing\nKindly prefix your commit title with the language it is targeting. For example, all commits targeting the English version would have a title that starts with [EN]. All commits targeting the Spanish translation have a title that starts with [ES].\n\n### Authors\n* Original English version: [Naoum Hankache](https://github.com/hankache)\n* French Translation: [Romuald Nuguet](https://github.com/kolikov)\n* German Translation: Sören Laird Sörries\n* Japanese Translation: [Itsuki Toyota](https://github.com/titsuki)\n* Spanish Translation: [Ramiro Encinas](https://github.com/ramiroencinas)\n* Portuguese Translation: [Breno G. de Oliveira](https://github.com/garu)\n* Dutch Translation: [Elizabeth Mattijsen](https://github.com/lizmat)\n* Bulgarian Translation: [Красимир Беров](https://github.com/kberov)\n* Chinese Translation: [wenjie1991](https://github.com/wenjie1991) and [ohmycloud](https://ohmycloud.github.io)\n* Italian Translation: [MarsMarsico](https://github.com/marsmarsico)\n* Turkish Translation: [Yalın Pala](https://github.com/yplog)\n* Indonesian Translation: [Heince Kurniawan](https://github.com/heince)\n* Russian Translation: [Alexander Kiryuhin](https://github.com/Altai-man)\n* Ukrainian Translation: [Dmytro Iaskolko](https://github.com/s0t0na)\n\nFor the full list of contributors: https://github.com/hankache/rakuguide/graphs/contributors\n\n### License\nCreative Commons Attribution-ShareAlike 4.0 International License.  \nTo view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhankache%2Frakuguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhankache%2Frakuguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhankache%2Frakuguide/lists"}