Update the Italian www tree.
PR: www/59097 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
922b9769c9
commit
ea7be427ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18783
6 changed files with 67 additions and 67 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/it/Makefile,v 1.1 2003/03/20 00:10:51 trhodes Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -17,7 +17,7 @@ DOCS+= mailto.sgml
|
|||
SUBDIR= doc
|
||||
.endif
|
||||
|
||||
WEBDIR= data/it
|
||||
WEBDIR?= data/it
|
||||
|
||||
# index.html is special, and generated from index.xsl and news/news.xml
|
||||
DATA+= index.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/it/docs.sgml,v 1.2 2003/03/25 18:22:59 trhodes Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/it/docs.sgml,v 1.3 2003/07/07 15:59:26 blackend Exp $">
|
||||
<!ENTITY title "Documentazione">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
<p>Tutta la documentazione presente su questo sito può essere scaricata in
|
||||
vari formati (HTML, Postscript, PDF, e altri) e algoritmi di compressione
|
||||
differenti (GZip, BZip2, Zip) dal <a
|
||||
differenti (BZip2, Zip) dal <a
|
||||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">sito FTP di FreeBSD</a>.</p>
|
||||
|
||||
<p>Questa documentazione è fornita e mantenuta dal <a
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<!-- $FreeBSD: www/it/includes.sgml,v 1.2 2003/04/05 14:53:54 trhodes Exp $ -->
|
||||
<!-- $FreeBSD: www/it/includes.sgml,v 1.3 2003/07/07 15:59:26 blackend Exp $ -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'it_IT.ISO8859-15'>
|
||||
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -24,9 +27,7 @@
|
|||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright '© 1995-2003 The FreeBSD Project.
|
||||
Tutti i diritti riservati.'>
|
||||
<!ENTITY email 'freebsd-questions'>
|
||||
<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contatti</a> | <a href="&enbase;/copyright/index.html">note legali</a> | ©right;'>
|
||||
<!ENTITY date ''>
|
||||
<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contatti</a> | <a href="&enbase;/copyright/index.html">note legali</a> | ©right;'>
|
||||
<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
<!ENTITY stylesheet '&enbase;/freebsd.css'>
|
||||
|
@ -36,6 +37,8 @@
|
|||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="&stylesheet;"></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="&enbase;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
|
@ -54,9 +57,6 @@ src="&enbase;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border=
|
|||
<area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Home">
|
||||
</map>'>
|
||||
|
||||
<!ENTITY footer '<HR NOSHADE>
|
||||
<address>&author;<br>&date;</address>'>
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
create some links on web sites and such, so do NOT change it until
|
||||
|
@ -100,22 +100,11 @@ src="&enbase;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border=
|
|||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
<p>This document describe how to build and update
|
||||
the FreeBSD Web pages from the CVS repository by hand.</p>'>
|
||||
<p>Questo documento descrive come creare e aggiornare le pagine web di FreeBSD
|
||||
manualmente dal repository CVS.</p>'>
|
||||
|
||||
<!-- avoid replacing etc. with hardcoded Latin1 values -->
|
||||
<!ENTITY nbsp SDATA "[nbsp ]">
|
||||
<!ENTITY copy SDATA "[copy ]">
|
||||
<!ENTITY reg SDATA "[reg ]">
|
||||
<!ENTITY deg SDATA "[deg ]">
|
||||
<!ENTITY middot SDATA "[middot ]">
|
||||
<!ENTITY raquo SDATA "[raquo ]">
|
||||
<!ENTITY laquo SDATA "[laquo ]">
|
||||
|
||||
<!-- Often used trademarks -->
|
||||
<!ENTITY unix 'UNIX®'>
|
||||
<!ENTITY java 'Java™'>
|
||||
<!ENTITY jdk 'JDK™'>
|
||||
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
|
||||
%includes.global;
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.2 2003/04/05 14:53:54 trhodes Exp $ -->
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.3 2003/07/07 15:59:26 blackend Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -12,14 +12,15 @@
|
|||
<img src="{$enbase}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="copyright">
|
||||
<a href="{$enbase}/copyright/index.html">Copyright</a> © 1995-2003 the FreeBSD Project. Tutti i diritti riservati.
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Often used trademarks -->
|
||||
<xsl:variable name="unix" select="'UNIX®'"/>
|
||||
<xsl:variable name="java" select="'Java™'"/>
|
||||
<xsl:variable name="jdk" select="'JDK™'"/>
|
||||
<xsl:variable name="copyright">
|
||||
<a href="{$enbase}/copyright/index.html">Copyright</a> © 1995-2003 the FreeBSD Project. Tutti i diritti riservati.
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Often used trademarks -->
|
||||
<xsl:variable name="unix" select="'UNIX®'"/>
|
||||
<xsl:variable name="java" select="'Java™'"/>
|
||||
<xsl:variable name="jdk" select="'JDK™'"/>
|
||||
<xsl:variable name="posix" select="'POSIX®'"/>
|
||||
|
||||
<xsl:variable name="email" select="'freebsd-questions'"/>
|
||||
<xsl:variable name="author">
|
||||
|
@ -98,7 +99,7 @@
|
|||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.8"'/>
|
||||
<xsl:variable name="rel2.current" select='"4.9"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
|
|
64
it/index.xsl
64
it/index.xsl
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/it/index.xsl,v 1.3 2003/04/05 14:53:54 trhodes Exp $ -->
|
||||
<!-- $FreeBSD: www/it/index.xsl,v 1.4 2003/07/07 15:59:26 blackend Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="enbase" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.3 2003/04/05 14:53:54 trhodes Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.4 2003/07/07 15:59:26 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -25,6 +25,8 @@
|
|||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
||||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
|
@ -52,29 +54,27 @@
|
|||
<option value="http://www2.de.FreeBSD.org">IPv6 Germania</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">IPv6 (6Bone) Giappone</option>
|
||||
<option value="http://www2.no.FreeBSD.org/">IPv6 Norvegia</option>
|
||||
<option value="http://www1.uk.FreeBSD.org/">IPv6 Regno Unito</option>
|
||||
<option value="http://www4.us.FreeBSD.org/">IPv6 USA/1</option>
|
||||
<option value="http://www5.us.FreeBSD.org/">IPv6 USA/2</option>
|
||||
<option value="http://www.ar.FreeBSD.org/">Argentina</option>
|
||||
<option value="http://www.au.FreeBSD.org/">Australia/1</option>
|
||||
<option value="http://www2.au.FreeBSD.org/">Australia/2</option>
|
||||
<option value="http://www3.au.FreeBSD.org/">Australia/3</option>
|
||||
<option value="http://www4.au.FreeBSD.org/">Australia/4</option>
|
||||
<option value="http://www5.au.FreeBSD.org/">Australia/5</option>
|
||||
<option value="http://www6.au.FreeBSD.org/">Australia/6</option>
|
||||
<option value="http://freebsd.itworks.com.au/">Australia/8</option>
|
||||
<option value="http://www.at.FreeBSD.org/">Austria/1</option>
|
||||
<option value="http://www2.at.FreeBSD.org/">Austria/2</option>
|
||||
<option value="http://freebsd.unixtech.be/">Belgio</option>
|
||||
<option value="http://www.br.FreeBSD.org/www.freebsd.org/">Brasile/1</option>
|
||||
<option value="http://www.br.FreeBSD.org/">Brasile/1</option>
|
||||
<option value="http://www2.br.FreeBSD.org/www.freebsd.org/">Brasile/2</option>
|
||||
<option value="http://www3.br.FreeBSD.org/">Brasile/3</option>
|
||||
<option value="http://www.bg.FreeBSD.org/">Bulgaria</option>
|
||||
<option value="http://www.ca.FreeBSD.org/">Canada/1</option>
|
||||
<option value="http://www2.ca.FreeBSD.org/">Canada/2</option>
|
||||
<option value="http://www.cn.FreeBSD.org/">Cina</option>
|
||||
<option value="http://www.kr.FreeBSD.org/">Corea</option>
|
||||
<option value="http://www.kr.FreeBSD.org/">Corea/1</option>
|
||||
<option value="http://www2.kr.FreeBSD.org/">Corea/2</option>
|
||||
<option value="http://www3.kr.FreeBSD.org/">Corea/3</option>
|
||||
<option value="http://www.dk.FreeBSD.org/">Danimarca/1</option>
|
||||
<option value="http://www3.dk.FreeBSD.org/">Danimarca/3</option>
|
||||
<option value="http://www3.dk.FreeBSD.org/">Danimarca/2</option>
|
||||
<option value="http://www.ee.FreeBSD.org/">Estonia</option>
|
||||
<option value="http://www.FreeBSD.org.ph/">Filippine</option>
|
||||
<option value="http://www.fi.FreeBSD.org/">Finlandia/1</option>
|
||||
|
@ -84,13 +84,15 @@
|
|||
<option value="http://www1.de.FreeBSD.org/">Germania/2</option>
|
||||
<option value="http://www2.de.FreeBSD.org/">Germania/3</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">Giappone</option>
|
||||
<option value="http://www.gr.FreeBSD.org/">Grecia</option>
|
||||
<option value="http://www.gr.FreeBSD.org/">Grecia/1</option>
|
||||
<option value="http://www.FreeBSD.gr/">Grecia/2</option>
|
||||
<option value="http://www.hk.FreeBSD.org/">Hong Kong</option>
|
||||
<option value="http://www.ie.FreeBSD.org/">Irlanda/1</option>
|
||||
<option value="http://www2.ie.FreeBSD.org/">Irlanda/2</option>
|
||||
<option value="http://www.is.FreeBSD.org/">Islanda</option>
|
||||
<option value="http://www.it.FreeBSD.org/">Italia/1</option>
|
||||
<option value="http://www.gufi.org/mirrors/www.freebsd.org/data/">Italia/2</option>
|
||||
<option value="http://www.kw.FreeBSD.org/">Kuwait</option>
|
||||
<option value="http://www.lv.FreeBSD.org/">Lettonia</option>
|
||||
<option value="http://www.lt.FreeBSD.org/">Lituania</option>
|
||||
<option value="http://www.no.FreeBSD.org/">Norvegia/1</option>
|
||||
|
@ -100,16 +102,18 @@
|
|||
<option value="http://www2.nl.FreeBSD.org/">Olanda/2</option>
|
||||
<option value="http://www.pl.FreeBSD.org/">Polonia/1</option>
|
||||
<option value="http://www2.pl.FreeBSD.org/">Polonia/2</option>
|
||||
<option value="http://www2.pt.FreeBSD.org/">Portogallo/2</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portogallo/4</option>
|
||||
<option value="http://www.pt.FreeBSD.org/">Portogallo/1</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portogallo/2</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portogallo/3</option>
|
||||
<option value="http://www.uk.FreeBSD.org/">Regno Unito/1</option>
|
||||
<option value="http://www2.uk.FreeBSD.org/">Regno Unito/2</option>
|
||||
<option value="http://www3.uk.FreeBSD.org/">Regno Unito/3</option>
|
||||
<option value="http://www4.uk.FreeBSD.org/">Regno Unito/4</option>
|
||||
<option value="http://www1.uk.FreeBSD.org/">Regno Unito/5</option>
|
||||
<option value="http://www.cz.FreeBSD.org/">Repubblica Ceca</option>
|
||||
<option value="http://www.sk.FreeBSD.org/">Repubblica Slovacca/1</option>
|
||||
<option value="http://www2.sk.FreeBSD.org/">Repubblica Slovacca/2</option>
|
||||
<option value="http://www.ro.FreeBSD.org/">Romania</option>
|
||||
<option value="http://www.ro.FreeBSD.org/">Romania/1</option>
|
||||
<option value="http://www2.ro.FreeBSD.org/">Romania/2</option>
|
||||
<option value="http://www3.ro.FreeBSD.org/">Romania/3</option>
|
||||
<option value="http://www4.ro.FreeBSD.org/">Romania/4</option>
|
||||
|
@ -139,13 +143,13 @@
|
|||
<option value="http://www.enderunix.org/freebsd/">Turchia/3</option>
|
||||
<option value="http://www.ua.FreeBSD.org/">Ucraina/1</option>
|
||||
<option value="http://www2.ua.FreeBSD.org/">Ucraina/2</option>
|
||||
<option value="http://www5.ua.FreeBSD.org/">Ucraina/3</option>
|
||||
<option value="http://www4.ua.FreeBSD.org/">Ucraina/Crimea</option>
|
||||
<option value="http://www5.ua.FreeBSD.org/">Ucraina/5</option>
|
||||
<option value="http://www.hu.FreeBSD.org/">Ungheria/1</option>
|
||||
<option value="http://www2.hu.FreeBSD.org/">Ungheria/2</option>
|
||||
<option value="http://www.FreeBSD.org/">USA/California</option>
|
||||
<option value="http://www3.FreeBSD.org/">USA/3</option>
|
||||
<option value="http://www7.FreeBSD.org/">USA/7</option>
|
||||
<option value="http://www2.us.FreeBSD.org/">USA/1</option>
|
||||
<option value="http://www4.us.FreeBSD.org/">USA/2</option>
|
||||
<option value="http://www5.us.FreeBSD.org/">USA/3</option>
|
||||
</select>
|
||||
|
||||
<input type="submit" value=" Vai "/>
|
||||
|
@ -153,11 +157,19 @@
|
|||
<br/>
|
||||
|
||||
<font color="#990000"><b>Lingua: </b></font>
|
||||
<a href="{$enbase}/index.html">Inglese</a>,
|
||||
<a href="{$enbase}/ja/index.html">Giapponese</a>,
|
||||
<a href="{$enbase}/ru/index.html">Russo</a>,
|
||||
<a href="{$enbase}/es/index.html">Spagnolo</a>,
|
||||
<a href="{$enbase}/support.html#web">Altro</a>
|
||||
<a href="{$enbase}/de/index.html" title="Tedesco">[de]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/index.html" title="Inglese">[en]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/es/index.html" title="Spagnolo">[es]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="http://www.freebsd-fr.org/index-trad.html" title="Francese">[fr]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<span title="Italiano">[it]</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ja/index.html" title="Giapponese">[ja]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ru/index.html" title="Russo">[ru]</a>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -210,6 +222,7 @@
|
|||
· <a href="{$enbase}/support.html#user">Gruppi Utenti</a><br/>
|
||||
· <a href="{$enbase}/support.html#web">Risorse Web</a><br/>
|
||||
· <a href="{$enbase}/security/index.html">Sicurezza</a><br/>
|
||||
· <a href="{$enbase}/events/events.html">Eventi</a><br/>
|
||||
· <a href="{$enbase}/support.html">Altro...</a>
|
||||
</small></p>
|
||||
|
||||
|
@ -271,7 +284,7 @@
|
|||
<h2><font color="#990000">Cos'è FreeBSD?</font></h2>
|
||||
|
||||
<p>FreeBSD è un sistema operativo avanzato per architetture
|
||||
compatibili x86, DEC Alpha, IA-64, PC-98 e UltraSPARC.
|
||||
compatibili x86, DEC Alpha, IA-64, PC-98 e UltraSPARC®.
|
||||
È derivato da BSD, la versione di
|
||||
<xsl:value-of select="$unix"/> sviluppata
|
||||
all'Università della California, Berkeley.
|
||||
|
@ -532,9 +545,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p><small>I cambiamenti a questo sito web vanno on-line alle 8:00 e alle
|
||||
20:00 UTC di ogni giorno.</small></p>
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/it/mailto.sgml,v 1.1 2003/03/20 00:10:51 trhodes Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/it/mailto.sgml,v 1.2 2003/03/25 18:22:59 trhodes Exp $">
|
||||
<!ENTITY title "Contattare FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<p>Le domande riguardanti FreeBSD dovrebbero essere indirizzate alla mailing
|
||||
list sulle domande su FreeBSD, <a
|
||||
href="mailto:freebsd-questions@FreeBSD.ORG">freebsd-questions@FreeBSD.ORG</a>.</p>
|
||||
href="mailto:freebsd-questions@FreeBSD.org">freebsd-questions@FreeBSD.org</a>.</p>
|
||||
<p>Le <a href="&enbase;/support.html#mailing-list">mailing list</a> sono il
|
||||
canale primario di supporto per gli utenti FreeBSD e coprono differenti
|
||||
aree tematiche. Sono inoltre disponibili numerose mailing list in lingue
|
||||
|
@ -31,9 +31,9 @@
|
|||
<p>Le domande o i suggerimenti sulla documentazione (<a
|
||||
href="&enbase;/doc/it_IT.ISO8859-15/books/handbook/index.html">Manuale</a>,
|
||||
<a href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a>, <a
|
||||
href="&enbase;/tutorials/index.html">Tutorial</a>) dovrebbero essere
|
||||
href="&base;/docs.html">Libri & Articoli</a>) dovrebbero essere
|
||||
indirizzati alla mailing list sul progetto di documentazione di FreeBSD,
|
||||
<a href="mailto:freebsd-doc@FreeBSD.ORG">freebsd-doc@FreeBSD.ORG</a> o,
|
||||
<a href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@FreeBSD.org</a> o,
|
||||
alternativamente, alla mailing list sul progetto di documentazione in
|
||||
italiano di FreeBSD, <a
|
||||
href="mailto:traduzioni@gufi.org">traduzioni@gufi.org</a>.</p>
|
||||
|
|
Loading…
Reference in a new issue