{"id":37905938,"url":"https://github.com/solr-cool/solr-cool.github.io","last_synced_at":"2026-01-16T17:10:54.949Z","repository":{"id":33081961,"uuid":"36719144","full_name":"solr-cool/solr-cool.github.io","owner":"solr-cool","description":"The Solr Package Directory and Sanctuary","archived":false,"fork":false,"pushed_at":"2025-07-15T22:05:53.000Z","size":8195,"stargazers_count":13,"open_issues_count":12,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-16T21:03:39.787Z","etag":null,"topics":["jekyll","search","search-engine","solr"],"latest_commit_sha":null,"homepage":"https://solr.cool","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solr-cool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-02T08:28:29.000Z","updated_at":"2025-07-15T22:05:57.000Z","dependencies_parsed_at":"2023-01-14T23:17:30.078Z","dependency_job_id":null,"html_url":"https://github.com/solr-cool/solr-cool.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solr-cool/solr-cool.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-cool%2Fsolr-cool.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-cool%2Fsolr-cool.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-cool%2Fsolr-cool.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-cool%2Fsolr-cool.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solr-cool","download_url":"https://codeload.github.com/solr-cool/solr-cool.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-cool%2Fsolr-cool.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["jekyll","search","search-engine","solr"],"created_at":"2026-01-16T17:10:54.501Z","updated_at":"2026-01-16T17:10:54.939Z","avatar_url":"https://github.com/solr-cool.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis Build Status](https://travis-ci.org/solr-cool/solr-cool.github.io.svg?branch=master)](https://travis-ci.org/github/solr-cool/solr-cool.github.io)\n\nThis repo holds the content for the [solr.cool](https://solr.cool) website\nand Solr Package repository.\n\n## Building\n\nThe website is built using [Jekyll](https://jekyllrb.com/) and\nhosted on Github Pages. Use the official Docker image to fire \nup a local Jekyll instance and point your browser to [localhost:4000](http://localhost:4000/).\n\n```\ndocker run --rm \\\n     --volume=\"$PWD:/srv/jekyll\" \\\n     -p \"4000:4000\" \\\n     -it jekyll/jekyll:3.8 \\\n     jekyll serve --watch\n```\n\n### Structure of package meta data\n\nSolr package information and scraped meta data is checked in into\nthe [Jekyll `_data` folder](https://jekyllrb.com/docs/datafiles/)\nin this repo:\n\n* `_data/packages` – basic package information (manually curated)\n* `_data/details` (_generated_) – scraped repository information of each package\n* `_data/releases` (_generated_) – scraped release version information of each package\n\n### Updating scraped package meta data\n\n\u003e ☝️ The update process is triggered by Travis CI on a daily basis.\n\nTo update package repository, release and version information, run\nthe `build.sh` script. For each package it will:\n\n1. collect repository meta data from Github\n1. collect release information from Github\n1. collect build status information from Github (if applicable)\n1. compile a Solr package manager inventory file\n1. download and sign the release JARs\n1. test installation and deinstallation of the package in a vanilla Solr installation\n\nTo run the `build.sh` locally, you need a [personal Github access token](https://github.com/settings/tokens)\nand a public/private key pair:\n\n```bash\nexport GH_USER=\u003cyour-github-username\u003e\nexport GH_ACCESS_TOKEN=\u003cyour-github-access-token\u003e\nopenssl genrsa -out solr.cool.pem 4096\nopenssl rsa -in solr.cool.pem -pubout -outform DER -out publickey.der\n```\n\n## Adding content\n\n\u003e 💡 You are very welcome to add your Solr package to solr.cool. We\n\u003e are open to both FOSS and commercially licensed packages.\n\n[Please read the contributing guidelines how to add your package to the repository](CONTRIBUTING.md).\nIt's pretty easy, I swear!\n\n## Deployment\n\nPush to `master` on Github. Done.\n\n## License\n\nThis project is licensed under the [Apache License, Version 2](http://www.apache.org/licenses/LICENSE-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolr-cool%2Fsolr-cool.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolr-cool%2Fsolr-cool.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolr-cool%2Fsolr-cool.github.io/lists"}