Difference between revisions of "Periodic Distro Status Review"

From LibrePlanet
Jump to: navigation, search
(July 2017 Distro Review initial page)
 
(removed gnewsense notes)
 
(9 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
website is still available at https://www.dyne.org/software/dynebolic/
 
website is still available at https://www.dyne.org/software/dynebolic/
  
2017-07-06 - sent email to info@dyne.org asking about this
+
* 2017-07-06 - sent email to info@dyne.org asking about this
 +
* 2017-07-18 - jaormil updated the DNS to redirect properly
  
  
Line 20: Line 21:
 
the latest version of ututo is based on ubuntu rather than gentoo as with previous versions
 
the latest version of ututo is based on ubuntu rather than gentoo as with previous versions
  
2017-07-06 - sent email via website asking what they would prefer the listing to read
+
* 2017-07-06 - sent email via website asking what they would prefer the listing to read
 
+
* 2017-07-07 - Diego Saravia answered they are not convinced to stay based on ubuntu for the next version so it would be best if it read like this:
Diego Saravia said they are not convinced to stay based on ubuntu for the next version so it would be best if it read like this:
 
  
 
   Ututo-S is a GNU/Linux 100% free distribution.  It was the first fully free GNU/Linux system recognized by the GNU Project.
 
   Ututo-S is a GNU/Linux 100% free distribution.  It was the first fully free GNU/Linux system recognized by the GNU Project.
Line 33: Line 33:
 
NOTE: these are (were?) actually hosted on the FSF FTP server ftp://blag.fsf.org/140000/en/iso/
 
NOTE: these are (were?) actually hosted on the FSF FTP server ftp://blag.fsf.org/140000/en/iso/
  
2017-07-07 - posted to their mailing list asking about this https://lists.aktivix.org/pipermail/blag-whereto/2017-July/002749.html
+
* 2017-07-07 - posted to their mailing list asking about this https://lists.aktivix.org/pipermail/blag-whereto/2017-July/002749.html
 +
 
 +
 
 +
==== ProteanOS ====
  
 +
the users in the proteanos-dev IRC channel say that the developer has not been heard from in quite some time and they have reached the consensus that the project is essentially abandoned
 +
 +
* 2017-08-03 - posted to the mailing list http://lists.proteanos.com/proteanos-dev/2017/08/
  
 
=== LibreJS/javascript issues ===
 
=== LibreJS/javascript issues ===
Line 43: Line 49:
  
 
==== Parabola ====
 
==== Parabola ====
 +
 +
these seem to be limited to the wiiki site
 +
 +
reported on mailing list https://lists.parabola.nu/pipermail/dev/2017-July/005703.html
 +
 +
There's [https://labs.parabola.nu/issues/1405 an issue] that was found thanks to the mailing list thread mentioned above. The issue referenced is also mentioned in the mailing list topic.
  
 
==== Dragora ====
 
==== Dragora ====
  
==== Gnewsense ====
+
</pre>
 +
 
 +
[[User:Adfeno|Adfeno]] couldn't find the repository where they keep their website source files. However, [[User:Adfeno|Adfeno]] decided to check if MoinMoin itself presented the issues.
 +
 
 +
From the webpage source, it seems that they are using a mix of MoinMoin version 1.9.3 and 1.9.4 (assumed so because of <code>moin_static193</code> and <code>moin_static194</code> directories).
 +
 
 +
The <code>http://www.gnewsense.org/moin_static193//common/js/common.js</code> file couldn't be found in gNewSense website. Only the 1.9.4 counterpart could.
 +
 
 +
[[User:Adfeno|Adfeno]] took [http://hg.moinmo.in/moin/1.9/archive/b853ed5b9965.tar.bz2 the source files] of [http://hg.moinmo.in/moin/1.9/rev/b853ed5b9965 MoinMoin 1.9.3] and concluded that all the issues raised by GNU LibreJS are caused by MoinMoin itself, namely the file at <code>MoinMoin/theme/__init__.py</code>.
 +
 
 +
One must note however that the only page tested so far was the download page of the gNewSense website.
 +
 
 +
 
  
==== Ututo ====
+
[[Category:FreedSoftware]]

Latest revision as of 16:54, 1 August 2022

July 2017 Distro Review

Maintenance Issues

the following Libre Distros have some issues that need resolving:


dynebolic

broken website link http://www.dynebolic.org/

website is still available at https://www.dyne.org/software/dynebolic/

  • 2017-07-06 - sent email to info@dyne.org asking about this
  • 2017-07-18 - jaormil updated the DNS to redirect properly


ututo

the latest version of ututo is based on ubuntu rather than gentoo as with previous versions

  • 2017-07-06 - sent email via website asking what they would prefer the listing to read
  • 2017-07-07 - Diego Saravia answered they are not convinced to stay based on ubuntu for the next version so it would be best if it read like this:
 Ututo-S is a GNU/Linux 100% free distribution.  It was the first fully free GNU/Linux system recognized by the GNU Project.


blag

the download links for both 32-bit and 64-bit ISOs are not resonding

NOTE: these are (were?) actually hosted on the FSF FTP server ftp://blag.fsf.org/140000/en/iso/


ProteanOS

the users in the proteanos-dev IRC channel say that the developer has not been heard from in quite some time and they have reached the consensus that the project is essentially abandoned

LibreJS/javascript issues

the following Libre Distros have some pages on their websites where LibreJS complains:

Musix

Parabola

these seem to be limited to the wiiki site

reported on mailing list https://lists.parabola.nu/pipermail/dev/2017-July/005703.html

There's an issue that was found thanks to the mailing list thread mentioned above. The issue referenced is also mentioned in the mailing list topic.

Dragora

Adfeno couldn't find the repository where they keep their website source files. However, Adfeno decided to check if MoinMoin itself presented the issues.

From the webpage source, it seems that they are using a mix of MoinMoin version 1.9.3 and 1.9.4 (assumed so because of moin_static193 and moin_static194 directories).

The http://www.gnewsense.org/moin_static193//common/js/common.js file couldn't be found in gNewSense website. Only the 1.9.4 counterpart could.

Adfeno took the source files of MoinMoin 1.9.3 and concluded that all the issues raised by GNU LibreJS are caused by MoinMoin itself, namely the file at MoinMoin/theme/__init__.py.

One must note however that the only page tested so far was the download page of the gNewSense website.