Gentoo Archives: gentoo-dev

From: Troy Dack <troy@××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Portage http interface
Date: Fri, 15 Nov 2002 15:27:14
Message-Id: 1037373976.32414.9.camel@waterhouse.internal.lan
1 Hi all,
2 I've just started playing with/learning about python and while reading
3 the docs noticed that it had a http server module. So I thought I'd
4 have a bash at throwing together a webmin type front end for portage.
5
6 Th results are attached. It's not very functional at the moment, but I
7 thought I'd share it and get peoples opinions.
8
9 Installation is simple:
10
11 1. Save the attachment somewhere comfortable as: portageserver.py
12 2. make it executable (chmod o+x portageserver.py)
13 3. run it /path/to/portageserver.py
14
15 Usage is even easier, just point your browser @ http://localhost:9000
16
17 Let me know what you think.
18
19 Thanks
20 --
21 Troy Dack
22 http://linux.tkdack.com

Attachments

File name MIME type
portageserver.py text/x-python

Replies

Subject Author
Re: [gentoo-dev] Portage http interface Peter Ruskin <aoyu93@×××××××××.com>
Re: [gentoo-dev] Portage http interface Alexander Futasz <acid.punk@×××.net>
Re: [gentoo-dev] Portage http interface Troy Dack <troy@××××××.com>