Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ListingPrefix is the prefix of all paths in the KDE listing that is hidden by HTTP ListingPrefix = "/srv/archives/ftp/" // SourceFormat3 is the string format for KDE sources with 3 pieces SourceFormat3 = "https://download.kde.org/%s/%s/%s-%s.tar.xz" // SourceFormat4 is the string format for KDE sources with 4 pieces SourceFormat4 = "https://download.kde.org/%s/%s/%s/%s-%s.tar.xz" // SourceFormat5 is the string format for KDE sources with 5 pieces SourceFormat5 = "https://download.kde.org/%s/%s/%s/%s/%s-%s.tar.xz" // SourceFormat6 is the string format for KDE sources with 6 pieces SourceFormat6 = "https://download.kde.org/%s/%s/%s/%s/%s/%s-%s.tar.xz" )
View Source
const ListingURL = "https://download.kde.org/ls-lR.bz2"
Variables ¶
View Source
var TarballRegex = regexp.MustCompile("https?://.*download.kde.org/(.+)")
TarballRegex matches KDE sources
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider is the upstream provider interface for KDE
Click to show internal directories.
Click to hide internal directories.