You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+31-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ For users who prefer to use the standard (non-accelerated version) of pages on a
8
8
9
9
PageAccel is a free, community-driven open source project.
10
10
11
+
[How does this work?](#how-does-this-work)
12
+
13
+
[Installation](#installation)
14
+
15
+
[Development](#development)
16
+
17
+
-[Initial Setup](#initial-setup)
18
+
-[Testing](#testing)
19
+
20
+
* * * * *
21
+
11
22
## How does this work?
12
23
13
24
Some websites provide alternative, streamlined versions of their pages called AMP (accelerated mobile pages). These pages are created to load faster and provide simplified content for both desktop and mobile users alike. When PageAccel detects that a page has an AMP version, it switches to use it.
@@ -18,11 +29,30 @@ PageAccel does *not* create any of its content, nor does it alter pages by itsel
18
29
19
30
Open the [PageAccel Home Page](http://pageaccel.raack.info) and click the installation button.
* Add "Send Feedback / Broken Page" item to menu to allow direct feedback, positive and negative. Include page currently on and message with feedback. Send this to [email protected].
24
51
* Prompt user for feedback (rating, free text, or both) after having visted several simplified pages. Indicated to them which ones were simplified.
25
52
* Register simplified and standard domains as pairs, in case they're different.
26
-
* This may also alleviate the need for the tld domain list
53
+
* This may also alleviate the need for the tld domain list
27
54
* Remove unused tabs from storage if not used in last x days
28
55
* Provide stats button in pageaccel so user can see stats anytime.
56
+
* Add tests for what the Action Button in the browser panel looks like when loading an AMP page once Puppeteer supports this:
0 commit comments