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@0: Copyright (C) 2014 mgebbe@0: Intevation GmbH mgebbe@0: Neuer Graben 17, D-49074 Osnabrueck, mgebbe@0: Germany 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@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: ```