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

Side by Side Diff: README.md

Issue 9615013: Crawler, first version (Closed)
Patch Set: Created March 6, 2013, 4:05 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
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_. Now
29 Now enter the backend URL and hit _Crawl_. 29 enter the backend URL and hit _Crawl_.
30 30
31 License 31 License
32 ------- 32 -------
33 33
34 This Source Code is subject to the terms of the Mozilla Public License 34 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 35 version 2.0 (the "License"). You can obtain a copy of the License at
36 http://mozilla.org/MPL/2.0/. 36 http://mozilla.org/MPL/2.0/.
OLDNEW
« .hgignore ('K') | « .hgsubstate ('k') | chrome/content/crawler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld