| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* README.md ("Copyright"): Fix formatting.
|
|
|
|
| |
README.md ("Features", "Wishlist", "Dependencies"): New sections.
|
|
|
|
|
| |
* guix-web/view.scm (view-package): Display inputs, native inputs, and
propagated inputs when present.
|
|
|
|
| |
* guix-web/config.scm (guix-web-router): Delete it.
|
|
|
|
|
| |
* js/guix-packages.js: Move functions defined on each instance of
guix.controller to guix.controller's prototype.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* js/guix-packages.js: (guix.chunk): New function.
(guix.paginate): New function.
(guix.controller.pages, guix.controller.currentPageIndex,
guix.controller.pageSize): New variables.
(guix.controller.currentPage, guix.controller.isFirstPage,
guix.controller.isLastPage, guix.controller.isCurrentPage,
guix.controller.packageCount): New functions.
(guix.controller.doSearch): Paginate.
(guix.view): Render pagination UI.
|
|
|
|
| |
* js/guix-packages.js: Specify case insensitive mode when creating regexp.
|
|
|
|
| |
* scripts/guix-web: Add it.
|
|
|
|
| |
* scripts/guix-web: Remove them.
|
|
|
|
| |
* js/guix-packages.js (guix.view): Display ctrl.visiblePackages() in badge.
|
|
|
|
|
|
|
|
|
| |
* guix-web/config.scm: New file.
* guix-web/controller.scm: New file.
* guix-web/render.scm: New file.
* guix-web/server.scm: New file.
* guix-web/view.scm: New file.
* scripts/guix-web: Remove extracted code.
|
|
|
|
|
|
|
| |
* README.md ("Use"): Update.
* guix-web: Moved.
* pre-inst-env: New file.
* scripts/guix-web: New file.
|
|
|
|
|
|
| |
* guix-web (javascripts): Update.
* js/guix-packages.js: New file.
* js/guix-web.js: Delete it.
|
|
|
|
| |
* guix-web: use INADDR_ANY for http server addr.
|
|
|
|
|
|
| |
* guix-web (run-route): Call librejs.
(weblabels): Renamed.
(librejs): New procedure.
|
|
|
|
|
| |
* guix-web (main-layout): New procedure.
(all-packages, view-package, weblabels): Use main-layout.
|
|
|
|
|
| |
* guix-web (view-package): Pluralize "version" if needed and render next
to package count.
|
|
|
|
|
|
|
|
|
| |
* guix-web (file-mime-types): Add image/png.
(run-route): Add /package endpoint.
(license-link): Delete it.
(render-package-license): New procedure.
(view-package): New procedure.
* images/logo.png: New file.
|
|
|
|
| |
* guix-web (serve-static-asset): Read file as bytevector instead of string.
|
|
|
|
| |
* js/guix-web.js (guix.view): Add it.
|
|
|
|
|
| |
* js/guix-web.js (guix.controller.doSearch): Test regexp against package
synopsis.
|
|
|
|
|
|
|
| |
* guix-web (javascripts): Use absolute paths.
(run-route): Add weblabels route.
(all-packages): Add js license information link.
(weblabels): New procedure.
|
|
|
|
| |
* guix-web (render-json): Output to port instead of string.
|
|
|
|
| |
* guix-web (render-html): Render to port.
|
|
|
|
|
|
| |
* guix-web: Update javascripts.
* js/mithril.js: New file.
* js/mithril.min.js: Delete it.
|
|
|
|
| |
* guix-web: Move local variable commnents.
|
|
|
|
| |
* guix-web: Fix it.
|
|
|
|
|
| |
* guix-web:
* js/guix-web.js: Add it.
|
|
|
|
| |
* README.md ("Use"): New section.
|
|
|
|
|
| |
* COPYING: New file.
* README.md ("Copyright"): Expand licensing information.
|
| |
|
|
|