user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 7/9] feed: disable the generator statement
  2015-08-17  3:38  5% [PATCH 0/9] search pushed and deployed to master Eric Wong
@ 2015-08-17  3:38  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-08-17  3:38 UTC (permalink / raw)
  To: meta

No need to waste bandwidth, here
---
 lib/PublicInbox/Feed.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 0e0b0f6..226c50e 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -36,6 +36,7 @@ sub generate {
 		id => 'mailto:' . ($addr || 'public-inbox@example.com'),
 		updated => POSIX::strftime(DATEFMT, gmtime),
 	);
+	$feed->no_generator;
 
 	my $git = PublicInbox::GitCatFile->new($ctx->{git_dir});
 	each_recent_blob($ctx, sub {
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/9] search pushed and deployed to master
@ 2015-08-17  3:38  5% Eric Wong
  2015-08-17  3:38  7% ` [PATCH 7/9] feed: disable the generator statement Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2015-08-17  3:38 UTC (permalink / raw)
  To: meta

This should appear shortly in: http://public-inbox.org/meta/

Eric Wong (9):
      feed: remove unnecesary time paramenter in index state
      favor /t/ to /s/, since subjects may change mid-thread
      WWW: eliminate "top" parameter for feeds
      www: simplify parameter passing to feed
      terminology: replies => followups
      search: use raw headers without MIME decoding
      feed: disable the generator statement
      drop bodies and messages ASAP after processing
      search: apply mid_compression to subject paths, too

^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-08-17  3:38  5% [PATCH 0/9] search pushed and deployed to master Eric Wong
2015-08-17  3:38  7% ` [PATCH 7/9] feed: disable the generator statement Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).