Explorar el Código

Note that PDF parsing is now supported.

pull/24/head
Ben Kurtovic hace 9 años
padre
commit
1ae3ca76c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako Ver fichero

@@ -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":


Cargando…
Cancelar
Guardar