Skip to content

Commit

Permalink
upload document Linee guida per la valorizzazione del patrimonio info…
Browse files Browse the repository at this point in the history
…rmativo pubblico - anno 2017 and updated README.md
  • Loading branch information
giorgialodi committed Aug 2, 2017
1 parent 3fdc6ee commit 14396fb
Show file tree
Hide file tree
Showing 198 changed files with 41,025 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
90 changes: 90 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
#
# Makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = docs

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) src

.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest

help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " pickle to make pickle files"
@echo " json to make JSON files"
@echo " htmlhelp to make HTML files and a HTML help project"
@echo " qthelp to make HTML files and a qthelp project"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"

clean:
-rm -rf $(BUILDDIR)/*

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."

pickle:
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
@echo
@echo "Build finished; now you can process the pickle files."

json:
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
@echo
@echo "Build finished; now you can process the JSON files."

htmlhelp:
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
@echo
@echo "Build finished; now you can run HTML Help Workshop with the" \
".hhp project file in $(BUILDDIR)/htmlhelp."

qthelp:
$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/DjangoKong.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/DjangoKong.qhc"

latex:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo
@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
"run these through (pdf)latex."

changes:
$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
@echo
@echo "The overview file is in $(BUILDDIR)/changes."

linkcheck:
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in $(BUILDDIR)/linkcheck/output.txt."

doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Linee guida per la valorizzazione del patrimonio informativo pubblico - anno 2017

Questo documento rappresenta l'aggiornamento annuale, previsto dall'articolo 52 comma 7 del Codice dell'Amministrazione Digitale e da un'azione del piano triennale, delle linee guida per la valorizzazione del patrimonio informativo pubblico.

Il documento sarà in costante aggiornamento anche a seguito dei lavori che si svolgeranno nella seconda metà del 2017.

Le linee guida sono ora navigabili [online](http://lg-patrimonio-pubblico.readthedocs.io/en/latest/) e collegate anche a guide tecniche disponibili online (incluse le [linee guida per i cataloghi dati](https://linee-guida-cataloghi-dati-profilo-dcat-ap-it.readthedocs.io/it/latest/), le [schede descrittive delle basi dati di interesse nazionale](http://pianotri-schede-bdin.readthedocs.io/en/latest/) e l'[elenco delle basi dati chiave](http://elenco-basi-di-dati-chiave.readthedocs.io/it/latest/)).

### Requisiti

- [Sphinx](http://www.sphinx-doc.org/en/stable/)

### Build
Dopo aver apportato le dovute modifiche in [`src/`](./src) esegui

```
sphinx-build -b html src docs
```

oppure

```
make html
```
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 13763da124633bac1da3bc83a87c0fb9
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_images/Architecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/AspettiOrganizzativi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/CompatibilitàLicenze.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/DCAT-AP_IT_UML.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Dati5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/DatiGov.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/DatiGov2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/GeoDCAT-AP.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Licenze.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Metadati.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/Star5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/TipiDato.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_images/agid-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/metadati1.pdf
Binary file not shown.
Binary file added docs/_images/metadati1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/metadati2.pdf
Binary file not shown.
Binary file added docs/_images/metadati2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/metadati3.pdf
Binary file not shown.
Binary file added docs/_images/metadati3.png
Binary file added docs/_images/metadati4.pdf
Binary file not shown.
Binary file added docs/_images/metadati4.png
42 changes: 42 additions & 0 deletions docs/_sources/acronimi.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Acronimi
========

========== ==========================================================
ANNCSU Anagrafe Nazionale dei Numeri Civici e delle Strade Urbane
ANPR Anagrafe Nazionale della Popolazione Residente
API Application Programming Interface
CAD Codice dell'Amministrazione Digitale
CC Creative Commons
CMS Content Management System
CPSV Core Public Service Vocabulary
CSV Comma Separated Value
DAF Data & Analytics Framework
DCAT Data Catalog Vocabulary
DCAT-AP Data Catalog Vocabulary - Application Profile
DCAT-AP_IT Data Catalog Vocabulary - Application Profile ITaliano
D.lgs Decreto Legislativo
GPS Global Position System
HTTP HyperText Transfer Protocol
INSPIRE INfrastructure for SPatial InfoRmation in Europe
ICT Information and Communication Technology
IoT Internet of Things
IPA Indice della Pubblica Amministrazione
ISA Interoperability Solutions for public Administration
LOD Linked Open Data
JSON JavaScript Object Notation
OD Open Data
ODI Open Data Institute
OSM Open Street Map
OWL Ontology Web Language
OKFN Open Knowledge Foundation
PA Pubblica Amministrazione
PSI Public Sector Information
RDF Resource Description Framework
RDFS RDF Schema
RNDT Repertorio Nazionale Dati Territoriali
SDMX Statistical Data and Metadata eXchange
SPARQL Sparql Protocol And Rdf Query Language
URI Uniform Resource Identifier
XML eXtensible Markup Language
WGS World Geodetic System
========== ==========================================================

0 comments on commit 14396fb

Please sign in to comment.