Bläddra i källkod

Rename to uppy

Kevin van Zonneveld 9 år sedan
förälder
incheckning
d07360a207

+ 1 - 1
.gitignore

@@ -3,6 +3,6 @@ build/
 
 npm-debug.log
 examples/playground/static/js/app.js
-examples/playground/static/transloadit-js-client/
+examples/playground/static/uppy/
 
 examples/playground/static/js/app.js

+ 2 - 2
.travis.yml

@@ -17,12 +17,12 @@ deploy:
   local-dir        : examples/playground
   provider         : s3
   skip_cleanup     : true
-  upload-dir       : transloadit-js-client/$TRAVIS_BRANCH
+  upload-dir       : uppy/$TRAVIS_BRANCH
   access_key_id    : AKIAIULY4M67345T7IOQ
   secret_access_key:
     secure: "iQN9qqNgODP5J54m4J6XmuDTqPzeg20uUXbfccjUt5HVW+nljO1V5/onsQfxbjj225EFMNGPnyUvI7+PgezB/+ggyFfPcEbFVPPDYV8chhWWMK3r84o8IaaP05gmrGjy2YP/sOhLPk3ALkffwXyfbCNDd/XyW8821B7uugJo7zlQlZv7cQ4/s2p4o87VVgNL+0Wm47py5YqpNaTUM2KGlZtoniFYknWCzRmbQz9fPIZiVpWcyOdPbzb/qqNtdH/GNvDIKbK6Eyj4PxwE3rve36q+cH6SQu8aVtoo3sU5P5URMuMzecHeH4YDPxJuwvtZy1ytp7MJbN5vvESoFdYSP6czwqHnyIgCT88VWW75Y3j13/OMEvfVPkxPFTIOSUjdYwC3oiZ+rWVQ6N0KhAatSgxSgR/JOWEfHVJBdpwT4NJZoMAGwREiDb7fansvRiuWi2+oVSizSvVXgDTqAfHCTLqtyCXoTBcVR9kylaT4pxXr4INw3ALunPwCE7Ut3ULWhC9QVzVzeuTTr8R5CACbKUynTICHuBd/OReipab8EsrktmAs/Np8qJ9lGQCT18T7DsoMO1BK2yTPXayUwwSAB8jTerFRrsx6yT7UCzQbDSRn/lgT8nR6m3svsq3yb6244wR3DzwH9UZm3EGpK57slpKQlsH4LfBrYbj9qlhZ+1I="
   on:
-    repo: transloadit/transloadit-js-client
+    repo: transloadit/uppy
     all_branches: true
 
 notifications:

+ 1 - 1
ARCHITECTURE.md

@@ -1,6 +1,6 @@
 # Transloadit JavaScript SDK architecture
 
