Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nacmartin/gozame

small app written in Silex to share bookmarks quickly with people in the same room without emails or whatever
https://github.com/nacmartin/gozame

Last synced: 2 months ago
JSON representation

small app written in Silex to share bookmarks quickly with people in the same room without emails or whatever

Awesome Lists containing this project

README

        

README
======

This is a tiny webapp written in [Silex](http://silex-project.org/) to share bookmarks with people in the same room or in the phone. When you want to share a bookmark, simply use this bookmarklet:

javascript:q=(escape(document.location.href));(function(){window.open('http://example.com/new?url='+q);})();

(Substitute example.com with the url of the app).

When somebody points his browser to the url of the app, he will go to the last bookmark saved. As simple as that.

Setup
===========
You will need silex.phar in the same directory as gozame. Remember to add this directive in apache conf to allow urls as parameters:

AllowEncodedSlashes On

Enjoy!