2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00
Commit graph

1116 commits

Author SHA1 Message Date
Ludovic Courtès cde3d1760d website: main: Improve reference to GNU operating system.
* website/www.scm (main-page): Change reference to "GNU operating
  system".
2015-05-18 20:57:01 +02:00
Ludovic Courtès ec0f6935dd website: main: Use a catchier title.
* website/www.scm (main-page): Change first argument to 'html-page-header'.
2015-05-18 20:57:01 +02:00
Felipe López d10babbc33 website: Fix dark text on dark background. 2015-05-18 09:46:35 -05:00
Ludovic Courtès 60c27d8220 website: download: Change source installation instructions.
* website/www/download.scm (%source-tarball-manual): Change to
  "Requirements.html".
2015-05-14 14:08:38 +02:00
Ludovic Courtès d742e4a14d website: main: Update screenshots.
* website/www.scm (screenshot): New procedure.
  (main-page): Use it.
* website/www/utils.scm (thumb-url): Change.
* website/static/base/img/screenshots: Update files.
2015-05-14 14:08:38 +02:00
Ludovic Courtès ef324da412 website: shared: Switch to 0.8.2.
* website/www/shared.scm (latest-guix-version): Set to 0.8.2.
2015-05-14 14:08:38 +02:00
Ludovic Courtès e0d8440a06 website: main: Summarize news entries a bit more.
* website/www.scm (news-entry->sxml): Summarize to 170 chars.
2015-05-14 14:08:38 +02:00
Ludovic Courtès 59317009b7 Revert "website: download: Temporarily downgrade to 0.8.1."
This reverts commit 92e4689c0b.
2015-05-14 14:08:38 +02:00
David Thompson 31dadce214 website: about: Fix typo.
* website/www/about.scm (about-page): s/work/world/
2015-05-14 07:50:07 -04:00
Mathieu Lirzin 2847eb866c website: contribute: Fix introductory material URL.
* website/www/contribute.scm (contribute-page): Fix invalid https
  link.
2015-05-14 03:06:25 +02:00
Ludovic Courtès 9c60376927 website: Shorten alpha-warning message.
* website/www/shared.scm (html-page-description): Shorten alpha-warning
  message, and link to "Limitations" section of the manual.
2015-05-13 23:22:05 +02:00
Ludovic Courtès 0d4bc0e3f2 website: about: Link to sirgazil's web site.
* website/www/about.scm (about-page): Add Link to sirgazil's web site.
2015-05-13 23:21:27 +02:00
Ludovic Courtès 99b51e80eb website: main: Remove general GNU manuals page link.
* website/www.scm (main-page): Remove link to /manual.
2015-05-13 19:09:52 +02:00
Ludovic Courtès 00a84c0387 website: main: Reintroduce a couple of links to the manual.
* website/www.scm (main-page): Add links to "Defining Packages" and
  "System Configuration" in the manual.
2015-05-13 18:47:49 +02:00
Ludovic Courtès 76f29aa0b2 website: Mention goals in features in "About".
* website/www/about.scm (about-page): Remove the 4 freedoms.  Add a
  description of the goals and features of Guix and GuixSD.  Add
  "Artwork" section.
* website/www/shared.scm (html-page-description): Change spacing.
2015-05-13 18:33:02 +02:00
Ludovic Courtès a9c8be0397 website: Update web page mapping.
* website/www.scm (%web-pages): Use "guix.html" for MAIN-PAGE, and
  comment out "packages/index.html".
