|
| 1 | +- Feature Name: blog |
| 2 | +- Start Date: 2018-08-22 |
| 3 | +- RFC PR: (leave this empty) |
| 4 | +- Rust Issue: (leave this empty) |
| 5 | + |
| 6 | +# Summary |
| 7 | +[summary]: #summary |
| 8 | + |
| 9 | +Host a blog at blog.rust-embedded.org and use it for our newsletters and |
| 10 | +announcements. |
| 11 | + |
| 12 | +# Motivation |
| 13 | +[motivation]: #motivation |
| 14 | + |
| 15 | +So far we have been posting our newsletters and announcements to |
| 16 | +https://users.rust-lang.org but it would be nice to have them on a place that's |
| 17 | +*ours* and that would be a blog. |
| 18 | + |
| 19 | +An advantage to having a blog is that it would be easier for readers to browse |
| 20 | +through our newsletters and announcements. Right now, they get lost in the |
| 21 | +stream in of new content posted to the users forum. Also, with a blog we can |
| 22 | +provide RSS which is something our readers have requested before. |
| 23 | + |
| 24 | +# Detailed design |
| 25 | +[design]: #detailed-design |
| 26 | + |
| 27 | +We'll create a new repository named `blog` that the resources team will be in |
| 28 | +charge of developing and maintaining. |
| 29 | + |
| 30 | +The content for the blog will be authored as markdown files, and the blog will |
| 31 | +be hosted as a static web site on https://blog.rust-embedded.org . The blog |
| 32 | +posts will *not* have a comments section. The exact mechanism by which the |
| 33 | +markdown files will be converted into a static site will be decided by the |
| 34 | +resources team. |
| 35 | + |
| 36 | +The WG newsletters and announcements will be posted on this blog. The resources |
| 37 | +team will be in charge of reviewing all the new content before its published. |
| 38 | + |
| 39 | +Finally, the newsletters directory in this repository will be moved into |
| 40 | +the blog repository. |
| 41 | + |
| 42 | +# Drawbacks |
| 43 | +[drawbacks]: #drawbacks |
| 44 | + |
| 45 | +- Readers would lose the ability to comment on newsletters and announcements. |
| 46 | + But, if we wish to, we can post a link to blog posts on reddit or the users |
| 47 | + forum and use that space to receive comments. |
| 48 | + |
| 49 | +# Alternatives |
| 50 | +[alternatives]: #alternatives |
| 51 | + |
| 52 | +- Continue posting our newsletters and announcements to |
| 53 | + https://users.rust-lang.org. |
| 54 | + |
| 55 | +# Unresolved questions |
| 56 | +[unresolved]: #unresolved-questions |
| 57 | + |
| 58 | +None |
0 commit comments