Formatting Basics
To ensure correct interpretation of your links, format your server address according to specific protocol. Links must contain a "suffix" of 2-7 alpha characters following a period.
Examples
Acceptable link suffix formats:
When entered in a link URL address, these addresses appear in the correct actionable link format.
- http://internalresource.com/file/A/12345.pdf/
- ftp://internalresource.local/file/A/12345.pdf/
Unacceptable link suffix formats:
These addresses are not recognized as a "link" format. Therefore, they display in plain text rather than appearing as a link when viewing the page.
- http://internalresource.a/file/A/12345.pdf/ (only 1 letter)
- file://internalresource.123/file/A/12345.pdf/ (numeric and not alpha characters)
- ftp://internalresource/file/A/12345pdf/ (no suffix at all)
Supported Link Protocols
Dozuki supports several link protocols:
- http://
- https://
- smb://
- ftp://
- nfs://
- cfs://
- ftps://
- ipaddress (example: http://127.0.0.1 or https://127.0.0.1)
0 Comments