File tree 5 files changed +53
-45
lines changed
5 files changed +53
-45
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ pre-build:
8
8
mkdir -p $(WEBTARGET )
9
9
mkdir -p $(SRCTARGET )
10
10
mkdir -p $(SCRIPTTARGET )
11
+ git clone -q https://github.com/freifunk/common.api.freifunk.net.git $(SRCTARGET ) /common
12
+ cp -r $(SRCTARGET ) /common/collector $(SCRIPTTARGET ) /
13
+ mkdir -p $(WEBTARGET ) /calendar
14
+ cp -r $(SRCTARGET ) /common/ics-collector $(WEBTARGET ) /calendar
11
15
12
16
map : pre-build
13
17
git clone -q https://github.com/freifunk/cmap.api.freifunk.net.git $(SRCTARGET ) /map
Original file line number Diff line number Diff line change 499
499
}
500
500
}
501
501
},
502
+ "privacy" : {
503
+ "title" : " Privacy Policy" ,
504
+ "type" : " object" ,
505
+ "required" : false ,
506
+ "properties" : {
507
+ "policyurl" : {
508
+ "title" : " Privacy Policy URL" ,
509
+ "description" : " URL to your privacy policy description" ,
510
+ "type" : " string" ,
511
+ "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
512
+ "required" : false
513
+ }
514
+ }
515
+ },
502
516
"techDetails" : {
503
517
"type" : " object" ,
504
518
"id" : " http://wiki.freifunk.net/Freifunk_Firmware/%C3%9Cbersicht_Communities" ,
672
686
]
673
687
}
674
688
},
675
- "privacy" : {
676
- "title" : " Privacy Policy" ,
677
- "type" : " object" ,
678
- "required" : false ,
679
- "properties" : {
680
- "policyurl" : {
681
- "title" : " Privacy Policy URL" ,
682
- "description" : " URL to privacy policy" ,
683
- "type" : " string" ,
684
- "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
685
- "required" : false
686
- }
687
- }
688
- },
689
689
"updatemode" : {
690
690
"title" : " Updatemode" ,
691
691
"type" : " array" ,
Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ ffapi.formTemplate =
123
123
"title" : "How to support you?" ,
124
124
"expandable" : true ,
125
125
"items" : "support"
126
+ } , {
127
+ "items" : "privacy" ,
128
+ "title" : "Privacy description of your services" ,
129
+ "expandable" : true ,
130
+ "type" : "fieldset"
126
131
} , {
127
132
"type" : "fieldset" ,
128
133
"title" : "Technical Details" ,
@@ -207,9 +212,8 @@ ffapi.formTemplate =
207
212
"institutions" : "We are a legal person to handle legal issues, e.g. an ISP, Foundation or Verein"
208
213
}
209
214
}
210
- ]
211
- } ,
212
- "privacy"
215
+ ]
216
+ }
213
217
]
214
218
} , {
215
219
"key" : "state.lastchange" ,
Original file line number Diff line number Diff line change 499
499
}
500
500
}
501
501
},
502
+ "privacy" : {
503
+ "title" : " Privacy Policy" ,
504
+ "type" : " object" ,
505
+ "required" : false ,
506
+ "properties" : {
507
+ "policyurl" : {
508
+ "title" : " Privacy Policy URL" ,
509
+ "description" : " URL to your privacy policy description" ,
510
+ "type" : " string" ,
511
+ "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
512
+ "required" : false
513
+ }
514
+ }
515
+ },
502
516
"techDetails" : {
503
517
"type" : " object" ,
504
518
"id" : " http://wiki.freifunk.net/Freifunk_Firmware/%C3%9Cbersicht_Communities" ,
672
686
]
673
687
}
674
688
},
675
- "privacy" : {
676
- "title" : " Privacy Policy" ,
677
- "type" : " object" ,
678
- "required" : false ,
679
- "properties" : {
680
- "policyurl" : {
681
- "title" : " Privacy Policy URL" ,
682
- "description" : " URL to privacy policy" ,
683
- "type" : " string" ,
684
- "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
685
- "required" : false
686
- }
687
- }
688
- },
689
689
"updatemode" : {
690
690
"title" : " Updatemode" ,
691
691
"type" : " array" ,
Original file line number Diff line number Diff line change 499
499
}
500
500
}
501
501
},
502
+ "privacy" : {
503
+ "title" : " Privacy Policy" ,
504
+ "type" : " object" ,
505
+ "required" : false ,
506
+ "properties" : {
507
+ "policyurl" : {
508
+ "title" : " Privacy Policy URL" ,
509
+ "description" : " URL to your privacy policy description" ,
510
+ "type" : " string" ,
511
+ "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
512
+ "required" : false
513
+ }
514
+ }
515
+ },
502
516
"techDetails" : {
503
517
"type" : " object" ,
504
518
"id" : " http://wiki.freifunk.net/Freifunk_Firmware/%C3%9Cbersicht_Communities" ,
672
686
]
673
687
}
674
688
},
675
- "privacy" : {
676
- "title" : " Privacy Policy" ,
677
- "type" : " object" ,
678
- "required" : false ,
679
- "properties" : {
680
- "policyurl" : {
681
- "title" : " Privacy Policy URL" ,
682
- "description" : " URL to privacy policy" ,
683
- "type" : " string" ,
684
- "pattern" : " ^(http|https)://[A-Za-z0-9ÄÖÜäöüß\\ -_\\ ./]+" ,
685
- "required" : false
686
- }
687
- }
688
- },
689
689
"updatemode" : {
690
690
"title" : " Updatemode" ,
691
691
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments