| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
In order to integrate the package list in the GuixSD website, the listing of
packages has been moved into the website implementation.
* build-aux/list-packages.scm: Remove file.
* Makefile.am (EXTRA_DIST): Adapt to it.
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[status]:
Intersect (package-transitive-supported-systems package) with
%HYDRA-SUPPORTED-SYSTEMS.
|
|
|
|
|
| |
* build-aux/list-packages.scm (packages->sxml): Change to use
GuixSD-V.png and use the name "Guix System Distribution".
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[patches](patch-url): Use
'maybe-expand-mirrors' to get the real URL.
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[status]: Use
'package-transitive-supported-systems' instead of a hard-coded list of
systems.
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[patches]: Handle the case
where PATCH is an 'origin'.
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml): Add 'url' call for
mips64el-linux.
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[snippet-link]: If
'package-field-location' returns #f, use 'package-location.
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[patches](snippet-link):
New procedure.
Use it to produce a link to the 'origin-snippet', if any.
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (list-join): New procedure.
(package->sxml)[patch-url]: New procedure.
Use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml): Add parameters previous,
description-ids and remaining, update docstring accordingly. Introduce logic
for fold-values process.
(insert-tr): Moved sxml package table-row generation to new function; remove
<a> elements and JS function calls. These are created through JS
(prep_pkg_descs). Add insert-js-call for every 15th package, and the last.
(insert-js-call): New function.
(packages->sxml): Change map to fold values; add init params.
(insert-js): show_hide: add compatibility check, introduce, use thingLink
prep: new JS function.
bulk_show_hide: new JS function.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (insert-css): Tidy CSS alignment etc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml, packages->sxml): specify the size
of images in pixels (see
http://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height)
|
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (list-packages): Add missing closing </div>
after footer include.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml): remove a useless "colspan"
attribute.
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml): add an alternative text for the
logos of the packages.
|
|
|
|
|
|
|
| |
See http://www.w3.org/TR/html5-diff/#changed-attributes for more information.
* build-aux/list-packages.html (insert-js): remove "language" attribute, useless for the
"script" element.
|
|
|
|
|
|
|
| |
See http://www.w3.org/TR/html5-diff/#obsolete-attributes for more information.
* build-aux/list-packages.html(package-sxml)[description-id]: remove "height"
attribute for "td" elements.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[license, status]: Add
title for <a> element.
Add alt and title for gnu-logo <img> element. Add title to package
website <a> element.
(packages->sxml): Wrap <div id="intro"> intro paragraph in <p> element.
Add table header row to <table id="packages">
Add <a> back to top of the page beneath table.
(insert-css, insert-js): New procedures.
(list-packages): Move JavaScript to 'insert-js', and CSS to 'insert-css'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package-logo): Assign class of
'package-description' to package synopsis div; 'package-logo'. Move inline
CSS where possible.
(packages->sxml): Assign id of 'intro' to intro div, 'packages' to the
table. Move inline CSS.
(list-packages): Create new <style> section, containing all inline CSS.
Move JavaScript <script> section to above banner include to place it in
<head>.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (package->sxml)[status]: New procedure.
Use it at the end of each description.
(packages->sxml): Add link to hydra.gnu.org.
|
|
|
|
|
|
| |
* build-aux/list-packages.scm (lookup-gnu-package): New procedure.
(package->sxml): Add the package logo, when available, next to the
description.
|
|
|
|
|
| |
* build-aux/list-packages.scm (list-packages): Install the "C" locale.
Write out as UTF-8.
|
|
* build-aux/list-packages.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
|