mgebbe@0: # pumpbridge mgebbe@0: mgebbe@0: connects pump.io to facebook and googleplus mgebbe@0: mgebbe@0: ### Features mgebbe@0: mgebbe@0: ####g+ mgebbe@0: mgebbe@0: * get all public posts from your circles mgebbe@0: and convert it to pump notes mgebbe@0: (text, links, pics, videos) mgebbe@0: mgebbe@0: ####facebook mgebbe@0: mgebbe@0: * get facebook newsfeed mgebbe@0: (text, links, pics, videos) mgebbe@0: mgebbe@0: * post public pump posts to facebook mgebbe@0: mgebbe@0: * likes and comments to facebook related pump notes mgebbe@0: are synced to facebook mgebbe@0: mgebbe@0: ####benefits mgebbe@0: mgebbe@0: * share googleplus posts to facebook and pump.io mgebbe@0: mgebbe@0: ## License mgebbe@0: mgebbe@2: Copyright (C) 2014 mgebbe@2: Intevation GmbH mgebbe@2: Neuer Graben 17, D-49074 Osnabrueck, mgebbe@2: Germany mgebbe@2: mgebbe@2: Parts from https://github.com/e14n/pump2status mgebbe@2: Copyright 2013, E14N https://e14n.com/ mgebbe@0: mgebbe@0: Licensed under the Apache License, Version 2.0 (the "License"); mgebbe@0: you may not use this file except in compliance with the License. mgebbe@0: You may obtain a copy of the License at mgebbe@0: mgebbe@0: http://www.apache.org/licenses/LICENSE-2.0 mgebbe@0: mgebbe@0: Unless required by applicable law or agreed to in writing, software mgebbe@0: distributed under the License is distributed on an "AS IS" BASIS, mgebbe@0: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. mgebbe@0: See the License for the specific language governing permissions and mgebbe@0: limitations under the License. mgebbe@0: mgebbe@0: #####Authors mgebbe@0: mgebbe@0: Mathias Gebbe mgebbe@0: mgebbe@2: #####Media mgebbe@2: mgebbe@2: * bridge (bridge.png): http://commons.wikimedia.org/wiki/File:Bridge-stone.svg mgebbe@2: * facebook (fb.svg): http://commons.wikimedia.org/wiki/File:F_icon.svg mgebbe@2: * googleplus (gp.svg): http://commons.wikimedia.org/wiki/File:Google_plus.svg mgebbe@2: * pump.io (pumpiologo.svg): https://en.wikipedia.org/wiki/Pump.io#mediaviewer/File:Pump.io.svg mgebbe@2: * background (grey_wash_wall.png): http://subtlepatterns.com/grey-washed-wall/ (CC BY-SA 3.0) mgebbe@2: mgebbe@0: #####Sources mgebbe@0: mgebbe@0: The source files can be check out as follows mgebbe@0: ``` mgebbe@0: hg clone https://hg.wald.intevation.org/pumpbridge/ mgebbe@0: ``` mgebbe@2: parts from https://github.com/e14n/pump2status are used!