summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Make guix-web a subcommand of guix.David Thompson2015-01-311-2/+2
| | | | | | | | * scripts/guix-web: Delete. * guix/scripts/web.scm: New file. * Makefile.am (SOURCES): Add it. (dev-server): Delete. * README.md (Use): Tweak usage instructions.
* Replace package.scm with env.scm.David Thompson2015-01-301-2/+2
| | | | | | * env.scm: New file. * package.scm: Delete. * README.md (Development): s/package/env/
* Add development package.David Thompson2014-10-111-0/+7
| | | | | * package.scm: New file. * README.md ('Development'): New section.
* Makefile: Add 'dev-server' target.David Thompson2014-10-111-2/+2
| | | | | * Makefile.am (dev-server): New target. * README.md ('Use'): Document it.
* README: Add screenshot.David Thompson2014-08-161-0/+2
| | | | * README.md: Add screenshot.
* Use unquote-splicing feature of guile-json 0.4.0.David Thompson2014-08-161-1/+1
| | | | | * README.md ("Dependencies"): Specify guile-json >= 0.4.0. * guix-web/view.scm (package->json): Use unquote-splicing to dedupe code.
* README: Rephrase features.David Thompson2014-08-091-2/+2
| | | | * README.md ("Features"): Rephrase.
* README: Expand features and wishlist.David Thompson2014-08-091-0/+4
| | | | | * README.md ("Features"): Add LibreJS compatibility. ("Wishlist"): Add more desired features.
* README: Fix formatting of copyright information.David Thompson2014-08-091-0/+1
| | | | * README.md ("Copyright"): Fix formatting.
* Update README.David Thompson2014-08-091-0/+20
| | | | README.md ("Features", "Wishlist", "Dependencies"): New sections.
* Move guix-web to scripts directory.David Thompson2014-08-071-1/+2
| | | | | | | * README.md ("Use"): Update. * guix-web: Moved. * pre-inst-env: New file. * scripts/guix-web: New file.
* README: Add brief usage information.David Thompson2014-08-071-0/+5
| | | | * README.md ("Use"): New section.
* Add AGPL 3.0 license.David Thompson2014-08-071-1/+16
| | | | | * COPYING: New file. * README.md ("Copyright"): Expand licensing information.
* The license is really AGPLv3.David Thompson2014-08-061-1/+1
|
* First commit.David Thompson2014-08-061-0/+10