Обсуждение: [planet] Help adding our blogs (+add Tembo team)

Поиск
Список
Период
Сортировка

[planet] Help adding our blogs (+add Tembo team)

От
Aizhamal Nurmamat kyzy
Дата:
Hello Postgres friends!
I am trying to add the blog for my company to Planet Postgres.

Our blog is here: https://tembo.io/blog/
Our atom feed is here: https://tembo.io/blog/atom.xml

We have multiple authors - could someone help me add a Team for us?

-----

Since we have multiple authors, we need to submit a different entry for each author - I am trying to understand - how do I use the AuthorFilter field? Is it a URL parameter? Is it some way of matching authors in XML?

Our feed gets served from a static file, so I don't think a URL parameter will work. What would be your advice in this case? Should we provide an xml feed for each author? Can we use tag links like https://tembo.io/blog/tags/postgres/? (those don't have atom.xml files either...)

Thanks for your help and your time.
-Aizhamal

Re: [planet] Help adding our blogs (+add Tembo team)

От
"Jonathan S. Katz"
Дата:
Hi,

On 8/15/23 5:10 PM, Aizhamal Nurmamat kyzy wrote:
> Hello Postgres friends!
> I am trying to add the blog for my company to Planet Postgres.
> 
> Our blog is here: https://tembo.io/blog/ <https://tembo.io/blog/>
> Our atom feed is here: https://tembo.io/blog/atom.xml 
> <https://tembo.io/blog/atom.xml>
> 
> We have multiple authors - could someone help me add a Team for us?

A "Team" just allows you to group blogs feeds together -- each feed must 
still come from an individual author.

If that makes sense, please provide the following info to set up the team:

Team Name:
Team URL (this is typically a homepage):
Username to manage the team:

Thanks,

Jonathan

Вложения

Re: [planet] Help adding our blogs (+add Tembo team)

От
Aizhamal Nurmamat kyzy
Дата:
Thanks Jonathan!
We still want a team. Info in-line:
 
If that makes sense, please provide the following info to set up the team:

Team Name:
Tembo 
Team URL (this is typically a homepage):
Username to manage the team:
jojodoi 

Regarding the feed-per-author - any pointers to how the AuthorFilter field works? If that won't work, do we need a separate atom.xml feed for each author?

Thanks again!
-Aizhamal

Re: [planet] Help adding our blogs (+add Tembo team)

От
"Jonathan S. Katz"
Дата:
On 8/15/23 5:38 PM, Aizhamal Nurmamat kyzy wrote:
> Thanks Jonathan!
> We still want a team. Info in-line:
> 
>     If that makes sense, please provide the following info to set up the
>     team:
> 
>     Team Name:
> 
> Tembo
> 
>     Team URL (this is typically a homepage):
> 
> https://tembo.io/ <https://tembo.io/>
> 
>     Username to manage the team:
> 
> jojodoi

I've created the team. Again, please ensure all blogs comply with the 
Planet PostgreSQL guidelines:

https://www.postgresql.org/about/policies/planet-postgresql/

> Regarding the feed-per-author - any pointers to how the AuthorFilter 
> field works? If that won't work, do we need a separate atom.xml feed for 
> each author?

The "AuthorFilter" works against the "author_detail" or "author" fields 
in your ATOM/RSS feed. If either matches the value in "AuthorFilter" 
exactly[1], it will filter out those specific posts in the blog feed.

The "safer" option may be to have separate feeds for blog authors, which 
is what most folks typically do, but the AuthorFilter is an option.

Jonathan

[1] 
https://git.postgresql.org/gitweb/?p=hamn.git;a=blob;f=hamnadmin/hamnadmin/util/aggregate.py;hb=refs/heads/master#l140


Вложения