Give the citation help its own page and add an annotation-tools section

Move the citation help out of the FAQ into a dedicated documentation page
(doc/citation), add a "References / Citation Help" entry as the last
documentation menu item and repoint the footer, corpus-page and news
links to it; the FAQ keeps an anchor that links onward to the new page.

Add a third references section, "Annotation and classification tools",
listing the tools the ingestion pipeline uses -- TreeTagger (Schmid
1994), MaltParser (Nivre et al. 2006), OpenNLP (Apache Software
Foundation), CoreNLP (Manning et al. 2014), UDPipe (Straka 2018), spaCy
(Honnibal et al. 2020), the wiki-taxonomy classifier (Ecker & Kupietz
2026) and korapxmltool (Kupietz et al. 2026) -- moving the wiki-taxonomy
and korapxmltool entries here from the corpus/tool lists.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: Ifdb833b886eaf8366c9145304d8c912720364e5e
diff --git a/templates/custom/doc/citation.html.ep b/templates/custom/doc/citation.html.ep
new file mode 100644
index 0000000..e8175c7
--- /dev/null
+++ b/templates/custom/doc/citation.html.ep
@@ -0,0 +1,5 @@
+% layout 'main', title => 'KorAP: ' . loc('Nav_citation');
+
+%= page_title
+
+%= include 'partial/citation'
diff --git a/templates/custom/doc/corpus.html.ep b/templates/custom/doc/corpus.html.ep
index 649eb00..fbd95d6 100644
--- a/templates/custom/doc/corpus.html.ep
+++ b/templates/custom/doc/corpus.html.ep
@@ -42,7 +42,7 @@
   </dl>
  <h3>Wie zitieren?</h3>
  <p>
-    Hinweise zum Zitieren der Datengrundlage und der Analyseplattform KorAP finden sie unter <%= link_to loc("howToCite") => url_for(doc => { page => "faq" })->fragment("howToCite")->query({ embedded => "true" }) %>.
+    Hinweise zum Zitieren der Datengrundlage und der Analyseplattform KorAP finden sie unter <%= link_to loc("howToCite") => url_for(doc => { page => "citation" })->query({ embedded => "true" }) %>.
   </p>
 % } else {
   <h3>Data Basis</h3>
@@ -77,7 +77,7 @@
   </dl>
   <h3>How to Cite?</h3>
   <p>
-    Information on citing the data basis and the KorAP analysis platform can be found at <%= link_to loc("howToCite") => url_for(doc => { page => "faq" })->fragment("howToCite")->query({ embedded => "true" }) %>.
+    Information on citing the data basis and the KorAP analysis platform can be found at <%= link_to loc("howToCite") => url_for(doc => { page => "citation" })->query({ embedded => "true" }) %>.
   </p>
 % }
 </section>
diff --git a/templates/custom/doc/news.html.ep b/templates/custom/doc/news.html.ep
index 41f993c..d5aabcb 100644
--- a/templates/custom/doc/news.html.ep
+++ b/templates/custom/doc/news.html.ep
@@ -373,7 +373,7 @@
 
       <p>Zusätzlich haben wir in dieser Version die Dokumentation erweitert und
 	beispielsweise eine kurze Publikationsliste als
-	<%= link_to loc("howToCite") => url_for(doc => { page => "faq" })->fragment("howToCite") %>
+	<%= link_to loc("howToCite") => url_for(doc => { page => "citation" }) %>
 	für die Nutzung von KorAP eingeführt.</p>
     </dd>
   % } else {
@@ -386,7 +386,7 @@
 	to a selection of initially three different export formats.</p>
       <p>In addition, we have expanded the documentation in this version and,
 	for example, introduced a short publication list as a
-	<%= link_to 'citation aid' => url_for(doc => { page => "faq" })->fragment("howToCite") %>
+	<%= link_to 'citation aid' => url_for(doc => { page => "citation" }) %>
 	for using KorAP.</p>
     </dd>
   % }