-This file might be slightly outdate. Current proposal as of 2015-11-23 is reflected in  [classes.es6](https://github.com/transloadit/transloadit-js-client/blob/f1aa1072d5159c372624a57d5a8edaad2119efa9/classes.es6)
+This file might be slightly outdate. Current proposal as of 2015-11-23 is reflected in  [classes.es6](https://github.com/transloadit/uppy/blob/f1aa1072d5159c372624a57d5a8edaad2119efa9/classes.es6)
 
 
 ## Core

+ 5 - 5
README.md

@@ -1,4 +1,4 @@
-# transloadit-js-client
+# uppy
 
 A work in progress - nothing to see here.
 
@@ -15,15 +15,15 @@ A work in progress - nothing to see here.
  - Small core, modular plugin architecture for everything: (modal / dragdrop / themes/ webcam / google drive / dropbox / etc)
  - Offering sugared shortcuts for novice users (presets)
 
-Check [open issues](https://github.com/transloadit/transloadit-js-client/milestones/Minimum%20Viable%20Product) for our Minimum Viable Product. 
+Check [open issues](https://github.com/transloadit/uppy/milestones/Minimum%20Viable%20Product) for our Minimum Viable Product. 
 
 ## Local Development
 
 First clone and install the project:
 
 ```bash
-git clone git@github.com:transloadit/transloadit-js-client.git
-cd transloadit-js-client
+git clone git@github.com:transloadit/uppy.git
+cd uppy
 npm install
 ```
 
@@ -46,4 +46,4 @@ Travis should:
 - [ ] run unit tests
 - [ ] run acceptance tests
 - [x] copy/install the built project into any `examples/*/`
-- [x] deploy the examples to our hackathon S3 bucket in a folder named by branch (http://hackathon.transloadit.com/transloadit-js-client/master/index.html), so we can all play with the current state of the project & examples per branch, without installing everything locally.
+- [x] deploy the examples to our hackathon S3 bucket in a folder named by branch (http://hackathon.transloadit.com/uppy/master/index.html), so we can all play with the current state of the project & examples per branch, without installing everything locally.

+ 2 - 2
bin/builder

@@ -23,7 +23,7 @@ else
 fi
 
 
-bundleTarget="build/transloadit-js-client.${dstExtension}"
+bundleTarget="build/uppy.${dstExtension}"
 
 # Individual files, built seperately
 #######################################################
@@ -57,5 +57,5 @@ for path in $(find examples -maxdepth 1 -mindepth 1 -type d); do
     -ai \
     --exclude='.DS_Store' \
     --exclude='.empty' \
-  build/ "examples/${exampleProject}/static/transloadit-js-client"
+  build/ "examples/${exampleProject}/static/uppy"
 done

+ 3 - 3
examples/playground/index.html

@@ -40,7 +40,7 @@
           Loading..
         </h1>
 
-        <h4>transloadit-js-client</h4>
+        <h4>uppy</h4>
         <p>
           With this file we can easily test the built js client locally (via <code>npm run preview</code>)
           and online.
@@ -57,8 +57,8 @@
   <footer>
     <hr />
     <ul>
-      <li><a href="https://travis-ci.org/transloadit/transloadit-js-client">Travis</a></li>
-      <li><a href="https://github.com/transloadit/transloadit-js-client">GitHub</a></li>
+      <li><a href="https://travis-ci.org/transloadit/uppy">Travis</a></li>
+      <li><a href="https://github.com/transloadit/uppy">GitHub</a></li>
     </ul>
   </footer>
 

+ 1 - 1
examples/playground/static/css/uppy.css

@@ -1,4 +1,4 @@
-.transloadit-js-client {
+.uppy {
   font-family: "Comic Sans MS";
   color: purple;
   border: 1px dashed pink;

+ 4 - 4
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "transloadit-js-client",
+  "name": "uppy",
   "version": "0.0.0",
   "description": "Transloadit JS Client",
   "main": "index.js",
@@ -20,14 +20,14 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/transloadit/transloadit-js-client.git"
+    "url": "git+https://github.com/transloadit/uppy.git"
   },
   "author": "",
   "license": "ISC",
   "bugs": {
-    "url": "https://github.com/transloadit/transloadit-js-client/issues"
+    "url": "https://github.com/transloadit/uppy/issues"
   },
-  "homepage": "https://github.com/transloadit/transloadit-js-client#readme",
+  "homepage": "https://github.com/transloadit/uppy#readme",
   "devDependencies": {
     "babel-eslint": "^4.1.5",
     "babelify": "^6.4.0",

+ 1 - 1
src/core/Transloadit.scss

@@ -1,4 +1,4 @@
-.transloadit-js-client {
+.uppy {
   font-family : "Comic Sans MS";
   color       : purple;
   border      : 1px dashed pink;

+ 1 - 1
test/SpecRunner.html

@@ -15,7 +15,7 @@
   <script src="lib/jasmine-jsreporter.js"></script>
 
   <!-- include source files here... -->
-  <script src="../build/transloadit-js-client.js"></script>
+  <script src="../build/uppy.js"></script>
 
   <script>
     // Add JSReporter to Jasmine