Translated template tweaks

This commit is contained in:
Phil Howard 2016-10-31 23:19:51 +00:00
parent 7ebcb2a410
commit f1019c39e3
10 changed files with 172 additions and 166 deletions

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -26,15 +25,15 @@
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/rdmueller">@rdmueller</a> and <a href="https://github.com/KojoePi">@KojoePi</a></p> <p>Translation <a href="https://github.com/rdmueller">@rdmueller</a> and <a href="https://github.com/KojoePi">@KojoePi</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -28,13 +27,13 @@
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -1,35 +1,40 @@
<!doctype html> <!doctype html>
<html lang="{{langcode}}"> <html lang="{{langcode}}">
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>{{title}}</title> <title>{{title}}</title>
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> {{hreflang}}
{{hreflang}} <script>
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69846516-5', 'auto'); ga('create', 'UA-69846516-5', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,8 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Webmasters<a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Webmasters<a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Traducion <a href="https://github.com/ResonantWave">@ResonantWave</a> y <a href="https://github.com/IkerGarcia">@IkerGarcia</a></p> <p>Traducion <a href="https://github.com/ResonantWave">@ResonantWave</a> y <a href="https://github.com/IkerGarcia">@IkerGarcia</a></p>
</ul> </ul>
</div> </div>

View File

