{"id":43571924,"url":"https://github.com/2sic/app-podcast","last_synced_at":"2026-02-03T22:17:29.534Z","repository":{"id":42849368,"uuid":"202302622","full_name":"2sic/app-podcast","owner":"2sic","description":"Podcast app","archived":false,"fork":false,"pushed_at":"2024-07-25T08:02:10.000Z","size":5314,"stargazers_count":2,"open_issues_count":4,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-25T09:29:02.704Z","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":"2019-08-14T07:56:51.000Z","updated_at":"2024-07-25T08:01:21.000Z","dependencies_parsed_at":"2024-05-06T14:25:08.572Z","dependency_job_id":"cf07700e-b3cd-4d13-b6fa-b85b429ddef7","html_url":"https://github.com/2sic/app-podcast","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/2sic/app-podcast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-podcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-podcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-podcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-podcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2sic","download_url":"https://codeload.github.com/2sic/app-podcast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sic%2Fapp-podcast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059578,"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:29.056Z","updated_at":"2026-02-03T22:17:29.529Z","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# Podcast 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\nA standard podcast app to use with 2sxc - it's tested to work with normal PodCast clients as well as iTunes and Google Play.\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/Y2n1XQwq) 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/podcast-v2-hybrid-for-dnn-and-oqtane)\n| Screenshots         | ✅    | See [app catalog](https://2sxc.org/en/apps/app/podcast-v2-hybrid-for-dnn-and-oqtane)\n| Best Practices      | ✅    | Uses v13.10 conventions\n| Bootstrap 3         | ✔️    |\n| Bootstrap 4         | ✅    |\n| Bootstrap 5         | ✅    |\n\n\n\n## Customize the App\n\nThe podcast app does not have any app settings and only a few resources(labels) you can customize.\n\nIf you want to customize the CSS, you will usually follow the [\"Create Custom Styles in a Standard 2sxc App\" checklist](https://azing.org/2sxc/r/gg_aB9FD)\n\n## History\n\n* v.02.00 2021-10\n  * Updated to best-practices of 2sxc 12.05\n  * RSS feed now in a web controller\n  * Hybrid, so it works with Oqtane\n  * Tested to look ok on Bootstrap5\n* v.02.01.02 2022-02\n  * Enabled data-optimizations\n* v.02.02.00 2022-04\n  * Change Services to come from \"ToSic.Sxc.Services\"\n  * Use IScrub to replace Tag.Strip with IScrub.All\n  * Changed images to use IImageService\n  * Activated image configuration\n  * Replaced data-enableoptimizations with pageSvc.AssetAttributes()\n* v.02.03.00 2022-06\n  * Replaced all base classes with their 2sxc 14 equivalents\n  * Replaced all GetService\u003c\u003e with the new ServiceKit14\n  * Updated webpack\n  * Changed all the toolbar configurations to use the IToolbarService\n* v.02.04.00 2023-02\n  * Replaced turnOn Tag with `Kit.Page.TurnOn`\n  * Removed _ from Filenames\n  * Code in one file the bs5, less duplicated code\n* v02.05.00 2023-07\n  * 2sxc 16.02 coding conventions\n  * everything typed\n* v02.05.01 2024-01\n  * fix bug which prevented RSS feed from working\n* v02.05.02 2024-02\n  * fix episode title (previously the channel title, which was wrong)\n* v02.17.00 2024-04\n  * Strong Typed\n  * Auto Generated Class\n  * Typed MyItem\n* v02.17.01 2024-07\n  * Update app.sln and app.csproj","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sic%2Fapp-podcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2sic%2Fapp-podcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sic%2Fapp-podcast/lists"}