Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhiaro/no-ceremonies-are-necessary
ActivityPub client for posting articles and notes
https://github.com/rhiaro/no-ceremonies-are-necessary
Last synced: 10 days ago
JSON representation
ActivityPub client for posting articles and notes
- Host: GitHub
- URL: https://github.com/rhiaro/no-ceremonies-are-necessary
- Owner: rhiaro
- Created: 2020-07-11T07:41:51.000Z (over 4 years ago)
- Default Branch: stable
- Last Pushed: 2023-03-10T12:09:51.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:42:48.387Z (3 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - rhiaro/no-ceremonies-are-necessary - ActivityPub client for posting articles and notes (others)
README
# No Ceremonies Are Necessary
Blog posts (notes and articles) app that posts to a server using the ActivityPub client-to-server protocol, ish.
Post body should be HTML.
## Run
```
docker run --rm --interactive --tty \
--volume $PWD:/app \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
composer install
```## Vocab
Posts objects with type `as:Note` or `as:Article`.
## Todo
* [ ] Fetch posts from endpoint to edit
* [ ] Save drafts in local storage