forked from italia/developers.italia.it
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Danilo Spinelli
committed
Mar 13, 2017
1 parent
bd8d508
commit 3986489
Showing
374 changed files
with
16,353 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# http://editorconfig.org | ||
|
||
# A special property that should be specified at the top of the file outside of | ||
# any sections. Set to true to stop .editor config file search on current file | ||
root = true | ||
|
||
[*] | ||
# Indentation style | ||
# Possible values - tab, space | ||
indent_style = space | ||
|
||
# Indentation size in single-spaced characters | ||
# Possible values - an integer, tab | ||
indent_size = 2 | ||
|
||
# Line ending file format | ||
# Possible values - lf, crlf, cr | ||
end_of_line = lf | ||
|
||
# File character encoding | ||
# Possible values - latin1, utf-8, utf-16be, utf-16le | ||
charset = utf-8 | ||
|
||
# Denotes whether to trim whitespace at the end of lines | ||
# Possible values - true, false | ||
trim_trailing_whitespace = true | ||
|
||
# Denotes whether file should end with a newline | ||
# Possible values - true, false | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules | ||
build/* | ||
_site | ||
.sass-cache | ||
.jekyll-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
source "https://rubygems.org" | ||
ruby RUBY_VERSION | ||
|
||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "3.4.1" | ||
|
||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.0" | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
gem 'jekyll-seo-tag' | ||
gem 'jekyll-redirect-from' | ||
gem 'hawkins' | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
colorator (1.1.0) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
eventmachine (1.2.3) | ||
ffi (1.9.18) | ||
forwardable-extended (2.6.0) | ||
hawkins (2.0.5) | ||
em-websocket (~> 0.5) | ||
jekyll (~> 3.1) | ||
http_parser.rb (0.6.0) | ||
jekyll (3.4.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-feed (0.9.1) | ||
jekyll (~> 3.3) | ||
jekyll-redirect-from (0.12.1) | ||
jekyll (~> 3.3) | ||
jekyll-sass-converter (1.5.0) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.1.0) | ||
jekyll (~> 3.3) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
kramdown (1.13.2) | ||
liquid (3.0.6) | ||
listen (3.0.8) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
mercenary (0.3.6) | ||
minima (2.1.0) | ||
jekyll (~> 3.3) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (2.0.5) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.8) | ||
ffi (>= 0.5.0) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.23) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
hawkins | ||
jekyll (= 3.4.1) | ||
jekyll-feed (~> 0.6) | ||
jekyll-redirect-from | ||
jekyll-seo-tag | ||
minima (~> 2.0) | ||
tzinfo-data | ||
|
||
RUBY VERSION | ||
ruby 2.3.1p112 | ||
|
||
BUNDLED WITH | ||
1.14.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 AgID | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# ita-jekyll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
|
||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
email: [email protected] | ||
description: My site description (for SEO) | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: jekyllrb | ||
github_username: jekyll | ||
|
||
# Build settings | ||
markdown: kramdown | ||
gems: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
- jekyll-redirect-from | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
|
||
# Custom vars | ||
theme_color: "#0066cc" | ||
css_theme: t-Pac | ||
owner: AgID | ||
owner_desc: Agenzia per l'Italia Digitale | ||
logo: http://designer.italia.it/images/loghi/logo-it.svg | ||
owner_logo: https://www.spid.gov.it/assets/img/agid-logo-bb.svg | ||
|
||
collections: | ||
pages: | ||
output: true | ||
permalink: /:path/ | ||
layout: page | ||
projects: | ||
output: true | ||
permalink: /:path/ | ||
layout: project | ||
faqs: | ||
output: false | ||
|
||
defaults: | ||
- | ||
scope: | ||
path: "" # an empty string here means all files in the project | ||
type: "pages" | ||
values: | ||
subnav: "subnav" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
address: | ||
value: Via Roma 1, Roma, 00100 | ||
phone: | ||
name: phone | ||
value: +00 000 000 000 | ||
email: | ||
name: email | ||
value: [email protected] | ||
pec: | ||
name: pec | ||
value: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
privacy: | ||
title: footer_link_privacy_policy | ||
href: '/' | ||
toc: | ||
title: footer_link_toc | ||
href: '/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
it: | ||
code: ita | ||
name: italiano | ||
t: | ||
active_lang: lingua attiva | ||
cookiebar_accept: Accetto | ||
cookiebar_msg: Questo sito utilizza cookie tecnici, analytics e di terze parti. Proseguendo nella navigazione accetti l’utilizzo dei cookie. | ||
cookiebar_privacy_policy: Privacy policy | ||
follow_us: seguici su | ||
footer_address: Indirizzo | ||
footer_address_sub: '' | ||
footer_contacts: Contatti | ||
footer_contacts_sub: '' | ||
footer_link_privacy_policy: privacy policy | ||
footer_link_toc: note legali | ||
footer_title: ' ' | ||
lang_on_site: sito in italiano | ||
navigation_menu_label: Menu di navigazione | ||
navigation_menu_esc: esci dalla navigazione | ||
scrolltop_label: torna all'inizio dei contenuti | ||
search_form_label: cerca | ||
search_form_off: disattiva il form di ricerca | ||
search_form_on: attiva il form di ricerca | ||
search_form_start: avvia la ricerca | ||
site_subtitle: La comunità italiana degli sviluppatori di servizi pubblici | ||
site_title: /developers | ||
share_msg: condividi | ||
skiplink_goto_content: vai ai contenuti | ||
skiplink_goto_navigation: vai alla navigazione del sito | ||
toggle_menu_label: accedi al menu | ||
|
||
home_hero: La comunità degli sviluppatori che progettano e realizzano i servizi pubblici digitali in Italia | ||
home_newsletter_title: Iscriviti alla Newsletter | ||
home_newsletter_placeholder: indirizzo email | ||
home_newsletter_button: Iscriviti | ||
home_newsletter_footer: Rimani in contatto per essere informato via via che aggiungeremo nuovi progetti. Non ti assilleremo con troppe email, parola di collega sviluppatore. | ||
home_projects_title: Progetti in evidenza | ||
home_projects_expand: per saperne di più | ||
home_projects_others: Tutti i progetti | ||
home_projects_count: progetti in totale | ||
home_news_title: Novità | ||
home_news_expand: per saperne di più | ||
home_tools_title: Strumenti | ||
home_tools_subtitle: Ci appoggiamo a strumenti già esistenti e molto conosciuti per fornirti le informazioni, il codice e il supporto di cui hai bisogno | ||
home_tools_src_title: Codice sorgente | ||
home_tools_src_subtitle: Sul nostro GitHub Italia, sviluppiamo con un processo aperto gli SDK e gli esempi di supporto dei progetti, e gestiamo anche le segnalazioni dei problemi. | ||
home_tools_for_title: Forum | ||
home_tools_for_subtitle: Utilizziamo Discourse come forum per aiutare la comunità a discutere sui progetti, scambiarsi trucchi e consigli, e parlare con i maintainer delle evoluzioni future. | ||
home_tools_doc_title: Documentazione | ||
home_tools_doc_subtitle: Qui trovi la documentazione tecnica dei progetti, scritta principalmente in Markdown and ReStructured Text, e compilata con Sphinx e ReadTheDocs | ||
home_tools_api_title: Sandbox per API | ||
home_tools_api_subtitle: Gioca direttamente con le API dei progetti, in un ambiente di testing che ti aiuterà ad esplorare e sistemare la tua implementazione. | ||
|
||
menu_item_projects: Progetti | ||
menu_item_credits: Chi siamo | ||
menu_item_tools: Strumenti | ||
menu_item_faq: FAQ | ||
menu_item_contacts: Contatti | ||
|
||
en: | ||
code: eng | ||
name: english | ||
t: | ||
active_lang: current language | ||
cookiebar_accept: Accept | ||
cookiebar_msg: We are using cookies to provide statistics that help us give you the best experience of our site. By continuing to use the site you are agreeing to our use of cookies. | ||
cookiebar_privacy_policy: Privacy policy | ||
follow_us: follow us | ||
footer_address: Address | ||
footer_address_sub: '' | ||
footer_contacts: Contacts | ||
footer_contacts_sub: '' | ||
footer_link_privacy_policy: privacy policy | ||
footer_link_toc: terms and conditions | ||
footer_title: ' ' | ||
lang_on_site: website in english | ||
navigation_menu_label: Navigation menu | ||
navigation_menu_esc: exit navigation | ||
scrolltop_label: back to contents | ||
search_form_label: Search | ||
search_form_off: exit search form | ||
search_form_on: enter search form | ||
search_form_start: start searching | ||
site_subtitle: The Italian community of developers of public services | ||
site_title: /developers | ||
share_msg: share | ||
skiplinks_goto_content: go to content | ||
skiplinks_goto_navigation: go to site navigation | ||
toggle_menu_label: go to navigation | ||
|
||
home_hero: A community of developers that design and make Italian digital public services | ||
home_newsletter_title: Subscribe to our Newlsetter | ||
home_newsletter_placeholder: email address | ||
home_newsletter_button: Subscribe | ||
home_newsletter_footer: Stay in touch to be informed as we add more projects. We're not going to overflow you with too many e_mails; it's a dev_to_dev promise. | ||
home_projects_title: Highlighted projects | ||
home_projects_expand: read more | ||
home_projects_others: All the projects | ||
home_projects_count: total projects | ||
home_news_title: News | ||
home_news_expand: read more | ||
home_tools_title: Tools | ||
home_tools_subtitle: We use existing and well_known tools to give you all information, source code and support that you need | ||
home_tools_src_title: Source code | ||
home_tools_src_subtitle: On our GitHub Italia, we develop SDK and examples to support our projects, with an open development process, and we also track existing issues. | ||
home_tools_for_title: Forum | ||
home_tools_for_subtitle: Discourse is our forum of choice, to help the community discuss about the projects, exchange tips and tricks, and discuss with maintainers on the roadmap. | ||
home_tools_doc_title: Docs | ||
home_tools_doc_subtitle: Here you will find the technical documentation of all the projcets, mainly written in Markdown and ReStructured Text, and compiled with Sphinx and RedTheDocs | ||
home_tools_api_title: API Sandbox | ||
home_tools_api_subtitle: Play with all the APIs exposed by the projects, in a testing environment that will help you exploring and fixing your implementation. | ||
|
||
menu_item_projects: Projects | ||
menu_item_credits: Credits | ||
menu_item_tools: Tools | ||
menu_item_faq: FAQ | ||
menu_item_contacts: Contacts |
Oops, something went wrong.