Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Template:ATLRepositoryLink

Revision as of 05:34, 5 June 2013 by F.jouault.gmail.com (Talk | contribs) (added more context)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Displays a link to a file in the ATL repository.

Markup Rendering
{{ATLRepositoryLink|plugins/|ATL Plugins}}

ATL Plugins


Rationale: many links to ATL repository are still (as of creation of this template) to the old CVS repository (or even to the previous CVS repository). By introducing this template, we can hopefully avoid having to update every link the next time we change repository.

Notes (may be useful to help converting links to old repositories into use of this template):

  • Had this template existed at the time ATL used CVS, the template would have looked like:
[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org.eclipse.m2m.atl/{{{1}}}?root=Modeling_Project&view=markup {{{2}}}]
  • Similarly, at the time ATL was in GMT, the template would have looked like:
[http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt/ATL/{{{1}}}?view=markup {{{2}}}]
  • The use of
    ?view=markup
    would only have been valid for files, not folders.
  • Contents of the CVS repository of ATL in GMT has been moved to the *deprecated* folder. Therefore, to convert a link to that repository into a use of this template, one has to insert
    deprecated/
    at the beginning of the path.


Back to the top