Mercurial > pumpbridge
diff README.md @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | e942a968cb52 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Thu Jun 05 10:35:15 2014 +0200 @@ -0,0 +1,55 @@ +# pumpbridge + +connects pump.io to facebook and googleplus + +### Features + +####g+ + +* get all public posts from your circles + and convert it to pump notes + (text, links, pics, videos) + +####facebook + +* get facebook newsfeed + (text, links, pics, videos) + +* post public pump posts to facebook + +* likes and comments to facebook related pump notes + are synced to facebook + +####benefits + +* share googleplus posts to facebook and pump.io + +## License + +Copyright (C) 2014 +Intevation GmbH <intevation@intevation.de> +Neuer Graben 17, D-49074 Osnabrueck, +Germany + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +#####Authors + +Mathias Gebbe <mgebbe@intevation.de> + +#####Sources + +The source files can be check out as follows +``` +hg clone https://hg.wald.intevation.org/pumpbridge/ +```