Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the html… #2

Merged
merged 2 commits into from Mar 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 14 additions & 13 deletions de/html/index.html
Expand Up @@ -40,23 +40,24 @@ <h1>Best of Geany-FAQ</h1>
<h2>alles was ihr schon immer über den Editor wissen wolltet </h2>
<p>Frank Lanitz</p>
</section>
<section><h2>Wann gibt es das nächste Release</h2>
<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>
<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>
<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>Einführung</h1></section>
<section><h1>Build-System</h1></section>
<section><h1>Dateitypen</h1></section>
Expand Down