aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2019-10-18 02:52:21 +0200
committerMax Magorsch <max@magorsch.de>2019-10-18 02:52:21 +0200
commit0909a7bad7533710973957c12a657f680b4d3b0c (patch)
tree8fd763f051bb7afadb5156cc89797ba8d87c2394 /config
parentAdd a query parser for advanced search queries (diff)
downloadpackages-5-0909a7bad7533710973957c12a657f680b4d3b0c.tar.gz
packages-5-0909a7bad7533710973957c12a657f680b4d3b0c.tar.bz2
packages-5-0909a7bad7533710973957c12a657f680b4d3b0c.zip
Add atom feeds for package search results
Add atom feeds for the results of search queries. For instance you can subscribe to the atom feed for the result of the query > +maintainers.email:haskell@gentoo.org now. This way you are able to keep track of packages that belong to a certain herd/maintainer. The atom feed contains the latest commit for each package so far. Bug: https://bugs.gentoo.org/408661 Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9358da7..c00801b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -96,6 +96,7 @@ en:
feed_added_arch: "Gentoo Packages: Added packages on %{arch}"
feed_added_title: "%{atom} (%{description})"
feed_added_content: "%{atom} is now available in Gentoo on these architectures: %{arches}"
+ feed_search_results: "Gentoo Packages for search query: %{query}"
feed_updated: "Gentoo Packages: Updated packages"
feed_updated_arch: "Gentoo Packages: Updated packages on %{arch}"
feed_updated_title: "%{atom} (%{description})"
@@ -108,5 +109,6 @@ en:
feed_keyworded_arch: "Gentoo Packages: Newly keyworded packages on %{arch}"
feed_keyworded_title: "%{atom} (%{description})"
feed_keyworded_content: "%{atom} is now keyworded on these architectures: %{arches}"
+ feed_commit_content: "#%{hash}: %{message}"
# <meta> descriptions
desc_categories_show: "Gentoo package category %{category}: %{description}"