Go to file
Peter af42156269 content/apps/io.github.tfuxu.halftone.md: New listing: Halftone 2023-11-18 23:13:36 +01:00
checkers Fix filenames 2023-11-15 19:13:39 +00:00
content content/apps/io.github.tfuxu.halftone.md: New listing: Halftone 2023-11-18 23:13:36 +01:00
static Q3 2023 blog post and improvements to docs 2023-10-08 19:39:16 +02:00
templates templates/status/single.html: Fixing visually outdated Status overview pages 2023-11-06 12:14:49 +01:00
themes Submodule updates, minor CSS fixes 2022-03-29 23:57:11 +02:00
.gitignore Migrate checkers from linmobapps repo 2023-03-16 01:24:48 +01:00
.gitlab-ci.yml Fix filenames 2023-11-15 19:13:39 +00:00
.gitmodules Download apps.csv instead of using submodules 2022-10-21 16:14:15 +02:00
LICENSE Initial commit 2021-06-04 17:07:20 +02:00
README.md README.md: Minor tweaks 2023-10-09 22:24:27 +02:00
config.toml New taxonomies, see #55 2023-10-01 21:22:03 +02:00

README.md

linuxphoneapps.org

What is this?

A Zola-based (with a heavily modified adidoks theme) replacement for LINMOBapps.frama.io - the goal is an app directory for Linux Phones like the PinePhone and Librem 5, which

  • performs well on these phones (linmobapps did not) ☑️,
  • allows for easier contributions for developers and users,
  • provides more information and requires less maintenance.

It's up and runnning at linuxphoneapps.org!

Please join this project and contribute!

FAQ

How to get this running locally to hack on it?

  • Install the latest release of Zola (Linux Distro packaging status)
  • Clone this repo git clone https://github.com/linuxphoneapps/linuxphoneapps.org.git (or fork it first and ssh clone your fork)
  • cd linuxphoneapps.org
  • Install the adidoks theme:
    git submodule init && git submodule update
    
  • After that, running zola serve should get the site up and running!

To get the dependencies for the checkers use:

  pip install checkers/requirements.txt

How does this roughly work?

  • content contains subfolders for the content, e.g. apps, docs or further info on taxonomies
  • templates contains the templates that render that content. For building templates, check out the documentation for Zola and Tera, Zola's templating language.
  • config.toml defines a bunch of base variables for the site,
  • themes is not a working directory, but only the place the adidoks theme gets cloned to.

How to add apps or games?

See Contributing, mainly Submit Apps on GitLab and Listings explained.

App listings live in content/apps/, game listings live in content/games/.

What can I help with?

See the open issues.

Remaining roadmap (see previous revisions of this document for more)

3. Pie in the Sky