(Add information on maintaining distroblogs) |
(Categorize page) |
||
Line 27: | Line 27: | ||
<pre>python submitposts.py</pre> | <pre>python submitposts.py</pre> | ||
You can approve specific posts based on their title.</li></ol> | You can approve specific posts based on their title.</li></ol> | ||
[[Category:Marketing]] | |||
[[Category:How to]] |
Revision as of 17:25, 7 February 2010
This page documents how you can update the distroblog area on the Linux.com site.
Background
The distroblog feed is itself supplied from a single RSS feed. Right now that RSS feed comes from http://fedoraldc.wordpress.com/ but in the future we will feed the distroblog from Fedora Insight.
Criteria
What type of post makes a good candidate for this feed? It should be something well written and generally positive in tone, that:
- promotes a Fedora pre-release or final release,
- promotes a specific feature or contribution that Fedora makes to free software,
- discusses the philosophy of the Fedora Project and encourages people to participate in Fedora, or
- provides useful news that has a significant impact on a broad range of users.
A combination of these factors makes a post even more significant. A post that discusses progress on a specific team is just as good as a post concerning the Fedora Project in general, provided that the information is explained well and encourages participation and contribution.
Procedure
Access rights
- Get a WordPress.com account. It is free and of course the software running WordPress.com is free as well. This is a temporary measure and will not be required once we use Fedora Insight for this purpose.
- Apply for membership to the fedoraldc group in FAS.
- Ensure that you have uploaded a SSH public key. You can provide this key, typically saved on your computer as
~/.ssh/id_rsa.pub
, by editing your FAS account details. More information on making this key is found on this page.
Updating the feed
- Login to your fedorapeople.org via SSH, then change directory as shown below:
ssh fedorapeople.org cd ~pfrields/ldc-submitposts
- Run the submission program:
python submitposts.py
You can approve specific posts based on their title.