aviwad / oldLibrehunt

Older Librehunt, on Python (server side)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibreHunt (notice, deprecated, use the newer JS client side version)

My MYP personal project, a website to aid you on your libre/distro hunt!

Use

Available on https://www.librehunt.org

Features

A website aimed at all (potential) Linux users! Helps everyone choose a Distro. It's also perfect to explain and convince anyone to choose Linux! Underneath the hood, it uses...

  • SQLite3 for the database of distros and their properties (46 distros currently!)
  • Flask for the server
  • Python for the backend logic / language
  • Bootstrap, with some of my customizations (such as purple and fluid buttons)
  • Twitter's Twemojis for the neat icons and emoji font

Install

To work on this / clone this / use this, install Flask (a pip install away)

Similar Projects

It is quite similar to DistroChooser (https://www.distrochooser.de/en)

License

GPL 3

This file is part of LibreHunt.

LibreHunt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

LibreHunt is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with LibreHunt. If not, see https://www.gnu.org/licenses/.

Copyright 2018, Avi Wadhwa

About

Older Librehunt, on Python (server side)

License:GNU General Public License v3.0


Languages

Language:HTML 84.5%Language:Python 8.1%Language:CSS 7.4%