summaryrefslogtreecommitdiff
path: root/build-aux/list-packages.scm
AgeCommit message (Collapse)Author
2014-06-03list-packages: Add links to Hydra for mips64el-linux.Ludovic Courtès
* build-aux/list-packages.scm (package->sxml): Add 'url' call for mips64el-linux.
2013-11-24list-packages: Make 'snippet-link' more tolerant.Ludovic Courtès
* build-aux/list-packages.scm (package->sxml)[snippet-link]: If 'package-field-location' returns #f, use 'package-location.
2013-11-19list-packages: Produce link to the origin snippet, if any.Ludovic Courtès
* build-aux/list-packages.scm (package->sxml)[patches](snippet-link): New procedure. Use it to produce a link to the 'origin-snippet', if any.
2013-10-09list-packages: Show a list of patches for each package.Ludovic Courtès
* build-aux/list-packages.scm (list-join): New procedure. (package->sxml)[patch-url]: New procedure. Use it.
2013-09-23list-packages: Progressive Enhancement approach to JS.Alex Sassmannshausen
* 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>
2013-08-28list-packages: Tidy CSS in preparation for split into external file.Alex Sassmannshausen
* build-aux/list-packages.scm (insert-css): Tidy CSS alignment etc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-08-19list-packages: properly specify the size of images.Cyril Roelandt
* 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)
2013-08-19list-packages: Add missing closing </div> after footer include.Alex Sassmannshausen
* build-aux/list-packages.scm (list-packages): Add missing closing </div> after footer include. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-08-17list-packages: Remove a useless "colspan" attribute.Cyril Roelandt
* build-aux/list-packages.scm (package->sxml): remove a useless "colspan" attribute.
2013-08-17list-packages: Add an "alt" attribute for the logos.Cyril Roelandt
* build-aux/list-packages.scm (package->sxml): add an alternative text for the logos of the packages.
2013-08-15list-packages: remove useless "language" attribute of "script" elementCyril Roelandt
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.
2013-08-15list-packages: remove deprecated "height" attribute on "td" element.Cyril Roelandt
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.
2013-08-15list-packages: Tidying and refactoring in preparation for substantive changes.Alex Sassmannshausen
* 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>
2013-08-15list-packages: Centralise CSS styling in <head>.Alex Sassmannshausen
* 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>
2013-07-16list-packages: Add links to hydra.gnu.org.Ludovic Courtès
* 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.
2013-07-10list-packages: Show the package logo, when available.Ludovic Courtès
* build-aux/list-packages.scm (lookup-gnu-package): New procedure. (package->sxml): Add the package logo, when available, next to the description.
2013-07-10list-packages: Write out the HTML page as UTF-8.Ludovic Courtès
* build-aux/list-packages.scm (list-packages): Install the "C" locale. Write out as UTF-8.
2013-07-10Add `build-aux/list-packages.scm'.Ludovic Courtès
* build-aux/list-packages.scm: New file. * Makefile.am (EXTRA_DIST): Add it.