{"id":21029844,"url":"https://github.com/kitconcept/kitconcept.glossary","last_synced_at":"2025-05-15T11:32:15.178Z","repository":{"id":56588147,"uuid":"176977533","full_name":"kitconcept/kitconcept.glossary","owner":"kitconcept","description":"Glossary Add-on for the Plone CMS","archived":false,"fork":false,"pushed_at":"2020-10-30T01:05:22.000Z","size":589,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-11T12:11:33.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kitconcept.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-21T15:50:01.000Z","updated_at":"2021-01-04T01:46:11.000Z","dependencies_parsed_at":"2022-08-15T21:31:01.278Z","dependency_job_id":null,"html_url":"https://github.com/kitconcept/kitconcept.glossary","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.glossary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.glossary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.glossary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.glossary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitconcept","download_url":"https://codeload.github.com/kitconcept/kitconcept.glossary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254330793,"owners_count":22053050,"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-19T12:14:31.301Z","updated_at":"2025-05-15T11:32:11.187Z","avatar_url":"https://github.com/kitconcept.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\nkitconcept.glossary\n===================\n\n.. image:: http://img.shields.io/pypi/v/kitconcept.glossary.svg\n    :target: https://pypi.python.org/pypi/kitconcept.glossary\n\n.. image:: https://img.shields.io/travis/kitconcept/kitconcept.glossary/master.svg\n    :target: http://travis-ci.org/kitconcept/kitconcept.glossary\n\n|\n\n.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.glossary/master/kitconcept.png\n   :alt: kitconcept\n   :target: https://kitconcept.com/\n\nIntroduction\n------------\n\nkitconcept.glossary is a Plone add-on product to define a glossary.\n\nThis package is inspired by `PloneGlossary`_.\n\n.. _`PloneGlossary`: https://pypi.python.org/pypi/Products.PloneGlossary\n\nFeatures\n--------\n\n- As editor, I can add a glossary\n- As editor, I can add a glossary item to a glossary\n- As user, I can see a glossary term definition\n- As administrator, I can choose if a user should see a tooltip for a glossary term\n\nAs editor, I can add a glossary\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. figure:: https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/glossary.png\n    :align: center\n    :height: 640px\n    :width: 768px\n\nAs user, I can see a glossary term definition\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. figure:: https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/usage.png\n    :align: center\n    :height: 640px\n    :width: 768px\n\nAs administrator, I can choose if a user should see a tooltip for a glossary term\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. figure:: https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/controlpanel.png\n    :align: center\n    :height: 400px\n    :width: 768px\n\n\nInstallation\n------------\n\nInstall kitconcept.glossary by adding it to your buildout::\n\n   [buildout]\n\n    ...\n\n    eggs =\n        kitconcept.glossary\n\n\nand then run \"bin/buildout\".\n\n\nContribute\n----------\n\n- `Source code at Github \u003chttps://github.com/kitconcept/kitconcept.glossary\u003e`_\n- `Issue tracker at Github \u003chttps://github.com/kitconcept/kitconcept.glossary/issues\u003e`_ or same\n\n\nSupport\n-------\n\nIf you are having issues, `please let us know \u003chttps://github.com/kitconcept/kitconcept.glossary/issues\u003e`_.\n\n\nDevelopment\n-----------\n\nRequirements:\n\n- Python 2.7 or 3.7\n- Virtualenv\n\nSetup::\n\n  make\n\nRun Static Code Analysis::\n\n  make code-Analysis\n\nRun Unit / Integration Tests::\n\n  make test\n\nRun Robot Framework based acceptance tests::\n\n  make test-acceptance\n\n\nCredits\n-------\n\n.. image:: https://www.hu-berlin.de/++resource++humboldt.logo.Logo.png\n   :height: 97px\n   :width: 434px\n   :scale: 100 %\n   :alt: HU Berlin\n   :target: https://www.hu-berlin.de\n\n|\n\nThe development of this plugin has been kindly sponsored by `Humboldt-Universität zu Berlin`_.\n\n|\n\n.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.glossary/master/kitconcept.png\n   :alt: kitconcept\n   :target: https://kitconcept.com/\n\nDeveloped by `kitconcept`_.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\n.. _Humboldt-Universität zu Berlin: https://www.hu-berlin.de\n.. _kitconcept: http://www.kitconcept.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept.glossary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitconcept%2Fkitconcept.glossary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept.glossary/lists"}