Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakofranko/client-php
Simple PHP client.
https://github.com/jakofranko/client-php
Last synced: 12 days ago
JSON representation
Simple PHP client.
- Host: GitHub
- URL: https://github.com/jakofranko/client-php
- Owner: jakofranko
- Created: 2017-06-26T19:11:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T07:55:21.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:41:32.256Z (2 months ago)
- Language: PHP
- Homepage: http://wiki.xxiivv.com/Rotonde
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rotonde web client
Very basic, php-based web client to view an ordered timeline based on a base Rotonde feed. It's awfully slow and needs some caching to be more usable.There is a running instance at http://rotonde.electricgecko.de/feed/
## Setup
- Copy all files to your server.
- Point a **rotonde.** subdomain to the folder you copied the script to.
- Create a *feed.json* in the main folder and edit it according to the [Rotonde Spec](https://github.com/Rotonde/Specs).## Reading
Visit **/feed** to display a timeline of all feeds listed in the *Portal* section of your base Rotonde feed.## Posting
Visit **/post** to add a new post to your base Rotonde feed.