Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Remove Widen as sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Nov 3, 2017
1 parent 485376e commit cc4ea19
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unit-test-dir = $(test-dir)/unit

export-file = $(js-src-dir)/export.js

preamble = "// Fine Uploader $(version) - (c) 2013-present Widen Enterprises, Inc. MIT licensed. http://fineuploader.com"
preamble = "// Fine Uploader $(version) - MIT licensed. http://fineuploader.com"

cryptojs-files = \
$(js-3rdparty-src-dir)/crypto-js/core.js \
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ There are absolutely no other required external dependencies. For more informati

## Contributing

Fine Uploader and all other projects in this organization thrive thanks to donations by Widen (the project's sponsor)
and support by developers in the community. If you'd like to help and keep this project strong and relevant, you have several options.
If you'd like to help and keep this project strong and relevant, you have several options.


### Help us pay the bills

Fine Uploader is currently looking for a sponsor to pay the AWS bills (which have recently lapsed).
These add up to about $40/month. Please open an issue if you are interesting in becoming a sponsor.
We will happily list you as sponsor on the site and README.


### File a bug report
Expand Down
2 changes: 1 addition & 1 deletion client/js/upload-handler/xhr.upload.handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ qq.XhrUploadHandler = function(spec) {
cachedChunks = this._getFileState(id).temp.cachedChunks,

// To work around a Webkit GC bug, we must keep each chunk `Blob` in scope until we are done with it.
// See https://github.com/Widen/fine-uploader/issues/937#issuecomment-41418760
// See https://github.com/FineUploader/fine-uploader/issues/937#issuecomment-41418760
blob = cachedChunks[chunkIndex] || qq.sliceBlob(fileOrBlob, startBytes, endBytes);

cachedChunks[chunkIndex] = blob;
Expand Down
4 changes: 0 additions & 4 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
<footer>
<p>Fine Uploader - &copy; 2013-present, <a href="http://www.widen.com/">Widen Enterprises, Inc.</a>.</p>
</footer>

2 changes: 1 addition & 1 deletion docs/_templates/macros/github.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% macro issue(num) -%}
<a href="https://github.com/Widen/fine-uploader/issues/{{ num }}">#{{ num }}</a>
<a href="https://github.com/FineUploader/fine-uploader/issues/{{ num }}">#{{ num }}</a>
{%- endmacro %}
2 changes: 1 addition & 1 deletion docs/api/options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mode you are in and keep that in mind when determining the meaning of a particul

{{ api_option("autoUpload", "autoUpload", "Set to `false` if you want to be able to upload queued items later by calling the [`uploadStoredFiles()` method](methods.html#uploadStoredFiles).", "Boolean", "true") }}

{{ api_option("button", "button", "Specify an element to use as the 'select files' button. [Cannot be a `<button>`](https://github.com/Widen/fine-uploader/issues/33).", "HTMLElement", "null") }}
{{ api_option("button", "button", "Specify an element to use as the 'select files' button. [Cannot be a `<button>`](https://github.com/FineUploader/fine-uploader/issues/33).", "HTMLElement", "null") }}

{{ api_option("debug", "debug", "This will result in log messages being written to the [`window.console`](https://developer.mozilla.org/en-USDOM/console.log) object", "Boolean", "false") }}

Expand Down
2 changes: 1 addition & 1 deletion docs/browser-support.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Note: Any features not listed here are supported in all browsers.
</tbody>
</table>

<small><a style="font-size: 24px" name="ios-multiple">*</a> - Some iOS browsers are unable to upload multiple files when video files are allowed to be uploaded due to a long-standing iOS bug. See case <a href="https://github.com/Widen/fine-uploader/issues/990">#990</a> on our bug tracker for more details.</small>
<small><a style="font-size: 24px" name="ios-multiple">*</a> - Some iOS browsers are unable to upload multiple files when video files are allowed to be uploaded due to a long-standing iOS bug. See case <a href="https://github.com/FineUploader/fine-uploader/issues/990">#990</a> on our bug tracker for more details.</small>


### Upload size Limitations
Expand Down
2 changes: 1 addition & 1 deletion docs/endpoint_handlers/amazon-s3.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Using the direct-to-S3 uploader module means that most of the server-side work required to parse upload requests is
handled by Amazon for you. However, there is some minimal communication required between Fine Uploader and your local
server. This document will outline both required and optional server-side tasks. Note that, at the writing of this
document, Fine Uploader developers have provided fully functional [server-side examples](https://github.com/Widen/fine-uploader-server)
document, Fine Uploader developers have provided fully functional [server-side examples](https://github.com/FineUploader/fine-uploader-server)
in PHP, node.js, Python, and Java. Other examples will be created in the future.

{{ alert(
Expand Down
2 changes: 1 addition & 1 deletion docs/endpoint_handlers/azure.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ to this thumbnail in your response to the `uploadSuccess` request via a `thumbna
The URL may be cross-origin as well. See the [previews/thumbnails feature page][thumbnails]
for more information on this feature.

[csharp]: https://github.com/Widen/fine-uploader-server/tree/master/C%23/azure
[csharp]: https://github.com/FineUploader/fine-uploader-server/tree/master/C%23/azure
[azurecors]: http://msdn.microsoft.com/en-us/library/windowsazure/dn535601.aspx
[403]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4
[completeevent]: ../api/events.html#complete
Expand Down
4 changes: 2 additions & 2 deletions docs/faq.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

**A**: Android doesn't officially support the multiple attribute on file input elements. I believe
some builds of Android unofficially supported this, but I can't recall which specific versions.
See case [#840](https://github.com/Widen/fine-uploader/issues/840) for more details.
See case [#840](https://github.com/FineUploader/fine-uploader/issues/840) for more details.

<br/>
**Q**: I'm using core mode, but I don't want to write my own code to handle dropped files and folders. Can
Expand Down Expand Up @@ -76,7 +76,7 @@ in Chrome, Safari, & Opera after the last byte has been sent but the server has

**A:** The implementation of the onProgress notification that tells us the status of the bytes sent to the server varies from browser to browser, unfortunately.
Webkit browsers have elected to follow the "spirit" of the W3C spec, while Firefox, and (I believe) IE10, obey the spec in the most strict sense. I have discussed
this in some detail [in the "processing" status message feature case](https://github.com/Widen/fine-uploader/issues/404#issuecomment-10124160).
this in some detail [in the "processing" status message feature case](https://github.com/FineUploader/fine-uploader/issues/404#issuecomment-10124160).

<br/>
**Q:** When chunking and multipart encoded are both enabled, why must I determine the original file's name by parsing the qqfilename parameter?
Expand Down
4 changes: 2 additions & 2 deletions docs/index.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ to the API documentation section.
* [Traditional Server](endpoint_handlers/traditional.html) - For upload servers that you control and build.
* [Amazon S3](endpoint_handlers/amazon-s3.html) - For uploads directly to S3 from the browser.
* [Azure Blob Storage](endpoint_handlers/azure.html) - For uploads directly to Azure from the browser.
* [Examples](https://github.com/Widen/fine-uploader-server) - GitHub repo of server-side examples to handle all types of Fine Uploader requests.
* [Examples](https://github.com/FineUploader/fine-uploader-server) - GitHub repo of server-side examples to handle all types of Fine Uploader requests.


### Additional Information
Expand All @@ -78,7 +78,7 @@ to the API documentation section.
* [Official Site](http://fineuploader.com)
* [Blog](http://blog.fineuploader.com/)
* [Support](http://fineuploader.com/support)
* [GitHub repository](https://github.com/Widen/fine-uploader)
* [GitHub repository](https://github.com/FineUploader/fine-uploader)

{% endmarkdown %}
{% endblock %}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "git",
"url": "git://github.com/FineUploader/fine-uploader.git"
},
"author": "Widen Enterprises, Inc.",
"author": "Ray Nicholus",
"contributors": [
{
"name": "Ray Nicholus",
Expand Down

0 comments on commit cc4ea19

Please sign in to comment.