{"id":19883624,"url":"https://github.com/muchdogesec/fakeblog123","last_synced_at":"2025-08-11T22:38:01.930Z","repository":{"id":253084176,"uuid":"842398317","full_name":"muchdogesec/fakeblog123","owner":"muchdogesec","description":"We use this repository to host a blog used to test our other tools history4feed and Obstracts.","archived":false,"fork":false,"pushed_at":"2025-03-14T09:58:20.000Z","size":3620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-14T10:36:17.333Z","etag":null,"topics":["atom","rss"],"latest_commit_sha":null,"homepage":"https://muchdogesec.github.io/fakeblog123/","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muchdogesec.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":"2024-08-14T09:14:30.000Z","updated_at":"2025-03-14T09:58:21.000Z","dependencies_parsed_at":"2024-08-29T15:31:51.166Z","dependency_job_id":"3058ee52-38f7-4808-b36c-ae1abd2a4bf1","html_url":"https://github.com/muchdogesec/fakeblog123","commit_stats":null,"previous_names":["muchdogesec/fakeblog123"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muchdogesec/fakeblog123","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchdogesec%2Ffakeblog123","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchdogesec%2Ffakeblog123/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchdogesec%2Ffakeblog123/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchdogesec%2Ffakeblog123/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muchdogesec","download_url":"https://codeload.github.com/muchdogesec/fakeblog123/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muchdogesec%2Ffakeblog123/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269969590,"owners_count":24505430,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["atom","rss"],"created_at":"2024-11-12T17:21:37.649Z","updated_at":"2025-08-11T22:38:01.903Z","avatar_url":"https://github.com/muchdogesec.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fakeblog123\n\nWe use this repository to host a blog used to test our other tools [history4feed](https://github.com/muchdogesec/history4feed) and [Obstracts](https://github.com/muchdogesec/obstracts).\n\nUnless you're helping to develop these products, this repo is likely of no use.\n\nIncase it is, the critical details...\n\n* The blog is built and hosted on Github pages (`main` branch): https://github.com/muchdogesec/fakeblog123/\n* You can see how it is built here: https://github.com/muchdogesec/fakeblog123/blob/main/.github/workflows/jekyll.yml\n* If you need to add a new post, put it in `_posts` following the template of existing content: https://github.com/muchdogesec/fakeblog123/tree/main/_posts\n\nTo run locally;\n\n```shell\ngit clone https://github.com/muchdogesec/fakeblog123\ncd fakeblog123\ngem install bundler jekyll\nbundle exec jekyll serve\n```\n\nhttp://localhost:4000/\n\n## Feeds\n\n(If running locally replace `https://muchdogesec.github.io/fakeblog123/feeds/` with `http://127.0.0.1:4000/`)\n\nYou can access the blog here: https://muchdogesec.github.io/fakeblog123/\n\nTo test downstream software, the autogenerated ATOM feed is converted to various other formats for testing. Here are those feed URLs, and how they are created;\n\n### RSS\n\n#### Full text\n\n* Contains encoded html: https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-encoded.xml\n* Contains decoded html (without CDATA tags, but it XML escaped): https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-decoded.xml\n* Contains decoded html inside CDATA tags: https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-cdata.xml\n\n#### Partial content\n\n* Contains encoded html: https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-encoded-partial.xml\n* Contains decoded html (without CDATA tags, but it XML escaped): https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-decoded-partial.xml\n* Contains decoded html inside CDATA tags: https://muchdogesec.github.io/fakeblog123/feeds/rss-feed-cdata-partial.xml\n\n### ATOM\n\n#### Full text\n\n* Contains encoded html: https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-encoded.xml\n* Contains decoded html (without CDATA tags, but it XML escaped): https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-decoded.xml\n* Contains decoded html inside CDATA tags: https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-cdata.xml\n\n#### Partial content\n\n* Contains encoded html: https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-encoded-partial.xml\n* Contains decoded html (without CDATA tags, but it XML escaped): https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-decoded-partial.xml\n* Contains decoded html inside CDATA tags: https://muchdogesec.github.io/fakeblog123/feeds/atom-feed-cdata-partial.xml\n\n## License\n\n[Apache 2.0](/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchdogesec%2Ffakeblog123","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchdogesec%2Ffakeblog123","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchdogesec%2Ffakeblog123/lists"}