Feature #2668
index.html for bootstrap
Status: | Closed | Start date: | 11/27/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | pd0x | % Done: | 0% | |
Category: | - | |||
Target version: | 0.1 - "Kerplapp" | |||
Component: |
Description
- include link to
fdroid.apk
to install it onto a new device - include link to
fdroidrepo://192.168.1.34/repo
to bootstrap the local repo in the new install on the other device
Associated revisions
Generate an index.html to bootstrap the repo.
Implements Feature #2668 : index.html for bootstrap.
When the IP address is set from wifi the KerplappRepo now generates an
index.html in the wwwroot of the repo. If the Kerplapp host has the F-droid
client APK installed it will be symlinked (or copied) into the wwwroot and used
by the bootstrap page for clients to install F-droid. In the event you have just
Kerplapp and not F-droid the link points to the internet accessible F-droid APK.
make index.html template pass the W3C validator: http://validator.w3.org
symlink index.html in repo/ dir, in case the user browses there
Just to make it idiot proof, make the local repo show the index.html all
over the place so that whatever URL the user goes to, they get the
bootstrapping page.
closes #2668
Adding styling to the Kerplapp bootstrap index page.
Further refinement for #2668 A first pass at adding some styling to the Kerplapp
bootstrap index page to make it a little bit easier on the eyes. Thanks to @doeg
for expert design advice.
build a local repo from a list of installed APKs
Wire up the "Setup Repo" button on the Local Repo view to generate an
FDroid repo on the device that is hosted with the local webserver. This
also generates an index.html for when people navigate to the local repo via
a browser. This index.html will allow them to both download FDroid and to
setup the repo on the device running the webserver on the local FDroid.
refs #3204 https://dev.guardianproject.info/issues/3204
refs #2668 https://dev.guardianproject.info/issues/2668
History
#1 Updated by pd0x about 4 years ago
- Status changed from New to Closed
Addressed with Revision 14a80781