{"id":43571901,"url":"https://github.com/2sic/app-qr","last_synced_at":"2026-02-03T22:17:26.723Z","repository":{"id":73828337,"uuid":"156349226","full_name":"2sic/app-qr","owner":"2sic","description":"QR Code App for DNN / 2sxc","archived":false,"fork":false,"pushed_at":"2024-07-25T08:11:31.000Z","size":364,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-25T09:37:58.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2sic.png","metadata":{"files":{"readme":"readme.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-06T08:15:29.000Z","updated_at":"2024-07-25T08:10:41.000Z","dependencies_parsed_at":"2024-04-24T14:44:28.099Z","dependency_job_id":"d2f6d3d7-6ac5-4773-a587-adbedc6e51d3","html_url":"https://github.com/2sic/app-qr","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/2sic/app-qr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-qr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-qr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-qr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-qr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2sic","download_url":"https://codeload.github.com/2sic/app-qr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-qr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: 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":"2026-02-03T22:17:26.030Z","updated_at":"2026-02-03T22:17:26.717Z","avatar_url":"https://github.com/2sic.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimage src=\"app-icon.png\" align=\"right\" width=\"200px\"\u003e\n\n# QR Code 2 App for .net CMSs\n\n\u003e This is a [2sxc](https://2sxc.org) App for [DNN ☢️](https://www.dnnsoftware.com/) and [Oqtane 💧](https://www.oqtane.org/)\n\n| Aspect              | Status | Comments or Version\n| ------------------- | :----: | -------------------\n| 2sxc                | ✅    | requires 2sxc v17.07.00\n| Dnn                 | ✅    | For v9.6.1+\n| Oqtane              | ✅    | Requires v05.00+\n| No jQuery           | ✅    |\n| Live Demo           | ➖    |\n| Install Checklist   | ✅    | See [Installation](https://azing.org/2sxc/r/TCmnZ17h) on [azing.org](https://azing.org/2sxc)\n| Source \u0026 License    | ✅    | included, ISC/MIT\n| App Catalog         | ✅    | See [app catalog](https://2sxc.org/en/apps/app/qr-code-v2-hybrid-for-dnn-and-oqtane)\n| Screenshots         | ✅    | See [app catalog](https://2sxc.org/en/apps/app/qr-code-v2-hybrid-for-dnn-and-oqtane)\n| Best Practices      | ✅    | Uses v13.10 conventions\n| Bootstrap 3         | ✅    | No optimizations needed\n| Bootstrap 4         | ✅    | No optimizations needed\n| Bootstrap 5         | ✅    | No optimizations needed\n\nA 2sxc / DNN App to create custom QR Codes.\n\n## Customize the App\n\nThe QR Code App has neither app settings nor app resources\n\nThe App uses inline-styles and style tags, which you can directly adjust in the templates.\n\n## Special Thanks to\n\n\u003chttps://papnkukn.github.io/qrcode-svg/\u003e for an awesome JavaScript QR-Code Generator\n\n## History\n\n* v.01.00 ca. 2015\n* v.02.00 2021-10\n  * Changed from tokens to Razor\n  * Tested on Oqtane\n* v.02.00.01 2022-03\n  * Updated License\n  * Changed default view\n* v.02.00.02 2022-03\n  * Bugfix style file\n* v.02.01.00 2022-04\n  * Changed all access to Services to ToSic.Sxc.Services\n  * Replaced data-enableoptimization with pageSvc.AssetAttributes()\n* v.02.02.00 2022-06\n  * Replaced all the base classes with their 2sxc 14 equivalents\n  * Changed all GetService\u003c\u003e to the new ServiceKit14\n  * Updated webpack\n* v.02.03 2023-02\n  * Replaced turnOn Tag with `Kit.Page.TurnOn`\n  * Removed _ from Filenames\n* v02.04.00 2023-07\n  * 2sxc 16.02 coding conventions\n  * everything typed\n* v02.17.00 2024-04\n  * strong typed\n  * Auto Generated Class\n* v02.17.01 2024-07\n  * Update app.sln and app.csproj\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sic%2Fapp-qr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2sic%2Fapp-qr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sic%2Fapp-qr/lists"}