unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob c283ccddaf75f7534af905dd25329afa8d0e2960 11429 bytes (raw)
name: website/www.scm 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
 
(define-module (www)
  #:export (main-page))

(define main-page
  '(html (@ (lange "en"))
	 (head (meta (@ (charset "utf-8")))
	       (meta (@ (name "author")
			(content "GuixSD Contributors")))
	       (meta (@ (name "description")
			(content
			 "GuixSD is GNU's advanced system
distribution. GNU is an operating system which respects the freedom of
computer users. You are free to run the system for any purpose, study
how it works, improve it, and share it with the whole world.")))
	       (meta (@ (name "keywords")
			(content
			 "GNU, FSF, Free Software Foundation, Linux,
Emacs, GCC, Unix, Free Software, Libre Software, Operating System, GNU
Kernel, GNU Hurd, GUix Package Manager, Guile Scheme, Functional
package management")))
	       (meta (@ (name "viewport")
			(content "width=device-width, initial-scale=1.0")))
	       (link (@ (type "text/css")
			(rel "stylesheet")
			(href "/software/guix/static/base/css/base.css")))
	       (link (@ (type "text/css")
			(rel "stylesheet")
			(href "/software/guix/static/base/css/index.css")))
	       (link (@ (type "image/png")
			(rel "icon")
			(href "/software/guix/static/base/img/favicon.png")))
	       (link (@ (rel "license") (href "Pending...")))
	       (title "Home - GuixSD"))
	 (body (div (@ (class "message-box msg-info"))
		    (span (@ (class "msg-label")) "Note")
		    "The Guix System Distribution (GuixSD) is alpha
software. This means it is not production-ready. It may contain bugs
and lack important features. But more than a disclaimer, this is an
invitation to join us in improving it. See "
		    (a (@ (href "/software/guix/contribute/"))
		       "Contributing")
		    ", for more information. We hope you can soon
switch to GuixSD without fear. ")
	       (div (@ (id "header-box"))
		    (a (@ (id "logo") (href "/software/guix/"))
		       (img (@ (src "/software/guix/static/base/img/GuixSD-logo.png")
			       (alt "GuixSD"))))
		    (ul (@ (id "site-nav"))
			(li (a (@ (href "/software/guix/download/"))
			       "Download"))
			(li (a (@ (href "/software/guix/package-list.html"))
			       "Packages"))
			(li (a (@ (href "/software/guix/help/")) "Help"))
			(li (a (@ (href "/software/guix/contribute/"))
			       "Contribute"))
			(li (a (@ (href "/software/guix/donate/"))
			       "Donate"))
			(li (a (@ (href "/software/guix/about/"))
			       "About"))))
	       (div (@ (id "content-box"))
		    (div (@ (id "featured-box"))
			 (div (@ (class "featured-content"))
			      (h1 (@ (class "featured-heading"))
				  "The Guix System Distribution")
			      (ul (li (b "Liberating.")
				      " GuixSD is an advanced distribution of the "
				      (a (@ (href "https://gnu.org/")
					    (class "hlink-yellow"))
					 "GNU Operating System")
				      " developed by the "
				      (a (@ (href "https://gnu.org/")
					    (class "hlink-yellow"))
					 "GNU Project ")
				      "—which respects the "
				      (a (@ (href "http://www.gnu.org/philosophy/free-sw.html")
					    (class "hlink-yellow"))
					 "freedom of computer users")
				      ". ")
				  (li (b "Dependable.")
				      " The "
				      (a (@ (href "/software/guix/manual/")
					    (class "hlink-yellow"))
					 "GNU Guix")
				      " Package Manager, in addition
to standard package management features, supports transactional
upgrades and roll-backs, unprivileged package management, per-user
profiles, and garbage collection.")
				  (li (b "Hackable.")
				      " It provides "
				      (a (@ (href "https://www.gnu.org/s/guile/")
					    (class "hlink-yellow"))
					 "Guile Scheme")
				      " APIs, including high-level
embedded domain-specific languages (EDSLs), to describe how packages
are built and composed."))
			      (div (@ (class "featured-actions"))
				   (a (@ (href "/software/guix/download/")
					 (class "action download"))
				      "TEST v0.8.2 (alpha)")
				   (a (@ (href "/software/guix/contribute/")
					 (class "action contribute"))
				      "CONTRIBUTE"))))
		    (div (@ (id "discovery-box"))
			 (h2 "Discover GuixSD")
			 (div (@ (class "info-box text-center"))
			      (video (@ (src "http://audio-video.gnu.org/video/misc/2015-01__GNU_Guix__The_Emacs_of_Distros.webm")
					(poster
					 "/software/guix/static/base/img/the-emacs-of-distros.png")
					(controls "controls")
					(class "video-preview")))
			      (p "January 2015, The Emacs of
Distros (48 minutes)")
			      (p (a (@ (href "/software/guix/help/#talks")
				       (class "hlink-more-light"))
				    "Check all talks")))
			 (div (@ (class "info-box text-left"))
			      (p (a (@ (href "/software/guix/manual/")
				       (class "hlink-yellow"))
				    "GNU Guix Documentation")
				 (br)
				 "You may also find more information
about GNU Guix by running info guix.")
			      (p (a (@ (href "http://arxiv.org/abs/1305.4584")
				       (class "hlink-yellow"))
				    " Functional Package Management with Guix")
				 (br)
				 "A paper presented at the 2013
European Lisp Symposium (ELS), describes the rationale, design, and
implementation of Guix's packaging API. ")
			      (p (a (@ (href "http://www.gnu.org/manual/")
				       (class "hlink-yellow"))
				    "GNU Manuals Online")
				 (br)
				 "Primary documentation for official
GNU packages.")
			      (p (a (@ (href "/software/guix/help/")
				       (class "hlink-more-light"))
				    "Find more documentation")))
			 (img (@ (src "/software/guix/static/base/img/h-separator-darker.png")
				 (class "h-separator")
				 (alt "")))
			 (div (@ (id "screens-box"))
			      (a (@ (href "/software/guix/screenshots/0.8.2/grub-menu.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/grub-menu-thumb.png")
					 (class "screenshot-thumb")
					 (alt "GRUB menu"))))
			      (a (@ (href "/software/guix/screenshots/0.8.2/slim.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/slim-thumb.png")
					 (class "screenshot-thumb")
					 (alt "Slim login manager"))))
			      (a (@ (href "/software/guix/screenshots/0.8.2/windowmaker+icecat+inkscape.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/windowmaker+icecat+inkscape-thumb.png")
					 (class "screenshot-thumb")
					 (alt "Windowmaker, Icecat, and Inkscape"))))
			      (a (@ (href "/software/guix/screenshots/0.8.2/user-interfaces.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/user-interfaces-thumb.png")
					 (class "screenshot-thumb")
					 (alt "mplayer and xterm"))))
			      (a (@ (href "/software/guix/screenshots/0.8.2/emacs-ui-packages.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/emacs-ui-packages-thumb.png")
					 (class "screenshot-thumb")
					 (alt "Emacs user interface to the package manager."))))
			      (a (@ (href "/software/guix/screenshots/0.8.2/emacs-ui-generations.png"))
				 (img (@ (src "/software/guix/static/base/img/screenshots/emacs-ui-generations-thumb.png")
					 (class "screenshot-thumb")
					 (alt "Emacs user interface generations.")))))
			 (p (a (@ (href "/software/guix/contribute/")
				  (class "hlink-yellow-boxed"))
			       "Help us package more software →")))
		    (div (@ (id "news-box"))
			 (h2 "News")
			 (a (@ (href "http://www.fsf.org/news/fsf-adds-guix-system-distribution-to-list-of-endorsed-distributions")
			       (class "news-entry"))
			    (h4 "FSF adds Guix System Distribution to
list of endorsed distributions")
			    (p (@ (class "news-date")) "February 3, 2015")
			    (p (@ (class "news-summary"))
			       "The Guix System Distribution is a new
and growing distro that currently ships with just over 1000 packages,
already including almost all of the programs available from the GNU
Project..."))
			 (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8193")
			       (class "news-entry"))
			    (h4 "GNU Guix 0.8.1 Released")
			    (p (@ (class "news-date")) "January 29, 2015")
			    (p (@ (class "news-summary"))
			       "We are pleased to announce the next
alpha release of GNU Guix, version 0.8.1. The release comes both with
a source tarball, which allows you to install it on top of a running
GNU/Linux system, and a USB installation image to install the
standalone Guix System..."))
			 (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8191")
			       (class "news-entry"))
			    (h4 "GNU Guix at FOSDEM")
			    (p (@ (class "news-date")) "January 27, 2015")
			    (p (@ (class "news-summary"))
			       "Guix will be present at FOSDEM in
Brussels, Belgium, with a talk entitled \"The Emacs of Distros\" this
Saturday, at 3PM, in room H.1302. The talk will give an update on
developments in Guix and the Guix System Distribution since last
year..."))
			 (p (a (@ (href "https://savannah.gnu.org/news/?group=guix")
				  (class "hlink-more-dark"))
			       "More news")))
		    (div (@ (id "contact-box"))
			 (h2 "Contact")
			 (div (@ (class "info-box text-justify"))
			      (h3 "IRC Channel")
			      (p "Some Guix users and developers hang
out on the #guix channel of the Freenode IRC network. "
				 (small "(See "
					(a (@ (href "https://gnunet.org/bot/log/guix/"))
					   "channel logs")
					")")
				 ".")
			      (p (@ (class "text-right"))
				 (a (@ (href "http://webchat.freenode.net/?channels=%23guix")
				       (class "button btn-blue"))
				    "Connect"))
			      (h3 "Report Bugs")
			      (p "Use the bugs mailing list to report
bugs. Please check whether the bug is already in the "
				 (a (@ (href "http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix"))
				    "bug database")
				 ".")
			      (p (@ (class "text-right"))
				 (a (@ (href "mailto:bug-guix@gnu.org")
				       (class "button btn-red"))
				    "Report")))
			 (div (@ (class "info-box text-left"))
			      (h3 "Mailing Lists")
			      (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel"))
				    (b "guix-devel"))
				 (small " ("
					(a (@ (href "https://lists.gnu.org/archive/html/guix-devel"))
					   "archive")
					")")
				 (br)
				 "Discussion about the development of
GNU Guix and the Guix System Distribution (GuixSD).")
			      (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix"))
				    (b "bug-guix"))
				 (small " ("
					(a (@ (href "https://lists.gnu.org/archive/html/bug-guix"))
					   "archive")
					")")
				 (br)
				 "Bug reports for GNU Guix and the
Guix System Distribution.")
			      (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/gnu-system-discuss"))
				    (b "gnu-system-discuss"))
				 (small " ( "
					(a (@ (href "http://lists.gnu.org/archive/html/gnu-system-discuss/"))
					   "archive")
					")")
				 (br)
				 "Discussion about the development of
the broader GNU system.")
			      (p (a (@ (href "https://lists.nongnu.org/mailman/listinfo/gnu-linux-libre"))
				    (b "gnu-linux-libre"))
				 (small " ("
					(a (@ (href "http://lists.nongnu.org/archive/html/gnu-linux-libre/"))
					   "archive")
					")")
				 (br)
				 "Workgroup for fully free GNU/Linux
distributions.")
			      (p (a (@ (href "https://savannah.gnu.org/mail/?group=guix")
				       (class "hlink-more-dark"))
				    "Find all the available
lists")))))
	       (div (@ (id "footer-box"))
		    "copyleft 2015 GuixSD"
		    (a (@ (href "/software/guix/contribute/")
			  (class "hlink-yellow"))
		       " Contributors")
		    ". Made with "
		    (span (@ (class "metta")) "♥")
		    " by humans."))))

debug log:

solving c283ccd ...
found c283ccd in https://yhetil.org/guix-devel/87h9rp2snk.fsf@openmailbox.org/

applying [1/1] https://yhetil.org/guix-devel/87h9rp2snk.fsf@openmailbox.org/
diff --git a/website/www.scm b/website/www.scm
new file mode 100644
index 0000000..c283ccd

Checking patch website/www.scm...
Applied patch website/www.scm cleanly.

index at:
100644 c283ccddaf75f7534af905dd25329afa8d0e2960	website/www.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).