blob: b9da37a9fd9bfb6043276e83f3477762a0911e3d (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
URLs:
=====
/
latest overall modifications
/categories/
List of categories, with package and ebuild stats.
/category/<categoryname>
latest modifications in given category
optional parameters:
?full_cat
Display all packages for given category, in
alphabetical order [HTML+RSS]
?local_latest
If set, will show package modifications on left part
only for this category [HTML]
/package/<packagename>
/package/<categoryname>/<packagename>
/package/<categoryname>/<packagename>[-<version>]
match packages to packagename, last modified shown first.
version strings are ignored, but accepted for ease of use.
/arch/<architecture>[/<mode>]
restrict latest changes to given arch and optionally
keyword class.
modes:
not specified:
all changes for given arch
stable:
restrict to changes for ebuilds with stable keyword
unstable:
restrict to changes for ebuilds with testing keyword
hardmask:
restrict to changes for ebuilds that are masked by package.mask for the arch
/verbump/
Version bumps only.
Version bump defined by an ebuild that was not in the tree on a previous
pass.
WARNING: If the database is reset to empty, version bump data is lost!
/newpackage/
New packages only.
WARNING: If the database is reset to empty, version bump data is lost!
/date/<date>
restrict last changes to given date.
TODO: WARNING: If the database is reset to empty, version bump data is lost! ???
/feed/
/feed/category/<categoryname>
/feed/package/<packagename>
/feed/package/<categoryname>/<packagename>
/feed/package/<categoryname>/<packagename>[-<version>]
/feed/arch/<architecture>[/<mode>]
/feed/verbump/
/feed/newpackage/
/feed/date/<date>
Produces an Atom feed version of ANY of the above normal pages.
Query arguments are marked with HTML/RSS to note which variants they
affect.
Global optional parameters:
?count=x
x: integer between 1 and 25
Allowing to modify count of packages shown in center
[HTML+RSS]
?left_daycount=x
x: integer between 1 and 5
When above parameter is set and this parameter too,
daycount on the left can be lowered or raised
(default if unset: 2)
[HTML]
?arches=x
x: one of 'common' [default], 'exotic', 'all'
See etc/const_data.py for which arches are exotic.
All includes both common and exotic.
[HTML]
|