@ -1,58 +1,57 @@
<!doctype html> <!doctype html>
<html lang="{{langcode}}"> <html lang="{{langcode}}">
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>{{title}}</title> <title>{{title}}</title>
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> {{hreflang}}
{{hreflang}} <script>
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69846516-3', 'auto'); ga('create', 'UA-69846516-3', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
</head> </head>
<body class="boards-page"> <body class="boards-page">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
<div id="interfaces"> </nav>
<h4>Interfaces</h4> <div id="interfaces">
<ul> <h2>Interfaces</h2>
{{nav_html_interface}} <ul>
</ul> {{nav_html_interface}}
</div> </ul>
</nav> </div>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
<article><h1>Cartes d'extension pour la Raspberry Pi </h1> <article><h1>Cartes d'extension pour la Raspberry Pi </h1>
<h3>Cliquez sur une carte ci-dessous pour en révéler tous les détails!</h3> <h3>Cliquez sur une carte ci-dessous pour en révéler tous les détails!</h3>
</article> </article>
<div id="boards"><ul>{{content}}</ul></div> <div id="boards"><ul>{{content}}</ul></div>
</div> </div>
<div id="lang"> <div id="lang">
<ul class="lang-nav"> <ul class="lang-nav">
{{lang_links}} {{lang_links}}
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Vous Voyez des erreurs? Vous voulez contribuer? <a href="https://github.com/gadgetoid/Pinout2"> <p>Vous Voyez des erreurs? Vous voulez contribuer? <a href="https://github.com/gadgetoid/Pinout2">
Rejoignez-nous sur GitHub!</a></p> Rejoignez-nous sur GitHub!</a></p>
<p>Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,15 +21,21 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
</div> <div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
<ul> <ul>
@ -38,31 +43,28 @@
</ul> </ul>
<a class="more" href="/boards">Voir toutes les cartes d'extension</a> <a class="more" href="/boards">Voir toutes les cartes d'extension</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul> <div id="pages">
{{nav_html_interface}} {{content}}
</ul> </div>
</div> <div id="lang">
<div id="pages"> <ul class="lang-nav">
{{content}} {{lang_links}}
</div> </ul>
<div id="lang"> </div>
<ul class="lang-nav"> </div>
{{lang_links}} <div class="footer">
</ul> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
</div> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>.Site maintenu par <a href="https://twitter.com/gadgetoid">Gadgetoid</a> et <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Site maintenu par <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> et <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p>
<p>Traduction par <a href="https://github.com/RogueM">@RogueM</a> et <a href="https://github.com/smileyn64">@smileyn64</a></p> <p>Traduction par <a href="https://github.com/RogueM">@RogueM</a> et <a href="https://github.com/smileyn64">@smileyn64</a></p>
</ul> </ul>
</div> </div>
</div> </div>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1.9.1/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/prettify/0.1/prettify.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/prettify/0.1/prettify.js"></script>
<script src='{{resource_url}}prettify/lang-ruby.js'></script> <script src='{{resource_url}}prettify/lang-ruby.js'></script>
<script src='{{resource_url}}prettify/lang-bash.js'></script> <script src='{{resource_url}}prettify/lang-bash.js'></script>
<script src='{{resource_url}}pinout.js?v={{v}}'></script> <script src='{{resource_url}}pinout.js?v={{v}}'></script>
</body> </body>
</html> </html>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -26,15 +25,15 @@
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/LizardM4">@LizardM4</a></p> <p>Translation <a href="https://github.com/LizardM4">@LizardM4</a></p>
</ul> </ul>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -26,15 +25,15 @@
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="boardsnav"> <nav id="boardsnav">
<div class="facets"></div> <div class="facets"></div>
</nav>
<div id="interfaces"> <div id="interfaces">
<h4>Interfaces</h4> <h2>Interfaces</h2>
<ul> <ul>
{{nav_html_interface}} {{nav_html_interface}}
</ul> </ul>
</div> </div>
</nav>
</div> </div>
<div id="content"> <div id="content">
<div id="pages"> <div id="pages">
@ -52,7 +51,7 @@
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer" style="clear: both;padding: 20px 0px;text-align:center;">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p> <p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -6,7 +6,6 @@
<meta name="description" content="{{description}}" /> <meta name="description" content="{{description}}" />
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' /> <link href='//fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css' />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' /> <link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet"> <link href="{{resource_url}}pinout.css?v={{v}}" rel="stylesheet">
<link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print"> <link href="{{resource_url}}print.css?v={{v}}" rel="stylesheet" media="print">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@ -22,14 +21,20 @@
</script> </script>
</head> </head>
<body> <body class="{{body_class}}">
<div id="container"> <div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" style="top:8px;" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1> <h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" /><span>Raspberry Pi</span>n<span class="out">out</span></a></h1>
<div id="leftcolumn"> <div id="leftcolumn">
<nav id="gpio"> <nav id="gpio">
<div id="pinbase"></div> <div id="pinbase"></div>
{{nav}} {{nav}}
</nav> </nav>
<div id="interfaces">
<h2>Interfaces</h2>
<ul>
{{nav_html_interface}}
</ul>
</div>
</div> </div>
<div id="content"> <div id="content">
<div id="featured"> <div id="featured">
@ -38,11 +43,7 @@
</ul> </ul>
<a class="more" href="/boards">See more HATs, pHATs and add-ons</a> <a class="more" href="/boards">See more HATs, pHATs and add-ons</a>
</div> </div>
<div id="interfaces"> {{crumbtrail}}
<ul>
{{nav_html_interface}}
</ul>
</div>
<div id="pages"> <div id="pages">
{{content}} {{content}}
</div> </div>
@ -52,9 +53,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer" style="clear: both;padding: 20px 0px;text-align:center;"> <div class="footer">
<p>Spotted an error, want to add your board's pinout? <a href="https://github.com/gadgetoid/Pinout2">Head on over to our GitHub repository</a> and submit an Issue or a Pull Request!</p>
<p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p> <p>Originally part of <a href="http://pi.gadgetoid.com">pi.gadgetoid.com</a></p>
<p>Maintained by <a href="https://twitter.com/gadgetoid"><i class="fa fa-twitter"></i> @Gadgetoid</a> and <a href="https://twitter.com/roguehal13"><i class="fa fa-twitter"></i> @RogueHAL13</a></p> <p>Tweet us at <a href="https://twitter.com/pipinout"> @PiPinout</a>. Maintained by <a href="https://twitter.com/gadgetoid">@Gadgetoid</a> and <a href="https://twitter.com/roguehal13">@RogueHAL13</a></p>
<p>Translation <a href="https://github.com/Ardakilic">@Ardakilic</a></p> <p>Translation <a href="https://github.com/Ardakilic">@Ardakilic</a></p>
</ul> </ul>
</div> </div>