aboutsummaryrefslogtreecommitdiff
path: root/addons.mozilla.org-fsd/sync-data/Text_templates/request~
blob: 76dbaa4e5dfb6a36a257367b4446b0b6711d923f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
#!/bin/bash

function request() {

    if [ "$sent_to" != "" ]; then

        echo "
{{Checkme item
|Package=$FULL_SOFTWARE_NAME
|Package note=$sent_to
}}";

    else


        echo "##########################################################################################
$FULL_SOFTWARE_NAME
";


        cat issue__intro.txt > output.txt

        if [ "$issue__license_copy" = "Yes" ]; then

            cat issue__license_copy.txt >> output.txt

        fi

        if [ "$issue__license_not_displayed_on_AMO" = "Yes" ]; then

            cat issue__license_not_displayed_on_AMO.txt >> output.txt

        fi


        if [ "$issue__lack_of_full_license_headers_in_each_file" = "Yes" ]; then

            cat issue__lack_of_full_license_headers_in_each_file.txt >> output.txt

        fi


        sed -i "
s|FSD_FULL_SOFTWARE_NAME|$FSD_FULL_SOFTWARE_NAME|
s|FULL_SOFTWARE_NAME|$FULL_SOFTWARE_NAME|
s|addons.mozilla.org_ENTRY|$addons_mozilla_org_ENTRY|
s|LICENSE_VERSION|$LICENSE_VERSION|
s|LICENSE_LINK|$LICENSE_LINK|
s|LICENSE|$LICENSE|
" output.txt

        cat outro.txt >> output.txt
        cat output.txt

    fi

}





#TEMPLATE
FULL_SOFTWARE_NAME="";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="";
LICENSE="";
LICENSE_VERSION="";
LICENSE_LINK="";
issue__license_not_displayed_on_AMO="";
issue__license_copy="";
issue__lack_of_full_license_headers_in_each_file="";
sent_to="";


FULL_SOFTWARE_NAME="Bookmarks Manager and Viewer";
FSD_FULL_SOFTWARE_NAME="Bookmarks_Manager_and_Viewer";
addons_mozilla_org_ENTRY="bookmarks-manager-and-viewer/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/inbasic/bookmarks-manager/issues/6";
request

FULL_SOFTWARE_NAME="Cookie AutoDelete";
FSD_FULL_SOFTWARE_NAME="Cookie_AutoDelete";
addons_mozilla_org_ENTRY="cookie-autodelete/";
LICENSE="MIT/X11";
LICENSE_VERSION="";
LICENSE_LINK="http://www.opensource.org/licenses/mit-license.php";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="No";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/mrdokenny/Cookie-AutoDelete/issues/129";
request

FULL_SOFTWARE_NAME="Ageless for YouTube";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/ageless/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/ageless/reviews/914361/";
request

FULL_SOFTWARE_NAME="Bloody Vikings!";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/";
LICENSE="GPL";
LICENSE_VERSION="3.0";
LICENSE_LINK="https://www.gnu.org/licenses/gpl-3.0.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="No";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/reviews/914363/, florian+amo@florianfieber.de";
request

FULL_SOFTWARE_NAME="Bulk Media Downloader";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/bulk-media-downloader/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/inbasic/bulk-media-downloader/issues/12";
request

FULL_SOFTWARE_NAME="DynamicHistory";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/dynamichistory/";
LICENSE="MIT/X11";
LICENSE_VERSION="";
LICENSE_LINK="http://www.opensource.org/licenses/mit-license.php";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="No";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/dynamichistory/reviews/914375/, me@nulldev.xyz";
request

FULL_SOFTWARE_NAME="Easy Youtube Video Downloader Express";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/easy-youtube-video-download/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/easy-youtube-video-download/reviews/914406/";
request

FULL_SOFTWARE_NAME="Flash Block (Plus)";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/noflash/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/noflash/reviews/914401/, arl1232smg@yahoo.com";
request

