Browse Source

Update readme.

zhixin 11 years ago
parent
commit
e02d5edf34
5 changed files with 56 additions and 52 deletions
  1. 47 0
      CHANGELOG.md
  2. 6 49
      README.md
  3. 1 1
      docs/documentation.html
  4. 1 1
      docs/examples.html
  5. 1 1
      docs/getting-started.html

+ 47 - 0
CHANGELOG.md

@@ -0,0 +1,47 @@
+## Changelog
+
+### 1.0.5
+
+* Update the pagination list position.
+* Update ```queryParams``` option.
+* Add ```contentType``` and ```onBeforeLoad``` options.
+* Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```).
+* Add ```COLUMN_DEFAULTS```.
+* Add ```refresh``` method.
+* Add ```index``` argument in ```formatter``` function.
+* Update card view display.
+
+### 1.0.4
+
+* Add ```showLoading``` and ```hideLoading``` methods.
+* Add ```onLoadSuccess``` and ```onLoadError``` events.
+* Add ```clickToSelect``` option.
+* Add ```cardView``` option.
+* Add loading with ```formatLoadingMessage``` function.
+* Add ```idField``` option.
+
+### 1.0.3
+
+* Update fixed headers.
+* Add zh-TW locale file.
+* Add ```showColumns``` option and ```visible``` column option.
+* Update ```hideHeader``` option to ```showHeader```.
+* Add ```formatNoMatches``` locale function.
+* Add table events.
+
+### 1.0.2
+
+* Add i18n support.
+* Add ```selectItemName``` option.
+* Update the ```pageList``` default.
+* Add ```search``` option.
+* Add ```destroy``` method.
+* Add page list support.
+
+### 1.0.1
+
+* Add ```pagination``` support.
+
+### 1.0.0
+
+* Initial release

+ 6 - 49
README.md

@@ -4,6 +4,11 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 
 [Examples and documentation](http://wenzhixin.net.cn/p/bootstrap-table/)
 [Examples and documentation](http://wenzhixin.net.cn/p/bootstrap-table/)
 
 
+
+## LICENSE
+
+**NOTE:** Bootstrap Table is licensed under the [The MIT License](https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE). Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can **Star** this repo, your support is my biggest motive force, thanks.
+
 ## Features
 ## Features
 
 
 * Created for Bootstrap 3 (Bootstrap 2 supported)
 * Created for Bootstrap 3 (Bootstrap 2 supported)
@@ -27,52 +32,4 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 
 ## Changelog
 ## Changelog
 
 
-### 1.0.5
-
-* Update the pagination list position.
-* Update ```queryParams``` option.
-* Add ```contentType``` and ```onBeforeLoad``` options.
-* Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```).
-* Add ```COLUMN_DEFAULTS```.
-* Add ```refresh``` method.
-* Add ```index``` argument in ```formatter``` function.
-* Update card view display.
-
-### 1.0.4
-
-* Add ```showLoading``` and ```hideLoading``` methods.
-* Add ```onLoadSuccess``` and ```onLoadError``` events.
-* Add ```clickToSelect``` option.
-* Add ```cardView``` option.
-* Add loading with ```formatLoadingMessage``` function.
-* Add ```idField``` option.
-
-### 1.0.3
-
-* Update fixed headers.
-* Add zh-TW locale file.
-* Add ```showColumns``` option and ```visible``` column option.
-* Update ```hideHeader``` option to ```showHeader```.
-* Add ```formatNoMatches``` locale function.
-* Add table events.
-
-### 1.0.2
-
-* Add i18n support.
-* Add ```selectItemName``` option.
-* Update the ```pageList``` default.
-* Add ```search``` option.
-* Add ```destroy``` method.
-* Add page list support.
-
-### 1.0.1
-
-* Add ```pagination``` support.
-
-### 1.0.0
-
-* Initial release
-
-## LICENSE
-
-[The MIT License](https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE)
+[CHANGELOG](https://github.com/wenzhixin/bootstrap-table/blob/master/CHANGELOG.md)

+ 1 - 1
docs/documentation.html

@@ -74,7 +74,7 @@
         <div class="col-md-9" role="main">
         <div class="col-md-9" role="main">
             <div class="page-header alert alert-info">
             <div class="page-header alert alert-info">
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
-                Bootstrap Table is licensed under the The MIT License. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can give me a <a href="http://github.com/wenzhixin/bootstrap-table">star</a>, your support is my biggest motive force, thanks.
+                <b>NOTE:</b> Bootstrap Table is licensed under the <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE">The MIT License</a>. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can <a href="http://github.com/wenzhixin/bootstrap-table"><b>Star</b></a> this repo, your support is my biggest motive force, thanks.
             </div>
             </div>
             <div>
             <div>
                 <div class="page-header">
                 <div class="page-header">

+ 1 - 1
docs/examples.html

@@ -108,7 +108,7 @@
         <div class="col-md-9" role="main">
         <div class="col-md-9" role="main">
             <div class="page-header alert alert-info">
             <div class="page-header alert alert-info">
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
-                Bootstrap Table is licensed under the The MIT License. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can give me a <a href="http://github.com/wenzhixin/bootstrap-table">star</a>, your support is my biggest motive force, thanks.
+                <b>NOTE:</b> Bootstrap Table is licensed under the <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE">The MIT License</a>. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can <a href="http://github.com/wenzhixin/bootstrap-table"><b>Star</b></a> this repo, your support is my biggest motive force, thanks.
             </div>
             </div>
             <div>
             <div>
                 <div class="page-header">
                 <div class="page-header">

+ 1 - 1
docs/getting-started.html

@@ -79,7 +79,7 @@
         <div class="col-md-9" role="main">
         <div class="col-md-9" role="main">
             <div class="page-header alert alert-info">
             <div class="page-header alert alert-info">
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
                 <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a>
-                Bootstrap Table is licensed under the The MIT License. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can give me a <a href="http://github.com/wenzhixin/bootstrap-table">star</a>, your support is my biggest motive force, thanks.
+                <b>NOTE:</b> Bootstrap Table is licensed under the <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE">The MIT License</a>. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can <a href="http://github.com/wenzhixin/bootstrap-table"><b>Star</b></a> this repo, your support is my biggest motive force, thanks.
             </div>
             </div>
             <div>
             <div>
                 <div class="page-header">
                 <div class="page-header">