zigouille et annule 60359 : n'a pas sa place ici !

master
l.oiseau2nuit@gmail.com 12 years ago
parent c89dc7c485
commit 98aee0fe96

8
.gitattributes vendored

@ -51,9 +51,6 @@ extra2/site.html -text
extra2/sommaire.html -text
extra2/z_apl.html -text
/feed.png -text
foot_js/dist.html -text
foot_js/sommaire.html -text
foot_js/z_apl.html -text
footer/dist.html -text
/forum.html -text
head/404.html -text
@ -78,16 +75,11 @@ inclure/article-resume.html -text
inclure/documents.html -text
inclure/forum.html -text
inclure/head.html -text
inclure/head.html[!!-~]_ordre_css_original.txt -text
inclure/nav-secteurs.html -text
inclure/nav.html -text
inclure/petition.html -text
inclure/rss-item.html -text
inclure/rubriques.html -text
javascript/modernizr.js -text
javascript/plugins.js -text
javascript/readme.txt -text
javascript/script.js -text
liste/articles-auteur.html -text
liste/articles-recherche.html -text
liste/articles-resume.html -text

@ -1,8 +0,0 @@
[(#REM) Scripts ]
[<script src="(#CHEMIN{javascript/dist.js})" type="text/javascript"></script>]
[(#REM) GOOGLE ANALYTICS
Exemple :
<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">try { var pageTracker = _gat._getTracker("UA-XXXXXX-X"); pageTracker._trackPageview(); } catch(err) {}</script>
]

@ -1,5 +0,0 @@
[(#REM) Scripts ]
[<script src="(#CHEMIN{javascript/sommaire.js})" type="text/javascript"></script>]
<INCLURE{fond=foot_js/dist,env} />
[(#REM) Fichier exemple ! ]

@ -1,10 +0,0 @@
[(#REM)
Squelette Big_Pipe
http://www.facebook.com/notes/facebook-engineering/bigpipe-pipelining-web-pages-for-high-performance/389414033919
(c) 2010 Cedric Morin
Distribue sous licence GPL
]#CACHE{0}
#INCLURE{fond=inclure/ajax_parallel_load,bloc=#SQUELETTE}

@ -7,11 +7,10 @@
[(#REM) Mobile viewport optimized: h5bp.com/viewport ]
<meta name="viewport" content="width=device-width">
[(#REM) Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons ]
[<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />
[<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />]]
[(#REM) Lien vers le flux RSS du site ]
[<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="(#URL_PAGE{backend})" />]
[(#REM) CSS ]
[<link rel="stylesheet" href="(#CSS{css/reset.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/font.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/typo.css})" type="text/css" />]
@ -19,9 +18,8 @@
[<link rel="stylesheet" href="(#CSS{css/box_skins.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/form.css})" type="text/css" />]
<!-- L2N : insert_head_css -->
[(#REM) Balise permettant aux plugins d'inserer des fichiers CSS ]
#INSERT_HEAD_CSS
<!-- L2N : fin insert_head_css -->
[<link rel="stylesheet" href="(#CSS{css/spip.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/spip.form.css})" type="text/css" />]
@ -34,30 +32,30 @@
[<link rel="stylesheet" href="(#CSS{css/grid.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/button.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/layout.css})" type="text/css" />]
[(#REM) Feuille de style du theme ]
[<link rel="stylesheet" href="(#CSS{css/theme.css})" type="text/css" />]
[(#REM) Feuille de style CSS pour l'impression, n'existe pas par defaut ]
[<link rel="stylesheet" href="(#CSS{css/print.css})" type="text/css" media="print" />]
[(#REM) Autres media queries ici (1 feuille par réso ?)]
[(#REM) All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ ]
[<script src="(#CHEMIN{javascript/modernizr.js})"></script>]
[(#REM) Balise permettant aux plugins d'inserer des appels javascript ou css ;
C'est ici que SPIP va inserer l'appel de la librairie jQuery
Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques
si l'option est cochee dans Configuration
]
#INSERT_HEAD
[(#REM) scripts concatenated and minified via build script ]
[<script src="(#CHEMIN{javascript/plugins.js})"></script>]
[<script src="(#CHEMIN{javascript/script.js})"></script>]
[(#CHEMIN{inc-theme-head.html}|oui)
#INCLURE{fond=inc-theme-head,env}
]
[(#CHEMIN{inc-theme-head.html}|oui) #INCLURE{fond=inc-theme-head,env} ]
[<link rel="stylesheet" href="(#CSS{css/perso.css})" type="text/css" />]
[(#REM) Feuille de style personnalisee pour surcharger les precedentes
A noter par defaut cette css n'existe pas
]
[<link rel="stylesheet" href="(#CSS{css/perso.css})" type="text/css" />]
[(#REM) More ideas for your <head> here: h5bp.com/d/head-Tips ]
[(#REM) Balise permettant aux plugins d'inserer des appels javascript ou css ;
C'est ici que SPIP va inserer l'appel de la librairie jQuery
Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques
si l'option est cochee dans Configuration
]
#INSERT_HEAD
[(#REM) Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons ]
[<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />
[<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />]]

@ -1,25 +0,0 @@
L2N 28.03.12 => Je garde ça pour aide mémoire sur l'ordre des css !
Styles.css [<link rel="stylesheet" href="(#CSS{css/reset.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/font.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/typo.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/box.css})" type="text/css" />]
[<link rel="stylesheet" href="(#CSS{css/box_skins.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/form.css})" type="text/css" />]
#INSERT_HEAD_CSS
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.form.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.comment.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.list.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.petition.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.pagination.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/spip.portfolio.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/clear.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/grid.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/button.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/layout.css})" type="text/css" />]
Styles.css [<link rel="stylesheet" href="(#CSS{css/theme.css})" type="text/css" />]
Styles.css MQ [<link rel="stylesheet" href="(#CSS{css/print.css})" type="text/css" media="print" />]
WTF ??? [(#CHEMIN{inc-theme-head.html}|oui) #INCLURE{fond=inc-theme-head,env} ]
Theme [<link rel="stylesheet" href="(#CSS{css/perso.css})" type="text/css" />]

File diff suppressed because one or more lines are too long

@ -1,11 +0,0 @@
// usage: log('inside coolFunc', this, arguments);
// paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
window.log = function f(){ log.history = log.history || []; log.history.push(arguments); if(this.console) { var args = arguments, newarr; args.callee = args.callee.caller; newarr = [].slice.call(args); if (typeof console.log === 'object') log.apply.call(console.log, console, newarr); else console.log.apply(console, newarr);}};
// make it safe to use console.log always
(function(a){function b(){}for(var c="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),d;!!(d=c.pop());){a[d]=a[d]||b;}})
(function(){try{console.log();return window.console;}catch(a){return (window.console={});}}());
// place any jQuery/helper plugins in here, instead of separate, slower script files.

@ -1,3 +0,0 @@
VERSIONS COURANTES :
jquery-1.7.1.min
modernizr-2.5.3.min

@ -1,8 +0,0 @@
/* Author:
*/

@ -1,3 +1,3 @@
<?php
$GLOBALS['z_blocs'] = array('content','extra1','extra2','head','head_js','header','footer','foot_js');
$GLOBALS['z_blocs'] = array('content','extra1','extra2','head','head_js','header','footer');
?>

Loading…
Cancel
Save