{"id":28759904,"url":"https://github.com/codevise/pageflow-external-links","last_synced_at":"2025-06-17T05:42:31.962Z","repository":{"id":18880846,"uuid":"22098318","full_name":"codevise/pageflow-external-links","owner":"codevise","description":"Page Type for Linking to External Sites.","archived":false,"fork":false,"pushed_at":"2024-01-15T05:52:31.000Z","size":223,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-10T01:18:21.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":"2014-07-22T09:28:58.000Z","updated_at":"2023-01-13T13:39:50.000Z","dependencies_parsed_at":"2024-01-15T06:51:10.568Z","dependency_job_id":"e3222794-c6fb-46f8-9a85-11fd1bc539de","html_url":"https://github.com/codevise/pageflow-external-links","commit_stats":{"total_commits":108,"total_committers":9,"mean_commits":12.0,"dds":"0.20370370370370372","last_synced_commit":"ed22ec17d42fed80306fabac1084033c6ddab528"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/codevise/pageflow-external-links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-external-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-external-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-external-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-external-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codevise","download_url":"https://codeload.github.com/codevise/pageflow-external-links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-external-links/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260123969,"owners_count":22962197,"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":"2025-06-17T05:42:21.107Z","updated_at":"2025-06-17T05:42:31.946Z","avatar_url":"https://github.com/codevise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pageflow External Links\n\n[![Gem Version](https://badge.fury.io/rb/pageflow-external-links.svg)](http://badge.fury.io/rb/pageflow-external-links)\n[![Build Status](https://github.com/codevise/pageflow-external-links/workflows/tests/badge.svg)](https://github.com/codevise/pageflow-external-links/actions)\n\nPage type to display links to external pages.\n\n* [Theme Settings](http://codevise.github.io/pageflow-external-links/theme/master/)\n\n## Installation\n\nAdd this line to your application's `Gemfile`:\n\n    gem 'pageflow-external-links'\n\nRegister the page type inside the configure block in `config/initializers/pageflow.rb`\n\n    Pageflow.configure do |config|\n      config.plugin(Pageflow::ExternalLinks.plugin)\n    end\n\nInclude javascripts and stylesheets:\n\n    # app/assets/javascripts/pageflow/application.js\n    //= require pageflow/external_links\n\n    # app/assets/javascripts/pageflow/editor.js\n    //= require pageflow/external_links/editor\n\n    # app/assets/stylesheets/pageflow/application.scss\n    @import \"pageflow/external_links\";\n\n    # app/assets/stylesheets/pageflow/editor.scss\n    @import \"pageflow/external_links/editor\";\n\nIf you are using Sass \u003c 3.4, import the legacy theme:\n\n    # app/assets/stylesheets/pageflow/themes/default.scss\n    @import \"pageflow/external_links/themes/legacy\";\n\nWith Sass 3.4 or newer, you can use the default theme:\n\n    # app/assets/stylesheets/pageflow/themes/default.scss\n    @import \"pageflow/external_links/themes/default\";\n\nMount the routes in `config/routes.rb`:\n\n    authenticated do\n      mount Pageflow::ExternalLinks::Engine, at: '/external_links'\n    end\n\nInstall dependencies:\n\n    bundle install\n\nCopy migrations of pageflow-external-links into your project:\n\n    bundle exec rake pageflow_external_links:install:migrations\n\nMigrate the database:\n\n    bundle exec rake db:migrate\n\nRestart the application server.\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-external-links/issues).\n\n## Contributing Locales\n\nEdit the translations directly on the\n[pageflow-external-links](http://www.localeapp.com/projects/public?search=tf/pageflow-external-links)\nlocale project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-external-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodevise%2Fpageflow-external-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-external-links/lists"}