https://github.com/hellocodelinux/slackdb
SlackDB is a simple web application for searching and exploring SlackBuilds from the SlackBuilds.org repository for Slackware Linux.
https://github.com/hellocodelinux/slackdb
slackware
Last synced: 12 months ago
JSON representation
SlackDB is a simple web application for searching and exploring SlackBuilds from the SlackBuilds.org repository for Slackware Linux.
- Host: GitHub
- URL: https://github.com/hellocodelinux/slackdb
- Owner: hellocodelinux
- License: other
- Created: 2025-05-21T13:56:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T13:34:39.000Z (about 1 year ago)
- Last Synced: 2025-06-01T20:57:48.402Z (about 1 year ago)
- Topics: slackware
- Language: PHP
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlackDB
SlackDB is a simple web application for searching and exploring SlackBuilds from the SlackBuilds.org repository for Slackware Linux. You can search for packages, view their descriptions, dependencies, and see which other packages require them.
## Features
- Fast search for SlackBuilds by name.
- Shows package details, including version, description, download links, and MD5 checksums.
- Displays dependencies ("Requires") and reverse dependencies ("Required by").
- Direct links to the official SlackBuilds.org repository.
## Data
All package data is sourced from the public SlackBuilds.org repository. The data is free and open for anyone to use.
## License
This project is open source and free to use.
## Running Locally (Development Server)
For testing or development purposes, you can use PHP's built-in web server. Navigate to the project's root directory in your terminal and run the following command:
```bash
php -S localhost:8000
```
This will start a web server listening on `localhost` on port `8000`. You can then access the application in your web browser at `http://localhost:8000`.