Rebuilding the wiki offline automatically updates some strings
[tails/matsa.git] / wiki / src / shortcuts.mdwn
blob61982c5e1410d9acdcee98a6a1dad308b40446f8
1 [[!if test="enabled(shortcut)"
2      then="This wiki has shortcuts **enabled**."
3      else="This wiki has shortcuts **disabled**."]]
5 Some examples of using shortcuts include:
7         \[[!google foo]]
8         \[[!wikipedia War_of_1812]]
9         \[[!debbug 12345]]
10         Check the \[[!cia ikiwiki desc="CIA page for %s"]].
12 This page controls what shortcut links the wiki supports.
14 * [[!shortcut name=google url="https://encrypted.google.com/search?q=%s"]]
15 * [[!shortcut name=archive url="http://web.archive.org/*/%S"]]
16 * [[!shortcut name=gmap url="https://maps.google.com/maps?q=%s"]]
17 * [[!shortcut name=gmsg url="https://groups.google.com/groups?selm=%s"]]
18 * [[!shortcut name=wikipedia url="https://en.wikipedia.org/wiki/%W"]]
19 * [[!shortcut name=wikitravel url="https://wikitravel.org/en/%s"]]
20 * [[!shortcut name=wiktionary url="https://en.wiktionary.org/wiki/%s"]]
21 * [[!shortcut name=debbug url="https://bugs.debian.org/%S" desc="Debian bug #%s"]]
22 * [[!shortcut name=deblist url="https://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]]
23 * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]]
24 * [[!shortcut name=debpkgsid url="http://packages.debian.org/sid/%s"]]
25 * [[!shortcut name=debpts url="http://packages.qa.debian.org/%s"]]
26 * [[!shortcut name=debmsg url="https://lists.debian.org/msgid-search/%s"]]
27 * [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]]
28 * [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]]
29   * Usage: `\[[!debss package]]` or `\[[!debss package/version]]`.  See <http://snapshot.debian.org/> for details.
30 * [[!shortcut name=debwiki url="https://wiki.debian.org/%S"]]
31 * [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]]
32 * [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
33 * [[!shortcut name=gnomebug url="https://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]]
34 * [[!shortcut name=linuxbug url="https://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux bug #%s"]]
35 * [[!shortcut name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla bug #%s"]]
36 * [[!shortcut name=gnulist url="https://lists.gnu.org/mailman/listinfo/%s" desc="%s@gnu.org"]]
37 * [[!shortcut name=marcmsg url="http://marc.info/?i=%s"]]
38 * [[!shortcut name=marclist url="http://marc.info/?l=%s"]]
39 * [[!shortcut name=gmane url="http://dir.gmane.org/gmane.%s" desc="gmane.%s"]]
40 * [[!shortcut name=gmanemsg url="http://mid.gmane.org/%s"]]
41 * [[!shortcut name=cpan url="http://metacpan.org/search?q=%s"]]
42 * [[!shortcut name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]]
43 * [[!shortcut name=hoogle url="http://haskell.org/hoogle/?q=%s"]]
44 * [[!shortcut name=iki url="http://ikiwiki.info/%S/"]]
45 * [[!shortcut name=ljuser url="http://%s.livejournal.com/"]]
46 * [[!shortcut name=rfc url="https://www.ietf.org/rfc/rfc%s.txt" desc="RFC %s"]]
47 * [[!shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]]
48 * [[!shortcut name=meatballwiki url="http://www.usemod.com/cgi-bin/mb.pl?%s"]]
49 * [[!shortcut name=emacswiki url="http://www.emacswiki.org/cgi-bin/wiki/%s"]]
50 * [[!shortcut name=haskellwiki url="http://haskell.org/haskellwiki/%s"]]
51 * [[!shortcut name=dict url="http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s"]]
52 * [[!shortcut name=imdb url="http://imdb.com/find?q=%s"]]
53 * [[!shortcut name=gpg url="http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s"]]
54 * [[!shortcut name=perldoc url="http://perldoc.perl.org/search.html?q=%s"]]
55 * [[!shortcut name=whois url="http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain"]]
56 * [[!shortcut name=cve url="https://cve.mitre.org/cgi-bin/cvename.cgi?name=%s"]]
57 * [[!shortcut name=cia url="http://cia.vc/stats/project/%s"]]
58 * [[!shortcut name=ciauser url="http://cia.vc/stats/user/%s"]]
59 * [[!shortcut name=flickr url="https://secure.flickr.com/photos/%s"]]
60 * [[!shortcut name=man url="http://linux.die.net/man/%s"]]
61 * [[!shortcut name=ohloh url="https://www.ohloh.net/p/%s"]]
62 * [[!shortcut name=cpanrt url="https://rt.cpan.org/Ticket/Display.html?id=%s" desc="CPAN RT#%s"]]
63 * [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="bug %s"]]
64 * [[!shortcut name=ubupkg url="http://packages.ubuntu.com/%s"]]
65 * [[!shortcut name=mozillazinekb url="http://kb.mozillazine.org/%s"]]
66 * [[!shortcut name=freebsdwiki url="http://wiki.freebsd.org/%s"]]
67 * [[!shortcut name=hackage url="http://hackage.haskell.org/package/%s"]]
69 To add a new shortcut, use the `shortcut`
70 [[ikiwiki/directive]]. In the url, "%s" is replaced with the
71 text passed to the named shortcut, after [[!wikipedia url_encoding]]
72 it, and '%S' is replaced with the raw, non-encoded text. 
73 Additionally, `%W` is replaced with the text encoded just right for
74 Wikipedia. The optional `desc` parameter controls the description of
75 the link.
77 Remember that the `name` you give the shortcut will become a new
78 [[ikiwiki/directive]].  Avoid using a `name` that conflicts
79 with an existing directive.  These directives also accept a `desc`
80 parameter that will override the one provided at definition time.
82 If you come up with a shortcut that you think others might find useful,
83 consider contributing it to the [shortcuts page on the ikiwiki
84 wiki](http://ikiwiki.info/shortcuts/), so that future versions of
85 ikiwiki will include your shortcut in the standard underlay.
87 # Local shortcuts
89 * [[!shortcut name=tails_website url="https://tails.boum.org/%s"]]
90 * [[!shortcut name=tails_todo url="https://tails.boum.org/todo/%s"]]
91 * [[!shortcut name=tails_bug url="https://tails.boum.org/bugs/%s"]]
92 * [[!shortcut name=tails_redmine url="https://labs.riseup.net/code/projects/tails/issues?query_id=108"]]
93 * [[!shortcut name=tails_redmine_easy
94   url="https://labs.riseup.net/code/projects/tails/issues?per_page=200&query_id=112"
95   desc="list of easy tasks"]]
96 * [[!shortcut name=tails_ticket url="https://labs.riseup.net/code/issues/%s" desc="ticket #%s"]]
97 * [[!shortcut name=tails_roadmap url="https://labs.riseup.net/code/projects/tails/roadmap" desc="roadmap"]]
98 * [[!shortcut name=tails_gitweb url="https://git-tails.immerda.ch/tails/plain/%S"]]
99 * [[!shortcut name=tails_gitweb_dir url="https://git-tails.immerda.ch/tails/tree/%S"]]
100 * [[!shortcut name=tails_devel_gitweb url="https://git-tails.immerda.ch/tails/plain/%S?h=devel"]]
101 * [[!shortcut name=tails_devel_gitweb_dir url="https://git-tails.immerda.ch/tails/tree/%S?h=devel"]]
102 * [[!shortcut name=tails_spoof-mac_gitweb url="https://git-tails.immerda.ch/tails/plain/%S?h=feature/spoof-mac"]]
103 * [[!shortcut name=tails_gitweb_branch url="https://git-tails.immerda.ch/tails/log/?h=%S"]]
104 * [[!shortcut name=tails_gitweb_branch_winterfairy url="https://git-tails.immerda.ch/winterfairy/tails/log/?h=%S"]]
105 * [[!shortcut name=tails_gitweb_branch_kytv url="http://repo.or.cz/w/tails/kytv.git/shortlog/refs/heads/%S"]]
106 * [[!shortcut name=tails_gitweb_commit url="https://git-tails.immerda.ch/tails/commit/?id=%s"]]
107 * [[!shortcut name=tails_gitweb_repo url="https://git-tails.immerda.ch/%S"]]
108 * [[!shortcut name=greeter_gitweb url="https://git-tails.immerda.ch/greeter/plain/%S"]]
109 * [[!shortcut name=launchpad_bug url="https://bugs.launchpad.net/onboard/+bug/%s" desc="Launchpad bug #%s"]]
110 * [[!shortcut name=tor_bug
111   url="https://trac.torproject.org/projects/tor/ticket/%s" desc="bug #%s on Tor Project's Trac"]]
112 * [[!shortcut name=debusertag
113   url="https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=tails-dev@boum.org;tag=%s"]]
114 * [[!shortcut name=wikipedia_de url="https://secure.wikimedia.org/wikipedia/de/wiki/%s"]]
115 * [[!shortcut name=wikipedia_es url="https://secure.wikimedia.org/wikipedia/es/wiki/%s"]]
116 * [[!shortcut name=wikipedia_fr url="https://secure.wikimedia.org/wikipedia/fr/wiki/%s"]]
117 * [[!shortcut name=wikipedia_tr url="https://secure.wikimedia.org/wikipedia/tr/wiki/%s"]]
118 * [[!shortcut name=debsa2012
119   url="https://www.debian.org/security/2012/dsa-%s"
120   desc="Debian Security Advisory %s"]]
121 * [[!shortcut name=mfsa2013
122   url="https://www.mozilla.org/security/announce/2013/mfsa2013-%s.html"
123   desc="Mozilla Foundation Security Advisory 2013-%s"]]
124 * [[!shortcut name=debsa2013
125   url="https://www.debian.org/security/2013/dsa-%s"
126   desc="Debian Security Advisory %s"]]
127 * [[!shortcut name=debsa2014
128   url="https://www.debian.org/security/2014/dsa-%s"
129   desc="Debian Security Advisory %s"]]
130 * [[!shortcut name=debsa2015
131   url="https://www.debian.org/security/2015/dsa-%s"
132   desc="Debian Security Advisory %s"]]
133 * [[!shortcut name=mfsa2014
134   url="https://www.mozilla.org/security/announce/2014/mfsa2014-%s.html"
135   desc="Mozilla Foundation Security Advisory 2014-%s"]]
136 * [[!shortcut name=mfsa2015
137   url="https://www.mozilla.org/security/announce/2015/mfsa2015-%s.html"
138   desc="Mozilla Foundation Security Advisory 2015-%s"]]