Skip to content

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

Notifications You must be signed in to change notification settings

nacmartin/gozame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a tiny webapp written in Silex 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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages