Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Tue, 11 Mar 2014 20:55:46 UTC Commit: e7cdfe70ce165d77ec75c228761f5702ed4b4d9d https://github.com/geany/talks/commit/e7cdfe70ce165d77ec75c228761f5702ed4b4d...
Log Message: ----------- Adding some more points...
Modified Paths: -------------- de/html/index.html
Modified: de/html/index.html 161 files changed, 94 insertions(+), 67 deletions(-) =================================================================== @@ -1,110 +1,137 @@ <!doctype html> <html lang="de">
- <head> - <meta charset="utf-8"> + <head> + <meta charset="utf-8">
- <title>Best of Geany-FAQ &mdash alles was ihr schon immer über den Editor wissen wolltet </title> + <title>Best of Geany-FAQ &mdash alles was ihr schon immer über den Editor wissen wolltet </title>
- <meta name="description" content="Eine Zusammenfssung häufiger Fragen und allgemein spanneder Tehmen zu Geany"> - <meta name="author" content="Frank Lanitz "> + <meta name="description" content="Eine Zusammenfssung häufiger Fragen und allgemein spanneder Tehmen zu Geany"> + <meta name="author" content="Frank Lanitz ">
- <meta name="apple-mobile-web-app-capable" content="yes" /> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> + <meta name="apple-mobile-web-app-capable" content="yes" /> + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <link rel="stylesheet" href="css/reveal.min.css"> - <link rel="stylesheet" href="css/theme/default.css" id="theme"> + <link rel="stylesheet" href="css/reveal.min.css"> + <link rel="stylesheet" href="css/theme/default.css" id="theme">
- <!-- For syntax highlighting --> - <link rel="stylesheet" href="lib/css/zenburn.css"> + <!-- For syntax highlighting --> + <link rel="stylesheet" href="lib/css/zenburn.css">
- <!-- If the query includes 'print-pdf', use the PDF print sheet --> - <script> - document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' ); - </script> + <!-- If the query includes 'print-pdf', use the PDF print sheet --> + <script> + document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' ); + </script>
- <!--[if lt IE 9]> - <script src="lib/js/html5shiv.js"></script> - <![endif]--> - </head> + <!--[if lt IE 9]> + <script src="lib/js/html5shiv.js"></script> + <![endif]--> + </head>
- <body> + <body>
- <div class="reveal"> - <!-- Any section element inside of this container is displayed as a slide --> - <div class="slides"> + <div class="reveal"> + <!-- Any section element inside of this container is displayed as a slide --> + <div class="slides"> <section> <h1>Best of Geany-FAQ</h1> <h2>alles was ihr schon immer über den Editor wissen wolltet </h2> <p>Frank Lanitz</p> </section> <section> - <h1>Wann gibt es das nächste Release</h1> + <h1>Warum noch ein Editor</h1> + </section> + <section> + <h1>Was kann Geany besonderes?</h1> + </section> + <section> + <h2>Wie groß ist die Entwicklergemeinschaft</h2> + <ul> + <li>Kern-Team: Ca. 5 Mann</li> + <li>Contributoren (Quellcode): + <ul> + <li>Geany: Ca. 50 im letzten Jahr</li> + <li>Geany-Plugins: Ca. 20 im letzten Jahr</li> + </ul> + <li>Übersetzer: Ca. 30 Mann</li> + </li> + </ul> + </section> + <section> + <h1>Wann gibt es das nächste Release</h1> <ul> <li>Version 1.24: Erstes April-Wochenende (vorraussichtlich)</li> <li>Gemeinsames Release von Geany und den Geany-Plugins</li> </ul> - </section> - <section> - <h2>Features</h2> - <h3>Geany</h3> - <ul> - <li>Unterstützung für Gtk3</li> - <li>Untersützung für Ctags und Vi Tag-Dateien</li> - <li>Möglichkeit, Plugin-Tastenkürzel direkt von der Pluginverwaltung aus zu konfigurieren</li> - <li>Update von Scintilla</li> - <li>Viele neue Dateitypen (z.B. CUDE, Rust, Batch) und Verbesserungen an bereits bekannten</li> - </ul> - </section> + </section> + <section> + <h2>Features</h2> + <h3>Geany</h3> + <ul> + <li>Unterstützung für Gtk3</li> + <li>Untersützung für Ctags und Vi Tag-Dateien</li> + <li>Möglichkeit, Plugin-Tastenkürzel direkt von der Pluginverwaltung aus zu konfigurieren</li> + <li>Update von Scintilla</li> + <li>Viele neue Dateitypen (z.B. CUDE, Rust, Batch) und Verbesserungen an bereits bekannten</li> + </ul> + </section> + <section> + <h1>Gtk3 ... sieht das dann aus wie bei Gnome oder Unity</h1> + <ul> + <li>Nein.</li> + <li>Wobei an der ein oder anderen Stelle die Integration in Zukunft besser sein könnte</li> + </ul> + </section> +<!-- <section><h1>Einführung</h1></section> <section><h1>Build-System</h1></section> <section><h1>Dateitypen</h1></section> <section><h1>Tags, Symbolbrowser und Autovervollständigung</h2></section> <section><h1>Plugins</h1> - <!-- Unterfolien --> <section><h2>GeanyVC</h2></section> <section><h2>GeanyGDB</h2></section> <section><h2>Misc</h2></section> </section> +-->
- </div> + </div>
- </div> + </div>
- <script src="lib/js/head.min.js"></script> - <script src="js/reveal.min.js"></script> + <script src="lib/js/head.min.js"></script> + <script src="js/reveal.min.js"></script>
- <script> + <script>
- // Full list of configuration options available here: - // https://github.com/hakimel/reveal.js#configuration - Reveal.initialize({ - controls: true, - progress: true, - history: true, - center: true, + // Full list of configuration options available here: + // https://github.com/hakimel/reveal.js#configuration + Reveal.initialize({ + controls: true, + progress: true, + history: true, + center: true,
- theme: Reveal.getQueryHash().theme, // available themes are in /css/theme - transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none + theme: Reveal.getQueryHash().theme, // available themes are in /css/theme + transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
- // Parallax scrolling - // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', - // parallaxBackgroundSize: '2100px 900px', + // Parallax scrolling + // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', + // parallaxBackgroundSize: '2100px 900px',
- // Optional libraries used to extend on reveal.js - dependencies: [ - { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, - { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, - { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, - { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } - ] - }); + // Optional libraries used to extend on reveal.js + dependencies: [ + { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, + { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, + { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } + ] + });
- </script> + </script>
- </body> + </body> </html>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).