Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | versione funzionante della presentazione della prima lezione |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 18569bed715bd00d8cf80fbc29c1b5322aca03ee |
User & Date: | EnricoGiampieri 2017-02-26 23:41:56 |
References
2017-02-26
| ||
23:48 | • New ticket [53cb145612] [18569bed71] i file html vanno scaricati, non si visualizzano online. artifact: e73b5dadf8 user: EnricoGiampieri | |
23:46 | • Ticket [11affcb96b] [b7c5710138] presentazione reveals.js non funziona status still Open with 6 other changes artifact: 26cbf36081 user: EnricoGiampieri | |
Context
2017-02-27
| ||
01:17 | commit di prova per vedere se online si riesce a far funzionare lo stesso check-in: 70c9116a90 user: EnricoGiampieri tags: trunk | |
2017-02-26
| ||
23:41 | versione funzionante della presentazione della prima lezione check-in: 18569bed71 user: EnricoGiampieri tags: trunk | |
23:28 | aggiunti gli stub dei notebook delle prime lezioni check-in: b7c5710138 user: EnricoGiampieri tags: trunk | |
Changes
Changes to Lezione 1 - controllo di versione.slides.html.
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ..... 11894 11895 11896 11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 ..... 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 11927 |
<title>Lezione 1 - controllo di versione slides</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <!-- General and theme style sheets --> <link rel="stylesheet" href="reveal.js/css/reveal.css"> <link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme"> <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'reveal.js/css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } </script> <!--[if lt IE 9]> <script src="reveal.js/lib/js/html5shiv.js"></script> <![endif]--> <!-- Loading the mathjax macro --> <!-- Load mathjax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <!-- MathJax configuration --> <script type="text/x-mathjax-config"> ................................................................................ require( { // it makes sense to wait a little bit when you are loading // reveal from a cdn in a slow connection environment waitSeconds: 15 }, [ "reveal.js/lib/js/head.min.js", "reveal.js/js/reveal.js" ], function(head, Reveal){ // Full list of configuration options available here: https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, ................................................................................ history: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none // Optional libraries used to extend on reveal.js dependencies: [ { src: "reveal.js/lib/js/classList.js", condition: function() { return !document.body.classList; } }, { src: "reveal.js/plugin/notes/notes.js", async: true, condition: function() { return !!document.body.classList; } } ] }); var update = function(event){ if(MathJax.Hub.getAllJax(Reveal.getCurrentSlide())){ |
| | | | | | | | |
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ..... 11894 11895 11896 11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 ..... 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 11927 |
<title>Lezione 1 - controllo di versione slides</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <!-- General and theme style sheets --> <link rel="stylesheet" href="http://cdn.bootcss.com/reveal.js/3.1.0/css/reveal.css"> <link rel="stylesheet" href="http://cdn.bootcss.com/reveal.js/3.1.0/css/theme/simple.css" id="theme"> <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'http://cdn.bootcss.com/reveal.js/3.1.0/css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } </script> <!--[if lt IE 9]> <script src="http://cdn.bootcss.com/reveal.js/3.1.0/lib/js/html5shiv.js"></script> <![endif]--> <!-- Loading the mathjax macro --> <!-- Load mathjax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <!-- MathJax configuration --> <script type="text/x-mathjax-config"> ................................................................................ require( { // it makes sense to wait a little bit when you are loading // reveal from a cdn in a slow connection environment waitSeconds: 15 }, [ "http://cdn.bootcss.com/reveal.js/3.1.0/lib/js/head.min.js", "http://cdn.bootcss.com/reveal.js/3.1.0/js/reveal.js" ], function(head, Reveal){ // Full list of configuration options available here: https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, ................................................................................ history: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none // Optional libraries used to extend on reveal.js dependencies: [ { src: "http://cdn.bootcss.com/reveal.js/3.1.0/lib/js/classList.js", condition: function() { return !document.body.classList; } }, { src: "http://cdn.bootcss.com/reveal.js/3.1.0/plugin/notes/notes.js", async: true, condition: function() { return !!document.body.classList; } } ] }); var update = function(event){ if(MathJax.Hub.getAllJax(Reveal.getCurrentSlide())){ |