From 8f990317b79d17953755269d3383d3f94e9c5f7f Mon Sep 17 00:00:00 2001 From: Jakob Rieck Date: Mon, 25 Sep 2017 16:12:53 +0200 Subject: [PATCH 1/4] [c/en] Correct off-by-one error --- c.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.html.markdown b/c.html.markdown index 1ff8658c..87a047be 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -348,7 +348,7 @@ int main (int argc, char** argv) printf("Error occurred at i = %d & j = %d.\n", i, j); /* https://ideone.com/GuPhd6 - this will print out "Error occurred at i = 52 & j = 99." + this will print out "Error occurred at i = 51 & j = 99." */ /////////////////////////////////////// From f70e1e3518026b9e9d660a9ffc25ca3424ebe365 Mon Sep 17 00:00:00 2001 From: Ale46 Date: Mon, 2 Oct 2017 02:10:53 +0200 Subject: [PATCH 2/4] [html/it-it] adds Italian translation for html --- it-it/html-it.html.markdown | 120 ++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 it-it/html-it.html.markdown diff --git a/it-it/html-it.html.markdown b/it-it/html-it.html.markdown new file mode 100644 index 00000000..1d2a0618 --- /dev/null +++ b/it-it/html-it.html.markdown @@ -0,0 +1,120 @@ +--- +language: html +filename: learnhtml-it.html +contributors: + - ["Christophe THOMAS", "https://github.com/WinChris"] +translators: + - ["Ale46", "http://github.com/Ale46/"] +--- + +HTML sta per HyperText Markup Language (linguaggio a marcatori per ipertesti). +È un linguaggio che consente di scrivere pagine web per il world wide web. +È un linguaggio di markup, che permette di scrivere pagine web usando del codice che indica come il testo ed i dati devono essere mostrati. +Infatti, i files html sono semplici file di testo. +Cos'è il markup? È un metodo per organizzare i dati della pagina circondandoli con tag di apertura e tag di chiusura. +Questo markup serve a dare significato al testo che racchiude. +Come altri linguaggi di programmazione, HTML ha molte versioni. Qui discuteremo di HTML5. + +**NOTA :** Puoi testare i differenti tags ed elementi man mano che prosegui nel tutorial in un sito come [codepen](http://codepen.io/pen/) per vedere i loro effetti, capire come lavorano e familiarizzare con il linguaggio. +Questo articolo riguarda principalmente la sintassi HTML ed alcuni suggerimenti utili. + + +```html + + + + + + + + + + Il mio sito + + +

Ciao, mondo!

+ Vieni a vedere ciò che mostra +

Questo è un paragrafo.

+

Questo è un altro paragrafo.

+ + + + + + + + + + + + + + + + + + + + + + Il mio sito + + + + + + + +

Ciao, mondo!

+ + Vieni a vedere ciò che mostra +

Questo è un paragrafo.

+

Questo è un altro paragrafo.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Prima intestazione Seconda intestazione
prima riga, prima colonna prima riga, seconda colonna
seconda riga, prima colonnaseconda riga, seconda colonna
+ +``` + +## Uso + +HTML è scritto in files che finiscono con `.html`. + +## Per saperne di più + +* [wikipedia](https://it.wikipedia.org/wiki/HTML) +* [HTML tutorial](https://developer.mozilla.org/it/docs/Web/HTML) +* [W3School](http://www.w3schools.com/html/html_intro.asp) From d00c5e67d04d83d647746836872d3c1e1ed74d0b Mon Sep 17 00:00:00 2001 From: fnscoder Date: Wed, 4 Oct 2017 21:53:03 -0300 Subject: [PATCH 3/4] fix names in pt-br --- pt-br/{amd.html.markdown => amd-pt.html.markdown} | 0 pt-br/{bf.html.markdown => bf-pt.html.markdown} | 0 pt-br/{csharp.html.markdown => csharp-pt.html.markdown} | 0 pt-br/{elixir.html.markdown => elixir-pt.html.markdown} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename pt-br/{amd.html.markdown => amd-pt.html.markdown} (100%) rename pt-br/{bf.html.markdown => bf-pt.html.markdown} (100%) rename pt-br/{csharp.html.markdown => csharp-pt.html.markdown} (100%) rename pt-br/{elixir.html.markdown => elixir-pt.html.markdown} (100%) diff --git a/pt-br/amd.html.markdown b/pt-br/amd-pt.html.markdown similarity index 100% rename from pt-br/amd.html.markdown rename to pt-br/amd-pt.html.markdown diff --git a/pt-br/bf.html.markdown b/pt-br/bf-pt.html.markdown similarity index 100% rename from pt-br/bf.html.markdown rename to pt-br/bf-pt.html.markdown diff --git a/pt-br/csharp.html.markdown b/pt-br/csharp-pt.html.markdown similarity index 100% rename from pt-br/csharp.html.markdown rename to pt-br/csharp-pt.html.markdown diff --git a/pt-br/elixir.html.markdown b/pt-br/elixir-pt.html.markdown similarity index 100% rename from pt-br/elixir.html.markdown rename to pt-br/elixir-pt.html.markdown From bb457d24a9d42061b9a8d9bc5632f5707f2150f3 Mon Sep 17 00:00:00 2001 From: fnscoder Date: Wed, 4 Oct 2017 22:03:41 -0300 Subject: [PATCH 4/4] fix names in pt-pt --- pt-pt/{bf.html.markdown => bf-pt.html.markdown} | 0 pt-pt/{swift.html.markdown => swift-pt.html.markdown} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pt-pt/{bf.html.markdown => bf-pt.html.markdown} (100%) rename pt-pt/{swift.html.markdown => swift-pt.html.markdown} (100%) diff --git a/pt-pt/bf.html.markdown b/pt-pt/bf-pt.html.markdown similarity index 100% rename from pt-pt/bf.html.markdown rename to pt-pt/bf-pt.html.markdown diff --git a/pt-pt/swift.html.markdown b/pt-pt/swift-pt.html.markdown similarity index 100% rename from pt-pt/swift.html.markdown rename to pt-pt/swift-pt.html.markdown