diff options
author | 2019-12-19 23:50:02 -0800 | |
---|---|---|
committer | 2019-12-19 23:50:02 -0800 | |
commit | 16a5efed36ce2f83099584b482b2f2634960e75e (patch) | |
tree | a0c28051c9437d49c5071caff050d018022d8f72 /README.md | |
parent | travis: turn on testing (diff) | |
download | packages-5-16a5efed36ce2f83099584b482b2f2634960e75e.tar.gz packages-5-16a5efed36ce2f83099584b482b2f2634960e75e.tar.bz2 packages-5-16a5efed36ce2f83099584b482b2f2634960e75e.zip |
README: updates
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -3,26 +3,33 @@ 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:a3li@gentoo.org) - ## Build status * [![Travis-CI Build Status](https://travis-ci.org/gentoo/gpackages.svg?branch=master)](https://travis-ci.org/gentoo/gpackages) ## Installation instructions +TODO + ## Configuration `ELASTICSEARCH_URL` is where the app thinks ES lives; defaults to `localhost:9200`. `REDIS_URL` is the URL where sidekiq looks for redis; defaults to `localhost:6379`. -Configure config/secrets.yml. +Configure `config/secrets.yml`. -## Contributions +## How to submit new contributions Email [gpackages@gentoo.org](mailto:gpackages@gentoo.org) or file a bug on [bugs.gentoo.org](https://bugs.gentoo.org/) (Websites → Packages). +## Contributors / Copyright Holders +* 2016 [Alex Legler (a3li)](mailto:a3li@gentoo.org) +* 2017-2019 [Robin H. Johnson (robbat2)](mailto:robbat2@gentoo.org) +* 2018-2019 [Alec Warner (antarus)](mailto:antarus@gentoo.org) +* 2019 [Hans de Graaff (graaff)](mailto:graaff@gentoo.org) +* 2019 [Max Magorsch](mailto:max@magorsch.de) + ## History Kkuleomi is at least the fifth rewrite of packages.gentoo.org. @@ -35,7 +42,7 @@ Some of the rewrites were complete flops, and never went public. * Authors: * [Alex Legler (a3li)](mailto:a3li@gentoo.org) * Contributors: - * [Robin H. Johnson (robbat2)](mailto:robbat2@gentoo.org) (2007-) + * (see above) ### 2012: 'gentoo-packages' (never deployed) * https://gitweb.gentoo.org/proj/gentoo-packages.git/ @@ -61,7 +68,7 @@ Some of the rewrites were complete flops, and never went public. ### 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' +* CVS branch `pre_2-0` * Never launched. * Python, Quixote (http://www.mems-exchange.org/software/quixote/) * MySQL backend @@ -71,7 +78,7 @@ Some of the rewrites were complete flops, and never went public. ### 2004-2007 * https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/packages/ -* first known packages.g.o codebase +* first known `packages.gentoo.org` codebase * Runs in production 2004 - mid-2007. * Generate static HTML with use of server-side includes. * Python, no framework. |