{"id":16445755,"url":"https://github.com/mslinn/jekyll_archive_display","last_synced_at":"2025-10-07T14:17:31.897Z","repository":{"id":56878451,"uuid":"471400900","full_name":"mslinn/jekyll_archive_display","owner":"mslinn","description":"Jekyll tag plugin that lists the names and contents of each entry in a tar file","archived":false,"fork":false,"pushed_at":"2025-07-13T01:34:41.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T13:48:07.254Z","etag":null,"topics":["jekyll","jekyll-plugin","tar"],"latest_commit_sha":null,"homepage":"https://www.mslinn.com/jekyll_plugins/jekyll_archive_display.html","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mslinn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-03-18T14:30:46.000Z","updated_at":"2025-07-13T01:34:44.000Z","dependencies_parsed_at":"2023-11-09T23:16:32.032Z","dependency_job_id":"fe6e52f3-bdbf-42b3-bd84-41809c29f6e3","html_url":"https://github.com/mslinn/jekyll_archive_display","commit_stats":{"total_commits":54,"total_committers":2,"mean_commits":27.0,"dds":"0.16666666666666663","last_synced_commit":"2fdb99922b9c30d897b5cc7b6459fcbf201997a8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mslinn/jekyll_archive_display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fjekyll_archive_display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fjekyll_archive_display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fjekyll_archive_display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fjekyll_archive_display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mslinn","download_url":"https://codeload.github.com/mslinn/jekyll_archive_display/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mslinn%2Fjekyll_archive_display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278787550,"owners_count":26045768,"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-10-07T02:00:06.786Z","response_time":59,"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":["jekyll","jekyll-plugin","tar"],"created_at":"2024-10-11T09:45:17.897Z","updated_at":"2025-10-07T14:17:31.877Z","avatar_url":"https://github.com/mslinn.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"`jekyll_archive_display`\n[![Gem Version](https://badge.fury.io/rb/jekyll_archive_display.svg)](https://badge.fury.io/rb/jekyll_archive_display)\n===========\n\n`jekyll_archive_display` is a Jekyll plugin, packaged as a Ruby gem, that lists the names and contents of each entry in a `tar` file.\n\nThe following HTML is emitted for each text file within the `tar`:\n```HTML\n\u003cdiv class='codeLabel'\u003e{tar_entry.full_name}\u003c/div\u003e\n\u003cpre data-lt-active='false'\u003e{file_contents}\u003c/pre\u003e\n```\n\n\nBinary files are displayed like this:\n\n**`usr/bin/ruby2.7 (application/x-sharedlib; charset=binary)`**\u003cbr\u003e\n*Binary file*\n\n\n## Syntax\n```\n{% archive_display filename.tar %}\n```\n\n## Additional Information\nMore information is available on Mike Slinn's web site about\n[Jekyll plugins](https://www.mslinn.com/blog/index.html#Jekyll).\n\n\n## Installation\n\n### Install dependencies:\n - Ubuntu:\n   ```shell\n   sudo apt install libmagic-dev\n   ```\n - Mac:\n   ```shell\n   brew install libmagic\n   ```\n\n### Gems\nAdd this line to your Jekyll website's `_config.yml`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll_archive_display'\nend\n```\n\nAlso add it to `_config.yml`:\n```yaml\nplugins:\n  - jekyll_archive_display\n```\n\nInstall all dependent gems of your Jekyll website in the usual way:\n\n    $ bundle install\n\n\n## Additional Information\nMore information is available on\n[Mike Slinn\u0026rsquo;s website](https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html).\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies.\n\nYou can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n\n### Build and Install Locally\nTo build and install this gem onto your local machine, run:\n```shell\n$ bundle exec rake install\njekyll_archive_display 1.0.0 built to pkg/jekyll_archive_display-0.1.0.gem.\njekyll_archive_display (1.0.0) installed.\n```\n\nExamine the newly built gem:\n```shell\n$ gem info jekyll_archive_display\n\n*** LOCAL GEMS ***\n\njekyll_archive_display (1.0.0)\n    Author: Mike Slinn\n    Homepage:\n    https://github.com/mslinn/jekyll_archive_display\n    License: MIT\n    Installed at: /home/mslinn/.gems\n\n    Jekyll tag plugin that lists the names and contents of each entry in a tar file.\n```\n\n\n### Build and Push to RubyGems\nTo release a new version,\n  1. Update the version number in `version.rb`.\n  2. Commit all changes to git; if you don't the next step might fail with an unexplainable error message.\n  3. Run the following:\n     ```shell\n     $ bundle exec rake release\n     ```\n     The above creates a git tag for the version, commits the created tag,\n     and pushes the new `.gem` file to [RubyGems.org](https://rubygems.org).\n\n\n## Contributing\n\n1. Fork the project\n2. Create a descriptively named feature branch\n3. Add your feature\n4. Submit a pull request\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fjekyll_archive_display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmslinn%2Fjekyll_archive_display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmslinn%2Fjekyll_archive_display/lists"}