{"id":29012160,"url":"https://github.com/liblouis/liblouis-mode","last_synced_at":"2026-02-02T23:15:30.749Z","repository":{"id":40404835,"uuid":"478599950","full_name":"liblouis/liblouis-mode","owner":"liblouis","description":"An Emacs major mode for editing liblouis braille translation tables","archived":false,"fork":false,"pushed_at":"2022-05-10T14:36:42.000Z","size":36,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-03-26T15:32:20.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/liblouis.png","metadata":{"files":{"readme":"README.org","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":"2022-04-06T14:39:15.000Z","updated_at":"2024-03-26T15:32:20.529Z","dependencies_parsed_at":"2022-08-09T19:30:54.718Z","dependency_job_id":null,"html_url":"https://github.com/liblouis/liblouis-mode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/liblouis/liblouis-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liblouis%2Fliblouis-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liblouis%2Fliblouis-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liblouis%2Fliblouis-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liblouis%2Fliblouis-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liblouis","download_url":"https://codeload.github.com/liblouis/liblouis-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liblouis%2Fliblouis-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261927691,"owners_count":23231383,"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-25T18:15:18.241Z","updated_at":"2026-02-02T23:15:25.708Z","avatar_url":"https://github.com/liblouis.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Liblouis Mode\n#+author: Christian Egli\n\n[[https://github.com/liblouis/liblouis-mode/actions/workflows/elisp-lint.yml][https://github.com/liblouis/liblouis-mode/actions/workflows/elisp-lint.yml/badge.svg]]\n\nLiblouis mode is an Emacs major mode for editing [[https://github.com/liblouis/liblouis][liblouis]] braille\ntranslation tables.\n\n* Installation\n\nliblouis-mode is available on [[https://melpa.org/][MELPA]], and can be installed with the\nstandard command package-install:\n\n#+begin_example\nM-x package-install RET liblouis-mode RET\n#+end_example\n\nAlternatively, you can use [[https://github.com/jwiegley/use-package][use-package]] to automatically install and\nconfigure ~liblouis-mode~. Just add the following to your init file:\n\n#+begin_src emacs-lisp\n  (use-package liblouis-mode\n    :ensure t)\n#+end_src\n\n* Usage\n\nWhen ~liblouis-mode~ is loaded it will automatically be used for files\nthat contain the following line somewhere near the top:\n\n#+begin_example\n# liblouis: ...\n#+end_example\n\nMost liblouis tables contain this line.\n\n* Bugs\n\nIf you find any bugs in liblouis-mode, please open a ticket on the\n[[https://github.com/liblouis/liblouis-mode/issues][GitHub issue tracker]].\n\n* History\n\nliblouis-mode was written and is maintained by Christian Egli. It was\npart of liblouis since 2011. The first version that was released as a\nseparate emacs package was released on April 6, 2020.\n\n    2020-04-06: Version 0.1\n\nThe history was extracted from the liblouis repository with the\n[[https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html][filter-repo]] command.\n\n#+begin_src shell\n  $ cd ~/tmp\n  $ git clone git@github.com:liblouis/liblouis.git\n  $ cd ~/tmp/liblouis\n  $ git filter-repo --path contrib/liblouis.el\n#+end_src\n\n* License\n\nCopyright © 2011-2022 [[https://www.sbs.ch/][Swiss Library for the Blind, Visually Impaired and Print Disabled]]\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3, or (at your option)\nany later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliblouis%2Fliblouis-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliblouis%2Fliblouis-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliblouis%2Fliblouis-mode/lists"}