Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 10233013: Crawler, second version (Closed)
Patch Set: Created April 12, 2013, 1:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgsubstate ('k') | chrome/content/crawler.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 abpcrawler 1 abpcrawler
2 ========== 2 ==========
3 3
4 Firefox extension that loads a range of websites and records which 4 Firefox extension that loads a range of websites and records which
5 elements are filtered by [Adblock Plus](http://adblockplus.org). 5 elements are filtered by [Adblock Plus](http://adblockplus.org).
6 6
7 Building 7 Building
8 -------- 8 --------
9 9
10 Make sure you have: 10 Make sure you have:
11 11
12 * A running Firefox with Adblock Plus and 12 * A running Firefox with Adblock Plus and
13 [Extension Auto Installer](https://addons.mozilla.org/en-US/firefox/addon/auto installer/) 13 [Extension Auto Installer](https://addons.mozilla.org/en-US/firefox/addon/auto installer/)
14 installed 14 installed
15 * Python 2.7 15 * Python 2.7
16 16
17 Then execute the following: 17 Then execute the following:
18 18
19 ./build.py autoinstall 8888 19 ./build.py autoinstall 8888
20 20
21 This will install the extension into the running Firefox, or update it 21 This will install the extension into the running Firefox, or update it
22 if it was already installed. 22 if it was already installed.
23 23
24 Usage 24 Usage
25 ----- 25 -----
26 26
27 Make sure that Adblock Plus is enabled, then click on the ABP symbol in the exte nsion bar and on _Adblock Plus Crawler_. 27 Make sure that Adblock Plus is enabled. Click on the ABP symbol in the extension
28 28 bar. In the drop menu, click on the (new) entry _Adblock Plus Crawler_.
29 Now enter the backend URL and hit _Crawl_.
30 29
31 License 30 License
32 ------- 31 -------
33 32
34 This Source Code is subject to the terms of the Mozilla Public License 33 This Source Code is subject to the terms of the Mozilla Public License
35 version 2.0 (the "License"). You can obtain a copy of the License at 34 version 2.0 (the "License"). You can obtain a copy of the License at
36 http://mozilla.org/MPL/2.0/. 35 http://mozilla.org/MPL/2.0/.
OLDNEW
« no previous file with comments | « .hgsubstate ('k') | chrome/content/crawler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld