{"id":18622942,"url":"https://github.com/python-markdown/dingus","last_synced_at":"2025-06-16T08:09:36.509Z","repository":{"id":66047156,"uuid":"298353120","full_name":"Python-Markdown/dingus","owner":"Python-Markdown","description":"A simple site for testing Python-Markdown","archived":false,"fork":false,"pushed_at":"2023-12-01T00:11:45.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:42:35.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://waylan.pythonanywhere.com/dingus","language":"Python","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/Python-Markdown.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}},"created_at":"2020-09-24T17:48:31.000Z","updated_at":"2024-03-22T23:39:04.000Z","dependencies_parsed_at":"2023-03-12T18:30:15.804Z","dependency_job_id":null,"html_url":"https://github.com/Python-Markdown/dingus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fdingus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fdingus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fdingus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Python-Markdown%2Fdingus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Python-Markdown","download_url":"https://codeload.github.com/Python-Markdown/dingus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401270,"owners_count":21097327,"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-07T04:19:55.463Z","updated_at":"2025-04-11T12:22:59.388Z","avatar_url":"https://github.com/Python-Markdown.png","language":"Python","readme":"# Python-Markdown Dingus\n\nA simple site for testing Python-Markdown.\nVisit \u003chttps://waylan.pythonanywhere.com/dingus\u003e for a live demo.\n\n A backend which conforms to [Babelmark2]'s [API] is also provided at the URL: `/bablemark`.\n\n[Babelmark2]: http://johnmacfarlane.net/babelmark2/\n[API]: https://johnmacfarlane.net/babelmark2/faq.html#how-can-i-add-my-markdown-implementation-to-babelmark-2\n\n# Setup\n\nTo set up a dev environment, clone this repo and create a virtual environment. Then\ninstall the dependencies.\n\n```bash\npython -m venv venv\n. venv/bin/activate\npip install -r requirements.txt\n```\n\nAfter a new release of Python-Markdown has been made, update with:\n\n```bash\npip install -U markdown\n```\n\n# Running the server\n\nTo run a local instance of the server for development and testing:\n\n```bash\npython dingus.py\n```\n\nThen point your browser at \u003chttp://localhost:8080/dingus\u003e.\n\nTo run a production instance you need to deploy a [bottle] server. For instance, to\nconfigure a basic `wsgi` server, first ensure `dingus.py` is on your Python path. Then\ncreate a `wsgi` configuration file as follows:\n\n```python\nimport bottle\nimport dingus\napplication = bottle.default_app()\n```\n\nSee the documentation for your specific server for instructions on pointing your server\nat the `application` in your `wsgi` configuration file.\n\n[bottle]: https://bottlepy.org/docs/dev/deployment.html\n\n# Copyright\n\n[Markdown] and [Dingus] Copyright \u0026copy; 2004 [John Gruber]\u003cbr /\u003e\nAdditions and Modifications to Dingus (extension support, etc.)\nCopyright \u0026copy; 2012-2023 [Waylan Limberg]\n\n[Markdown]: http://daringfireball.net/projects/markdown/\n[Dingus]: http://daringfireball.net/projects/markdown/dingus\n[John Gruber]: http://daringfireball.net/colophon/\n[Waylan Limberg]: https://github.com/waylan\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-markdown%2Fdingus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-markdown%2Fdingus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-markdown%2Fdingus/lists"}