|
@@ -2,6 +2,8 @@
|
|
<div class="Content js-Content <%- page.type ? page.type + ' with-sidebar' : '' %>">
|
|
<div class="Content js-Content <%- page.type ? page.type + ' with-sidebar' : '' %>">
|
|
<h1><%- page.title %> Example</h1>
|
|
<h1><%- page.title %> Example</h1>
|
|
|
|
|
|
|
|
+ <%- page.content %>
|
|
|
|
+
|
|
<p>Hey there stranger! Uppy <img src="/images/emojis/dog.png" width="14" align="absmiddle">
|
|
<p>Hey there stranger! Uppy <img src="/images/emojis/dog.png" width="14" align="absmiddle">
|
|
is in the early stages of development and the example section
|
|
is in the early stages of development and the example section
|
|
is our playground. Things might not yet work, but we're working hard to improve this.</p>
|
|
is our playground. Things might not yet work, but we're working hard to improve this.</p>
|
|
@@ -12,12 +14,13 @@
|
|
in terms of commits, while the CHANGELOG
|
|
in terms of commits, while the CHANGELOG
|
|
provides a higher level view of this things planned for our
|
|
provides a higher level view of this things planned for our
|
|
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.</p>
|
|
<a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.</p>
|
|
- <p><img src="/images/emojis/ok_hand.png" width="14" align="absmiddle"> Files from the examples are uploaded to our test servers and deleted daily.</p>
|
|
|
|
|
|
|
|
<!-- Add textarea already so it's available immediately for logging.
|
|
<!-- Add textarea already so it's available immediately for logging.
|
|
It is later made visible, and moved into the #console-wrapper to position it in layout how
|
|
It is later made visible, and moved into the #console-wrapper to position it in layout how
|
|
you see fit. -->
|
|
you see fit. -->
|
|
|
|
|
|
|
|
+ <blockquote>Files from the examples are uploaded to our test servers and deleted daily.</blockquote>
|
|
|
|
+
|
|
<textarea id="console-log" class="Console"></textarea>
|
|
<textarea id="console-log" class="Console"></textarea>
|
|
<script>
|
|
<script>
|
|
console.log = (function (old_function, div_log) {
|
|
console.log = (function (old_function, div_log) {
|
|
@@ -33,8 +36,6 @@
|
|
} (console.log.bind(console), document.getElementById("console-log")));
|
|
} (console.log.bind(console), document.getElementById("console-log")));
|
|
</script>
|
|
</script>
|
|
|
|
|
|
- <%- page.content %>
|
|
|
|
-
|
|
|
|
<script>
|
|
<script>
|
|
// #console-log textarea is declared earlier so it's available immediately for logging.
|
|
// #console-log textarea is declared earlier so it's available immediately for logging.
|
|
// Here it is made visible, and moved into the #console-wrapper, so you can position it in the layout how
|
|
// Here it is made visible, and moved into the #console-wrapper, so you can position it in the layout how
|