unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 3dc4cfbcb7344eb3d395e0a0d1284b4b85b4b4b6 9091 bytes (raw)
name: website/www/contribute.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
 
(define-module (www contribute)
  #:export (contribute))

(define contribute
  '(html (@ (lang "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/article.css")))
	       (link (@ (type "image/png")
			(rel "icon")
			(href "/software/guix/static/base/img/favicon.png")))
	       (link (@ (rel "license") (href "Pending...")))
	       (title "Contribute - 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"))
		    (article
		     (h1 "Contribute")
		     (p "The Guix System Distribution is a large
project developed mostly by volunteers from all around the world. You
are welcome to join us in the "
			(a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel"))
			   "development mailing list")
			" or in the "
			(a (@ (href "http://webchat.freenode.net/?channels=%23guix"))
			   "#guix channel")
			" in IRC Freenode. Tell us how would you like
to help, and we will do our best to guide you. ")
		     (div (@ (class "text-center"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "pms"))
				   "Project Management System")
			       (p "We use "
				  (a (@ (href "https://savannah.gnu.org/"))
				     "Savannah")
				  " as the central point for
development, maintenance and distribution of the Guix System
Distribution and GNU Guix.")
			       (p " The source files for all the
components of the project, including software, webiste, documentation,
and artwork, are available in various repositories in Savannah. ")
			       (a (@ (href "https://savannah.gnu.org/projects/guix")
				     (class "hlink-more-dark"))
				  "Get the source"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "art")) "Art")
			       (p "We are always looking for artists
to help us design and improve user interfaces, and create multimedia
material for documentation, presentations, and promotional items. ")
			       (p "The artwork used in the different
components of the project is available in the "
				  (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git"))
				     "guix-artwork")
				  " repository. ")
			       (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
				     (class "hlink-more-dark"))
				  "Contribute"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "documentation"))
				   "Documentation")
			       (p "You can read the "
				  (a (@ (href "/software/guix/help/"))
				     "project documentation")
				  " already available in the system
and in the website, and help us identify any errors or
omissions. Creating new manuals, tutorials, and blog entries will also
help users and developers discover what we do. ")
			       (p "Helping improve the documentation
of the "
				  (a (@ (href "/software/guix/packages/"))
				     "packaged software")
				  " is another way to contribute. ")
			       (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
				     (class "hlink-more-dark"))
				  "Start writing"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "packages")) "Packages")
			       (p "Hundreds of software,
documentation, and assets need to be packaged to make it easier for
users to install their favorite tools with the Guix package manager,
and be productive using the system. ")
			       (p "Information on how to add packages
to the distribution can be found "
				  (a (@ (href "/software/guix/manual/guix.html#Packaging-Guidelines"))
				     "in the manual")
				  ". ")
			       (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
				     (class "hlink-more-dark"))
				  "Send a new package"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "programming")) "Programming")
			       (p "We use "
				  (a (@ (href "/software/guile/"))
				     "GNU Guile")
				  " as the main programming and
extension language for the components of the system. ")
			       (p "You will find it useful to browse
the "
				  (a (@ (href "/software/guile/manual"))
				     "Guile's manual")
				  " or other "
				  (a (@ (href "http://schemers.org/Documents/#intro-texts"))
				     "introductory material about
Scheme")
				  ". Also, make sure to read the "
				  (a (@ (href "http://git.savannah.gnu.org/cgit/guix.git/tree/HACKING"))
				     "HACKING")
				  " files for more details on the
development setup, as well as the coding and cooperation conventions
used in the project. ")
			       (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
				     (class "hlink-more-dark"))
				  "Send a new patch"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "sysadmin"))
				   "System Administration")
			       (p "Our system infrastructure makes it
possible for all the contributors to communicate and collaborate in
the project, and users to be able to download and install
packages. Help us keep the system up and running smoothly. ")
			       (p "You can also "
				  (a (@ (href "/software/guix/donate/"))
				     "donate hardware or hosting")
				  ". ")
			       (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
				     (class "hlink-more-dark"))
				  "Contribute"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "testing"))
				   "Test and Bug Reports")
			       (p "Install the software and send
feedback to the community about your experience. Help the project
reporting bugs.")
			       (p "Before reporting a bug, please
check whether the bug is already "
				  (a (@ (href "http://debbugs.gnu.org/guix"))
				     "in the bug database")
				  ". See "
				  (a (@ (href "http://debbugs.gnu.org/Developer.html"))
				     "the developer information page")
				  " for more information on how to
manipulate bug reports. ")
			       (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix")
				     (class "hlink-more-dark"))
				  "Report a bug"))
			  (div (@ (class "summary-box"))
			       (h2 (@ (id "translation")) "Translation")
			       (p "You can help us translate software
and documentation to your language. The main components of the Guix
System Distribution, including the Guix package manager, can be
translated in the "
				  (a (@ (href "http://translationproject.org/"))
				     "Translation Project")
				  ".")
			       (p "Other "
				  (a (@ (href "/software/guix/packages/"))
				     "software packaged")
				  " for the system may have their own
translation tools. Visit their websites and help translate. ")
			       (a (@ (href "http://translationproject.org/")
				     (class "hlink-more-dark"))
				  "Start translating")))
		     (h2 (@ (id "resources"))
			 "Other resources for contributors")
		     (p "Documents, supporting material of previous
talks, and auxiliary information useful to hackers and maintainers is
available at "
			(a (@ (href "http://git.savannah.gnu.org/cgit/guix/maintenance.git"))
			   "git://git.sv.gnu.org/guix/maintenance.git")
			".")))
	       (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 3dc4cfb ...
found 3dc4cfb 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/contribute.scm b/website/www/contribute.scm
new file mode 100644
index 0000000..3dc4cfb

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

index at:
100644 3dc4cfbcb7344eb3d395e0a0d1284b4b85b4b4b6	website/www/contribute.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).