소스 검색

add comment about dillo

david 7 년 전
부모
커밋
0a49141659
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -64,6 +64,8 @@ In charge of taking a file (as provided from IRC), unpacking it and, if necessar
 The kindle has a very basic webbrowser (I believe it renders up to HTML4, CSS2.1), which can be used to download (available) books directly.  
 At the moment I re-route at nginx based on user agent
 
+To test, you can use `dillo` which has a set of features similar to the kindle's web browser.
+
 ```
 if ($http_user_agent ~* "armv7l") {
     rewrite ^/(.*)$ /books/kindle;