{"id":18511732,"url":"https://github.com/f-droid/fdroid-website","last_synced_at":"2025-04-07T05:09:35.739Z","repository":{"id":45085854,"uuid":"205030336","full_name":"f-droid/fdroid-website","owner":"f-droid","description":"mirror of https://gitlab.com/fdroid/fdroid-website","archived":false,"fork":false,"pushed_at":"2025-03-27T13:55:46.000Z","size":364082,"stargazers_count":52,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T04:05:29.425Z","etag":null,"topics":["fdroid","jekyll","website"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-droid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"liberapay":"F-Droid-Data","open_collective":"F-Droid","github":["f-droid"],"custom":["https://f-droid.org/donate/","https://www.hellotux.com/f-droid"]}},"created_at":"2019-08-28T21:56:24.000Z","updated_at":"2025-03-27T12:25:06.000Z","dependencies_parsed_at":"2023-02-17T21:46:02.437Z","dependency_job_id":"3164d42d-2bf2-4aed-9ff0-d9cbd73384e0","html_url":"https://github.com/f-droid/fdroid-website","commit_stats":{"total_commits":4233,"total_committers":478,"mean_commits":8.855648535564853,"dds":0.7313961729270022,"last_synced_commit":"aa63f5d54087633745c8dc74525cf13d1f7aa585"},"previous_names":[],"tags_count":294,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Ffdroid-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Ffdroid-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Ffdroid-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Ffdroid-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-droid","download_url":"https://codeload.github.com/f-droid/fdroid-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595334,"owners_count":20963943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fdroid","jekyll","website"],"created_at":"2024-11-06T15:29:35.259Z","updated_at":"2025-04-07T05:09:35.724Z","avatar_url":"https://github.com/f-droid.png","language":"HTML","funding_links":["https://liberapay.com/F-Droid-Data","https://opencollective.com/F-Droid","https://github.com/sponsors/f-droid","https://f-droid.org/donate/","https://www.hellotux.com/f-droid"],"categories":[],"sub_categories":[],"readme":"# The F-Droid Website\n\nThis is the repository for the website at \u003chttps://f-droid.org\u003e.  It\nis based on Jekyll and you can find the development version\n[here](https://fdroid.gitlab.io/fdroid-website/).\n\n## Building\n\n### Using Debian/buster\n\nFirst, make sure [_buster-backports_ is enabled](https://backports.debian.org/Instructions/).  \n\n```\nsudo apt-get install -t buster-backports \\\n  gettext linkchecker po4a python3 python3-babel rsync rubocop ruby-bundler \\\n  ruby-git ruby-jekyll-include-cache ruby-jekyll-redirect-from ruby-json \\\n  ruby-loofah ruby-rchardet ruby-rouge ruby-rspec ruby-zip unzip\nbundle install --local\njekyll build\n```\n\nIf you experience an error during the build process, try also:\n\n```\nbundle update\n```\n\nLook at the [_.gitlab-ci.yml_](https://gitlab.com/fdroid/fdroid-website/blob/master/.gitlab-ci.yml)\nfor more examples of custom setups, like building only a subset of the languages.\n\n\n### Using Ruby Gems\n\nYou need to have Jekyll 3.2+ installed what is easily done with Gem which depends on Ruby 2.0+.\nBecause of the F-Droid plugin you need to have zlib installed.\n\n```bash\nsudo apt-get install build-essential git ruby-full zlib1g-dev\nsudo gem install bundler\nbundle install\n```\n\nTo build the website, run:\n\n```\nbundle exec jekyll build\n```\n\nIf you want to build the website and\nserve it with a local server at [localhost:4000](http://localhost:4000),\nuse:\n\n```\nbundle exec jekyll serve\n```\n\n\n### Using a Vagrant VM\n\n[Vagrant](https://www.vagrantup.com/) makes it easy to setup and\ndestroy VMs.  That is handy for making a clean and predictable build\nenvironment, regardless of the base system.  If used with VirtualBox,\nthen the current directory will be shared into the VM, so you can edit\nlocally, and have `jekyll serve` running in the VM.\n\n```console\n$ vagrant up\n$ vagrant ssh\nvagrant@buster:~$ cd /vagrant\nvagrant@buster:/vagrant$ bundle install --local\nvagrant@buster:/vagrant$ jekyll serve --host 0.0.0.0\n```\n\nThen connect to http://localhost:4000 to see the generated site.\n\n\n## Local development\n\n* Clone [F-Droid's Jekyll plugin](https://gitlab.com/fdroid/jekyll-fdroid)\n* Configure bundle to use it: `bundle config --local local.jekyll-fdroid ../jekyll-fdroid`\n* Follow the steps above\n\nIf you want to use the official Git repository again,\nrun `bundle config --delete local.jekyll-fdroid`.\n\nAlternatively you may also set the `jekyll-fdroid` dependeny line in Gemfile to\nyour local clone, e.g.: `gem 'jekyll-fdroid', :path =\u003e './jekyll-fdroid'`\n\n### Some config changes\n\nTo avoid building 4000+ packages you can change the F-Droid repo configuration for a smaller one:\n\n```\n  fdroid-repo: https://guardianproject.info/fdroid/repo\n```\n\n## License\n\nThis program is Free Software:\nYou can use, study share and improve it at your will.\nSpecifically you can redistribute and/or modify it under the terms of the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl.html)\nas published by the Free Software Foundation,\neither version 3 of the License,\nor (at your option) any later version.\n\n\n## Translation\n\nEverything on this website can be translated.  See\n[Translation and Localization](https://f-droid.org/docs/Translation_and_Localization)\nfor more info.  The [staging site](https://staging.f-droid.org)\nincludes all translations, whether they are complete or not.\n\n\n### chrome strings\n\n[![chrome translation status](https://hosted.weblate.org/widgets/f-droid/-/website/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n\n### pages\n\n[![pages translation status](https://hosted.weblate.org/widgets/f-droid/-/website-pages/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n\n### tutorials\n\n[![tutorials translation status](https://hosted.weblate.org/widgets/f-droid/-/website-tutorials/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n\n### documentation\n\n[![docs translation status](https://hosted.weblate.org/widgets/f-droid/-/website-docs/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n\n### blog posts\n\n[![posts translation status](https://hosted.weblate.org/widgets/f-droid/-/website-posts/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Ffdroid-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-droid%2Ffdroid-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Ffdroid-website/lists"}