| 78 | |
| 79 | |
| 80 | |
| 81 | |
| 82 | deb http://packages.debian.org/ # search for debian package |
| 83 | |
| 84 | |
| 85 | ## dayabay search |
| 86 | swish http://dayabay.ihep.ac.cn/cgi-bin/swish.cgi?query=$1 # swish search Dayabay websites for $1 |
| 87 | |
| 88 | |
| 89 | ## docdb |
| 90 | |
| 91 | doc http://dayabay.ihep.ac.cn/cgi-bin/DocDB/ShowDocument?docid=$1 # docid $1 in DocDB MWT |
| 92 | docdb http://dayabay.ihep.ac.cn/cgi-bin/DocDB/ShowDocument?docid=$1 # docid $1 in DocDB MWT |
| 93 | mtg http://dayabay.ihep.ac.cn/cgi-bin/DocDB/DisplayMeeting?conferenceid=$1 # conferenceid $1 in DocDB MWT |
| 94 | |
| 95 | ## BNL wiki ... aligned with MediaWiki macro prefix ... these are different , do not want to invoke the template hence MWNS |
| 96 | db https://wiki.bnl.gov/dayabay/index.php?title=$1 # BNL dayabay public wiki page $1 MWNS |
| 97 | dbp https://wiki.bnl.gov/dayabay-private/index.php?title=$1 # BNL dayabay private wiki page $1 MWNS |
| 98 | |
| 99 | db_ https://wiki.bnl.gov/dayabay/index.php?title=Category:$1 # BNL dayabay public wiki page Category:$1 MWNS |
| 100 | dbp_ https://wiki.bnl.gov/dayabay-private/index.php?title=Category:$1 # BNL dayabay private wiki page Category:$1 MWNS |
| 101 | |
| 102 | |
| 103 | ## G4 |
| 104 | g4dev http://geant4.web.cern.ch/geant4/G4UsersDocuments/UsersGuides/ForApplicationDeveloper/html/$1 # Geant4 documentation ForApplicationDeveloper $1 |
| 105 | g4kit http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForToolkitDeveloper/html/$1 # Geant4 documentation ForToolkitDeveloper $1 |
| 106 | |
| 107 | root http://root.cern.ch/root/htmldoc/$1.html # root documentation for $1 |
| 108 | |
| 109 | gauditalk https://lists.bnl.gov/pipermail/gaudi-talk/$1.html # gaudi-talk mailing list archive, message $1 |
| 110 | |
| 111 | |
| 112 | |
| 113 | # |
| 114 | # OS X specific |
| 115 | # |
| 116 | |
| 117 | man x-man-page://$1 # Mac OS X specific(Safari) link to man page $1 |
| 118 | |
| 119 | |
| 120 | |
| 121 | |
| 122 | |
| 123 | |
| 124 | |