Expolibre-3-www/it/licenze-libere.php

41 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include ("../lib/i18n.php"); ?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="it" > <![endif]-->
<html class="no-js" lang="it" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" />
<meta name="Description" content="Expolibre è una mostra itinerante che presenta il software libero al grande pubblico. Un insieme di pannelli illustrano la filosofia del software libero, un movimento che si è sviluppato dai primi anni 80. Lobiettivo è quello di aumentare la consapevolezza sulle problematiche sociali legate a questa rivoluzione informatica."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, mostra software libero, esposizione libera, software liberi, software open source, libero, sensibilizzazione, formati aperti, informatica libera, esposizione gratuita, esposizione informatica, April.org, April"/>
<title>Licenze libere, quadro giuridico del software libero</title>
<!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
<!-- script -->
<script src="../js/vendor/modernizr.js"></script>
<!-- font -->
</head>
<body>
<!-- body content here -->
<!-- top bar -->
<?php include ("banniere.php"); ?>
<!-- fin nav -->
<?php include ("licenze-libere-quadro-giuridico-del-software-libero.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>