{"id":13895133,"url":"https://github.com/jackaudio/jackaudio.github.com","last_synced_at":"2025-05-15T13:07:18.855Z","repository":{"id":2372268,"uuid":"3336835","full_name":"jackaudio/jackaudio.github.com","owner":"jackaudio","description":"jackaudio's Website and Wiki hosted at github","archived":false,"fork":false,"pushed_at":"2025-04-01T12:04:37.000Z","size":3608,"stargazers_count":470,"open_issues_count":39,"forks_count":77,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-05-06T15:49:31.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/jackaudio.png","metadata":{"files":{"readme":"README.md","changelog":"news/archive/index.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2012-02-02T17:16:59.000Z","updated_at":"2025-04-15T20:26:49.000Z","dependencies_parsed_at":"2024-04-16T00:39:50.952Z","dependency_job_id":"b11b93e4-b39d-49ee-be17-1aa8b98dcd2d","html_url":"https://github.com/jackaudio/jackaudio.github.com","commit_stats":{"total_commits":333,"total_committers":36,"mean_commits":9.25,"dds":0.5915915915915916,"last_synced_commit":"979f62c8a65fd3bf93be7f506320965856c3758c"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackaudio%2Fjackaudio.github.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackaudio%2Fjackaudio.github.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackaudio%2Fjackaudio.github.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackaudio%2Fjackaudio.github.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackaudio","download_url":"https://codeload.github.com/jackaudio/jackaudio.github.com/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"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":[],"created_at":"2024-08-06T18:02:01.407Z","updated_at":"2025-05-15T13:07:18.407Z","avatar_url":"https://github.com/jackaudio.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Source code for the [jackaudio.org] homepage\n\n[![Travis build badge]](https://travis-ci.org/jackaudio/jackaudio.github.com)\n\n## Contribute\n\nTo report bugs and issues with JACK, please use the corresponding\n[JACK 1] and [JACK 2] bug trackers.\n\nYou can currently contribute to the homepage by checking the page for dead/wrong\nlinks and formatting mistakes and file bugreports about them.\n\nIf you feel comfortable fixing issues yourself, please file a [pull request].\n\nIf you want to help out on the style part, you are more than welcome to clone the\nrepo and start hacking but please communicate about your vision,\nso there won't be any drama.\n\nIf you have any ideas or suggestions, please feel free to contact the authors via\njack-devel mailinglist or on Github.\n\n## Test with Jekyll locally\n\nIn order to test the website without having a webserver running and also see\nthe changes in real time use the `setup.sh` script to run [Jekyll] locally from\nthe repository directory.\n\nIt requires [ruby] to be installed, the rest will be installed locally in a\n`.bundle` directory.\n\nThe current Gemfile configuration is set to use the same\nJekyll version as [GitHub pages].\n\nThe website will be available at \u003chttp://localhost:4000/\u003e.\n\nIf using another webserver you'll need to point it to the built `_site` directory.\n\n## Adding FAQ pages\n\n1. Create a new *.md file in the FAQ directory\n2. Insert a [YAML front-matter] header as in the other files in the FAQ directory,\n   they are required for Jekyll to process the file\n3. Add your content in markdown format\n4. Link to your new FAQ page in the `/faq/index.md` page\n\n## Creating posts\n\nThe easy way is by running the following command from the repository root:\n\n```bash\n$ ./new_post.sh \"New post title\" author_name\n```\n\nOtherwise manually by creating a new .md file in the [_posts] directory,\npaying attention for a correct filename using a\n`YYYY-MM-DD-lowercase-with-only-letters-numbers-and-hyphens-filename.md`\nmask and [YAML front-matter] (see other post files as reference).\n\n## Development notes\n\n- All page links currently require the `.html` suffix in order to work with any\n  webserver, not to depend solely on Jekyll.\n- Please use an [EditorConfig] compatible editor to avoid indentation,\n  whitespaces and missing lines at EOF issues.\n- Desired line length maximum is 82 columns.\n- See above to how to test page's changes with Jekyll.\n- For further information please refer to the [Jekyll manual].\n- Use external hosting links for the download section like [GitHub releases],\n  no download files in the repository for a better maintenance.\n\n[jackaudio.org]:     https://jackaudio.org\n[JACK 1]:            https://github.com/jackaudio/jack1/issues\n[JACK 2]:            https://github.com/jackaudio/jack2/issues\n[pull request]:      https://github.com/jackaudio/jackaudio.github.com/pulls\n[Jekyll]:            https://jekyllrb.com/\n[ruby]:              https://www.ruby-lang.org/en/\n[GitHub pages]:      https://pages.github.com/versions/\n[YAML front-matter]: https://jekyllrb.com/docs/front-matter/\n[_posts]:            https://github.com/jackaudio/jackaudio.github.com/tree/master/_posts/\n[EditorConfig]:      https://editorconfig.org/\n[Jekyll manual]:     https://jekyllrb.com/docs/\n[GitHub releases]:   https://help.github.com/en/github/administering-a-repository/about-releases\n[blog]:              https://github.com/wxWidgets/website/tree/master/blog\n[Travis build badge]:https://img.shields.io/travis/jackaudio/jackaudio.github.com.svg?label=Build\u0026style=popout\u0026logo=jekyll\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackaudio%2Fjackaudio.github.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackaudio%2Fjackaudio.github.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackaudio%2Fjackaudio.github.com/lists"}