<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/README, branch master</title>
<subtitle>GNU transactional package management, distribution, deployment, and more!
</subtitle>
<id>http://git.rostovtsev.org/guix/atom?h=master</id>
<link rel='self' href='http://git.rostovtsev.org/guix/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/'/>
<updated>2025-09-18T06:07:27Z</updated>
<entry>
<title>README: Adjust for Codeberg's org mode parser.</title>
<updated>2025-09-18T06:07:27Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T06:07:27Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=3d0496e48e8d0656928de33399e6e16512f58af2'/>
<id>urn:sha1:3d0496e48e8d0656928de33399e6e16512f58af2</id>
<content type='text'>
Links are opened with a trailing '.', contrary to what happens in Emacs'
org-mode.

Change-Id: I89d5ae956f0759ac80efdbeb5507df9bfc229c6f
</content>
</entry>
<entry>
<title>README: Adjust post Codeberg migration.</title>
<updated>2025-09-18T06:05:53Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T06:03:26Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=ee88eb6a85da02e7811e87a6889b2c4be23ba9a4'/>
<id>urn:sha1:ee88eb6a85da02e7811e87a6889b2c4be23ba9a4</id>
<content type='text'>
* README.org (Contact): Adjust repository URL. Use mailto links for the email
addresses. Adjust for new issues tracker location.

Change-Id: Ib052fd6707784daff4599d2a7a8f7b284325c6c5
</content>
</entry>
<entry>
<title>README: Escape IPA notation.</title>
<updated>2025-08-21T10:38:28Z</updated>
<author>
<name>Noé Lopez</name>
<email>noelopez@free.fr</email>
</author>
<published>2025-07-22T16:01:16Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=68a1a4824373fec6ca961f5bf7e775e7640791eb'/>
<id>urn:sha1:68a1a4824373fec6ca961f5bf7e775e7640791eb</id>
<content type='text'>
The slashes being part of the IPA notation, they are here interpreted as
italic in org format. As suggested in info '(org) Escape Character', a
zero-width space is added to prevent italic format.

* README: Add zero width space to prevent italic formatting.

Change-Id: Iee5f651076ce15aeea3f3b05da761faae4f2c699
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>README: Mention ranges are OK in copyright notices.</title>
<updated>2025-04-22T02:50:26Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2025-03-13T12:42:34Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=7dec6c9efa627905e5b481e3a0f1fa9df29ec69b'/>
<id>urn:sha1:7dec6c9efa627905e5b481e3a0f1fa9df29ec69b</id>
<content type='text'>
Change-Id: I8495c84f9ab462bcc64dae39acca5a8460c4b200
</content>
</entry>
<entry>
<title>The #guix channel is hosted by Libera Chat.</title>
<updated>2021-05-19T23:58:04Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2021-05-19T23:56:14Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=c0087d33705f53cc3619a1a43a33602aaecc3a8b'/>
<id>urn:sha1:c0087d33705f53cc3619a1a43a33602aaecc3a8b</id>
<content type='text'>
* README (Contact): Update network name.
* ROADMAP: Likewise.
* doc/contributing.texi (Contributing): Likewise.
* doc/guix.texi (After System Installation): Likewise.
</content>
</entry>
<entry>
<title>doc: Update README.</title>
<updated>2020-10-23T16:57:20Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2020-10-23T16:46:12Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=b5aaa3a4fb985d21e21e2a67f48b52f13ebd4728'/>
<id>urn:sha1:b5aaa3a4fb985d21e21e2a67f48b52f13ebd4728</id>
<content type='text'>
* README (Installation): Do not mention installing Guix from Git anymore.
(Building from Git): Add section.
</content>
</entry>
<entry>
<title>README: Refer to the manual for building from Git.</title>
<updated>2020-10-23T02:47:54Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2020-10-23T02:43:38Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=503d2bfde08f9bf97bbf430516d2f19faedd4319'/>
<id>urn:sha1:503d2bfde08f9bf97bbf430516d2f19faedd4319</id>
<content type='text'>
* README (Installing Guix from Guix): Remove section.
(Installation): For installing from Git, refer to the "Building from Git"
section of the manual and suggest using './pre-inst-env guix pull' rather than
'make install' for installing Guix.
</content>
</entry>
<entry>
<title>doc: Update README to refer to the manual.</title>
<updated>2020-06-02T16:55:53Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-06-02T12:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=c75a80189fc19f6ff8b4c82d1d1801be6763b6d2'/>
<id>urn:sha1:c75a80189fc19f6ff8b4c82d1d1801be6763b6d2</id>
<content type='text'>
* README (Requirements): Refer to the manual.
(Installation): Update URL of the manual.
</content>
</entry>
<entry>
<title>doc: Mention value /var to localstatedir option.</title>
<updated>2019-11-09T22:04:14Z</updated>
<author>
<name>zimoun</name>
<email>zimon.toutoune@gmail.com</email>
</author>
<published>2019-11-06T18:35:54Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=0758a70cc008171f31c848128deca9803536fe60'/>
<id>urn:sha1:0758a70cc008171f31c848128deca9803536fe60</id>
<content type='text'>
* README (Installing Guix from Guix): Mention value /var to localstatedir option.
* doc/contributing.texi (Building from Git): Likewise.
* doc/guix.texi (Requirements): Likewise.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>doc: Update 'README'.</title>
<updated>2019-09-04T21:41:07Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-09-04T19:18:11Z</published>
<link rel='alternate' type='text/html' href='http://git.rostovtsev.org/guix/commit/?id=f475c6e53e5b6912cc45663d50f1d03dadfb60b8'/>
<id>urn:sha1:f475c6e53e5b6912cc45663d50f1d03dadfb60b8</id>
<content type='text'>
* README: Update intro a bit.
(Installing Guix as non-root): Remove as it's largely outdated.
(Contact): Update.
</content>
</entry>
</feed>
