File: globalconfig.xml

package info (click to toggle)
pinot 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,608 kB
  • sloc: cpp: 41,870; makefile: 611; xml: 416; sh: 336
file content (17 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<pinot>
  <!--
  The cache element describes a cache provider.
  Cache providers are listed when a result is selected and the View Cache
   menuitem is clicked.
  The location field should be a valid URL with one or more arguments.
  Supported arguments are :
    %url	the full URL, eg https://github.com/FabriceColin/pinot
    %url0	the URL without protocol, eg github.com/FabriceColin/pinot
  -->
  <cache>
    <name>WayBack Machine</name>
    <location>http://web.archive.org/web/*/%url</location>
    <protocols>http, https</protocols>
  </cache>
</pinot>