mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-23 07:57:27 -08:00
23 lines
806 B
XML
23 lines
806 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>maksbotan@gentoo.org</email>
|
|
<name>Maxim Koltsov</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The assets package does content-hash-naming (aka URL fingerprinting) so
|
|
you can use aggressive caching headers without risking that a client might
|
|
have an out-of-date version of an asset in its cache. If the content
|
|
changes, the content-hash-name also changes, resulting in a different URL
|
|
for each bytewise-unique version of an asset
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="launchpad">web-assets</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|