blob: 3e8e941c5f810776936d6452b0a86d0f45fa5f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
======
README
======
:Last update: Date: 2016-04-30
:Revision: 2.4.1
:Contact: Brian Dolbec <dolsen@gentoo.org>
About
-----
layman is the Gentoo overlay manager and allows to integrate
experimental software packages into the main distribution. It can also
be used as a manager for version control repositories.
Links
-----
Primary project web site:
- http://layman.sourceforge.net/
Project site on SourceForge:
- http://sourceforge.net/projects/layman
Project summary on Ohloh:
- http://ohloh.net/projects/layman/
Project summary on Freshmeat:
- http://freshmeat.net/projects/layman/
Bug tracker:
- http://bugs.gentoo.org
Wiki:
- http://gentoo-wiki.com/Portage_Overlay_Listing#Layman
Combined RSS feed:
- http://www.google.com/reader/shared/user/02645926629531261525/label/%5Bproject%5D%20layman
Git repository:
- http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=summary
File description
----------------
AUTHORS : The developers of this project
ChangeLog : A detailed change log
CHANGES : A summary of the project changes
COPYING : Licensing information
HACKING : Developers notes for the project
INSTALL : Installation instructions
MANIFEST.in : The listing of files that get included into the python
package.
README : This file.
README.api : Example api use information
RELEASE_NOTES: Release notes for the latest version
TODO : Task list for the project
|