Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik to become official GNU package #5276

Closed
6 of 9 tasks
mattab opened this issue Jun 2, 2014 · 12 comments
Closed
6 of 9 tasks

Piwik to become official GNU package #5276

mattab opened this issue Jun 2, 2014 · 12 comments
Assignees
Labels
c: Privacy For issues that impact or improve the privacy. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@mattab
Copy link
Member

mattab commented Jun 2, 2014

Piwik was asked by Richard Stallman and FSF, whether we would like to make Piwik a GNU package:


[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Would you like to make Piwik a GNU package?

See below comments for more info.

Steps

General changes to Piwik:

Improve Privacy in Piwik
issues suggested by FSF Richard Stallman that we think would help improve Privacy by default in Piwik:

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

Here's the explanation of what it means for a program to be a GNU
package, which also explains the responsibilities of a GNU package
maintainer.

#####============================================================
Making a program GNU software means that its developers and the GNU
project agree that "This program is part of the GNU project, released
under the aegis of GNU"--and say so in the program.

This means that we normally put the program on ftp.gnu.org (although
we can instead refer to your choice of ftp site, as long as it allows
connections from anyone anywhere).

This means that the official site for the program should be on
www.gnu.org, specifically in /software/PROGRAMNAME. Whenever you give
out the URL for the package home page, you would give this address.
It is ok to use another site for secondary topics, such as pages meant
for people helping develop the package, and for running data bases.
(We can make an exception and put the web pages somewhere else if
there is a really pressing reason.)

It means that the developers agree to pay attention to making the
program work well with the rest of the GNU system--and conversely that
the GNU project will encourage other GNU maintainers to pay attention
to making their programs fit in well with it.

Just what it means to make programs work well together is mainly a
practical matter that depends on what the program does. But there are
a few general principles. Certain parts of the GNU coding standards
directly affect the consistency of the whole system. These include
the standards for configuring and building a program, and the
standards for command-line options. It is important to make all GNU
programs follow these standards, where they are applicable.

Another important GNU standard is that GNU programs should come with
documentation in Texinfo format. That is the GNU standard
documentation format, and it can be converted automatically into
various other formats. You can use DocBook format or another suitable
format for the documentation sources, as long as converting it
automatically into Texinfo gives good results.

If a GNU program wants to be extensible, it should use GUILE
(http://www.gnu.org/software/guile/guile.html) as the programming
language for extensibility--that is the GNU standard extensibility
package. For some programs there's a reason to do things differently,
but please use GUILE if that is feasible.

A GNU program should use the latest version of the license that the
GNU Project recommends--not just any free software license. For most
packages, this means using the GNU GPL.

A GNU program should not recommend use of any non-free program, and it
should not refer the user to any non-free documentation for free
software. The campaign for free documentation to go with free
software is a major focus of the GNU project (see
http://www.gnu.org/philosophy/free-doc.html); to show that we are
serious about it, we must not undermine our position by recommending
documentation that isn't free.

Occasionally there are issues of terminology which are important for
the success of the GNU project as a whole. So we expect maintainers
of GNU programs to follow them. For example, the documentation files
and comments in the program should speak of GNU/Linux systems, rather
than calling the whole system "Linux", and should use the term "free
software" rather than "open source". Since a GNU program is released
under the auspices of GNU, it should not say anything that contradicts
the GNU Project's views.

For a program to be GNU software does not require transferring
copyright to the FSF; that is a separate question. If you transfer
the copyright to the FSF, the FSF will enforce the GPL for the program
if someone violates it; if you keep the copyright, enforcement will be
up to you.

As the GNU maintainer of the package, please make sure to stay in
touch with the GNU Project. If we come across a problem relating to
the package, we need to tell you about it, and to discuss with you how
to solve it. Sometimes we will need to ask you to work with other
maintainers to solve a problem that involves using multiple packages
together. This probably will happen less than once a year, but please
make sure we can contact you in case it does happen.

For details on all policies and recommendations for GNU packages,
please see the GNU maintainers information, at
http://www.gnu.org/prep/maintain/, and GNU coding standards, at
http://www.gnu.org/prep/standards/.

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

In a8fbaf8

Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

Evaluators found these superficial problems. Could you fix them?

  • The phrase "Open source" is used repeatedly: "Piwik - Open source web
    analytics" is used in all the file headers.
    • Would you please change that to "free/libre web analytics"?
  • In few places on the website, Piwik talks about "open source". It would be better not to use that term anywhere at all. Instead use free/libre
  • Similarly, "Linux" is used in several places unambiguously to refer to
    the operating system (i.e. in a variable called "desktopOSArray"
    alongside "Windows", "Mac", et al. (file:
    device-detector/DeviceDetector.php)
    • Please use "GNU/Linux" when you're talking about our system.
  • The author did a great job of clearly outlining the licenses of the
    many 3rd-party dependencies. However, many licenses are referred to
    as the "MIT license". I don't have time to check every single one
    individually but I assume it's probably referring to the Expat
    license. This should be clarified.
    • Indeed it should be.
  • There are some libs dual-licensed
    with the "MIT" and the GPLv2, which I guess is ok with the GPLv3+ of
    the main Piwik source, but I figured that I'd point it out anyway.
    • What's happening with these libraries?
  • Piwik contains Javascript code which doesn't display its licenses for LibreJS: Make Piwik LibreJS compatible LibreJS compatibility for piwik.js: free/libre license notice #3770

Created an issue on the Device detector library: matomo-org/device-detector#14 so that we write GNU/Linux instead of Linux.

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

In ef3f037: Piwik is a free/libre analytics platform. Refs #5276

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

In fc3eeee: MIT licenses -> MIT (Expat) Refs #5276

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

In 6656833: Adding LibreJS license information in piwik.js Fixes #3770 #5276
https://www.gnu.org/software/librejs/free-your-javascript.html#magnet-link-license

@mattab
Copy link
Member Author

mattab commented Jun 10, 2014

Linux was changed to GNU/Linux in: matomo-org/device-detector@a1001f8

@mattab
Copy link
Member Author

mattab commented Jun 18, 2014

Another suggestion

#5052 During installation of Piwik, ask users to enable IP anonymisation for advanced Privacy

For general privacy discussion see #6160

@mattab
Copy link
Member Author

mattab commented May 24, 2018

This won't happen

@mattab mattab closed this as completed May 24, 2018
@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label May 24, 2018
@mackuba
Copy link

mackuba commented Jan 25, 2019

Hey,

if you gave up on this idea, could you consider reverting matomo-org/device-detector#14? I'd wager that a vast majority of people who use Matomo don't use the term "GNU/Linux" personally and might even be confused by it...

@Findus23
Copy link
Member

@mackuba Personally I have to disagree. Device Detector doesn't detect the kernel itself, but the userspace around GNU and all other software installed. And for people who get confused by this detail there is a icon next to it that shows them that this is the "Linux" they know.
grafik

But this isn't really a strong opinion (after all the user agent just says Linux x86_64) and the last thing I want is this to end up as a huge fight.

@sgiehl
Copy link
Member

sgiehl commented Jan 25, 2019

I don't have a opinion on that at all. But it seem to be an ongoing discussion which name is "better". It even has it's own wikipedia page: https://en.wikipedia.org/wiki/GNU/Linux_naming_controversy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Privacy For issues that impact or improve the privacy. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

4 participants