Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 55 additions & 66 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,58 @@
<!doctype html>
<html manifest="cache.appcache">
<head>
<meta charset="utf-8">
<title>mindmaps</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/about.css">

<meta property="og:title" content="mindmaps" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://drichard.org/mindmaps/" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="mindmaps" />
<meta property="fb:admins" content="100000701955188" />
<body>

<div id="wrap">
<div id="container">
<div id="head">
<header>
<h1>
<a href=".">Framindmap</a>
</h1>
</header>
</div>
<div id="content">
<div class="section">
<header>
<h2>&Agrave; propos</h2>
</header>
<div class="text">
<p>
Framindmap est une application de "<a href="http://fr.wikipedia.org/wiki/Mind_mapping">mind mapping</a>" qu'on peut traduire en français par "carte heuristique" ou "carte mentale".
</p>
<p>
Il s'agit de la version française, traduite par l'association Framasoft, de l'application "<a
href="http://github.com/drichard/mindmaps">mindmaps</a>" créée par David Richard.
</p>
</div>
</div>
<div class="section">
<header>
<h2>Licence</h2>
</header>
<div class="text">
<p>Framindmap est placé sous licence libre <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL</a></p>
</div>
</div>
<div class="section">
<header>
<h2>Configuration minimale</h2>
</header>
<div class="text">
<p>Vous avez besoin d'un navigateur récent supportant les fonctionnalités du HTML5.
Chrome 10+, Firefox 3.6+, Safari 5+, Opera 10.6+, IE9+ devraient fonctionner correctement.</p>
</div>
</div>
</div>
<div id="footer">


</div>

</div>
</div>
</div>
</body>
<head>
<meta charset="utf-8">
<title>mindmaps</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/about.css">
<meta property="og:title" content="mindmaps" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://drichard.org/mindmaps/" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="mindmaps" />
<meta property="fb:admins" content="100000701955188" />
</head>
<body>
<div id="wrap">
<div id="container">
<div id="head">
<header>
<h1>
<a href=".">Framindmap</a>
</h1>
</header>
</div>
<div id="content">
<div class="section">
<header>
<h2>&Agrave; propos</h2>
</header>
<div class="text">
<p>Framindmap est une application de "<a href="http://fr.wikipedia.org/wiki/Mind_mapping">mind mapping</a>" qu'on peut traduire en français par "carte heuristique" ou "carte mentale".</p>
<p>Il s'agit de la version française, traduite par l'association Framasoft, de l'application "<a href="http://github.com/drichard/mindmaps">mindmaps</a>" créée par David Richard.</p>
</div>
</div>
<div class="section">
<header>
<h2>Licence</h2>
</header>
<div class="text">
<p>Framindmap est placé sous licence libre <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL</a></p>
</div>
</div>
<div class="section">
<header>
<h2>Configuration minimale</h2>
</header>
<div class="text">
<p>Vous avez besoin d'un navigateur récent supportant les fonctionnalités du HTML5. Chrome 10+, Firefox 3.6+, Safari 5+, Opera 10.6+, IE9+ devraient fonctionner correctement.</p>
</div>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
</body>
</html>
Loading