<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git.replicant.us/index.html, branch master</title>
<subtitle>https://git.replicant.us front page
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/'/>
<entry>
<title>Update mirrors links</title>
<updated>2021-09-19T17:57:56+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2021-09-19T17:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=a5923e4e8dc121a21edb92d6c02e1f57523517dc'/>
<id>a5923e4e8dc121a21edb92d6c02e1f57523517dc</id>
<content type='text'>
The AOSP and LineageOS mirrors links work because there are Apache
rules for the redirects. The redirects were made because these
repositories were used in Replicant.

The Freesmartphone.org repositories were added just to prevent some
code of historic importance from being completely lost: msmcomd
was a free software implementation of the Palm Pre modem protocol
and it wasn't uploaded to github when freesmartphone.org migrated
to it to reduce the amount of maintenance needed (the project has
no more contributions for years). So after asking the all the
people I knew who were working on it I finally got a tarball and
uploaded it there. Nowadays it should be back on github thanks to
that.

So because the freesmartphone.org repositories aren't used in the
Replicant source code there was no need to create a redirect rule
for them.

And so without that patch, if we click on the freesmartphone.org
link, we had the following error:
    Not Found

    The requested URL was not found on this server.

So the correct fix is to fix all the links here instead (and also
keep the redirect to enable old Replicant releases to still be
fetched).

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AOSP and LineageOS mirrors links work because there are Apache
rules for the redirects. The redirects were made because these
repositories were used in Replicant.

The Freesmartphone.org repositories were added just to prevent some
code of historic importance from being completely lost: msmcomd
was a free software implementation of the Palm Pre modem protocol
and it wasn't uploaded to github when freesmartphone.org migrated
to it to reduce the amount of maintenance needed (the project has
no more contributions for years). So after asking the all the
people I knew who were working on it I finally got a tarball and
uploaded it there. Nowadays it should be back on github thanks to
that.

So because the freesmartphone.org repositories aren't used in the
Replicant source code there was no need to create a redirect rule
for them.

And so without that patch, if we click on the freesmartphone.org
link, we had the following error:
    Not Found

    The requested URL was not found on this server.

So the correct fix is to fix all the links here instead (and also
keep the redirect to enable old Replicant releases to still be
fetched).

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AGPLv3+ page: Handle more licenses like CC-BY-SA</title>
<updated>2021-06-09T22:52:46+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2021-06-09T22:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=b0ff4f2c4784973e7c44a5b198d71eadb41a36aa'/>
<id>b0ff4f2c4784973e7c44a5b198d71eadb41a36aa</id>
<content type='text'>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add page to comply with the AGPLv3(+)</title>
<updated>2021-06-07T23:22:10+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2021-06-07T23:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=25018da03ea1113d3477a62ad64f9e50b2d13cd5'/>
<id>25018da03ea1113d3477a62ad64f9e50b2d13cd5</id>
<content type='text'>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Index.html: don't break the links when deployed locally</title>
<updated>2021-06-07T22:57:05+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2021-06-07T22:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=e36cd6e954c933e161314d9d2d87d5614f3e00cd'/>
<id>e36cd6e954c933e161314d9d2d87d5614f3e00cd</id>
<content type='text'>
When testing the website locally, like on our development laptops,
we might also want to have links that point to the local files instead
of the ones on replicant.us.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When testing the website locally, like on our development laptops,
we might also want to have links that point to the local files instead
of the ones on replicant.us.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to replicant-next</title>
<updated>2020-08-11T13:05:08+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-08-11T13:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=930e2bff0eb7466a3792b96e27ccadc5ff7ca812'/>
<id>930e2bff0eb7466a3792b96e27ccadc5ff7ca812</id>
<content type='text'>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to the "Repositories for the Replicant infrastructure"</title>
<updated>2020-07-31T00:42:22+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-07-31T00:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=df894af6ea985381954e61eebcd2ad99b7733221'/>
<id>df894af6ea985381954e61eebcd2ad99b7733221</id>
<content type='text'>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>container: separate links elements</title>
<updated>2020-07-31T00:41:26+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-07-31T00:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=f6de9d133cfdfebbe43e4e17b55bcd97b62acf87'/>
<id>f6de9d133cfdfebbe43e4e17b55bcd97b62acf87</id>
<content type='text'>
This makes more clear where an element starts and ends.

In turn this makes the creation of a new element from copy-pasting
and modifying an existing element easier.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes more clear where an element starts and ends.

In turn this makes the creation of a new element from copy-pasting
and modifying an existing element easier.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the floating link to replicant.us website</title>
<updated>2020-01-28T01:35:53+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-01-28T01:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=dbf46010d569d23c742352d35743bea4067f4e11'/>
<id>dbf46010d569d23c742352d35743bea4067f4e11</id>
<content type='text'>
In some display configuration, the website link was floating
on the top of the last mirror link at the bottom of the page.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some display configuration, the website link was floating
on the top of the last mirror link at the bottom of the page.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add freesmartphone.org mirror</title>
<updated>2020-01-28T01:25:33+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-01-28T01:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=00bc428a636585c476e10d998126f6cc36c3b91f'/>
<id>00bc428a636585c476e10d998126f6cc36c3b91f</id>
<content type='text'>
This mirror was added to make sure not to loose the msmcomm
source code.

As it's not a contrib project but a mirror it needs to be
added as a mirror as well.

The msmcomm source code was not online anymore and was lost
during the transition of freesmartphone.org to github.

It implements the modem protocol of the various palm pre
devices.

Like libsamsung-ipc, it was done through reverse
engineering, so it's an important part of computer history.

It's also relevant to Replicant as well as with the source
code can now probably see the design decisions and learn
from the mistakes and findings of the people who worked on
msmcomm.

After contacting some of the people invovled, I got a
tarball from Lukas Märdian with the git history.

While I'm not sure if it's the exact last history, it
probably contains a recent enough version as he was still
working on adding on SMS related features.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mirror was added to make sure not to loose the msmcomm
source code.

As it's not a contrib project but a mirror it needs to be
added as a mirror as well.

The msmcomm source code was not online anymore and was lost
during the transition of freesmartphone.org to github.

It implements the modem protocol of the various palm pre
devices.

Like libsamsung-ipc, it was done through reverse
engineering, so it's an important part of computer history.

It's also relevant to Replicant as well as with the source
code can now probably see the design decisions and learn
from the mistakes and findings of the people who worked on
msmcomm.

After contacting some of the people invovled, I got a
tarball from Lukas Märdian with the git history.

While I'm not sure if it's the exact last history, it
probably contains a recent enough version as he was still
working on adding on SMS related features.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ASOP mirror</title>
<updated>2020-01-28T01:24:47+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2020-01-28T01:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/infrastructure/git.replicant.us/commit/?id=0dc2868c5ab3c461cf76ec8c61a43a3f58fbaacb'/>
<id>0dc2868c5ab3c461cf76ec8c61a43a3f58fbaacb</id>
<content type='text'>
We have an AOSP mirror as well, and without that commit, it's not
very visible.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have an AOSP mirror as well, and without that commit, it's not
very visible.

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