2015-05-13 18:33:02 +02:00
David Thompson 04f5863c63 website: download: Fix missing unquote.
* website/www/download.scm (download-page): Unquote '(latest-guix-version)'.
2015-05-13 09:57:38 -04:00
David Thompson e44856a326 website: contribute: Fix a couple typos.
* website/www/contribute.scm (contribute-page): Fix minor typos.
2015-05-13 09:21:07 -04:00
Ludovic Courtès ce73a0aaae website: Typo.
* website/www.scm (main-page): Add missing unquote.
2015-05-13 14:49:22 +02:00
Ludovic Courtès 92e4689c0b website: download: Temporarily downgrade to 0.8.1.
* website/www/download.scm (download-page): Adjust for 0.8.1.
2015-05-13 14:49:10 +02:00
Ludovic Courtès 69c47d8261 website: Move static/ one level higher.
* website/www/static: Rename to...
* website/static: ... this.
2015-05-13 14:03:30 +02:00
Ludovic Courtès 81231b5e78 website: Clarify & update Hydra-related text.
* website/www/contribute.scm (contribute-page): Mention that hardware
  donations are for the build farm.
* website/www/donate.scm (donate-page): Add hydra-slave0.
2015-05-13 14:01:32 +02:00
Ludovic Courtès cb6ad87aac website: Make repositories more visible.
* website/www/contribute.scm (contribute-page): Add links to the
  repositories.  Mention Git.
2015-05-13 13:56:06 +02:00
Ludovic Courtès 7f23667b7b website: Comment out web IRC client button.
* website/www.scm (main-page): Comment out webchat button.
2015-05-13 13:49:22 +02:00
Ludovic Courtès bc321f2685 website: Assorted tweaks.
* website/www.scm (main-page): Remove extra capital letters.
  Remove gnu-linux-libre from here.  Use about#contact for the list of
  mailing lists.
* website/www/about.scm (about-page): Tweak wording.
* website/www/contribute.scm (contribute-page): Tweak Savannah box.  Use
  more appropriate URL for the TP.
* website/www/help.scm (help-page): Use about#contact for the mailing
  lists.
2015-05-13 13:48:52 +02:00
Ludovic Courtès 8bbccb95f8 website: Download news entries from the Atom feed.
* website/www.scm (%atom-url): New variable.
  (fetch-news): New procedure.
  (<news-entry>): New record type.
  (news-items, sxml->string*, summarize-string, news-entry->sxml): New
  procedures.
  (main-page): Use 'news-items' and 'news-entry->sxml' instead of
  hard-coded news entries.
2015-05-13 09:13:49 +02:00
Ludovic Courtès 0e0a5a9a0c website: Fix typo in the main page.
* website/www.scm (main-page): Add missing unquote.
2015-05-12 22:51:38 +02:00
Ludovic Courtès 32cc4398f2 website: Add real download URLs.
* website/www/download.scm (ftp-url): New procedure.
  (summary-box): Add #:file and use it.
  (download-page): Pass #:file in calls to 'summary-box'.
2015-05-12 22:45:07 +02:00
Ludovic Courtès 7682aa0dab website: Factorize the latest version number.
* website/www/shared.scm (latest-guix-version): New variable.
* website/www/download.scm (download-page): Use it.  Map over
  'summary-box' instead of duplicating code.
* website/www.scm (main-page): Use it.
2015-05-12 22:33:23 +02:00
Ludovic Courtès 650badfb1a website: Factorize 'summary-box' in download page.
* website/www/download.scm (%usb-image-description,
  %usb-image-manual, %guixsd-image, %binary-tarball-description,
  %binary-tarball-manual, %source-tarball-description,
  %source-tarball-manual, %guix-image): New variables.
  (summary-box): New procedure.
  (download-page): Use 'summary-box'.
2015-05-12 22:12:02 +02:00
Ludovic Courtès c99035a826 website: Turn pages into thunks.
This allows 'current-url-root' to be used to parametrize the output.

* website/www.scm (main-page): Turn into a thunk.
  (export-web-site): Invoke PAGE.
