annotate README.md @ 10:ccf1d9e741bd

corrected google apikey query, removed facebook query language
author Mathias Gebbe <mgebbe@intevation.de>
date Wed, 11 Jun 2014 23:43:28 +0200
parents 8363d4970c75
children ca0b44c1a870
rev   line source
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
1 # pumpbridge
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
2
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
3 connects pump.io to facebook and googleplus
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
4
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
5 THIS SOFTWARE IS A PROOF OF CONCEPT DEMONSTRATION
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
6
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
7 ## Features
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
8
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
9 ###g+ (read only)
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
10
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
11 * get all public posts from your circles
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
12 and convert it to pump notes
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
13 (text, links, pics, videos)
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
14
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
15 ###facebook (read / write)
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
16
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
17 * get facebook newsfeed including some non-public posts
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
18 (text, links, pics, videos)
10
ccf1d9e741bd corrected google apikey query, removed facebook query language
Mathias Gebbe <mgebbe@intevation.de>
parents: 9
diff changeset
19 depending on your friends privacy configuration!
ccf1d9e741bd corrected google apikey query, removed facebook query language
Mathias Gebbe <mgebbe@intevation.de>
parents: 9
diff changeset
20 For example for those who have disabled all Platform apps
ccf1d9e741bd corrected google apikey query, removed facebook query language
Mathias Gebbe <mgebbe@intevation.de>
parents: 9
diff changeset
21 from accessing their data
ccf1d9e741bd corrected google apikey query, removed facebook query language
Mathias Gebbe <mgebbe@intevation.de>
parents: 9
diff changeset
22 http://stackoverflow.com/questions/11135053/
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
23
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
24 * post public pump posts and public shares to facebook
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
25
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
26 * likes and comments to facebook related pump notes
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
27 are synced to facebook
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
28
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
29 ###twitter (read / write)
6
a94ac7c3b182 appId clientid in index.jade, remove logo from index
Mathias Gebbe <mgebbe@intevation.de>
parents: 2
diff changeset
30
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
31 * get all tweets and retweets of the people you're following on twitter
6
a94ac7c3b182 appId clientid in index.jade, remove logo from index
Mathias Gebbe <mgebbe@intevation.de>
parents: 2
diff changeset
32
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
33 * post public pump posts and public shares to twitter
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
34
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
35 ###benefits
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
36
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
37 * share posts between networks.
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
38 For example, you can share a post from googleplus/facebook/twitter to your followers in pump.io.
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
39
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
40 ##start bridging
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
41
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
42 * login to a remote pump.io account to get started
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
43
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
44 * check your pump.io id (logged in as:)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
45
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
46 * login to your established social network:
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
47
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
48 * Twitter:
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
49 * click on Twitter icon
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
50 * login
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
51 * your account will be synced immediately
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
52 and you got all posts within the last interval (default 15min)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
53
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
54 * Facebook:
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
55 * click on Facebook icon
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
56 * login
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
57 * click save credentials
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
58 * your account will be synced to the next interval (default 15min)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
59 * pumpbridge syncs your public pump.io posts you made within the last interval
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
60 * pumpbridge syncs facebooks posts within the last interval
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
61 (depending on timezone it differs a little bit)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
62
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
63 * Googleplus:
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
64 * click on Google icon
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
65 * login
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
66 * click save credentials
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
67 * your account will be synced to the next interval (default 15min)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
68 * pumpbridge syncs google posts within the last interval
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
69 (since g+-api is read only you can not post to googleplus)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
70
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
71 * click save credentials
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
72
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
73 * logout
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
74
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
75 ##stop bridging
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
76
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
77 * login to a remote pump.io account
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
78
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
79 * click on delete credentials on the specify social network
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
80 (in certain circumstances you still see your loginname even
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
81 if all token were deleted)
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
82
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
83 #Video
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
84
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
85 https://www.youtube.com/watch?v=SB2CGFnrnLY (older version without )
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
86
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
87 #SSL
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
88
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
89 see https://github.com/e14n/pump.io/wiki/StartSSL-Free-Certificate
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
90
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
91 #Bugs
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
92
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
93 #To-Do and wishlist
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
94
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
95 * sync comments from googleplus to pump.io
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
96 * sync comments from facebook to pump.io
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
97 * sync comments from pump.io to facebook
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
98
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
99 # License
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
100
2
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
101 Copyright (C) 2014
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
102 Intevation GmbH <intevation@intevation.de>
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
103 Neuer Graben 17, D-49074 Osnabrueck,
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
104 Germany
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
105
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
106 Parts from https://github.com/e14n/pump2status
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
107 Copyright 2013, E14N https://e14n.com/
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
108
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
109 Licensed under the Apache License, Version 2.0 (the "License");
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
110 you may not use this file except in compliance with the License.
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
111 You may obtain a copy of the License at
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
112
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
113 http://www.apache.org/licenses/LICENSE-2.0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
114
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
115 Unless required by applicable law or agreed to in writing, software
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
116 distributed under the License is distributed on an "AS IS" BASIS,
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
117 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
118 See the License for the specific language governing permissions and
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
119 limitations under the License.
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
120
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
121 ##Authors
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
122
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
123 Mathias Gebbe <mgebbe@intevation.de>
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
124
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
125 ##Media
2
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
126
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
127 * bridge (bridge.png): http://commons.wikimedia.org/wiki/File:Bridge-stone.svg
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
128 * facebook (fb.svg): http://commons.wikimedia.org/wiki/File:F_icon.svg
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
129 * googleplus (gp.svg): http://commons.wikimedia.org/wiki/File:Google_plus.svg
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
130 * pump.io (pumpiologo.svg): https://en.wikipedia.org/wiki/Pump.io#mediaviewer/File:Pump.io.svg
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
131 * background (grey_wash_wall.png): http://subtlepatterns.com/grey-washed-wall/ (CC BY-SA 3.0)
e942a968cb52 added Media in README
Mathias Gebbe <mgebbe@intevation.de>
parents: 0
diff changeset
132
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
133 ##Sources
0
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
134
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
135 The source files can be check out as follows
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
136 ```
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
137 hg clone https://hg.wald.intevation.org/pumpbridge/
b73191efc65b Initial import of pumpbridge (bloody bloody alpha)
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
138 ```
9
8363d4970c75 changed README and added twitter to pumpbridge.json.example
Mathias Gebbe <mgebbe@intevation.de>
parents: 6
diff changeset
139 this software is based on https://github.com/e14n/pump2status and
10
ccf1d9e741bd corrected google apikey query, removed facebook query language
Mathias Gebbe <mgebbe@intevation.de>
parents: 9
diff changeset
140 uses many tools made by https://github.com/e14n/
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)