FULL_SOFTWARE_NAME="Forecastfox (fix version)";
FSD_FULL_SOFTWARE_NAME="Forecastfox_(fix_version)";
addons_mozilla_org_ENTRY="forecastfox-fix-version/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/forecastfox-fix-version/reviews/913786/, senselius@gmail.com";
request

FULL_SOFTWARE_NAME="Mute all inactive tabs";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/mute-all-inactive-tabs/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/evilpie/mute-all-inactive-tabs/issues/1";
request

FULL_SOFTWARE_NAME="Org Capture";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/org-capture/";
LICENSE="MIT/X11";
LICENSE_VERSION="";
LICENSE_LINK="http://www.opensource.org/licenses/mit-license.php";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="No";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/sprig/org-capture-extension/issues/34";
request

FULL_SOFTWARE_NAME="Popup Blocker (strict)";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/popup-blocker/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/schomery/popup-blocker/issues/55";
request

FULL_SOFTWARE_NAME="Session Manager";
FSD_FULL_SOFTWARE_NAME="Session_Manager";
addons_mozilla_org_ENTRY="session-manager/";
LICENSE="MPL";
LICENSE_VERSION="1.1";
LICENSE_LINK="https://www.mozilla.org/media/MPL/1.1/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/yass-we/reviews/913742/, morac99-firefox2@yahoo.com";
request

FULL_SOFTWARE_NAME="Simple Form Fill";
FSD_FULL_SOFTWARE_NAME="Simple_Form_Fill";
addons_mozilla_org_ENTRY="simple-form-fill/";
LICENSE="MIT/X11";
LICENSE_VERSION="";
LICENSE_LINK="http://opensource.org/licenses/MIT";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/sblask/webextension-simple-form-fill/issues/14";
request

FULL_SOFTWARE_NAME="Sky Timer";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/sky-timer/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/sky-timer/reviews/914414/, easyappdeveloper1@gmail.com";
request

FULL_SOFTWARE_NAME="To Google Translate";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/to-google-translate/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="No";
sent_to="https://github.com/itseco/to-google-translate/issues/7";
request

FULL_SOFTWARE_NAME="Wayback Machine";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="";
LICENSE="GPL";
LICENSE_VERSION="3.0";
LICENSE_LINK="https://www.gnu.org/licenses/gpl-3.0.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="No";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/reviews/914416/, info@archive.org";
request

FULL_SOFTWARE_NAME="WebRTC Control";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/webrtc-control/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/webrtc-control/reviews/914382/, dlinBernard@yahoo.com";
request

FULL_SOFTWARE_NAME="Yet Another Smooth Scrolling WE";
FSD_FULL_SOFTWARE_NAME="Simple_Form_Fill";
addons_mozilla_org_ENTRY="simple-form-fill/";
LICENSE="BSD License";
LICENSE_VERSION="(2-Clause)";
LICENSE_LINK="http://www.opensource.org/licenses/bsd-license.php";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://addons.mozilla.org/en-US/firefox/addon/yass-we/reviews/913742/, kataho.mail@gmail.com";
request

FULL_SOFTWARE_NAME="YouTube in HD (720p, 1080p, 1440p, 2160p)";
FSD_FULL_SOFTWARE_NAME=$(echo "$FULL_SOFTWARE_NAME" | sed -e "s| |_|g");
addons_mozilla_org_ENTRY="https://addons.mozilla.org/en-US/firefox/addon/youtube-hd-1/";
LICENSE="MPL";
LICENSE_VERSION="2.0";
LICENSE_LINK="https://www.mozilla.org/media/MPL/2.0/index.txt";
issue__license_not_displayed_on_AMO="No";
issue__license_copy="Yes";
issue__lack_of_full_license_headers_in_each_file="Yes";
sent_to="https://github.com/james-fray/YouTube-HD/issues/6";
request