Template: DistroPackage

From LibrePlanet
Jump to: navigation, search
(Usage: fix typo)
(Usage: Add all the supported FSDG compliant distros that don't have (yet) a public web service that expose package information. This should be more consistent and enable to add or remove web services dynamically if they appear or disappear.)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
{{stub}}
 
  
 
== License ==
 
== License ==
Line 13: Line 11:
  
 
== Usage ==
 
== Usage ==
 +
 +
Usage: <nowiki>{{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}</nowiki>
  
 
Examples:
 
Examples:
Line 18: Line 18:
  
 
Valid distributions:
 
Valid distributions:
 +
 +
{| class="wikitable sortable" border="1"
 +
|- bgcolor="#6699ff"
 +
! Distribution
 +
! Valid names
 +
! URL
 +
|-
 +
! Dragora
 +
|
 +
* dragora
 +
* Dragora
 +
| None: Just displays the name of the package
 +
|-
 +
! Dynebolic
 +
|
 +
* dynebolic
 +
* Dynebolic
 +
| None: Just displays the name of the package
 +
|-
 +
! Guix
 +
|
 +
* guix
 +
* Guix
 +
| https://packages.guix.gnu.org/packages/PACKAGE_NAME
 +
|-
 +
! Hyperbola
 +
|
 
* hyperbola
 
* hyperbola
 
* Hyperbola
 
* Hyperbola
 +
| https://www.hyperbola.info/packages/PACKAGE_NAME
 +
|-
 +
! LibreCMC
 +
|
 +
* librecmc
 +
* LibreCMC
 +
| None: Just displays the name of the package
 +
|-
 +
! Parabola
 +
|
 
* parabola
 
* parabola
 
* Parabola
 
* Parabola
* Guix
+
| https://www.parabola.nu/packages/PACKAGE_NAME
 +
|-
 +
! ProteanOS
 +
|
 +
* proteanos
 +
* ProteanOS
 +
| None: Just displays the name of the package
 +
|-
 +
! PureOS
 +
|
 +
* pureos
 +
* PureOS
 +
| None: Just displays the name of the package
 +
|-
 +
! Trisquel
 +
|
 +
* trisquel
 +
* Trisquel
 +
| https://packages.trisquel.org/search?keywords=PACKAGE_NAME
 +
|-
 +
! Ututo S
 +
|
 +
* ututo
 +
* Ututo S
 +
| None: Just displays the name of the package
 +
|}
  
 
</noinclude>
 
</noinclude>
  
 
{{#switch: {{{1}}}
 
{{#switch: {{{1}}}
  | hyperbola = [[https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
+
| dragora = {{{2}}}
  | Hyperbola = [[https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
+
| Dragora = {{{2}}}
 +
| Dynebolic = {{{2}}}
 +
| Dynebolic = {{{2}}}
 +
| guix = [https://packages.guix.gnu.org/packages/{{{2}}} {{{2}}}]
 +
| Guix = [https://packages.guix.gnu.org/packages/{{{2}}} {{{2}}}]
 +
  | hyperbola = [https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
 +
  | Hyperbola = [https://www.hyperbola.info/packages/{{{2}}} {{{2}}}]
 +
| librecmc = {{{2}}}
 +
| LibreCMC = {{{2}}}
 
  | parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
 
  | parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
  | Parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]  
+
  | Parabola = [https://www.parabola.nu/packages/{{{2}}} {{{2}}}]
 +
| proteanos = {{{2}}}
 +
| ProteanOS = {{{2}}}
 +
| pureos = {{{2}}}
 +
| PureOS = {{{2}}}
 +
| trisquel = [https://packages.trisquel.org/search?keywords={{{2}}} {{{2}}}]
 +
| Trisquel = [https://packages.trisquel.org/search?keywords={{{2}}} {{{2}}}]
 +
| ututo = {{{2}}}
 +
| Ututo S = {{{2}}}
 
}}
 
}}

Latest revision as of 02:07, 9 September 2023


License

This page is also released under these additional licenses:

Usage

Usage: {{DistroPackage|DISTRIBUTION_NAME|PACKAGE_NAME}}

Examples:

  • {{DistroPackage|Parabola|lvm2}}

Valid distributions:

Distribution Valid names URL
Dragora
  • dragora
  • Dragora
None: Just displays the name of the package
Dynebolic
  • dynebolic
  • Dynebolic
None: Just displays the name of the package
Guix
  • guix
  • Guix
https://packages.guix.gnu.org/packages/PACKAGE_NAME
Hyperbola
  • hyperbola
  • Hyperbola
https://www.hyperbola.info/packages/PACKAGE_NAME
LibreCMC
  • librecmc
  • LibreCMC
None: Just displays the name of the package
Parabola
  • parabola
  • Parabola
https://www.parabola.nu/packages/PACKAGE_NAME
ProteanOS
  • proteanos
  • ProteanOS
None: Just displays the name of the package
PureOS
  • pureos
  • PureOS
None: Just displays the name of the package
Trisquel
  • trisquel
  • Trisquel
https://packages.trisquel.org/search?keywords=PACKAGE_NAME
Ututo S
  • ututo
  • Ututo S
None: Just displays the name of the package