~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnLinking(2f)NotesLinks/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:
 
4
##master-date:
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
= Notes Linking =
 
9
 
 
10
== Versions and Enabling ==
 
11
 
 
12
Notes linking is enabled in 1.6.3 and 1.7. For older releases follow the instructions in HelpOnConfiguration for "url_schemas". Add the word "`notes`" in lowercase to the schemas.
 
13
 
 
14
== Creating Notes Links ==
 
15
 
 
16
 * In Notes, select the document and open document properties
 
17
 
 
18
 
 
19
     {{attachment:docprop.jpg}}
 
20
 
 
21
 
 
22
 * On the tab: <+>, there is an identifier field
 
23
 * Copy the contents of the identifier field to the clipboard.
 
24
 * Paste the contents into the wikipage
 
25
 
 
26
{{{
 
27
Notes://GunganCen/CA256992000B94BF/BC4B9A3C3F7C5458CA256A6C001A64F1/B0558F2B9DDB41C3CA25741900006827
 
28
}}}
 
29
 
 
30
 * You can do the normal linking markup for example, add some square brackets and some override text:
 
31
{{{
 
32
[[Notes://GunganCen/CA256992000B94BF/BC4B9A3C3F7C5458CA256A6C001A64F1/B0558F2B9DDB41C3CA25741900006827 | TA Branch Meeting]]
 
33
}}}
 
34
 
 
35
 * It is best practice to remove the server name. This means that if the server name changes, or the content moves to another server, the link should still work. When you remove the server name ensure that there are 3 forward-slashes between "Notes:" and the replica ID
 
36
{{{
 
37
[[Notes:///CA256992000B94BF/BC4B9A3C3F7C5458CA256A6C001A64F1/B0558F2B9DDB41C3CA25741900006827]]
 
38
}}}
 
39
 
 
40
 * Change "Notes:", at the beginning of the line to lowercase. MoinMoin will only recognise it as a link if it is lowercase:
 
41
 
 
42
{{{
 
43
[[notes:///CA256992000B94BF/BC4B9A3C3F7C5458CA256A6C001A64F1/B0558F2B9DDB41C3CA25741900006827 | TA Branch Meeting]]
 
44
}}}