{"id":38049483,"url":"https://github.com/jdpro/scolomfr-recette","last_synced_at":"2026-01-16T20:03:20.511Z","repository":{"id":17342636,"uuid":"81711376","full_name":"jdpro/scolomfr-recette","owner":"jdpro","description":"Metadata vocabularies quality tool for french learning resources","archived":false,"fork":false,"pushed_at":"2023-04-18T05:09:23.000Z","size":11673,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-17T16:17:16.708Z","etag":null,"topics":["metadata","semantic-web","skos","spring","vocabularies"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jdpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-12T07:52:36.000Z","updated_at":"2022-10-30T17:06:38.000Z","dependencies_parsed_at":"2023-01-11T20:26:25.848Z","dependency_job_id":null,"html_url":"https://github.com/jdpro/scolomfr-recette","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdpro/scolomfr-recette","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdpro%2Fscolomfr-recette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdpro%2Fscolomfr-recette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdpro%2Fscolomfr-recette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdpro%2Fscolomfr-recette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdpro","download_url":"https://codeload.github.com/jdpro/scolomfr-recette/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdpro%2Fscolomfr-recette/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482242,"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":["metadata","semantic-web","skos","spring","vocabularies"],"created_at":"2026-01-16T20:03:19.643Z","updated_at":"2026-01-16T20:03:20.482Z","avatar_url":"https://github.com/jdpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scolomfr-recette\n\n## General purpose\n\nA web+shell application designed to assist in the recipe work of the vocabularies used in the ScoLOMFR metadata resource standard.\n\n## Requirements\n\nscolomfr-recette requires **Java 8** for execution. \n\n## Installation\n\n### From sources\n\n#### Fetch source code\n\n```shell\ngit clone https://github.com/j-dornbusch/scolomfr-recette.git\n```\n#### Build war\n\nDuplicate by hand [user properties template](src/main/resources/user.properties.dist), remove .dist extension and type in the logins and password of users allowed to access the application in privileged mode (i.e. to report false positives). \nThen :\n\n```shell\nmvn clean install\n```\n\nDeploy target/recette.war into a Web application container like Tomcat.\n\nProvide your tomcat credentials as local maven settings.\n\n```xml\n\u003cserver\u003e\n      \u003cid\u003eserver-identifier-1234\u003c/id\u003e\n      \u003cusername\u003etomcat-user\u003c/username\u003e\n      \u003cpassword\u003etomcat-pass\u003c/password\u003e\n\u003c/server\u003e\n```\nUpdate pom.xml with your tomcat parameters\n\n```xml\n\u003cplugin\u003e\n\t\t\t\t\u003cgroupId\u003eorg.apache.tomcat.maven\u003c/groupId\u003e\n          \u003c!--...--\u003e\n\t\t\t\t\u003cconfiguration\u003e\n          \u003c!--...--\u003e\n\t\t\t\t\t\u003curl\u003ehttp://tomcat-managers-text-host/manager/text\u003c/url\u003e\n\t\t\t\t\t\u003cserver\u003eserver-identifier-1234\u003c/server\u003e\n          \u003c!--...--\u003e\n      \u003c/configuration\u003e\n\u003c/plugin\u003e\n```\n\nThen :\n\n```shell\nmvn tomcat7:deploy\n```\nAn exemple of Tomcat context file is given [here](doc/recette.xml). It must contain \"ver\" and \"dir\" parameters (see [below](#parameters)) \n\n#### Build web static ressources if necessary\n\nIf modified, web static resources like js, css files need to be rebuilt by [Gulp](http://gulpjs.com/)\n\nMove to webapp resources directory.\n\n```shell\ncd scolomfr-recette/src/main/webapp/WEB-INF/resources\nbower install bower.json\ngulp\n```\nIf asked by bower to choose a dependency version number, opt for the newest.\n\nInstall one of these missing components if requested (Ubuntu users may need a sudo) :\n\n```shell\nnpm install -g bower \nnpm install --global gulp-cli\nnpm install --save-dev gulp\nnpm install --save-dev gulp-less\nnpm install --save-dev browser-sync\nnpm install --save-dev gulp-header\nnpm install --save-dev gulp-clean-css\nnpm install --save-dev gulp-rename\nnpm install --save-dev gulp-uglify\n```\n\n#### Build shell version\n\n```shell\nmvn mvn -f pom-cli.xml package\n```\n\nLaunch shell version through command line :\n\n```shell\njava -Dver=3.2.0 -Ddir=doc/scolomfr -jar target/recette.one-jar.jar\n```\n#### Parameters\n\nBoth web version and shell version expect two parameters at startup.\n\n* ver : default version of vocabularies\n\nIf not provided, all commands must be accompanied by the \"--version\" option.\n\n* dir : relative path to vocabularies directory\n\nAny subfolder of this directory will be treated as a version of the vocabularies if it contains a manifest in yaml format (see for example : [3.2 manifest](doc/scolomfr/scolomfr-v-3-2-0/manifest.yml))\n\n#### Quality measurement\n\nLaunch a sonar instance and type :\n\n```shell\nmvn clean verify sonar:sonar\n```\nUnit tests code coverage is measured by Jacoco.\n\n## Shell version\n\n### Features\n\nThey are basically the same as those of the web version.\n\nList sources in vdex format for version 3.0 :\n\n```shell\n\u003e sources --version 3.1.0 --format vdex\n```\nTestcases reference :\n\n```shell\n\u003e tests\n```\nLaunches test a7 on version 3.2, vocabulary 14 :\n\n```shell\n\u003e Test a7 --version 3.2.0 --skostype skosxl --vocabulary http://data.education.fr/voc/scolomfr/scolomfr-voc-014\n```\nLaunches a21 comparison test of version 3.2 and 3.1 :\n\n```shell\n\u003e Test a21 --version 3.2.0 --version2 3.1.0 --skostype skos\n```\n\nOtherwise, ```help```, ```help test```, ```help sources``` will allow you to access some documentation\n\n### Shell version limitations\n\n'a15' testcase (spellchecking) is not functional in this version.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdpro%2Fscolomfr-recette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdpro%2Fscolomfr-recette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdpro%2Fscolomfr-recette/lists"}