-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
20 lines (20 loc) · 1.04 KB
/
plugin.xml
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Cloudfront" lan="" version="1.0" date="2022-12-03" compatibility="2.0" installRequired="true" >
<author name="e107" url="https://e107.org" />
<summary lan="">Use Amazon Cloudfront CDN with e107</summary>
<description lan="">Amazon CloudFront is a content delivery network (CDN) operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content.</description>
<keywords>
<word>enhancement</word>
<word>cdn</word>
<word>peformance</word>
</keywords>
<category>tools</category>
<copyright></copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="images/icon_32.png" iconSmall="images/icon_16.png" icon128="images/icon_128.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='active'>255</pref>
<pref name='cdn'></pref>
</pluginPrefs>
</e107Plugin>