Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 1 | % layout 'main', title => 'KorAP: Frequently Asked Questions'; |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 2 | |
Akron | 9490e3b | 2019-10-17 12:26:29 +0200 | [diff] [blame] | 3 | %= page_title |
Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 4 | |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 5 | <p>This document puts together the most frequent questions and issues that we have encountered so far. Please feel welcome to ask further questions via <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'Question via Kalamar', begin %>e-mail<% end %>. |
| 6 | |
| 7 | <section> |
| 8 | <h3>Where is the source code?</h3> |
Marc Kupietz | 37eebdc | 2024-07-29 14:10:07 +0200 | [diff] [blame] | 9 | <p>KorAP sources are available on <%= ext_link_to 'GitHub', 'https://github.com/KorAP' %>. |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 10 | </section> |
| 11 | |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 12 | <section> |
| 13 | <h3>Why do some queries take a long time to finish, or in the end yield no results?</h3> |
| 14 | <p>In the alpha phase, part of our tasks is to optimize the system. In the beginning, one may expect some actions to take an inordinate amount of time, but this is getting better and better. If you notice a persistent failure in some specific case, please be so kind as to <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'I found a bug in the query system', begin %>let us know<% end %>.</p> |
| 15 | </section |
| 16 | |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 17 | <section> |
| 18 | <h3>I want to report an issue, how do I do it?</h3> |
Akron | 9490e3b | 2019-10-17 12:26:29 +0200 | [diff] [blame] | 19 | <p>Please refer to our public ticketing system <%= ext_link_to 'for the frontend at GitHub', 'https://github.com/KorAP/Kalamar/issues' %>, to report on any issues. If you don't have a GitHub account, please send us an <%= mail_to_chiffre join('@', 'korap', 'ids-mannheim.de'), subject => 'I found an issue', begin %>e-mail<% end %>.</p> |
Nils Diewald | c46003b | 2015-05-07 15:55:35 +0000 | [diff] [blame] | 20 | %# This option is the preferred one because it gathers some (and will in time gather more) important versioning data. |
| 21 | </section> |
Akron | 4c33c62 | 2018-11-12 13:43:27 +0100 | [diff] [blame] | 22 | |
| 23 | %= content_block 'faq' |