Kevin van Zonneveld 6 vuotta sitten
vanhempi
commit
628ee6f391

+ 1 - 1
website/src/_posts/2019-03-liftoff-01.md

@@ -2,7 +2,7 @@
 title: "Day 1"
 author: [kvz, aj]
 date: 2019-03-26
-image: "https://uppy.io/images/blog/30daystoliftoff/inspace.jpg"
+image: "https://uppy.io/images/blog/30daystoliftoff/day1.jpg"
 series: 30 Days to Liftoff
 seriesSuffix: 'of 30'
 alias: '/blog/2019/03/26-30daystoliftoff-day1/'

+ 5 - 3
website/src/_posts/2019-03-liftoff-02.md

@@ -2,7 +2,7 @@
 title: "Day 2"
 date: 2019-03-27
 author: samuel
-image: "https://uppy.io/images/blog/30daystoliftoff/inspace2.jpg"
+image: "https://uppy.io/images/blog/30daystoliftoff/day2.jpg"
 series: 30 Days to Liftoff
 seriesSuffix: 'of 30'
 alias: /blog/2019/03/27-30daystoliftoff-day2/
@@ -14,7 +14,7 @@ Yesterday, marked the beginning of our thirty-day blog post challenge to keep yo
 
 Our big coding speedrun towards for 1.0 starts April 1, so we are mostly busy with tying up loose ends, busting issues, and planning our work ahead.
 
-<center><img width="400" src="/images/blog/30daystoliftoff/inspace2.jpg"><br /></center>
+<center><img width="400" src="/images/blog/30daystoliftoff/day2.jpg"><br /></center>
 
 ## Our roadmap for 1.0
 
@@ -32,4 +32,6 @@ Aside from planning, we've also been busy onboarding [Evgenia](https://github.co
 
 And tomorrow, we'll look at the *To Do*s in more detail, so we can get a clearer idea of subtasks and who will do what, exactly.
 
