{"id":26447538,"url":"https://github.com/mycore-org/mir-navigation-plugin","last_synced_at":"2026-02-02T10:39:53.775Z","repository":{"id":55665867,"uuid":"138861614","full_name":"MyCoRe-Org/mir-navigation-plugin","owner":"MyCoRe-Org","description":"Includes an extended navigation for journals and series in MIR","archived":false,"fork":false,"pushed_at":"2026-01-30T13:41:38.000Z","size":113,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-31T01:15:10.708Z","etag":null,"topics":["mir","mir-plugin","mycore"],"latest_commit_sha":null,"homepage":"","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MyCoRe-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-27T09:42:07.000Z","updated_at":"2025-10-29T11:58:37.000Z","dependencies_parsed_at":"2025-10-29T13:23:14.744Z","dependency_job_id":"d7f37d8e-722e-4910-b5fb-c5c43f0169da","html_url":"https://github.com/MyCoRe-Org/mir-navigation-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MyCoRe-Org/mir-navigation-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fmir-navigation-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fmir-navigation-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fmir-navigation-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fmir-navigation-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyCoRe-Org","download_url":"https://codeload.github.com/MyCoRe-Org/mir-navigation-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fmir-navigation-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29010539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"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":["mir","mir-plugin","mycore"],"created_at":"2025-03-18T13:57:28.769Z","updated_at":"2026-02-02T10:39:53.748Z","avatar_url":"https://github.com/MyCoRe-Org.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mir-navigation-plugin\n\nIncludes an extended navigation for newspapers and series. It based on a widen solr handling for \nparent documents (root field).\n\nThe plugin provides the extended solr handling for series (solr-navigation.xsl). In frontend\ncontext there is a series layout with a panel that shows the navigation. \n\n## Installation instructions for mir lts 2023.06 (As mir-enduser)\n\n1. Download the project from this repository and place it on your computer\n\n2. Unzip the downloaded file to create a development project folder location \n\n3. Customize general mycore.properties(http://www.mycore.de/documentation/getting_started/mcr_properties.html) for this plugin (/mir-navigation-plugin/src/main/resources/config/mir-navigation-plugin/mycore.properties)\n\n4. Create jar file with maven =\u003e mvn clean \u0026\u0026 mvn install\n\n5. Copy the created jar file from target (/mir-navigation-plugin/target) to mycore home lib \n\n(Windows Systems C:\\Users\\User\\AppData\\Local\\MyCoRe\\mirapplication\\lib) \u003cbr /\u003e\n(Linux Systems /home/user/.mycore/mirapplication/lib)\n\n6. The navigation plugin uses a widen solr handling for parent documents. For this purpose, the plugin brings its own schema extensions. It is necessary to reload the solr schema (for further information have a look on solr mycore documentation http://www.mycore.de/documentation/search/using_solr.html).\nIn case of a standard solr core installation (the main core is named „main“) open the mir web cli:\n\n-\trun command „reload solr configuration main in core main“\n\t* This command synchronizes the solr main core with the solr schema from this plugin\n-\tReload the mir core with solr webadmin (Core Admin - reload)\n\t* You can do a quick check in the solr webadmin via mir schema menu item (root field should be there now)\n-\tReindex solr with the rules from the navigation plugin with command „rebuild solr metadata and content index in core main“\n\t* solr entries should provide the extended handling for parent documents now (root field)\n\n## Requirements for mods document metadata\nThe standard implementation identifies derivates as series-navigation relatable if they have set categid=\"navigation\" in derobject classification:\n\n      \u003cderobject inherited=\"0\" xlink:type=\"locator\" xlink:href=\"mir_derivate_00000001\"\u003e\n        \u003corder\u003e1\u003c/order\u003e\n        \u003cmaindoc\u003eindex.xml\u003c/maindoc\u003e\n        \u003cclassification classid=\"derivate_types\" categid=\"navigation\" /\u003e\n      \u003c/derobject\u003e\n\n\n## Migrate series navigation in mir\nFor adding the series navigation panel in the right corner you have to adapt the MIR.Layout.End property (add series-banner,series-layout):\n\n`MIR.Layout.End=mir-edit,series-banner,series-layout,mir-citation,mir-thumbnail,mir-epusta,mir-access-rights,mir-export,mir-admindata,mir-historydata`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fmir-navigation-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycore-org%2Fmir-navigation-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fmir-navigation-plugin/lists"}