{"id":27453846,"url":"https://github.com/artyom-poptsov/moinmoin-abbr-parser","last_synced_at":"2025-04-15T13:57:29.424Z","repository":{"id":11541770,"uuid":"14026799","full_name":"artyom-poptsov/moinmoin-abbr-parser","owner":"artyom-poptsov","description":"Abbreviation parser for MoinMoin 1.9","archived":false,"fork":false,"pushed_at":"2013-11-24T14:46:08.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T13:57:25.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artyom-poptsov.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-31T19:48:24.000Z","updated_at":"2013-11-24T14:46:14.000Z","dependencies_parsed_at":"2022-08-31T06:40:24.006Z","dependency_job_id":null,"html_url":"https://github.com/artyom-poptsov/moinmoin-abbr-parser","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/artyom-poptsov%2Fmoinmoin-abbr-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fmoinmoin-abbr-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fmoinmoin-abbr-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fmoinmoin-abbr-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artyom-poptsov","download_url":"https://codeload.github.com/artyom-poptsov/moinmoin-abbr-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085460,"owners_count":21210267,"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-04-15T13:57:28.743Z","updated_at":"2025-04-15T13:57:29.413Z","avatar_url":"https://github.com/artyom-poptsov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Abbreviation parser for MoinMoin 1.9\n====================================\n\nThis parser is based on [abbr.py][1] written by Oliver Siemoneit and\nJohannes Berg for [MoinMoin][2] 1.6.\n\nThe parser is distributed under terms of GNU GPL license as the\noriginal version.  See COPYING for details.\n\nThe main difference between original parser and this one is that the\nlatter uses a bit different syntax.  Here is the description of each\ndifference and justification for it:\n\n\nDifferences from abbr.py 1.0\n----------------------------\n\n### Different delimiter\n\nThis parser uses question marks:\n\n    ?WAI?\n\ninstead of carets:\n\n    ^WAI^\n\nThe reason for this change is that carets are also used for making\nsuperscript text, so normally `^WAI^` expanded to HTML code\n`\u003csup\u003eWAI\u003c/sup\u003e`.\n\nOn the other hand, question marks don't conflict with other of\nMoinMoin markup elements.\n\nAnd after all question marks are easier for typing than carets :-)\n\n\n### Different syntax for page specification\n\nThis parser uses the following syntax for page specification:\n\n    ?WAI|page=OtherPage?\n\ninstead of:\n\n    ^WAI|OtherPage^\n\nBecause it unifies way of specifying of attributes and it looks\nclearer.\n\n\n### Use \"lang\" instead of \"language\"\n\nThis parser uses \"lang\"\n\n    ?WAI|lang=en?\n\ninstead of \"language\":\n\n    ?WAI|language=en?\n\nBecause it is shorter.\n\n\n### Other notable changes\n\n - Order of attributes (\"page\" and \"lang\") doesn't matter.\n - Value of \"lang\" attribute for `\u003cabbr\u003e` is wrapped into quotes\n   according to [recommendations of W3C][3].\n   \n\nInstallation\n------------\n\nPlease see [official instructions][4] for installation of parsers.\n\n\n[1]: http://moinmo.in/ParserMarket/Abbreviation\n[2]: http://moinmo.in/\n[3]: http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2\n[4]: http://moinmo.in/ParserMarket/InstallingParsers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fmoinmoin-abbr-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartyom-poptsov%2Fmoinmoin-abbr-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fmoinmoin-abbr-parser/lists"}