瀏覽代碼

Note that PDF parsing is now supported.

pull/24/head
Ben Kurtovic 9 年之前
父節點
當前提交
1ae3ca76c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako 查看文件

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


Loading…
取消
儲存