| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* guix-web/view.scm (main-layout): Wrap image tag in anchor tag.
|
|
|
|
|
|
|
|
| |
* guix-web/view.scm (<javascript>): New record type.
(javascript, javascript?, javascript-source-uri, javascript-license,
javascript-license-uri): New procedures.
(javascripts): Use javascript constructor.
(script-tag, librejs): Use new javascript procedures.
|
|
|
|
|
|
|
|
|
|
|
| |
* css/guix.css: New file.
* guix-web/view.scm (main-layout): Include guix.css.
* js/guix-packages.js (guix.Sorter.prototype.reverse): New method.
(guix.controller.sorter): Make property.
(guix.controller.columns): New variable.
(guix.controller.prototype.paginate): Use sorter property.
(guix.controller.prototype.sortBy): New method.
(guix.view): Render column sorting UI.
|
|
|
|
|
|
| |
* guix-packages.js (guix.Sorter): New data type.
(guix.Soter.prototype.sort): New method.
(guix.controller): Sort by name by default.
|
|
|
|
|
|
| |
* js/guix-packages.js (guix.paginate): Delete it.
(guix.controller): Use new paginate method.
(guix.controller.prototype.paginate): New method.
|
| |
|
|
|
|
|
|
| |
* guix-web/server.scm (file-extension, directory?,
request-path-components): Delete them.
* guix-web/util.scm: New module.
|
|
|
|
| |
* guix-web/view.scm (view-package): Filter out non-package inputs.
|
|
|
|
| |
* README.md ("Features"): Rephrase.
|
|
|
|
|
|
|
|
| |
* guix-web/controller.scm (controller): Allow use of '.json' file extension.
* guix-web/view.scm (view-package-json, license->json, package->json):
New procedures.
(all-packages-json): Refactor.
(view-package): Filter out non-package inputs.
|
|
|
|
|
| |
* README.md ("Features"): Add LibreJS compatibility.
("Wishlist"): Add more desired features.
|
|
|
|
| |
* 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.
|
| |
|
|
|