A search tool for free software replacements.

BezierQuadratic f8e75fdd1a Updated gitignore to ignore python cache 2 years ago
apps ce183affc9 Remade Free Software checker / Fixed file formats in Blender and Krita 2 years ago
data ce183affc9 Remade Free Software checker / Fixed file formats in Blender and Krita 2 years ago
modules f8e75fdd1a Updated gitignore to ignore python cache 2 years ago
.gitignore f8e75fdd1a Updated gitignore to ignore python cache 2 years ago
LICENSE 9d9e9a8229 Initial commit 2 years ago
README.md db616b854b Contact info 2 years ago
licenses.json 7f5f921fc0 Checks if all licenses are free before marking the software as free 2 years ago
screen_shot_01.png 3a887f0274 Designed a better Readme 2 years ago
server.py 55f375a49f Adder json API by going to /json/nameofsoftware 2 years ago

README.md

Free Competitors

Free Competitors - is a server software to make websites that help users find Free Software replacements to proprietary software. And search Free Software alternatives to other Free Software.

Name

FSF likes the word "Replacement" more then "Alternative" since "Alternative" means that both are equally good. And non-free software is not good. But in my opinion both "Alternative" and "Replacement" tells the user that Non-Free Software is the default option. While I want to shatter this idea a bit by using "Competitor". I think it's the best I can do yet. But perhaps there is a better word. Please tell me if you know one.

License

This software is under the terms of AGPLv3 or any later version. So image GPLv3 or later with one more requirement. You need to publish the source code of the website, if you are serving it. It has a handy button for source if you change nothing. If you change something, please upload your own version to some place and link to your source instead. Please see LICENSE file for more info.

Installation

The software is built on Python. So you will need to have python3 installed. Then you run the software by doing:

python3 server.py

It will prompt you to select a PORT. To which on your end to bind the server. For now it binds it to your localhost. You can edit that part. We are using a standard SimpleHTTPServer python module for it.

How it works

In apps folder there are a bunch of .json files with different data about various software. When the user types in the name of the software, it looks for a closest match of the name. So the user can slightly misspell the name and it will give him the software. Like somebody can type "What's Up" and get "WhatsApp".

Next, based on the other data, like features, file formats and supported networks it finds from the list, software that have some or all of the features. And sorts them based on how similar the feature set is.

The algorithm avoids recommending Non-Free Software. So if you type "WhatsApp" it will recommend you "Element" and other Free Software messengers. But if you write "Element" it will recommend you only Free Software messengers. "WhatsApp" will be excluded. It is done by referencing the "licenses" data-point.

It is quite important to fill as much as possible data about Non-Free Software too. Even though the data will never be shown to the user. Because we want to compare the features and the formats to find Competitors. And later other functions may be added that use such a data.

Help this project!

To help this project you may do one of three things:

  • Host it: Open a website with this server software and make it be available to the public. Please tell us if you do it, we will include you in here.
  • Add software: Add more software into the database. See the files in apps for it. Please study multiple files before making new ones. And please check them by running the server and going to localhost:[port] in your browser. Sometimes you may make syntax errors in the json. It will fail to load the file. If there will be an error like this, it will output the filename and the line where the error occurred into the terminal.
  • Contribute to Server Software: We need things like CSS work, better looks. One requirement: it has to not have any JavaScript what so ever. But as long as it HTML5 and CSS it's fine. Also please look at the algorithms themselves. They may need a bit of work.

Contact info

We hang out on [matrix] in #freecompetitors:matrix.org