Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- 09/05/08 11:42:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WikiStart
v26 v27 37 37 == Usage Tips == 38 38 39 The search box at top right provides simple searches of commit messages, tickets and wiki pages. Also entering a 40 repository path such as '''/dybgaudi/trunk''' jumps to the repository browser for the locations, or entering 41 '''#1''' takes you to ticket number 1 or '''r42''' takes you to changeset 42. 39 The search box at top right provides simple searches of commit messages, tickets and wiki pages. 40 In addition to this simple search functionality, entering snippets of ''wikitext''' in the search box provides shortcut access to 41 tickets, changesets, reports links etc.. 42 || ''search'' text || '''result''' || 43 || /dybgaudi/trunk || browse repository path (when used in ordinary wiki text use source:/dybgaudi/trunk ) || 44 || r42 || changeset 42 || 45 || #1 || ticket 1 || 46 || {6} || report 6, presentation of a selection of tickets || 47 || [/build/dybinst] || a project relative link, eg to the summary of '''dybinst''' builds || 48 || [/build/dybinst/199] || a specific build || 42 49 43 In addition to this the search box supports a quick jumps feature 44 where any of the quick link URL prefixes defined in InterMapTxt can be used, eg enter '''doc:101''' for docDB access (you can add URL prefixes by editing the InterMapTxt wiki page), 45 as well as the standard Trac shortcuts for links to ticket, changesets, reports links etc.. 46 47 All of these can be used in wiki text too, as shown : 50 All of these can of course be used in normal wiki text too, as shown : 48 51 49 52 || '''text to enter''' || '''what it looks like''' || '''action''' (mostly jumping somewhere) || … … 57 60 || {{{db_:SVN db_:Gaudi}}} || db_:SVN db_:Gaudi || BNL wiki pages for categories ''SVN'', ''Gaudi'' || 58 61 || {{{db:SVN_Web_Interface}}} || db:SVN_Web_Interface || BNL wiki page || 59 || {{{dbp_:Gaudi}}} || dbp_:Gaudi || private BNL wiki page for category ''Gaudi''||60 || {{{db__:SVN}}} || db__:SVN || BNL wiki page for keyword ''SVN''||61 || {{{dbp__:Gaudi}}} || dbp__:Gaudi || private BNL wiki page for keyword ''Gaudi''||62 || {{{dbp_:Gaudi}}} || dbp_:Gaudi || private BNL wiki page for a category || 63 || {{{db__:SVN}}} || db__:SVN || search BNL wiki || 64 || {{{dbp__:Gaudi}}} || dbp__:Gaudi || search private BNL wiki || 62 65 || {{{swish:Acrylic}}} || swish:Acrylic || swish search for the string || 63 66 || {{{offline:2008-08/msg00058.html}}} || offline:2008-08/msg00058.html || link to archived mail || 64 67 68 The links of form {{{prefix:whatever}}} such as doc:101 are configured by a special wiki page InterMapTxt that maps the prefixes to URLs, you 69 can add URL prefixes by editing the InterMapTxt wiki page. 70 65 71 Note that these can be used in all places that wiki text is allowed, namely : 66 72 * in commit messages from your '''svn''' commandline