Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartwork/wnpp.debian.net
:earth_africa: Code powering website "Debian Packages that Need Lovin'" created in 2009
https://github.com/hartwork/wnpp.debian.net
debian django django-application django-project django4 docker docker-compose mysql python python3 rss-generator soap website
Last synced: about 1 month ago
JSON representation
:earth_africa: Code powering website "Debian Packages that Need Lovin'" created in 2009
- Host: GitHub
- URL: https://github.com/hartwork/wnpp.debian.net
- Owner: hartwork
- License: agpl-3.0
- Created: 2015-02-16T02:20:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T18:49:52.000Z (about 1 month ago)
- Last Synced: 2024-09-28T16:23:43.436Z (about 1 month ago)
- Topics: debian, django, django-application, django-project, django4, docker, docker-compose, mysql, python, python3, rss-generator, soap, website
- Language: Python
- Homepage: https://wnpp.debian.net/
- Size: 3.01 MB
- Stars: 50
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Build and test using Docker](https://github.com/hartwork/wnpp.debian.net/actions/workflows/build_and_test_using_docker.yml/badge.svg)](https://github.com/hartwork/wnpp.debian.net/actions/workflows/build_and_test_using_docker.yml)# About `wnpp.debian.net`
The [`wnpp.debian.net`](https://wnpp.debian.net/) project started out
in 2009
with spaghetti PHP 5 code and MySQL
and the goal of providing a better user experience
than already existing WNPP pages
[[1]](https://www.debian.org/devel/wnpp/being_packaged)
and
[[2]](https://www.debian.org/devel/wnpp/requested)
combined. Judging from an e-mail from 2008, I originally intended
to better show which Debian packages…- are potentially easy to package, therefore suitable
for motivated Debian rookies,
- are really wanted,
- are important though harder to package, or
- are catching dust already.Some of that I achieved with this project.
By 2021 it became clear,
that keeping old PHP and a deprecated MySQL adapter around
would need a soon replacement to not catch fire…
so I re-wrote the entire project in Django and Python 3
and replaced MySQL by PostgreSQL.
The Django database model is a direct port of the original MySQL table schema
(and hence is not ideal)
and the user interface is the same
so it still looks like the 90s.
At least the tech stack no longer is a zombie,
has enough test coverage to
allow blind updates of third party dependencies with low risk, and
has a good chance to survive for a few more years.The code is licensed under the `GNU Affero GPL v3 or later` license.
If you like the `wnpp.debian.net` project, please support the project
by starring its [GitHub repository](https://github.com/hartwork/wnpp.debian.net).
Thank you!