{"id":15058728,"url":"https://github.com/libneopub/untitled","last_synced_at":"2026-02-03T13:31:55.355Z","repository":{"id":232658474,"uuid":"784871580","full_name":"libneopub/untitled","owner":"libneopub","description":"(Outdated) Website engine that explores ways to blend websites, social media and collaboration on the Web, by implementing open standards.","archived":false,"fork":false,"pushed_at":"2024-07-23T19:09:04.000Z","size":276,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"trunk","last_synced_at":"2025-07-05T10:46:31.765Z","etag":null,"topics":["activitypub","atom","indieweb","microformats2","micropub","rss","webmention"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/libneopub.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-10T18:14:24.000Z","updated_at":"2024-07-25T09:06:19.000Z","dependencies_parsed_at":"2024-04-27T19:34:35.761Z","dependency_job_id":"6d811015-832b-44e8-b9a6-5d19fb13b6a6","html_url":"https://github.com/libneopub/untitled","commit_stats":null,"previous_names":["libneopub/untitled"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/libneopub/untitled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libneopub%2Funtitled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libneopub%2Funtitled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libneopub%2Funtitled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libneopub%2Funtitled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libneopub","download_url":"https://codeload.github.com/libneopub/untitled/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libneopub%2Funtitled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["activitypub","atom","indieweb","microformats2","micropub","rss","webmention"],"created_at":"2024-09-24T22:29:04.490Z","updated_at":"2026-02-03T13:31:55.335Z","avatar_url":"https://github.com/libneopub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Untitled\n\nThis yet-to-be-named project explores ways to blend websites, social media and collaboration on the Web, by implementing an [easy](https://gilest.org/indie-easy.html)-to-use website engine powered by various open web standards, such as [micropub](https://www.w3.org/TR/micropub/), [microformats](https://microformats.org/), [webmention](https://www.w3.org/TR/webmention/), [pingback](https://en.wikipedia.org/wiki/Pingback), and (eventually), [ActivityPub](https://www.w3.org/TR/activitypub/).\n\nIn the long term, it's supposed to replace [neopub](https://git.dupunkto.org/neopub), and potentially power my blog.\n\nThis project is very much an attempt at self-dogfooding.\n\n## Features\n\n- [x] Single tenant\n- [x] Captioned images\n- [x] Short posts\n- [x] Captioned code (like gists)\n- [x] Replies\n- [x] Sending webmentions\n- [x] Sending pingbacks\n- [x] Receiving webmentions\n- [x] Receiving pingbacks\n- [x] RSS, Atom \u0026 JSON feeds\n- [x] Comment section\n- [x] IndieAuth\n- [ ] ActivityPub\n- [ ] It works\n- [ ] CLI\n\n### CMS\n\nI'm also building my own custom CMS to power this website engine. The CMS will be similar to early versions of Blogger, and support a bunch of things:\n\n- Asset management\n- Micropub editor\n- Moderating webmentions\n- Basic statistics\n- [@mentions](https://roblog.nl/blog/mentions)\n- Email subscriptions (based on [Sub API](https://api.geheimesite.nl/sub))\n- RSS only postings (won't be rendered on listings)\n\n### CLI\n\n    pub \u003c post.txt\n    pub -i image.png\n    pub -i graph.png -n\n    echo \"caption\" | pub -i another.png\n    echo \"caption\" | pub -c main.c\n\nOptional -n flag uploads the image but doesn't include it in the feeds, useful for including images in a post.\nOptional -c flag copies the url to keyboard. otherwise, write to stdout.\n\n### Eventually?\n\nI'm also thinking about other things, but I've shelved them until I have a working site up-and-running:\n\n- Git integration? I could add an optional git module that would version-manage the data store. I'm not sure whether this is possible using PHP, but it would definitely be cool.\n\n- [#hashtags](https://personal-web.org). The difficulty is that some sort of central service is needed. I'm not sure how ActivityPub handles it, but might be interesting to look into when I build the ActivityPub functionality?\n\n- Access control? Only allowing certain subscribers to see some posts. This would work by giving each subscriber an unique token, which would be stored in a cookie and appended to the query params of the RSS feed.\n\n- Drafts and previewing, maybe implemented using the same foundation as access control?\n\n## Goals\n\nEasy publishing from my phone. Hit icon, type something, attach picture, post.\n\nEasy publishing from my laptop. Writing post in Markdown in Neovim, pasting\nimages (automatically uploading to u.roblog.nl, with -n flag).\n\n## Non-goals\n\n**Tests**. I get it, they're important for ensuring code quality and confidence in codebases in professional settings. But this is a side-project that I'm building in my spare time, for fun. Don't ruin that for me please.\n\n**Bookmarks, crossposts, likes**. I want to encourage conversation, collaboration and meaningful interaction. Mindlessly double tapping doesn't fit that vision.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibneopub%2Funtitled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibneopub%2Funtitled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibneopub%2Funtitled/lists"}