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