{"id":18517727,"url":"https://github.com/projectblacklight/blacklight_folders","last_synced_at":"2025-08-03T15:40:31.582Z","repository":{"id":21843711,"uuid":"25166887","full_name":"projectblacklight/blacklight_folders","owner":"projectblacklight","description":"Allow grouping of blacklight bookmarks into user created reference folders","archived":false,"fork":false,"pushed_at":"2016-04-21T18:43:29.000Z","size":264,"stargazers_count":6,"open_issues_count":12,"forks_count":7,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-03T03:47:07.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectblacklight.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-13T16:25:13.000Z","updated_at":"2022-09-04T20:55:21.000Z","dependencies_parsed_at":"2022-08-20T00:00:58.311Z","dependency_job_id":null,"html_url":"https://github.com/projectblacklight/blacklight_folders","commit_stats":null,"previous_names":["curationexperts/blacklight_folders"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectblacklight%2Fblacklight_folders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectblacklight%2Fblacklight_folders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectblacklight%2Fblacklight_folders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectblacklight%2Fblacklight_folders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectblacklight","download_url":"https://codeload.github.com/projectblacklight/blacklight_folders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248002988,"owners_count":21031712,"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-11-06T17:08:09.904Z","updated_at":"2025-04-09T08:30:58.145Z","avatar_url":"https://github.com/projectblacklight.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"{\u003cimg src=\"https://travis-ci.org/projectblacklight/blacklight_folders.svg?branch=master\" alt=\"Build Status\" /\u003e}[https://travis-ci.org/projectblacklight/blacklight_folders]\n= Blacklight Folders\n{\u003cimg src=\"https://cloud.githubusercontent.com/assets/92044/5508092/f2ad37b0-876e-11e4-8f73-f08afe23c17b.png\" alt=\"screenshot\" /\u003e}[https://cloud.githubusercontent.com/assets/92044/5508092/f2ad37b0-876e-11e4-8f73-f08afe23c17b.png]\n---\n{\u003cimg src=\"https://cloud.githubusercontent.com/assets/92044/5416801/a437a8c0-81f8-11e4-9285-01d230caf80c.png\" alt=\"screenshot\" /\u003e}[https://cloud.githubusercontent.com/assets/92044/5416801/a437a8c0-81f8-11e4-9285-01d230caf80c.png]\n---\n{\u003cimg src=\"https://cloud.githubusercontent.com/assets/92044/5416800/a434b49e-81f8-11e4-85a0-d302aa5c7e24.png\" alt=\"screenshot\" /\u003e}[https://cloud.githubusercontent.com/assets/92044/5416800/a434b49e-81f8-11e4-85a0-d302aa5c7e24.png]\n---\n\n== To create a new blacklight application with blacklight_folders\n\n* Create a new rails application\n\n* Add the \u003ccode\u003eblacklight\u003c/code\u003e gem and the \u003ccode\u003eblacklight_folders\u003c/code\u003e gem to your Gemfile\n\n* Run \u003ccode\u003ebundle install\u003c/code\u003e\n\n* Run the blacklight generator with the \u003ccode\u003e--devise\u003c/code\u003e switch, following the {instructions on the blacklight wiki}[https://github.com/projectblacklight/blacklight/wiki/Quickstart#creating-a-new-application-the-hard-way] to set up your blacklight app. _NOTE:_ If you're using blacklight_folders for a library catalog, you probably want the \u003ccode\u003e--marc\u003c/code\u003e switch as well; if you're running it locally (for testing, etc.), you probably want the \u003ccode\u003e--jettywrapper\u003c/code\u003e switch too. \n\n    $ rails g blacklight:install --devise --marc --jettywrapper\n\n* Run the blacklight_folders generator\n\n    $ rails g blacklight_folders:install\n\n== To add blacklight_folders to an existing blacklight application\n\n* Add the \u003ccode\u003eblacklight_folders\u003c/code\u003e gem to your Gemfile, and run \u003ccode\u003ebundle install\u003c/code\u003e\n\n* Run the blacklight_folders generator\n\n    $ rails g blacklight_folders:install\n\n==== Migrate Existing Data\n\n* If your blacklight app has existing users that already have bookmarks saved, run the migration task to add each user's existing bookmarks to their default folder.\n\n    $ rake blacklight_folders:db:migrate_data\n\n== Configuration\n\n* By default, the user's 5 most recently updated folders will appear in the drop-down menu in the navigation bar.  If you want to change the number of folders that appear in the list, you can set the MENU_LIMIT constant in an initializer (config/initializers/blacklight_folders.rb).\n\n        Blacklight::Folders::Folder::MENU_LIMIT = 5\n\n* If you wish to change the name of each user's default folder, override the entry for \u003ccode\u003edefault_folder_name\u003c/code\u003e in the localization files, using the \u003ccode\u003econfig/locales/blacklight_folders.en.yml\u003c/code\u003e file as an example.\n\n---\n\n{Developers Guide}[https://github.com/projectblacklight/blacklight_folders/wiki/Developer-Guide]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectblacklight%2Fblacklight_folders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectblacklight%2Fblacklight_folders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectblacklight%2Fblacklight_folders/lists"}