aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some cgit configuration files used to describe repo groupsDenis 'GNUtoo' Carikli2020-11-203-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to make sure that they are licensed under a free license. Here I only added the files I created. The server currently also contains the following files: - about_aospmirrorgroup.html - about_contribgroup.html - about_lineagemirrorgroup.html - about_replicantgroup.html But I don't know who created them and there is no copyright statement in them. In addition I removed part of about_mirrorsgroup.html which was copied from the other files that were there before. Some extra files were also presents but were not added in this commit either as they don't have a license: - replicant_favicon.ico - replicant_lineage.png - replicant_logo_white.png Beside the FSF staff who isn't involved in that kind of contributions, the only people that can add and/or modify these files are me and Joonas Kylmälä. So I also need to ask Joonas if he has added and/or modified some of the files. Before me and Joonas, the following people could also create and/or modify these files: - Paul Kocialkowski - Wolfgang Wiedmeyer So they might remember if they created them, and in doubt they could still give us the permission to relicense them under the same license than the other files (CC-BY-SA 3.0 Unported). Before having a VM at the FSF, we were hosted on Gitorious, so we didn't have any cgit configuration files. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add a MakefileDenis 'GNUtoo' Carikli2020-11-191-0/+19
| | | | | | | This could simplify deployment later on as having a Makefile makes it easyer to package it in a distribution package. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add link to replicant-nextDenis 'GNUtoo' Carikli2020-08-111-0/+7
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add a README with the deploy commandDenis 'GNUtoo' Carikli2020-08-111-0/+6
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add link to the "Repositories for the Replicant infrastructure"Denis 'GNUtoo' Carikli2020-07-311-0/+7
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* container: separate links elementsDenis 'GNUtoo' Carikli2020-07-311-0/+8
| | | | | | | | | 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 <GNUtoo@cyberdimension.org>
* index.css: don't force .container heightDenis 'GNUtoo' Carikli2020-07-311-2/+0
| | | | | | | | | | | | | | Without that fix, zooming on Firefox based browsers like Parabola's Iceweasel make some element disappear. At maximum zoom level on a Thinkpad X200 with a display resolution of 1280x800, xfce4 and no custom DPI, I can only see the following links: - AOSP mirror - LineageOS mirror - freesmartphone.org mirror Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Remove the floating link to replicant.us websiteDenis 'GNUtoo' Carikli2020-01-281-3/+0
| | | | | | | 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 <GNUtoo@cyberdimension.org>
* Add freesmartphone.org mirrorDenis 'GNUtoo' Carikli2020-01-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <GNUtoo@cyberdimension.org>
* Add ASOP mirrorDenis 'GNUtoo' Carikli2020-01-281-0/+6
| | | | | | | We have an AOSP mirror as well, and without that commit, it's not very visible. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Initial import from the server.Wolfgang Wiedmeyer2020-01-283-0/+442
We got the permission by mail from Wolfgang Wiedmeyer to pick a license for the index.html and index.css he made. Signed-off-by: Wolfgang Wiedmeyer <wolfgang@wiedmeyer.de> GNUtoo: Commit message and signed off, license Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>