* website/www/about.scm (about-page): Turn into a thunk.
* website/www/contribute.scm (contribute-page): Likewise.
* website/www/donate.scm (donate-page): Likewise.
* website/www/download.scm (download-page): Likewise.
* website/www/help.scm (help-page): Likewise.
* website/www/packages.scm (packages-page): Likewise.
2015-05-12 21:45:54 +02:00
Ludovic Courtès 977603bd82 website: Add '.gitignore'. 2015-05-12 21:34:14 +02:00
Ludovic Courtès c04001848b website: Restore per-page CSS files.
This was inadvertently broken in 342ffb8.
Reported by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>.

* website/www/shared.scm (html-page-header): Add #:css parameter, and
  use it.
* website/www.scm (main-page): Pass "index.css" to 'html-page-header'.
* website/www/download.scm (download-page): Pass "download.css".
* website/www/help.scm (help-page): Pass "help.css".
2015-05-12 21:33:46 +02:00
Felipe López beb4f73976 website: Add installer link for each architecture. 2015-05-12 10:38:07 -05:00
Mathieu Lirzin 35f094f132 website: Fix URLs.
Enable local export to link URLs correctly.

* website/www/utils.scm: New file.
* website/www.scm (main-page): Use it.
* website/www/about.scm (about-page): Likewise.
* website/www/contribute.scm (contribute-page): Likewise.
* website/www/donate.scm (donate-page): Likewise.
* website/www/download.scm (download-page): Likewise.
* website/www/help.scm (help-page): Likewise.
* website/www/shared.scm (html-page-header, html-page-description)
  (html-page-links, html-page-footer): Likewise.
2015-05-11 22:46:24 +02:00
Mathieu Lirzin 342ffb8635 website: Factorize shared blocks.
* website/www/shared.scm: New file.
* website/www.scm (main-page): Use it.
* website/www/about.scm (about-page): Likewise.
* website/www/contribute.scm (contribute-page): Likewise.
* website/www/donate.scm (donate-page): Likewise.
* website/www/download.scm (download-page): Likewise.
* website/www/help.scm (help-page): Likewise.
* website/www/packages.scm (packages-page): Likewise.
2015-05-11 22:46:24 +02:00
Mathieu Lirzin 8920caf56c website: Enable directory choice in export procedure.
* website/www.scm (export-web-site): Add 'directory' optional parameter.
2015-05-11 22:45:55 +02:00
Ludovic Courtès ac542b079a website: Add export procedure. 2015-05-07 15:02:22 +02:00
Ludovic Courtès 75cdb3856b website: Add '-page' to the variables, to distinguish from modules. 2015-05-07 15:00:08 +02:00
Mathieu Lirzin 57f48d84c7 website: Convert implementation to SXML.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-07 14:46:29 +02:00
Felipe López 55a3bae7d8 website: Add HTML implementation. 2015-05-04 10:08:22 -05:00
Felipe López 066d06a0cc logo: Add README. 2015-04-13 11:35:20 -05:00
Felipe López 704f848df4 logo: Fix artifacts and shape positions.
There were some graphical artifacts generated by Inkscape's boolean
shape operations, only noticeable when zooming in the canvas to high
values.
2015-04-13 10:56:54 -05:00
Felipe López 0c55247c0a logo: Add printer-friendly variant. 2015-04-13 10:38:10 -05:00
Felipe López 6998d30425 grub: Added fully black background.
This variant matches the background of the recently added slim 0.x
theme.
2015-03-01 13:46:01 -05:00
Felipe López 62f083163b slim: Add black theme. 2015-03-01 13:15:56 -05:00
Felipe López 61ae7c82e4 grub: Fix drop shadow in logo.
As discussed on the mailing list, the previous shadows removed the
original illusion of twist in the logo. See:

https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00460.html
2015-02-21 09:45:07 -05:00
Felipe López 894d1d72d6 website: Add techie mockup for home view. 2015-02-21 09:20:20 -05:00
Felipe López 8de9fb1e04 website: Add mockup. 2015-02-19 09:16:05 -05:00
Felipe López 3236581341 slim: Update panel with GuixSD branding. 2015-02-12 13:37:03 -05:00