Mercurial > pumpbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b73191efc65b |
---|---|
1 # pumpbridge | |
2 | |
3 connects pump.io to facebook and googleplus | |
4 | |
5 ### Features | |
6 | |
7 ####g+ | |
8 | |
9 * get all public posts from your circles | |
10 and convert it to pump notes | |
11 (text, links, pics, videos) | |
12 | |
13 ####facebook | |
14 | |
15 * get facebook newsfeed | |
16 (text, links, pics, videos) | |
17 | |
18 * post public pump posts to facebook | |
19 | |
20 * likes and comments to facebook related pump notes | |
21 are synced to facebook | |
22 | |
23 ####benefits | |
24 | |
25 * share googleplus posts to facebook and pump.io | |
26 | |
27 ## License | |
28 | |
29 Copyright (C) 2014 | |
30 Intevation GmbH <intevation@intevation.de> | |
31 Neuer Graben 17, D-49074 Osnabrueck, | |
32 Germany | |
33 | |
34 Licensed under the Apache License, Version 2.0 (the "License"); | |
35 you may not use this file except in compliance with the License. | |
36 You may obtain a copy of the License at | |
37 | |
38 http://www.apache.org/licenses/LICENSE-2.0 | |
39 | |
40 Unless required by applicable law or agreed to in writing, software | |
41 distributed under the License is distributed on an "AS IS" BASIS, | |
42 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
43 See the License for the specific language governing permissions and | |
44 limitations under the License. | |
45 | |
46 #####Authors | |
47 | |
48 Mathias Gebbe <mgebbe@intevation.de> | |
49 | |
50 #####Sources | |
51 | |
52 The source files can be check out as follows | |
53 ``` | |
54 hg clone https://hg.wald.intevation.org/pumpbridge/ | |
55 ``` |