Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpinto/gpackages
packages.gentoo.org site
https://github.com/bpinto/gpackages
Last synced: 28 days ago
JSON representation
packages.gentoo.org site
- Host: GitHub
- URL: https://github.com/bpinto/gpackages
- Owner: bpinto
- License: agpl-3.0
- Created: 2018-07-19T22:41:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T22:49:20.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:44:45.718Z (3 months ago)
- Language: Ruby
- Size: 309 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# packages.gentoo.org (kkuleomi)
This is the code that powers [packages.gentoo.org](https://packages.gentoo.org/),
internally codenamed kkuleomi/꾸러미 which is Korean for package (who would have thought!)Copyright © 2015–17 [Alex Legler](mailto:[email protected])
## Installation instructions
## Configuration
ELASTICSEARCH_URL is where the app thinks ES lives; it defaults to localhost:9200.
REDIS_URL is the URL where sidekiq looks for redis. It defaults to localhost:6379.Configure config/secrets.yml.
## Contributions
Email [[email protected]](mailto:[email protected]) or
file a bug on [bugs.gentoo.org](https://bugs.gentoo.org/) (Websites → Packages).## History
Kkuleomi is at least the fifth rewrite of packages.gentoo.org.
Some of the rewrites were complete flops, and never went public.### 2016-present: 'kkuleomi'
* https://gitweb.gentoo.org/sites/packages.git/
* Ruby on Rails
* ElasticSearch backend.
* Authors:
* [Alex Legler (a3li)](mailto:[email protected])
* Contributors:
* [Robin H. Johnson (robbat2)](mailto:[email protected]) (2007-)### 2012: 'gentoo-packages' (never deployed)
* https://gitweb.gentoo.org/proj/gentoo-packages.git/
* Never launched
* GSOC2012 rewrite
* Python & Django
* Authors:
* [Slava Bacherikov](mailto:)### 2007-2015:
* https://gitweb.gentoo.org/packages.git/
* Runs in production, 2007-2015.
* Python, CherryPy & Genshi
* MySQL backend
* Authors:
* [Markus Ullmann (jokey)](mailto:[email protected]) (2007)
* [Robin H. Johnson (robbat2)](mailto:[email protected]) (2007-)
* Contributors:
* [Alec Warner (antarus)](mailto:[email protected])
* [Christian Ruppert (idl0r)](mailto:[email protected])
* [John Klehm](mailto:[email protected])
* [Pavlos Ratis (dastergon)](mailto:[email protected])### 2005-2007: 'P2' (never deployed)
* https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/packages/?pathrev=pre_2-0
* CVS branch 'pre_2-0'
* Never launched.
* Python, Quixote (http://www.mems-exchange.org/software/quixote/)
* MySQL backend
* Authors:
* [Albert Hopkins (marduk)](mailto:[email protected])
* Contributors: (unknown)### 2004-2007
* https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/packages/
* first known packages.g.o codebase
* Runs in production 2004 - mid-2007.
* Generate static HTML with use of server-side includes.
* Python, no framework.
* MySQL backend
* Authors:
* [Albert Hopkins (marduk)](mailto:[email protected])
* Contributors: (unknown)