Skip to content

Commit d262df1

Browse files
Merge pull request #1190 from italia/review_20190308
Review 20190308
2 parents 620e193 + 6df75e8 commit d262df1

37 files changed

+13432
-7393
lines changed

scripts/crawl_contents.py

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,31 +161,45 @@ def wGetAndRename(xlsxpath,rstpath,url,title,section_prefix):
161161
toclist = []
162162

163163
toclist = scrapeHtml(xlsxpath, rstpath, "/portale/tabelle-di-riferimento","tab")
164-
aggiornamento_doc_tecnica="https://anpr.interno.it/portale/documents/20182/239162/aggiornamenti_07_05_2018.xlsx/408ac0f5-6bcc-42f9-834c-82284f7dbb1a"
164+
aggiornamento_doc_tecnica="https://anpr.interno.it/portale/documents/20182/239162/aggiornamenti_06_03_2019.xlsx/082ba94b-f63e-40b0-9445-ee831d3ce35f"
165165
toclist.append(createRstFromXlsx(Table(
166166
id=-5, url=aggiornamento_doc_tecnica,
167-
title="Aggiornamenti alla documentazione tecnica", date="5 Maggio 2018",
167+
title="Aggiornamenti alla documentazione tecnica", date="6 Marzo 2019",
168168
),False,0,2000,4))
169169

170170

171171
toclist.append(createRstFromXlsx(Table(
172-
id=-4, url=Anpr.domain()+"portale/documents/20182/50186/Allegato+7+-+Utilizzo+WS+ANPR+totale+19102017.xlsx/66f5befe-ddf7-4a1f-b5e1-f94947032000",
173-
title="Elenco dei web services da utilizzare per aggiornamento delle basi dati locali", date="19 Ottobre 2017",
172+
id=-4, url=Anpr.domain()+"/portale/documents/20182/50186/Allegato+7+-+Utilizzo+WS+ANPR+totale+19102017.xlsx/66f5befe-ddf7-4a1f-b5e1-f94947032000",
173+
title="Elenco dei web services da utilizzare per aggiornamento delle basi dati locali", date="7 Novembre 2017",
174174
),False,4,9,4, ['Servizio', 'Op. Anagrafica','Descrizione', u'Servizio Esposto','Note','',''],u"Il comune che non espone il servizio per acquisizione delle notifiche effettua una richiesta utilizzando il servizio 3003 o 3007, specificando il tipo di notifica da consultare."))
175175

176176
toclist.append(createRstFromXlsx(Table(
177-
id=-4, url=Anpr.domain()+"/portale/documents/20182/26001/Utilizzo+WS+ANPR+27072016.xlsx",
178-
title="Utilizzo del WebService", date="11 Ottobre 2017",
179-
),False,4,37,3, ['Servizio', 'Op. Anagrafica','Descrizione', u'WS da Utilizzare - modalità ws', u'WS da Utilizzare - modalità wa',u'Notifiche - modalità ws',u'Notifiche - modalità wa','Note',"- ","- "]))
177+
id=-4, url=Anpr.domain()+"/portale/documents/20182/50186/Allegato+2+-+Elenco+funzioni+WEB17112017.xlsx/c50c0534-a41c-443e-ab86-f706950e1a0b",
178+
title="elenco funzionalità disponibili", date="17 Novembre 2017",
179+
),False,0,2000,5))
180180

181181
toclist.append(createRstFromXlsx(Table(
182182
id=-3, url=Anpr.domain()+"/portale/documents/20182/26001/Allegato+5+-+Elenco+WS+di+ANPR+13102016.xlsx/a787b18d-a271-482c-bbb4-c3559d2b93c0",
183-
title="Elenco dei web services disponibili", date="17 dicembre 2017",
183+
title="Elenco dei web services da utilizzare per l’aggiornamento delle basi dati locali di servizio", date="19 ottobre 2017",
184+
),False,0,2000,5))
185+
186+
187+
toclist.append(createRstFromXlsx(Table(
188+
id=-3, url=Anpr.domain()+"/portale/documents/20182/239162/Mappatura_controlli_servizio_certificazione.xlsx/77881a9f-2477-4e88-91a5-a5fffe66ae83",
189+
title="Appendice - Mappatura controlli servizi di certificazione", date="15 febbraio 2018",
184190
),False,0,2000,5))
185191

192+
193+
toclist.append(createRstFromXlsx(Table(
194+
id=-2, url=Anpr.domain()+"/portale/documents/20182/239162/Allegato_5_Elenco_WS_di_ANPR_27092018.xlsx/09973722-3ca5-4464-8195-7dce9168b342",
195+
title="Elenco dei web services disponibili", date="19 Ottobre 2017",
196+
),False,0,2000,3))
197+
198+
199+
186200
toclist.append(createRstFromXlsx(Table(
187201
id=-2, url=Anpr.domain()+"/portale/documents/20182/50186/Allegato+2+-+Elenco+funzioni+WEB19102017.xlsx/fa626e37-b3d3-4724-8c86-cc5b3efec217",
188-
title="Elenco delle funzionalita' disponibilini nella web app", date="19 Ottobre 2017",
202+
title="Elenco delle funzionalità disponibilini nella web app", date="19 Ottobre 2017",
189203
),False,0,2000,3))
190204

191205
errori_path="https://anpr.interno.it/portale/documents/20182/209632/elenco+segnalazioni+ANPR+operazioni+anagrafiche_07_05_2018_.xlsx/5c50347d-60a8-4ce0-bdd5-4971d32ea4c4"
109 Bytes
Binary file not shown.
6.17 KB
Binary file not shown.
1.69 KB
Binary file not shown.
18 Bytes
Binary file not shown.
596 Bytes
Binary file not shown.
5.81 KB
Binary file not shown.

src/_static/xlsx/tab_comuni.xlsx

-313 KB
Binary file not shown.
67.3 KB
Binary file not shown.
177 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)