{"id":20463365,"url":"https://github.com/fflch/ojs-block_additionalurl","last_synced_at":"2026-04-20T14:34:42.267Z","repository":{"id":111584281,"uuid":"585268817","full_name":"fflch/ojs-block_additionalurl","owner":"fflch","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-10T14:29:26.000Z","size":34,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T11:53:31.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/fflch.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-04T18:39:16.000Z","updated_at":"2023-03-10T14:29:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9d3e3d7-c3ad-4fbc-8654-e725285afd2d","html_url":"https://github.com/fflch/ojs-block_additionalurl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fflch/ojs-block_additionalurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflch%2Fojs-block_additionalurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflch%2Fojs-block_additionalurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflch%2Fojs-block_additionalurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflch%2Fojs-block_additionalurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fflch","download_url":"https://codeload.github.com/fflch/ojs-block_additionalurl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflch%2Fojs-block_additionalurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-11-15T13:10:47.502Z","updated_at":"2026-04-20T14:34:42.250Z","avatar_url":"https://github.com/fflch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"***Fix URL for indexing***\n\nprint:\n![image](https://user-images.githubusercontent.com/114300053/224334118-522d83e6-677b-44b8-bb48-b575f20799f5.png)\n\n\nEnglish:\n\nA ojs plugin that fix the URL from the Template for better Indexing in google, based on the language of the article.\n\nExample, the url of a PDF file written in English, which originally has the link:\n\n    https://www.revistas.usp.br/organicom/article/view/197779/188335\n\nwhen clicked becomes\n\n    https://www.revistas.usp.br/organicom/article/view/197779/188335/en_US\n    \nThe link will be automatically modified according to the language of the article (en_US, pt_BR, id_ID, etc).   \nWhen inspecting the article page, the indexing links will appear as in the screenshot at the beginning of this document.   \n\nUsing:\n\n    cd plugins/generic\n    git clone git@github.com:fflch/ojs-block_additionalurl.git\n\n-------------------------------------------------------------------------------------------------------------------\n\nPortuguês:\n\nUm plug-in ojs que corrige a URL do modelo para melhor indexação no google, com base no idioma do artigo.\n\nExemplo, a url de um arquivo PDF escrito em Português, que originalmente contém o link:\n\n      https://www.revistas.usp.br/organicom/article/view/197779/188335\n\nquando clicado torna-se\n\n      https://www.revistas.usp.br/organicom/article/view/197779/188335/pt_BR\n      \nO link será modificado automaticamente de acordo com o idioma do artigo (en_US, pt_BR, id_ID, etc).\nAo inspecionar a página do artigo, os links de indexação aparecerão como no print presente no início deste documento.    \n\nUso:\n\n    cd plugins/generic\n    git clone git@github.com:fflch/ojs-block_additionalurl.git\n\n-------------------------------------------------------------------------------------------------------------------\n\nEspañol:\n\nUn complemento de ojs que corrige la URL de la plantilla para una mejor indexación en google, según el idioma del artículo.\n\nEjemplo, la url de un archivo PDF escrito en Español, que originalmente contiene el enlace:\n\n       https://www.revistas.usp.br/organicom/article/view/197779/188335\n\ncuando se hace clic se convierte en\n\n       https://www.revistas.usp.br/organicom/article/view/197779/188335/es_ES\n    \nEl enlace se modificará automáticamente según el idioma del artículo (en_US, pt_BR, id_ID, etc).\nAl inspeccionar la página del artículo, los enlaces de indexación aparecerán como en la captura de pantalla al principio de este documento.    \n\nUtilizar:\n\n    cd plugins/generic\n    git clone git@github.com:fflch/ojs-block_additionalurl.git\n\n-------------------------------------------------------------------------------------------------------------------\n\nBahasa Indonesia(terjemahan otomatis):\n\nPlugin ojs yang mengoreksi URL template untuk pengindeksan yang lebih baik di google, berdasarkan bahasa artikel.\n\nContoh, url file PDF yang ditulis dalam bahasa Indonesia, yang aslinya berisi tautan:\n\n       https://www.revistas.usp.br/organicom/article/view/197779/188335\n\nketika diklik menjadi\n\n       https://www.revistas.usp.br/organicom/article/view/197779/188335/id_ID\n    \nTautan akan diubah secara otomatis sesuai dengan bahasa artikel (en_US, pt_BR, id_ID, dll).\n\nSaat memeriksa halaman artikel, tautan pengindeksan akan muncul seperti pada tangkapan layar di awal dokumen ini.    \n\nMenggunakan:\n\n    cd plugins/generic\n    git clone git@github.com:fflch/ojs-block_additionalurl.git\n\n***Developed by STI FFLCH USP***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflch%2Fojs-block_additionalurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffflch%2Fojs-block_additionalurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflch%2Fojs-block_additionalurl/lists"}