Difference between revisions of "GNU30/F-Droid"

From LibrePlanet
Jump to: navigation, search
(Created page with "Category:GNU 30")
 
 
Line 1: Line 1:
 +
''Adapted in part from https://f-droid.org/wiki/page/Main_Page''
 +
 +
'''IRC INFO: #fdroid on Freenode'''
 +
 +
F-Droid is a catalog of free software applications for Android devices, including phones and tablets. At this hackathon, we will be working on adding programs to the F-Droi.org repositories.
 +
 +
==Installing F-Droid==
 +
F-Droid can be downloaded from https://f-droid.org/FDroid.apk. Make sure your device is set up to allow installation of third party applications by visiting the Security section of your device settings and checking "Unknown sources."
 +
 +
==Finding apps on Google Play==
 +
Google Play distributes many free software applications and has many applications that could be included in F-Droid, but it does not to allow users to filter by license type. Visit https://play.google.com and search for keywords like "source code" or "GPL" to find free software apps.
 +
==Adding apps==
 +
First, make sure an application meets F-Droid's [https://f-droid.org/wiki/page/Inclusion_Policy Inclusion Policy]. After verifying that the application is free software, and checking that it's not already in the [https://f-droid.org/search/ f-droid.org repositories], prepare the application's metadata. Advanced users can [https://f-droid.org/forums/topic/adding-apps-with-git/ add apps with Git], but beginners can use the [https://f-droid.org/forums/forum/submission-queue/ submission queue] to nominate apps for inclusion.
 +
 +
==Submission queue metadata template==
 +
Short description of application
 +
 +
Code license:
 +
 +
Website:
 +
 +
Issues/bug tracker:
 +
 +
Source code:
 +
 +
Donation link:
 +
 +
Does this application depend on any nonfree software? Yes/No
 +
 +
 +
Visit the [https://f-droid.org/manual/ F-Droid] manual for further technical information.
 
[[Category:GNU 30]]
 
[[Category:GNU 30]]

Latest revision as of 23:24, 28 September 2013

Adapted in part from https://f-droid.org/wiki/page/Main_Page

IRC INFO: #fdroid on Freenode

F-Droid is a catalog of free software applications for Android devices, including phones and tablets. At this hackathon, we will be working on adding programs to the F-Droi.org repositories.

Installing F-Droid

F-Droid can be downloaded from https://f-droid.org/FDroid.apk. Make sure your device is set up to allow installation of third party applications by visiting the Security section of your device settings and checking "Unknown sources."

Finding apps on Google Play

Google Play distributes many free software applications and has many applications that could be included in F-Droid, but it does not to allow users to filter by license type. Visit https://play.google.com and search for keywords like "source code" or "GPL" to find free software apps.

Adding apps

First, make sure an application meets F-Droid's Inclusion Policy. After verifying that the application is free software, and checking that it's not already in the f-droid.org repositories, prepare the application's metadata. Advanced users can add apps with Git, but beginners can use the submission queue to nominate apps for inclusion.

Submission queue metadata template

Short description of application

Code license:

Website:

Issues/bug tracker:

Source code:

Donation link:

Does this application depend on any nonfree software? Yes/No


Visit the F-Droid manual for further technical information.