Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flybayer/infoshuttle
Simple Rails wiki with solarized dark color scheme
https://github.com/flybayer/infoshuttle
Last synced: 10 days ago
JSON representation
Simple Rails wiki with solarized dark color scheme
- Host: GitHub
- URL: https://github.com/flybayer/infoshuttle
- Owner: flybayer
- Created: 2015-02-20T01:25:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T20:25:20.000Z (over 9 years ago)
- Last Synced: 2024-12-10T19:53:24.390Z (13 days ago)
- Language: Ruby
- Homepage: http://infoshuttle.bayer.ws
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfoShuttle by Brandon
This is a [breakable toy](http://chimera.labs.oreilly.com/books/1234000001813/ch05.html#breakable_toys) created during my [Bloc apprenticeship](http://bloc.io). This is the second rails app that I have created on my own from a list of requirements (compared to following along tutorial style).
This app lives at [infoshuttle.bayer.ws](http://infoshuttle.bayer.ws)
## Features
### Definitions
* **Wiki:** a collection of related pages with common collaborators
* **Anyone:** anyone :]
* **Registered user:** a user who has authenticated via Twitter
* **Premium User:** a user who pays :]
* **Owner:** the user who created a wiki
* **Collaborator:** a user who can edit the wiki### Public Wiki
* **Anyone** can view
* All **registered users** are **collaborators**
* Has one **owner** who can convert it to a public wiki if they are a **premium user**.### Private Wiki
* Has one **owner** who manages **collaborators** (none by default)
* Only **collaborators** can view and edit
* [FUTURE]: **Owner** can allow **anyone** to view### Registered User
* Can create new public wikis
### Premium User
* Can create new private wikis
* Can make their public wikis private