-That's all the updates I have for you today. See you tomorrow for day 3 of our 30 Days to Liftoff!
+That's all the updates I have for you today. See you tomorrow for [Day 3](/blog/2019/03/liftoff-03/) of our 30 Days to Liftoff!
+
+PS If you don't want to miss an update, consider [good ol' RSS](https://uppy.io/atom.xml) :)

+ 21 - 17
website/src/_posts/2019-03-liftoff-03.md

@@ -2,8 +2,7 @@
 title: "Day 3"
 date: 2019-03-28
 author: samuel
-published: false
-image: "https://uppy.io/images/blog/30daystoliftoff/inspace2.jpg"
+image: "https://uppy.io/images/blog/30daystoliftoff/day3.jpg"
 series: 30 Days to Liftoff
 seriesSuffix: 'of 30'
 ---
@@ -12,32 +11,37 @@ Two days ago we started our thirty-day blog post challenge to keep you updated o
  
 <!--more-->
 
-Our big coding speedrun towards for 1.0 starts April 1, so are are mostly busy with tying up lose ends, busting issues, and planning out our work.
+We're still in the phase of tying up loose ends towards April 1, where we'll really start on the coding speedrun towards for 1.0:
 
-## What have we checked off our *To Do* list?
+<center><img width="400" src="/images/blog/30daystoliftoff/day3.jpg"><br /></center>
 
-Today marks the third day of our launch preparations, and we have quite a lot going on. 
+## What did we check off our *To Do* list?
 
-[Artur](https://github.com/arturi) started out by merging two pull requests from [Renée](https://github.com/goto-bus-stop). The [first](https://github.com/transloadit/uppy/pull/1375) one aims to use Transloadit Templates and demo keys for the `transloadit-textarea` example, and the [second](https://github.com/transloadit/uppy/pull/1374) one makes error reporting across different languages more flexible.
+[Artur](https://github.com/arturi) started out by merging two pull requests from [Renée](https://github.com/goto-bus-stop). The [first](https://github.com/transloadit/uppy/pull/1375) one aims to use Transloadit Templates and demo keys for the `transloadit-textarea` example, and the [second](https://github.com/transloadit/uppy/pull/1374) one makes error reporting across different locales more flexible.
 
-Artur also a [GitHub comment inspired demo](/examples/markdown-snippets/). Add any attachment to your markdown, and it will be uploaded, and converted to a thumbnail suitable for previewing, no matter the media type. 
+Artur also added a [GitHub comment inspired demo](/examples/markdown-snippets/). Add a file attachment to your markdown, and it will be uploaded, and converted to a thumbnail that's displayed inside your post, no matter the media type (audio turns into artwork, images are resized, videos thumbnailed, etc). 
 
 [Ife](https://github.com/ifedapoolarewaju) then reviewed and merged this [pull request](https://github.com/transloadit/uppy/pull/1366), which updates the callback URIs to reflect their correct location in Companion. Thanks to [HughbertD](https://github.com/HughbertD) for that one!
 
+<center><img src="/images/blog/30daystoliftoff/2019-03-27-board02.png"></center>
+
 ## What is the team working on today?
 
-Renée is working hard to fix outdated `ffmpeg_stack` warnings in our examples. Other than that, the team has been working on a Companion issue that invalid access tokens are given out when you select a provider to receive your file from. The aim is to return 401 for invalid access tokens, so that the `/authorized` endpoint can be deprecated. You can track the progress of this issue in its [pull request](https://github.com/transloadit/uppy/pull/1298).
+Renée is working hard to fix outdated warnings in our examples. Other than that, the team has been working on a Companion issue that invalid access tokens are given out when you select a provider to receive your file from. The aim is to return 401 for invalid access tokens, so that the `/authorized` endpoint can be deprecated. You can track the progress of this issue in its [pull request](https://github.com/transloadit/uppy/pull/1298).
 
-The biggest update that will be part of Uppy 1.0 is support for React Native. Today, Renée, Artur, Ife, [Evgenia](https://github.com/lakesare) and [Kevin](https://github.com/kvz) had a call about it and talked extensively about what we need for an MVP. They were kind enough to share their notes that i'll happily extend to you as-is :)
+The biggest update that will be part of Uppy 1.0 is support for React Native. And this day, Renée, Artur, Ife, [Evgenia](https://github.com/lakesare) and [Kevin](https://github.com/kvz) had a call about it and talked extensively about what we'd need for an MVP. They settled on six subtasks and were kind enough to share their notes, which I'll happily extend to you as-is :)
 
-- get a link provider example to work, including showing companion progress, and resumability
-- it gets its own UI, (re)written for RN
-- make websocket progress from Companion work (see: https://facebook.github.io/react-native/docs/network#websocket-support)
-- resumability support within 20min (easily tested by disabling wifi on your workstation while uploading to master.tus.io)
-- the example gets buttons for resumability & a progress bar
-- the example gets file previews (likely uppy RN itself does not offer previews)
+```md
+- [ ] get a link provider example to work, including showing companion progress, and resumability
+- [ ] it gets its own UI, (re)written for RN
+- [ ] make websocket progress from Companion work (see: https://facebook.github.io/react-native/docs/network#websocket-support)
+- [ ] the example gets buttons for resumability & a progress bar
+- [ ] resumability support within 20min (easily tested by disabling wifi on your workstation while uploading to master.tus.io)
+- [ ] the example gets basic file previews (likely uppy RN itself does not offer previews)
+```
 
-We also celebrated Evgenia also submitting her first two PRs: [one](https://github.com/transloadit/uppy/pull/1382) to make sure that tooltips can no longer overflow inside the Uppy container, and [another](https://github.com/transloadit/uppy/pull/1383) that removes the jumpiness when Uppy loads.
+We also celebrated Evgenia submitting her first two PRs: [one](https://github.com/transloadit/uppy/pull/1382) to make sure that tooltips can no longer overflow inside the Uppy container, and [another](https://github.com/transloadit/uppy/pull/1383) that removes the jumpiness when Uppy loads.
 
-That's all the updates I have for you today. See you tomorrow for day 4 of our 30 Days to Liftoff!
+That's all the updates I have for you today. See you tomorrow for Day 4 of our 30 Days to Liftoff!
 
+PS If you don't want to miss an update, consider [good ol' RSS](https://uppy.io/atom.xml) :)

+ 0 - 0
website/src/images/blog/30daystoliftoff/inspace.jpg → website/src/images/blog/30daystoliftoff/day1.jpg


+ 0 - 0
website/src/images/blog/30daystoliftoff/inspace2.jpg → website/src/images/blog/30daystoliftoff/day2.jpg


+ 0 - 0
website/src/images/blog/30daystoliftoff/01.jpg → website/src/images/blog/30daystoliftoff/day3.jpg


+ 1 - 0
website/themes/uppy/layout/post.ejs

@@ -18,6 +18,7 @@
 
 <div class="Content js-Content with-sidebar">
     <% 
+    
         var title = page.title
         if (page.series) {
             title = page.series + ': ' + page.title