Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Enabled generation of the Italian translation of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arialdomartini committed Dec 4, 2009
1 parent c902495 commit 6b8d02b
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 1 deletion.
121 changes: 121 additions & 0 deletions docs/it/docs.css
@@ -0,0 +1,121 @@
body {
padding-left: 3%;
padding-right: 3%;
}
h1, h2, h3 {
font-family: sans-serif;
}
h1 {
text-align: center;
}
pre {
font-family: "courier new", courier, typewriter, monospace;
font-size: 90%;
border: 1px solid;
border-color: #999966;
background-color: #ffffcc;
padding: 5px;
margin-left: 20px;
margin-right: 40px;
}
.code, .new_code, pre.new_code {
font-family: "courier new", courier, typewriter, monospace;
font-weight: bold;
}
div.copyright {
font-size: 80%;
color: gray;
}
div.copyright a {
margin-top: 1em;
color: gray;
}
ul.api {
border: 2px outset;
border-color: gray;
background-color: white;
margin: 5px;
margin-left: 5%;
margin-right: 5%;
}
ul.api li {
margin-top: 0.2em;
margin-bottom: 0.2em;
list-style: none;
text-indent: -3em;
padding-left: 1em;
}
div.demo {
border: 4px ridge;
border-color: gray;
padding: 10px;
margin: 5px;
margin-left: 20px;
margin-right: 40px;
background-color: white;
}
div.demo span.fail {
color: red;
}
div.demo span.pass {
color: green;
}
div.demo h1 {
font-size: 12pt;
text-align: left;
font-weight: bold;
}
div.menu {
text-align: center;
}
table {
border: 2px outset;
border-color: gray;
background-color: white;
margin: 5px;
margin-left: 5%;
margin-right: 5%;
}
td {
font-size: 90%;
}
.shell {
color: white;
}
pre.shell {
border: 4px ridge;
border-color: gray;
padding: 10px;
margin: 5px;
margin-left: 20px;
margin-right: 40px;
background-color: #000100;
color: #99ff99;
font-size: 90%;
}
pre.file {
color: black;
border: 1px solid;
border-color: black;
padding: 10px;
margin: 5px;
margin-left: 20px;
margin-right: 40px;
background-color: white;
font-size: 90%;
}
form.demo {
background-color: lightgray;
border: 4px outset;
border-color: lightgray;
padding: 10px;
margin-right: 40%;
}
dl, dd {
margin: 10px;
margin-left: 30px;
}
em {
font-weight: bold;
font-family: "courier new", courier, typewriter, monospace;
}
2 changes: 1 addition & 1 deletion packages/simpletest.org/index.php
Expand Up @@ -13,7 +13,7 @@
$source_path = dirname(__FILE__).'/../../docs/source/';
$destination_path = dirname(__FILE__).'/../../docs/simpletest.org/';

$languages = array("en/", "fr/", "../../");
$languages = array("en/", "fr/", "it/", "../../");

foreach ($languages as $language) {
$dir = opendir($source_path.$language);
Expand Down
37 changes: 37 additions & 0 deletions packages/simpletest.org/map.xml
Expand Up @@ -84,4 +84,41 @@
<page title="Logiciels" here="Logiciels" file="fr/logiciels_utilisant_simpletest.html" />
</page>
</page>
<page title="Versione italiana" here="Version italiana" file="it/index.html">
<page title="Télécharger SimpleTest" here="Télécharger SimpleTest" file="it/download.html">
<page title="Installer le plugin Eclipse" here="Plugin Eclipse" file="it/extension_eclipse.html" />
</page>

<page title="Scrivere test con SimpleTest" here="Scrivere test con SimpleTest" file="it/start-testing.html" >
<page title="Panoramica su SimpleTest" here="Panoramica su SimpleTest" file="it/overview.html" >
<page title="Lo Unit Test" here="Lo Unit Test" file="it/unit_test_documentation.html" />
<page title="Raggruppamento di test" here="Raggruppamento di test" file="it/group_test_documentation.html"/>
<page title="Gli oggetti mock" here="Gli oggetti mock" file="it/mock_objects_documentation.html"/>
<page title="Il mocking parziale" here="Il mocking parziale" file="it/partial_mocks_documentation.html"/>
<page title="I report" here="I report" file="it/reporter_documentation.html"/>
<page title="Le expectation" here="Le expectation" file="it/expectation_documentation.html"/>
<page title="Il web test" here="Il web test" file="it/web_tester_documentation.html"/>
<page title="Il collaudo di form" here="Il collaudo di form" file="it/form_testing_documentation.html"/>
<page title="L'autenticazione" here="L'autenticazione" file="it/authentication_documentation.html"/>
<page title="Scripting del browser" here="Scripting del browser" file="it/browser_documentation.html"/>
</page>
<page title="Tutorial: unit testing con SimpleTest" here="Tutorial: unit testing con SimpleTest" file="it/first_test_tutorial.html">
<page title="Raggruppamento di test" here="Tutorial: Raggruppamento di test" file="it/group_test_tutorial.html"/>
<page title="Prendere il controllo dei test" here="Tutorial: prendere il controllo" file="it/gain_control_tutorial.html"/>
<page title="Il riutilizzo dei casi" here="Tutorial: il riutilizzo dei casi" file="it/subclass_tutorial.html"/>
<page title="Visualizzare i risultati" here="Tutorial: visualizzare i risultati" file="it/display_subclass_tutorial.html"/>
<page title="Gli oggetti mock" here="Tutorial: gli oggetti mock" file="it/mock_objects_tutorial.html"/>
<page title="Le classi boundary" here="Tutorial: le classi boundary" file="it/boundary_classes_tutorial.html"/>
<page title="Test con l'approccio top-down" here="Tutorial: test con l'approccio top-down" file="it/improving_design_tutorial.html"/>
</page>
</page>



<page title="La Mailing-list" here="La Mailing-list" file="it/support.html">
<page title="Libri" here="Libri" file="it/books.html" />
<page title="Logiciels" here="Logiciels" file="it/logiciels_utilisant_simpletest.html" />
</page>

</page>
</page>

0 comments on commit 6b8d02b

Please sign in to comment.