{"id":28759891,"url":"https://github.com/codevise/pageflow-linkmap-page","last_synced_at":"2026-01-20T17:19:33.646Z","repository":{"id":2348259,"uuid":"46296271","full_name":"codevise/pageflow-linkmap-page","owner":"codevise","description":"Hotspot page type","archived":false,"fork":false,"pushed_at":"2024-01-15T05:52:52.000Z","size":573,"stargazers_count":0,"open_issues_count":2,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-20T22:06:19.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/codevise.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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}},"created_at":"2015-11-16T19:14:29.000Z","updated_at":"2022-02-18T08:38:00.000Z","dependencies_parsed_at":"2023-12-18T16:02:59.518Z","dependency_job_id":"d685240a-dbda-4297-a88c-536550c075d9","html_url":"https://github.com/codevise/pageflow-linkmap-page","commit_stats":{"total_commits":356,"total_committers":10,"mean_commits":35.6,"dds":0.1404494382022472,"last_synced_commit":"d7177e020cc259726cc76efc48618941650db41f"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/codevise/pageflow-linkmap-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-linkmap-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-linkmap-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-linkmap-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-linkmap-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codevise","download_url":"https://codeload.github.com/codevise/pageflow-linkmap-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-linkmap-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":[],"created_at":"2025-06-17T05:42:11.621Z","updated_at":"2026-01-20T17:19:33.638Z","avatar_url":"https://github.com/codevise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pageflow Linkmap Page\n\n[![Gem Version](https://badge.fury.io/rb/pageflow-linkmap-page.svg)](http://badge.fury.io/rb/pageflow-linkmap-page)\n[![Build Status](https://github.com/codevise/pageflow-linkmap-page/workflows/tests/badge.svg)](https://github.com/codevise/pageflow-linkmap-page/actions)\n\nPage type to display customizable link areas to internal/external\npages and inline audio players.\n\n## Installation\n\nAdd this line to your application's `Gemfile`:\n\n    gem 'pageflow-linkmap-page'\n    gem 'pageflow-external-links' # needed to copy the migration contained within\n\nRegister the page type inside the configure block in `config/initializers/pageflow.rb`\n\n    Pageflow.configure do |config|\n      config.plugin(Pageflow::LinkmapPage.plugin)\n    end\n\nInclude javascripts and stylesheets:\n\n    # app/assets/javascripts/pageflow/application.js\n    //= require pageflow/linkmap_page\n\n    # app/assets/javascripts/pageflow/editor.js\n    //= require pageflow/linkmap_page/editor\n\n    # app/assets/stylesheets/pageflow/application.scss\n    @import \"pageflow/linkmap_page\";\n\n    # app/assets/stylesheets/pageflow/editor.scss\n    @import \"pageflow/linkmap_page/editor\";\n\nImport default theme additions:\n\n    # app/assets/stylesheets/pageflow/themes/default.scss\n\n    @import \"pageflow/linkmap_page/themes/default\";\n\n    /* Display arrows left and right to indicate panorama */\n    @import \"pageflow/linkmap_page/themes/default/scroll_indicators\";\n\nInstall dependencies:\n\n    bundle install\n\nInstall and run migrations:\n\n    $ rake pageflow_linkmap_page:install:migrations\n    $ rake db:migrate\n\nThen follow the installation instructions for the [pageflow-external-links](https://github.com/codevise/pageflow-external-links) gem.\n\nRestart the application server and enable the corresponding page type\nfeature for entries in the tab *features*.\n\n## Troubleshooting\n\nIf you run into problems while installing the page type, please also refer to the\n[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki\npage in the [Pageflow  repository](https://github.com/codevise/pageflow). If that\ndoesn't help, consider\n[filing an issue](https://github.com/codevise/pageflow-linkmap-page/issues).\n\n## Contributing Locales\n\nEdit the translations directly on the\n[pageflow-linkmap-page](http://www.localeapp.com/projects/public?search=tf/pageflow-linkmap-page)\nlocale project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-linkmap-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodevise%2Fpageflow-linkmap-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-linkmap-page/lists"}