Most Powerful Open Source ERP

Guideline Use Path Links For Links To Large Files

Security and portability matter.
  • Last Update:2017-04-10
  • Version:001
  • Language:en

A Large File Is Linked To Using Path Link

Because we favour security and portability, links to large BLOBS (video, ISO images, etc.) should be path links (ex. /blob/NXD-Some.Big.File/Base_download), except links to widely shared public BLOBS (ex. NayuOS images) can also be absolute links to Nexedi CDN for optimization purpose

Good Example:

<a href="/asset/NXD-Screenshort.Some.Thing?format=png">Put titles on links</a>

Bad Examples:

<a href="http://www.erp5.com/documentation/devleper/NXD-Screenshort.Some.Thing?format=png">Put titles on links</a>