From 63d75f67f9b35f03e489d8f3291600b49cdd2335 Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Sun, 27 Nov 2016 23:06:11 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9859ac0..cdf75d9 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,9 @@ $.fn.tableExport.rowDel = "\r\n"; *only _partial_ support for `xls` and `xlsx`: requires third-party dependency ([Blob.js](https://github.com/clarketm/Blob.js/)) ### Live Demo -A live, interactive demo can be found **[here](https://www.travismclarke.com/tableexport/#live-demo)**. Also, check out the [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app/blob/master/README.md) skeleton, +A live, interactive demo can be found on the **[TableExport](https://www.travismclarke.com/tableexport/#live-demo)** webpage. +* [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app/blob/master/README.md) skeleton. +* [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app/blob/master/README.md) skeleton. ### License [TableExport.js](https://www.travismclarke.com/tableexport) is licensed under the terms of the [MIT](http://opensource.org/licenses/mit-license.php) License From 8f870261cc2d46b708cd2ace867ce612d20b73fc Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Sun, 27 Nov 2016 23:06:34 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdf75d9..fca4023 100644 --- a/README.md +++ b/README.md @@ -222,8 +222,8 @@ $.fn.tableExport.rowDel = "\r\n"; ### Live Demo A live, interactive demo can be found on the **[TableExport](https://www.travismclarke.com/tableexport/#live-demo)** webpage. -* [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app/blob/master/README.md) skeleton. -* [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app/blob/master/README.md) skeleton. +* [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton. +* [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. ### License [TableExport.js](https://www.travismclarke.com/tableexport) is licensed under the terms of the [MIT](http://opensource.org/licenses/mit-license.php) License From 6765468441ad7f1b237f5723050a2a208c163c9c Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Mon, 28 Nov 2016 08:13:33 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fca4023..9e17950 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # [TableExport](https://www.travismclarke.com/tableexport) The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, and txt files +[TableExport](https://www.travismclarke.com/tableexport/) demo - [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton - [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. + ## Getting Started ### Download and Setup From d67ea02c39a0dc07a341b8daf955e1ec3f6b1f44 Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Mon, 28 Nov 2016 08:14:02 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e17950..8293a6d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # [TableExport](https://www.travismclarke.com/tableexport) The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, and txt files -[TableExport](https://www.travismclarke.com/tableexport/) demo - [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton - [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. +[TableExport](https://www.travismclarke.com/tableexport/) demo **--** [TableExport + RequireJS](https://github.com/clarketm/tableexport_requirejs_app) skeleton **--** [TableExport + Flask](https://github.com/clarketm/tableexport_flask_app) skeleton. ## Getting Started