Skip to content

Commit e0b68e4

Browse files
committed
- [*] fix typo
1 parent e08e43e commit e0b68e4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Comparing to other ad-blocking efforts, `dbab` will be super light. Only a few o
3434
The advantages of using `dbab` are:
3535

3636
- **Work at the DNS level**. Leave the web pages intact, without any pattern matching, string substitution, and/or html elements replacing.
37-
- **Work for your mobile devices as well**. Were you previously in the dilemma of choosing ads free or slow response for your mobile devices (iphone, ipad, etc)? Now you don't. You don't need to install any thing to your mobile devices for them to enjoy the ad-free browsing experience. Moreover, their browsing speed will increase dramatically on revisited paged/images.
37+
- **Work for your mobile devices as well**. Were you previously in the dilemma of choosing ads free or slow response for your mobile devices (iphone, ipad, etc)? Now you don't. You don't need to install any thing to your mobile devices for them to enjoy the ad-free browsing experience. Moreover, their browsing speed will increase dramatically on revisited pages/images.
3838
- **Serve instantly**. All ads will be replaced by a 1x1 pixel gif image served locally by the `dbab-svr` server.
3939
- **Maintenance free**. You don't need to maintain the list of ad sites yourself. The block list can be downloaded from pgl.yoyo.org periodically. If you don't like some of the entries there, you can add-to or remove-from that list easily.
4040

@@ -77,6 +77,9 @@ the IP address of `dhcp` server, then enable the automatic WPAD service within t
7777
* /etc/dbab.proxy:
7878
The name or IP address of your squid caching server. Defaults to localhost.
7979

80+
* /usr/share/doc/dbab/dbab.html:
81+
The more detailed introduction and installation guild.
82+
8083

8184
## AUTHOR
8285

src/dbab.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ <h2 id="advantages">Advantages</h2>
10091009
</li>
10101010
<li>
10111011
<p>
1012-
<strong>Work for your mobile devices as well</strong>. Were you previously in the dilemma of choosing ads free or slow response for your mobile devices (iphone, ipad, etc)? Now you don&#8217;t. You don&#8217;t need to install any thing to your mobile devices for them to enjoy the ad-free browsing experience. Moreover, their browsing speed will increase dramatically on revisited paged/images.
1012+
<strong>Work for your mobile devices as well</strong>. Were you previously in the dilemma of choosing ads free or slow response for your mobile devices (iphone, ipad, etc)? Now you don&#8217;t. You don&#8217;t need to install any thing to your mobile devices for them to enjoy the ad-free browsing experience. Moreover, their browsing speed will increase dramatically on revisited pages/images.
10131013
</p>
10141014
</li>
10151015
<li>
@@ -1034,7 +1034,7 @@ <h2 id="advantages">Advantages</h2>
10341034
<div id="footnotes"><hr /></div>
10351035
<div id="footer">
10361036
<div id="footer-text">
1037-
Last updated 2014-11-28 23:39:33 EST
1037+
Last updated 2014-11-29 10:09:49 EST
10381038
</div>
10391039
</div>
10401040
</body>

0 commit comments

Comments
 (0)