Przeglądaj źródła

Note that PDF parsing is now supported.

pull/24/head
Ben Kurtovic 9 lat temu
rodzic
commit
1ae3ca76c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako Wyświetl plik

@@ -18,7 +18,7 @@
% elif query.error == "bad URI":
Unsupported URI scheme: <a href="${query.url | h}">${query.url | h}</a>.
% elif query.error == "no data":
Couldn't find any text in <a href="${query.url | h}">${query.url | h}</a>. <i>Note:</i> only HTML and plain text pages are supported, and content generated by JavaScript or found inside iframes is ignored.
Couldn't find any text in <a href="${query.url | h}">${query.url | h}</a>. <i>Note:</i> only HTML documents, plain text pages, and PDFs are supported, and content generated by JavaScript or found inside iframes is ignored.
% elif query.error == "timeout":
The URL <a href="${query.url | h}">${query.url | h}</a> timed out before any data could be retrieved.
% elif query.error == "search error":


Ładowanie…
Anuluj
Zapisz