All Projects → alunduil → margarine

alunduil / margarine

Licence: other
Butter Cloudiness by Example

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to margarine

rok4
ROK4 est une suite d'outils open source développée par l'IGN France permettant la diffusion de données raster et vecteur en WMS, WMTS ou TMS. DEPRECATED ! Projet maintenu ici : https://github.com/rok4/documentation
Stars: ✭ 18 (+20%)
Mutual labels:  deprecated
atom-fixmyjs
[DEPRECATED] Automagically fix JSHint lint warnings
Stars: ✭ 88 (+486.67%)
Mutual labels:  deprecated
sassquatch
CSS foundation & framework for Meetup
Stars: ✭ 25 (+66.67%)
Mutual labels:  deprecated
user-info
Node.js `os.userInfo()` ponyfill
Stars: ✭ 33 (+120%)
Mutual labels:  deprecated
capybara-json
No description or website provided.
Stars: ✭ 61 (+306.67%)
Mutual labels:  deprecated
wallet-lib
DEPRECATED A pure and extensible JavaScript Wallet Library for Dash
Stars: ✭ 13 (-13.33%)
Mutual labels:  deprecated
ionic-3D-card-carousel
DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.
Stars: ✭ 29 (+93.33%)
Mutual labels:  deprecated
QR
DEPRECATED The bookmarklet and extensions generate QRCode of the current URL for viewing on mobile devices (Google Chrome/Mozilla Firefox/Opera/Safari)
Stars: ✭ 20 (+33.33%)
Mutual labels:  deprecated
pages
DEPRECATED: Publishing platform for 18F sites a la GitHub pages
Stars: ✭ 63 (+320%)
Mutual labels:  deprecated
VRTK.Tutorials.OculusIntegration
Prefabs and code for use with the Oculus Integration Unity Package
Stars: ✭ 26 (+73.33%)
Mutual labels:  deprecated
passion
An object-oriented LÖVE game engine
Stars: ✭ 35 (+133.33%)
Mutual labels:  deprecated
Azure-AppServices-Diagnostics
Azure App Service Diagnostics provides developers ability to write various diagnostics features which helps customers to diagnose and troubleshoot their applications hosted on app services.
Stars: ✭ 42 (+180%)
Mutual labels:  deprecated
prestans
A WSGI compliant REST micro-framework.
Stars: ✭ 14 (-6.67%)
Mutual labels:  deprecated
path-is-absolute
Node.js 0.12 path.isAbsolute() ponyfill
Stars: ✭ 39 (+160%)
Mutual labels:  deprecated
atom-perfectionist
Beautify CSS and SCSS
Stars: ✭ 19 (+26.67%)
Mutual labels:  deprecated
perfectum
A set of tools for working with project performance
Stars: ✭ 43 (+186.67%)
Mutual labels:  deprecated
NetteAdapterForSymfonyBundles
[DEPRECATED due to only 20 downloads per 2 years] Read an article about this idea
Stars: ✭ 15 (+0%)
Mutual labels:  deprecated
arduino-client
[deprecated] [Arduino (compatible)] Arduino c++ client library to connect to the AllThingsTalk platform
Stars: ✭ 19 (+26.67%)
Mutual labels:  deprecated
class-name-builder
A small, chainable, immutable utility for building up class name strings in application logic
Stars: ✭ 46 (+206.67%)
Mutual labels:  deprecated
SAM-BAR
SAM Boot Assistant Reloaded - Combo USB CDC+MSD Bootloader for Atmel/Microchip SAMD21 microcontroller
Stars: ✭ 29 (+93.33%)
Mutual labels:  deprecated

Description

It's not butter…margarine aims to be a zen (butter) web browsing experience. This tool adds features to an amalgamation of delicious, the social bookmarking application, and readability, the excellent web article renderer.

This project was created as a demo application for training purposes on cloud application design. It is not intended (but no one will be stopped) as a replacement for delicious and readability.

Installation

This package is stored in PyPI and can be installed the standard way:

pip install margarine

The latest release available is:

https://badge.fury.io/py/margarine.png

If you would prefer to clone this package directly from git or assist with development, the URL is https://github.com/raxsavvy/margarine and the current status of the build is:

https://secure.travis-ci.org/raxsavvy/margarine.png?branch=master

Usage

Margarine has several coordinating applications that get installed and need to be running in order to provide all of the intended functionality:

blend:The API daemon that provides the web service with the application logic and connects the frontend to the backend processors.
tinge:The frontend for margarine that provides the web browseable interface to the application.
spread:The backend daemon process that does non-interactive processing.

The tinge and blend processes can be deployed as a WSGI service if desired (it is written with flask) but also has a built in web service that can be used for small or development deployments.

The spread daemon is designed to work with start-stop-daemon to run in the background on a server. The spread daemon listens to a configurable message queue but can be configured to talk directly with the blend process.

A fully functional environment can be spun up by using vagrant:

vagrant up

Authors

Known Issues

Known issues can be found in the github issue list at https://github.com/raxsavvy/margarine/issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].