浏览代码

Remove _docs.

zhixin 11 年之前
父节点
当前提交
9944aaa08e
共有 70 个文件被更改,包括 3 次插入11428 次删除
  1. 0 1
      _docs/.gitignore
  2. 0 14
      _docs/README.md
  3. 0 19
      _docs/_config.yml
  4. 0 170
      _docs/_includes/documentation/column-options.md
  5. 0 122
      _docs/_includes/documentation/events.md
  6. 0 59
      _docs/_includes/documentation/localizations.md
  7. 0 115
      _docs/_includes/documentation/methods.md
  8. 0 340
      _docs/_includes/documentation/table-options.md
  9. 0 29
      _docs/_includes/faq/faq.md
  10. 0 17
      _docs/_includes/feature.md
  11. 0 41
      _docs/_includes/footer.html
  12. 0 40
      _docs/_includes/getting-started/download.md
  13. 0 38
      _docs/_includes/getting-started/grunt.md
  14. 0 12
      _docs/_includes/getting-started/translations.md
  15. 0 114
      _docs/_includes/getting-started/usage.md
  16. 0 22
      _docs/_includes/getting-started/whats-include.md
  17. 0 44
      _docs/_includes/header.html
  18. 0 17
      _docs/_includes/latest-release.md
  19. 0 35
      _docs/_includes/nav/main.html
  20. 0 13
      _docs/_includes/social-buttons.html
  21. 0 43
      _docs/_layouts/default.html
  22. 0 18
      _docs/_layouts/home.html
  23. 0 22
      _docs/_plugins/markdown-tag.rb
  24. 二进制
      _docs/apple-touch-icon.png
  25. 0 457
      _docs/assets/bootstrap/css/bootstrap-theme.css
  26. 0 1
      _docs/assets/bootstrap/css/bootstrap-theme.css.map
  27. 0 5
      _docs/assets/bootstrap/css/bootstrap-theme.min.css
  28. 0 6361
      _docs/assets/bootstrap/css/bootstrap.css
  29. 0 1
      _docs/assets/bootstrap/css/bootstrap.css.map
  30. 0 5
      _docs/assets/bootstrap/css/bootstrap.min.css
  31. 二进制
      _docs/assets/bootstrap/fonts/glyphicons-halflings-regular.eot
  32. 0 229
      _docs/assets/bootstrap/fonts/glyphicons-halflings-regular.svg
  33. 二进制
      _docs/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf
  34. 二进制
      _docs/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
  35. 0 2320
      _docs/assets/bootstrap/js/bootstrap.js
  36. 0 7
      _docs/assets/bootstrap/js/bootstrap.min.js
  37. 0 13
      _docs/assets/bootstrap/js/npm.js
  38. 0 6
      _docs/assets/css/docs.min.css
  39. 0 120
      _docs/assets/css/sidenav.css
  40. 0 12
      _docs/assets/css/style.css
  41. 二进制
      _docs/assets/flash/ZeroClipboard.swf
  42. 0 6
      _docs/assets/js/common.js
  43. 0 61
      _docs/assets/js/customize.min.js
  44. 0 26
      _docs/assets/js/docs.min.js
  45. 0 51
      _docs/assets/js/ie-emulation-modes-warning.js
  46. 0 22
      _docs/assets/js/ie10-viewport-bug-workaround.js
  47. 0 13
      _docs/assets/js/ie8-responsive-file-warning.js
  48. 0 4
      _docs/assets/js/jquery.min.js
  49. 0 169
      _docs/assets/js/sidenav.js
  50. 0 8
      _docs/dist/bootstrap-table.min.css
  51. 0 7
      _docs/dist/bootstrap-table.min.js
  52. 0 7
      _docs/dist/locale/bootstrap-table-da-DK.min.js
  53. 0 7
      _docs/dist/locale/bootstrap-table-el-GR.min.js
  54. 0 7
      _docs/dist/locale/bootstrap-table-en-US.min.js
  55. 0 7
      _docs/dist/locale/bootstrap-table-es-AR.min.js
  56. 0 7
      _docs/dist/locale/bootstrap-table-fr-BE.min.js
  57. 0 7
      _docs/dist/locale/bootstrap-table-it-IT.min.js
  58. 0 7
      _docs/dist/locale/bootstrap-table-nl-NL.min.js
  59. 0 7
      _docs/dist/locale/bootstrap-table-pt-BR.min.js
  60. 0 7
      _docs/dist/locale/bootstrap-table-ru-RU.min.js
  61. 0 7
      _docs/dist/locale/bootstrap-table-tr-TR.min.js
  62. 0 7
      _docs/dist/locale/bootstrap-table-vi-VN.min.js
  63. 0 7
      _docs/dist/locale/bootstrap-table-zh-CN.min.js
  64. 0 7
      _docs/dist/locale/bootstrap-table-zh-TW.min.js
  65. 0 16
      _docs/documentation.md
  66. 0 20
      _docs/faq.md
  67. 二进制
      _docs/favicon.ico
  68. 0 16
      _docs/getting-started.md
  69. 0 36
      _docs/index.md
  70. 3 0
      docs/data/README.md

+ 0 - 1
_docs/.gitignore

@@ -1 +0,0 @@
-_site

+ 0 - 14
_docs/README.md

@@ -1,14 +0,0 @@
-# Documentation
-
-Bootstrap table's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com/) and publicly hosted on http://wenzhixin.net.cn/p/bootstrap-table. The docs may also be run locally.
-
-## Running documentation locally
-
-1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
-  - **Windows users:** Read [this unofficial](http://jekyll-windows.juthilo.com/) guide to get Jekyll up and running without problems.
-
-2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
-3. From the root /docs directory, run `jekyll serve` in the command line.
-4. Open http://localhost:4000 in your browser, and voilà.
-
-Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).

+ 0 - 19
_docs/_config.yml

@@ -1,19 +0,0 @@
-# Dependencies
-markdown: redcarpet
-redcarpet:
-  extensions:
-  - fenced_code_blocks
-  - tables
-  - autolink
-highlighter: rouge
-
-# Permalinks
-permalink: pretty
-
-# Custom vars
-current_version: 1.3.0
-repo: https://github.com/wenzhixin/bootstrap-table
-website: http://wenzhixin.net.cn
-repos: http://repos.wenzhixin.net.cn
-email: wenzhixin2010@gmail.com
-master_zip: https://github.com/wenzhixin/bootstrap-table/archive/master.zip

+ 0 - 170
_docs/_includes/documentation/column-options.md

@@ -1,170 +0,0 @@
-# Column options []({{ site.repo }}/blob/master/_docs/_includes/documentation/column-options.md)
-
----
-
-The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
-
-<table class="table"
-       data-toggle="table"
-       data-search="true"
-       data-show-toggle="true"
-       data-show-columns="true">
-    <thead>
-    <tr>
-        <th>Name</th>
-        <th>Attribute</th>
-        <th>Type</th>
-        <th>Default</th>
-        <th>Description</th>
-    </tr>
-    </thead>
-    <tbody>
-    <tr>
-        <td>radio</td>
-        <td>data-radio</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show a radio. The radio column has fixed width.</td>
-    </tr>
-    <tr>
-        <td>checkbox</td>
-        <td>data-checkbox</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show a checkbox. The checkbox column has fixed width.</td>
-    </tr>
-    <tr>
-        <td>field</td>
-        <td>data-field</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>The column field name.</td>
-    </tr>
-    <tr>
-        <td>title</td>
-        <td>data-title</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>The column title text.</td>
-    </tr>
-    <tr>
-        <td>class</td>
-        <td>class / data-class</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>The column class name.</td>
-    </tr>
-    <tr>
-        <td>align</td>
-        <td>data-align</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>Indicate how to align the column data. "left', 'right', 'center' can be used.</td>
-    </tr>
-    <tr>
-        <td>halign</td>
-        <td>data-halign</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>Indicate how to align the table header. 'left', 'right', 'center' can be used.</td>
-    </tr>
-    <tr>
-        <td>valign</td>
-        <td>data-valign</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>Indicate how to align the cell data. 'top', 'middle', 'bottom' can be used.</td>
-    </tr>
-    <tr>
-        <td>width</td>
-        <td>data-width</td>
-        <td>Number</td>
-        <td>undefined</td>
-        <td>The width of column. If not defined, the width will auto expand to fit its contents.</td>
-    </tr>
-    <tr>
-        <td>sortable</td>
-        <td>data-sortable</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to allow the column can be sorted.
-        </td>
-    </tr>
-    <tr>
-        <td>order</td>
-        <td>data-order</td>
-        <td>String</td>
-        <td>'asc'</td>
-        <td>The default sort order, can only be 'asc' or 'desc'.</td>
-    </tr>
-    <tr>
-        <td>visible</td>
-        <td>data-visible</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to hide the columns item.</td>
-    </tr>
-    <tr>
-        <td>switchable</td>
-        <td>data-switchable</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to disable the switchable of columns item.</td>
-    </tr>
-    <tr>
-        <td>clickToSelect</td>
-        <td>data-click-to-select</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>True to select checkbox or radiobox when the column is clicked.</td>
-    </tr>
-    <tr>
-        <td>formatter</td>
-        <td>data-formatter</td>
-        <td>Function</td>
-        <td>undefined</td>
-        <td>
-        The cell formatter function, take three parameters: <br>
-        value: the field value. <br>
-        row: the row record data.<br>
-        index: the row index.</td>
-    </tr>
-    <tr>
-        <td>events</td>
-        <td>data-events</td>
-        <td>Object</td>
-        <td>undefined</td>
-        <td>
-        The cell events listener when you use formatter function, take three parameters: <br>
-        event: the jQuery event. <br>
-        value: the field value. <br>
-        row: the row record data.<br>
-        index: the row index.
-        </td>
-    </tr>
-    <tr>
-        <td>sorter</td>
-        <td>data-sorter</td>
-        <td>Function</td>
-        <td>undefined</td>
-        <td>
-        The custom field sort function that used to do local sorting, take two parameters: <br>
-        a: the first field value.<br>
-        b: the second field value.
-        </td>
-    </tr>
-    <tr>
-        <td>cellStyle</td>
-        <td>data-cell-style</td>
-        <td>Function</td>
-        <td>undefined</td>
-        <td>
-        The cell style formatter function, take three parameters: <br>
-        value: the field value.<br>
-        row: the row record data.<br>
-        index: the row index.<br>
-        Support classes or css.
-        </td>
-    </tr>
-    </tbody>
-</table>

+ 0 - 122
_docs/_includes/documentation/events.md

@@ -1,122 +0,0 @@
-# Events []({{ site.repo }}/blob/master/_docs/_includes/documentation/events.md)
-
----
-
-<table class="table"
-       data-toggle="table"
-       data-search="true"
-       data-show-toggle="true"
-       data-show-columns="true">
-    <thead>
-    <tr>
-        <th>Option Event</th>
-        <th>jQuery Event</th>
-        <th>Parameter</th>
-        <th>Description</th>
-    </tr>
-    </thead>
-    <tbody>
-    <tr>
-        <td>onAll</td>
-        <td>all.bs.table</td>
-        <td>name, args</td>
-        <td>
-        Fires when all events trigger, the parameters contains: <br>
-        name: the event name, <br>
-        args: the event data.
-        </td>
-    </tr>
-    <tr>
-        <td>onClickRow</td>
-        <td>click-row.bs.table</td>
-        <td>row, $element</td>
-        <td>
-        Fires when user click a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row, <br>
-        $element: the tr element.
-        </td>
-    </tr>
-    <tr>
-        <td>onDblClickRow</td>
-        <td>dbl-click-row.bs.table</td>
-        <td>row, $element</td>
-        <td>
-        Fires when user click a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row, <br>
-        $element: the tr element.
-        </td>
-    </tr>
-    <tr>
-        <td>onSort</td>
-        <td>sort.bs.table</td>
-        <td>name, order</td>
-        <td>
-        Fires when user sort a column, the parameters contains: <br>
-        name: the sort column field name<br>
-        order: the sort column order.
-        </td>
-    </tr>
-    <tr>
-        <td>onCheck</td>
-        <td>check.bs.table</td>
-        <td>row</td>
-        <td>
-        Fires when user check a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row.
-        </td>
-    </tr>
-    <tr>
-        <td>onUncheck</td>
-        <td>uncheck.bs.table</td>
-        <td>row</td>
-        <td>
-        Fires when user uncheck a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row.
-        </td>
-    </tr>
-    <tr>
-        <td>onCheckAll</td>
-        <td>check-all.bs.table</td>
-        <td>none</td>
-        <td>Fires when user check all rows.</td>
-    </tr>
-    <tr>
-        <td>onUncheckAll</td>
-        <td>uncheck-all.bs.table</td>
-        <td>none</td>
-        <td>Fires when user uncheck all rows.</td>
-    </tr>
-    <tr>
-        <td>onLoadSuccess</td>
-        <td>load-success.bs.table</td>
-        <td>data</td>
-        <td>Fires when remote data is loaded
-            successfully.
-        </td>
-    </tr>
-    <tr>
-        <td>onLoadError</td>
-        <td>load-error.bs.table</td>
-        <td>status</td>
-        <td>Fires when some errors occur to load remote data.</td>
-    </tr>
-    <tr>
-        <td>onColumnSwitch</td>
-        <td>column-switch.bs.table</td>
-        <td>field, checked</td>
-        <td>Fires when switch the column visible.</td>
-    </tr>
-    <tr>
-        <td>onPageChange</td>
-        <td>page-change.bs.table</td>
-        <td>number, size</td>
-        <td>Fires when change the page number or page size.</td>
-    </tr>
-    <tr>
-        <td>onSearch</td>
-        <td>search.bs.table</td>
-        <td>text</td>
-        <td>Fires when search the table.</td>
-    </tr>
-    </tbody>
-</table>

+ 0 - 59
_docs/_includes/documentation/localizations.md

@@ -1,59 +0,0 @@
-# Localizations []({{ site.repo }}/blob/master/_docs/_includes/documentation/localizations.md)
-
----
-
-<table class="table"
-       data-toggle="table"
-       data-search="true"
-       data-show-toggle="true"
-       data-show-columns="true">
-    <thead>
-    <tr>
-        <th>Name</th>
-        <th>Parameter</th>
-        <th>Default</th>
-    </tr>
-    </thead>
-    <tbody>
-    <tr>
-        <td>formatLoadingMessage</td>
-        <td>-</td>
-        <td>'Loading, please wait…'</td>
-    </tr>
-    <tr>
-        <td>formatRecordsPerPage</td>
-        <td>pageNumber</td>
-        <td>'%s records per page'</td>
-    </tr>
-    <tr>
-        <td>formatShowingRows</td>
-        <td>pageFrom, pageTo, totalRows</td>
-        <td>'Showing %s to %s of %s rows'</td>
-    </tr>
-    <tr>
-        <td>formatSearch</td>
-        <td>-</td>
-        <td>'Search'</td>
-    </tr>
-    <tr>
-        <td>formatNoMatches</td>
-        <td>-</td>
-        <td>'No matching records found'</td>
-    </tr>
-    <tr>
-        <td>formatRefresh</td>
-        <td>-</td>
-        <td>'Refresh'</td>
-    </tr>
-    <tr>
-        <td>formatToggle</td>
-        <td>-</td>
-        <td>'Toggle'</td>
-    </tr>
-    <tr>
-        <td>formatColumns</td>
-        <td>-</td>
-        <td>'Columns'</td>
-    </tr>
-    </tbody>
-</table>

+ 0 - 115
_docs/_includes/documentation/methods.md

@@ -1,115 +0,0 @@
-# Methods []({{ site.repo }}/blob/master/_docs/_includes/documentation/methods.md)
-
----
-
-The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
-
-<table class="table"
-       data-toggle="table"
-       data-search="true"
-       data-show-toggle="true"
-       data-show-columns="true">
-    <thead>
-    <tr>
-        <th>Name</th>
-        <th>Parameter</th>
-        <th>Description</th>
-    </tr>
-    </thead>
-    <tbody>
-    <tr>
-        <td>getSelections</td>
-        <td>none</td>
-        <td>Return all selected rows, when no record selected, am empty array will return.</td>
-    </tr>
-    <tr>
-        <td>getData</td>
-        <td>none</td>
-        <td>Get the loaded data of table.</td>
-    </tr>
-    <tr>
-        <td>load</td>
-        <td>data</td>
-        <td>Load the data to table, the old rows will be removed.</td>
-    </tr>
-    <tr>
-        <td>append</td>
-        <td>data</td>
-        <td>Append the data to table.</td>
-    </tr>
-    <tr>
-        <td>remove</td>
-        <td>params</td>
-        <td>
-        Remove data from table, the params contains two properties: <br>
-        field: the field name of remove rows. <br>
-        values: the values of remove rows.
-        </td>
-    </tr>
-    <tr>
-        <td>updateRow</td>
-        <td>params</td>
-        <td>
-        Update the specified row, the param contains following properties: <br>
-        index: the row index to be updated. <br>
-        row: the new row data.
-        </td>
-    </tr>
-    <tr>
-        <td>mergeCells</td>
-        <td>options</td>
-        <td>
-        Merge some cells to one cell, the options contains following properties: <br>
-        index: the row index. <br>
-        field: the field name.<br>
-        rowspan: the rowspan count to be merged. <br>
-        colspan: the colspan count to be merged.
-        </td>
-    </tr>
-    <tr>
-        <td>refresh</td>
-        <td>params</td>
-        <td>Refresh the remote server data, you can set <code>{silent: true}</code> to refresh the data silently, and set <code>{url: newUrl}</code> to change the url.</td>
-    </tr>
-    <tr>
-        <td>showLoading</td>
-        <td>none</td>
-        <td>Show loading status.</td>
-    </tr>
-    <tr>
-        <td>hideLoading</td>
-        <td>none</td>
-        <td>Hide loading status.</td>
-    </tr>
-    <tr>
-        <td>checkAll</td>
-        <td>none</td>
-        <td>Check all current page rows.</td>
-    </tr>
-    <tr>
-        <td>uncheckAll</td>
-        <td>none</td>
-        <td>Uncheck all current page rows.</td>
-    </tr>
-    <tr>
-        <td>resetView</td>
-        <td>params</td>
-        <td>Reset the bootstrap table view, for example reset the table height.</td>
-    </tr>
-    <tr>
-        <td>destroy</td>
-        <td>none</td>
-        <td>Destroy the bootstrap table.</td>
-    </tr>
-    <tr>
-        <td>showColumn</td>
-        <td>field</td>
-        <td>Show the specified column.</td>
-    </tr>
-    <tr>
-        <td>hideColumn</td>
-        <td>field</td>
-        <td>Hide the specified column.</td>
-    </tr>
-    </tbody>
-</table>

+ 0 - 340
_docs/_includes/documentation/table-options.md

@@ -1,340 +0,0 @@
-# Table options []({{ site.repo }}/blob/master/_docs/_includes/documentation/table-options.md)
-
----
-
-The table options is defined in `jQuery.fn.bootstrapTable.defaults`.
-
-<table class="table"
-       data-toggle="table"
-       data-search="true"
-       data-show-toggle="true"
-       data-show-columns="true">
-    <thead>
-    <tr>
-        <th>Name</th>
-        <th>Attribute</th>
-        <th>Type</th>
-        <th>Default</th>
-        <th>Description</th>
-    </tr>
-    </thead>
-    <tbody>
-    <tr>
-        <td>-</td>
-        <td>data-toggle</td>
-        <td>String</td>
-        <td>'table'</td>
-        <td>Activate bootstrap table without writing JavaScript.</td>
-    </tr>
-    <tr>
-        <td>classes</td>
-        <td>data-classes</td>
-        <td>String</td>
-        <td>'table table-hover'</td>
-        <td>The class name of table.</td>
-    </tr>
-    <tr>
-        <td>height</td>
-        <td>data-height</td>
-        <td>Number</td>
-        <td>undefined</td>
-        <td>The height of table.</td>
-    </tr>
-    <tr>
-        <td>undefinedText</td>
-        <td>data-undefined-text</td>
-        <td>String</td>
-        <td>'-'</td>
-        <td>Defines the default undefined text.</td>
-    </tr>
-    <tr>
-        <td>striped</td>
-        <td>data-striped</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to stripe the rows.</td>
-    </tr>
-    <tr>
-        <td>sortName</td>
-        <td>data-sort-name</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>Defines which column can be sorted.</td>
-    </tr>
-    <tr>
-        <td>sortOrder</td>
-        <td>data-sort-order</td>
-        <td>String</td>
-        <td>'asc'</td>
-        <td>Defines the column sort order, can only be 'asc' or 'desc'.</td>
-    </tr>
-    <tr>
-        <td>columns</td>
-        <td>-</td>
-        <td>Array</td>
-        <td>[]</td>
-        <td>The table columns config object, see column properties for more details.
-        </td>
-    </tr>
-    <tr>
-        <td>data</td>
-        <td>-</td>
-        <td>Array</td>
-        <td>[]</td>
-        <td>The data to be loaded.</td>
-    </tr>
-    <tr>
-        <td>method</td>
-        <td>data-method</td>
-        <td>String</td>
-        <td>'get'</td>
-        <td>The method type to request remote data.</td>
-    </tr>
-    <tr>
-        <td>url</td>
-        <td>data-url</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>A URL to request data from remote site.</td>
-    </tr>
-    <tr>
-        <td>cache</td>
-        <td>data-cache</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to disable caching of AJAX requests.</td>
-    </tr>
-    <tr>
-        <td>contentType</td>
-        <td>data-content-type</td>
-        <td>String</td>
-        <td>'application/json'</td>
-        <td>The contentType of request remote data.</td>
-    </tr>
-    <tr>
-        <td>dataType</td>
-        <td>data-data-type</td>
-        <td>String</td>
-        <td>'json'</td>
-        <td>The type of data that you are expecting back from the server.</td>
-    </tr>
-    <tr>
-        <td>queryParams</td>
-        <td>data-query-params</td>
-        <td>Function</td>
-        <td>function(params) {<br>return params;<br>}</td>
-        <td>
-        When request remote data, sending additional parameters by format the queryParams, the parameters object contains: <br>
-        pageSize, pageNumber, searchText, sortName, sortOrder. <br>
-        Return false to stop request.
-        </td>
-    </tr>
-    <tr>
-        <td>queryParamsType</td>
-        <td>data-query-params-type</td>
-        <td>String</td>
-        <td>'limit'</td>
-        <td>Set 'limit' to send query params width RESTFul type.</td>
-    </tr>
-    <tr>
-        <td>responseHandler</td>
-        <td>data-response-handler</td>
-        <td>Function</td>
-        <td>function(res) {<br>return res;<br>}</td>
-        <td>
-        Before load remote data, handler the response data format, the parameters object contains: <br>
-        res: the response data.
-        </td>
-    </tr>
-    <tr>
-        <td>pagination</td>
-        <td>data-pagination</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show a pagination toolbar on table bottom.</td>
-    </tr>
-    <tr>
-        <td>sidePagination</td>
-        <td>data-side-pagination</td>
-        <td>String</td>
-        <td>'client'</td>
-        <td>Defines the side pagination of table, can only be 'client' or 'server'.</td>
-    </tr>
-    <tr>
-        <td>pageNumber</td>
-        <td>data-page-number</td>
-        <td>Number</td>
-        <td>1</td>
-        <td>When set pagination property, initialize the page number.</td>
-    </tr>
-    <tr>
-        <td>pageSize</td>
-        <td>data-page-size</td>
-        <td>Number</td>
-        <td>10</td>
-        <td>When set pagination property, initialize the page size.</td>
-    </tr>
-    <tr>
-        <td>pageList</td>
-        <td>data-page-list</td>
-        <td>Array</td>
-        <td>[10, 25, 50, 100]</td>
-        <td>When set pagination property, initialize the page size selecting list.</td>
-    </tr>
-    <tr>
-        <td>selectItemName</td>
-        <td>data-select-item-name</td>
-        <td>String</td>
-        <td>'btSelectItem'</td>
-        <td>The name of radio or checkbox input.</td>
-    </tr>
-    <tr>
-        <td>smartDisplay</td>
-        <td>data-smart-display</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>True to display pagination or card view smartly.</td>
-    </tr>
-    <tr>
-        <td>search</td>
-        <td>data-search</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>Enable the search input.</td>
-    </tr>
-    <tr>
-        <td>showHeader</td>
-        <td>data-show-header</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to hide the table header.</td>
-    </tr>
-    <tr>
-        <td>showColumns</td>
-        <td>data-show-columns</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show the columns drop down list.</td>
-    </tr>
-    <tr>
-        <td>showRefresh</td>
-        <td>data-show-refresh</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show the refresh button.</td>
-    </tr>
-    <tr>
-        <td>showToggle</td>
-        <td>data-show-toggle</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show the toggle button to toggle table / card view.
-        </td>
-    </tr>
-    <tr>
-        <td>minimumCountColumns</td>
-        <td>data-minimum-count-columns</td>
-        <td>Number</td>
-        <td>1</td>
-        <td>The minimum count columns to hide of the columns drop down list.
-        </td>
-    </tr>
-    <tr>
-        <td>idField</td>
-        <td>data-id-field</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>Indicate which field is an identity field.</td>
-    </tr>
-    <tr>
-        <td>cardView</td>
-        <td>data-card-view</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to show card view table, for example mobile view.</td>
-    </tr>
-    <tr>
-        <td>searchAlign</td>
-        <td>data-search-align</td>
-        <td>String</td>
-        <td>'right'</td>
-        <td>Indicate how to align the search input. 'left', 'right' can be used.</td>
-    </tr>
-    <tr>
-        <td>toolbarAlign</td>
-        <td>data-toolbar-align</td>
-        <td>String</td>
-        <td>'right'</td>
-        <td>Indicate how to align the toolbar buttons. 'left', 'right' can be used.</td>
-    </tr>
-    <tr>
-        <td>clickToSelect</td>
-        <td>data-click-to-select</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to select checkbox or radiobox when click rows.</td>
-    </tr>
-    <tr>
-        <td>singleSelect</td>
-        <td>data-single-select</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to allow checkbox selecting only one row.</td>
-    </tr>
-    <tr>
-        <td>toolbar</td>
-        <td>data-toolbar</td>
-        <td>String</td>
-        <td>undefined</td>
-        <td>
-        A jQuery selector that indicate the toolbar, for example:<br>
-        #toolbar, .toolbar.
-        </td>
-    </tr>
-    <tr>
-        <td>checkboxHeader</td>
-        <td>data-checkbox-header</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to hide check-all checkbox in header row.</td>
-    </tr>
-    <tr>
-        <td>maintainSelected</td>
-        <td>data-maintain-selected</td>
-        <td>Boolean</td>
-        <td>false</td>
-        <td>True to maintain selected rows on change page and search.</td>
-    </tr>
-    <tr>
-        <td>sortable</td>
-        <td>data-sortable</td>
-        <td>Boolean</td>
-        <td>true</td>
-        <td>False to disable sortable of all columns.</td>
-    </tr>
-    <tr>
-        <td>rowStyle</td>
-        <td>data-row-style</td>
-        <td>Function</td>
-        <td>{}</td>
-        <td>
-        The row style formatter function, take two parameters: <br>
-        row: the row record data.<br>
-        index: the row index.<br>
-        Support classes or css.
-        </td>
-    </tr>
-    <tr>
-        <td>rowAttributes</td>
-        <td>data-row-attributes</td>
-        <td>Function</td>
-        <td>{}</td>
-        <td>
-        The row attribute formatter function, take two parameters: <br>
-        row: the row record data.<br>
-        index: the row index.<br>
-        Support all custom attributes.
-        </td>
-    </tr>
-    </tbody>
-</table>

+ 0 - 29
_docs/_includes/faq/faq.md

@@ -1,29 +0,0 @@
-# FAQ []({{ site.repo }}/blob/master/_docs/_includes/faq/faq.md)
-
----
-
-### When resize the window, the table header does not adjust automatically, how to solve it?
-
-When you set the `height` of bootstrap table, the `fixed header` feature is automatically enabled, that is what cause the problem, you need to listen the `resize` event of window and use the `resetView` method to solve this problem, code example:
-
-```js
-$(function () {
-    $('#tableId').bootstrapTable(); // init via javascript
-
-    $(window).resize(function () {
-        $('#tableId').bootstrapTable('resetView');
-    });
-});
-```
-
----
-
-### How to better merge cells?
-
-For merged cells, when you do refresh, next page or switch columns to show, the merge cells will be unmerged. We can listen the events(on load success, on column switch, on page change and on search) to solve this problem, code example:
-
-```js
-$table.on('load-success.bs.table column-switch.bs.table page-change.bs.table search.bs.table', function () {
-    $table.bootstrapTable('mergeCells', {...});
-});
-```

+ 0 - 17
_docs/_includes/feature.md

@@ -1,17 +0,0 @@
-### Features
-
-* Created for Bootstrap 3 (Bootstrap 2 supported)
-* Responsive web design
-* Scrollable Table with fixed headers
-* Fully configurable
-* Via data attributes
-* Show/Hide columns
-* Show/Hide headers
-* Get data in JSON format using AJAX
-* Simple column sorting with a click
-* Format column
-* Single or multiple row selection
-* Powerful pagination
-* Card view
-* Localization
-* Extensions

+ 0 - 41
_docs/_includes/footer.html

@@ -1,41 +0,0 @@
-<!-- Footer
-================================================== -->
-<footer class="bs-docs-footer" role="contentinfo">
-  <div class="container">
-    {% include social-buttons.html %}
-
-    <p>Designed and built with all the love in the world by <a href="https://github.com/wenzhixin" target="_blank">@wenzhixin</a>.</p>
-    <p>Maintained by <a href="https://github.com/wenzhixin" target="_blank">@wenzhixin</a> with the help of <a href="https://github.com/wenzhixin/bootstrap-table/graphs/contributors" target="_blank">our contributors</a>.</p>
-    <p>Code licensed under <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
-    <ul class="bs-docs-footer-links muted">
-      <li>Currently v{{ site.current_version }}</li>
-      <li>&middot;</li>
-      <li><a href="{{ site.repo }}">GitHub</a></li>
-      <li>&middot;</li>
-      <li><a href="{{ site.website }}">My website</a></li>
-      <li>&middot;</li>
-      <li><a href="{{ site.repos }}">My repos</a></li>
-      <li>&middot;</li>
-      <li><a href="{{ site.repo }}/issues">Issues</a></li>
-      <li>&middot;</li>
-      <li><a href="{{ site.repo }}/releases">Releases</a></li>
-      <li>&middot;</li>
-      <li><a href="mailto:{{ site.email }}">Email</a></li>
-    </ul>
-  </div>
-</footer>
-
-<!-- Bootstrap core JavaScript
-================================================== -->
-<!-- Placed at the end of the document so the pages load faster -->
-<script src="../assets/js/jquery.min.js"></script>
-<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
-<script src="../assets/js/sidenav.js"></script>
-<script src="../assets/js/docs.min.js"></script>
-<script src="../assets/js/customize.min.js"></script>
-
-<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
-<script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
-
-<script src="../dist/bootstrap-table.min.js"></script>
-<script src="../assets/js/common.js"></script>

+ 0 - 40
_docs/_includes/getting-started/download.md

@@ -1,40 +0,0 @@
-# Download []({{ site.repo }}/blob/master/_docs/_includes/getting-started/download.md)
-
----
-
-<p class="lead">
-Bootstrap table (currently v{{ site.current_version }}) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.
-</p>
-
-## Source code
-
-Source css, JavaScript, locales, and extensions, along with our docs.
-
-<a href="{{ site.master_zip }}" class="btn btn-lg btn-outline" role="button">Download source</a>
-
-## Clone or fork via GitHub
-
-<a href="{{ site.repo }}" class="btn btn-lg btn-outline" role="button">Via GitHub</a>
-
-## CDN
-
-The folks over at [CDNJS](http://www.cdnjs.com/libraries/bootstrap-table) or [bootcss](http://open.bootcss.com/bootstrap-table/) graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these CDN links.
-
-```html
-<!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.3.0/bootstrap-table.min.css">
-
-<!-- Latest compiled and minified JavaScript -->
-<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.3.0/bootstrap-table.min.js"></script>
-
-<!-- Latest compiled and minified Locales -->
-<script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.3.0/locale/bootstrap-table-zh-CN.min.js"></script>
-```
-
-## Bower
-
-Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [Bower](http://bower.io/).
-
-```bash
-$ bower install bootstrap-table
-```

+ 0 - 38
_docs/_includes/getting-started/grunt.md

@@ -1,38 +0,0 @@
-# Compiling CSS and JavaScript []({{ site.repo }}/blob/master/_docs/_includes/getting-started/grunt.md)
-
----
-
-Bootstrap table uses [Grunt](http://gruntjs.com/) for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.
-
-## Installing Grunt
-
-To install Grunt, you must **first** [download and install node.js](http://nodejs.org/download/) (which includes npm). npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js.
-
-Then, from the command line:
-
-1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
-2. Navigate to the root `/bootstrap-table/` directory, then run `npm install`. npm will look at the `package.json` file and automatically install the necessary local dependencies listed there.
-
-When completed, you'll be able to run the various Grunt commands provided from the command line.
-
-## Available Grunt commands
-
-### `grunt dist` (Just compile CSS and JavaScript)
-
-Regenerates the `/dist/` directory with compiled and minified CSS and JavaScript files. As a Bootstrap user, this is normally the command you want.
-
-### `grunt test` (Run tests)
-
-Runs [JSHint](http://jshint.com/) to test our code.
-
-### `grunt docs` (Build & test the docs assets)
-
-Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`.
-
-### `grunt` (Build absolutely everything and run tests)
-
-Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Requires [Jekyll](http://jekyllrb.com/docs/installation/).
-
-## Troubleshooting
-
-Should you encounter problems with installing dependencies or running Grunt commands, first delete the `/node_modules/` directory generated by npm. Then, rerun `npm install`.

+ 0 - 12
_docs/_includes/getting-started/translations.md

@@ -1,12 +0,0 @@
-# Translations []({{ site.repo }}/blob/master/_docs/_includes/getting-started/translations.md)
-
----
-
-Community members have translated Bootstrap table's documentation into various languages. None are officially supported and they may not always be up to date.
-
-* [Bootstrap table 中文文档 (Chinese)]()
-* [Bootstrap table en Español (Spanish)]()
-
-**We don't help organize or host translations, we just link to them.**
-
-Finished a new or better translation? Open a pull request to add it to our list.

+ 0 - 114
_docs/_includes/getting-started/usage.md

@@ -1,114 +0,0 @@
-# Usage []({{ site.repo }}/blob/master/_docs/_includes/getting-started/usage.md)
-
----
-
-Include Bootstrap library (if your project doesn't use it already) and `bootstrap-table.css` in the head tag your html document.
-
-```html
-<link rel="stylesheet" href="bootstrap.min.css">
-<link rel="stylesheet" href="bootstrap-table.css">
-```
-
-Include jQuery library, bootstrap library (if your project doesn't use it already) and `bootstrap-table.js` in the head tag or at the very bottom of your document, just before the closing body tag (usually recommended for better performance).
-
-```html
-<script src="jquery.min.js"></script>
-<script src="bootstrap.min.js"></script>
-<script src="bootstrap-table.js"></script>
-```
-
----
-
-The Bootstrap Table plugin displays data in a tabular format, via data attributes or JavaScript.
-
-## Via data attributes
-
-Activate bootstrap table without writing JavaScript. Set `data-toggle="table"` on a normal table.
-
-```html
-<table data-toggle="table">
-    <thead>
-        <tr>
-            <th>Item ID</th>
-            <th>Item Name</th>
-            <th>Item Price</th>
-        </tr>
-    </thead>
-    <tbody>
-        <tr>
-            <td>1</td>
-            <td>Item 1</td>
-            <td>$1</td>
-        </tr>
-        <tr>
-            <td>2</td>
-            <td>Item 2</td>
-            <td>$2</td>
-        </tr>
-    </tbody>
-</table>
-```
-
-We can also use remote url data by setting `data-url="data1.json"` on a normal table.
-
-```html
-<table data-toggle="table" data-url="data1.json">
-    <thead>
-        <tr>
-            <th data-field="id">Item ID</th>
-            <th data-field="name">Item Name</th>
-            <th data-field="price">Item Price</th>
-        </tr>
-    </thead>
-</table>
-```
-
-## Via JavaScript
-
-Call a bootstrap table with id table with JavaScript.
-
-```html
-<table id="table"></table>
-```
-
-```js
-$('#table').bootstrapTable({
-    columns: [{
-        field: 'id',
-        title: 'Item ID'
-    }, {
-        field: 'name',
-        title: 'Item Name'
-    }, {
-        field: 'price',
-        title: 'Item Price'
-    }],
-    data: [{
-        id: 1,
-        name: 'Item 1',
-        price: '$1'
-    }, {
-        id: 2,
-        name: 'Item 2',
-        price: '$2'
-    }]
-});
-```
-
-We can also use remote url data by setting `url: 'data1.json'`.
-
-```js
-$('#table').bootstrapTable({
-    url: 'data1.json',
-    columns: [{
-        field: 'id',
-        title: 'Item ID'
-    }, {
-        field: 'name',
-        title: 'Item Name'
-    }, {
-        field: 'price',
-        title: 'Item Price'
-    }, ]
-});
-```

+ 0 - 22
_docs/_includes/getting-started/whats-include.md

@@ -1,22 +0,0 @@
-# What's included []({{ site.repo }}/blob/master/_docs/_includes/getting-started/whats-include.md)
-
----
-
-The Bootstrap table source code download includes the precompiled CSS, JavaScript, locales, extensions, and provides both compiled and minified variations, along with documentation. More specifically, it includes the following and more:
-
-```bash
-bootstrap-table/
-├── dist/
-│   ├── extensions/
-│   ├── locale/
-│   ├── bootstrap-table.min.css
-│   └── bootstrap-table.min.js
-├── docs/
-└── src/
-    ├── extensions/
-    ├── locale/
-    ├── bootstrap-table.css
-    └── bootstrap-table.js
-```
-
-The `src/`, `locale/`, and `extensions/` are the source code for our CSS, JS. The `dist/` folder includes everything compiled and minified with `src/`. The `docs/` folder includes the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.

+ 0 - 44
_docs/_includes/header.html

@@ -1,44 +0,0 @@
-<meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="description" content="An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.">
-<meta name="keywords" content="table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin">
-<meta name="author" content="Zhixin Wen, and Bootstrap table contributors">
-
-<title>
-  {% if page.layout == "home" %}
-    {{ page.title }}
-  {% else %}
-    {{ page.title }} &middot; Bootstrap Table
-  {% endif %}
-</title>
-
-<!-- Bootstrap CSS -->
-<link href="../assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
-<link href="../assets/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
-<link href="../assets/css/sidenav.css" rel="stylesheet">
-<link href="../dist/bootstrap-table.min.css" rel="stylesheet">
-<link href="../assets/css/docs.min.css" rel="stylesheet">
-<link href="../assets/css/style.css" rel="stylesheet">
-
-<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
-<script src="../assets/js/ie-emulation-modes-warning.js"></script>
-
-<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
-<!--[if lt IE 9]>
-  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-<![endif]-->
-
-<!-- Favicons -->
-<link rel="apple-touch-icon" href="/apple-touch-icon.png">
-<link rel="icon" href="/favicon.ico">
-
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-  ga('create', 'UA-36708951-1', 'wenzhixin.net.cn');
-  ga('send', 'pageview');
-</script>

+ 0 - 17
_docs/_includes/latest-release.md

@@ -1,17 +0,0 @@
-### Latest release
-
-#### 1.3.0 (2014-10-16)
-
-- [enh] Take `showHeader` option effect to the card view.
-- [enh] Rename and update locale files.
-- [bug] Fix #102: Wrong `options.columns` initialization.
-- [enh] Fix #121: Add extensions for bootstrap table.
-- [bug] Fix #138: IE8 search data and remove method error.
-- [bug] Fix bug: sorter and check all do not work in some case.
-- [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
-- [enh] Support search without data-field set, trim search input.
-- [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
-- [bug] Fix #135, #142: Search use formatted data.
-- [enh] Verify search text before send queryParams.
-- [bug] Fix #148: column events support namespace.
-- [enh] Support to disable radio or checkbox column by formatter.

+ 0 - 35
_docs/_includes/nav/main.html

@@ -1,35 +0,0 @@
-<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
-  <div class="container">
-    <div class="navbar-header">
-      <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a href="../" class="navbar-brand">Bootstrap Table</a>
-    </div>
-    <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
-      <ul class="nav navbar-nav">
-        <li{% if page.slug == "getting-started" %} class="active"{% endif %}>
-          <a href="../getting-started/">Getting started</a>
-        </li>
-        <li{% if page.slug == "examples" %} class="active"{% endif %}>
-          <a href="../examples/">Examples</a>
-        </li>
-        <li{% if page.slug == "documentation" %} class="active"{% endif %}>
-          <a href="../documentation/">Documentation</a>
-        </li>
-        <li{% if page.slug == "extensions" %} class="active"{% endif %}>
-          <a href="../extensions/">Extensions</a>
-        </li>
-        <li{% if page.slug == "faq" %} class="active"{% endif %}>
-          <a href="../faq/">FAQ</a>
-        </li>
-        <li>
-          <a href="{{ site.repo }}" target="_blank">GitHub</a>
-        </li>
-      </ul>
-    </nav>
-  </div>
-</header>

+ 0 - 13
_docs/_includes/social-buttons.html

@@ -1,13 +0,0 @@
-<div class="bs-docs-social">
-  <ul class="bs-docs-social-buttons">
-    <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
-    </li>
-    <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
-    </li>
-    <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true" width="175" height="20" title="Follow on GitHub"></iframe>
-    </li>
-  </ul>
-</div>

+ 0 - 43
_docs/_layouts/default.html

@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <!-- Meta, title, CSS, favicons, etc. -->
-    {% include header.html %}
-  </head>
-  <body>
-    <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
-
-    <!-- Docs master nav -->
-    {% include nav/main.html %}
-
-    <!-- Docs page layout -->
-    <div class="bs-docs-header" id="content">
-      <div class="container">
-        <h1>{{ page.title }}</h1>
-        <p>{{ page.lead }}</p>
-      </div>
-    </div>
-
-    <div class="container bs-docs-container">
-
-      <div class="row">
-        <div class="col-md-{% if page.fullwidth == true %}12{% else %}9{% endif %}"
-             role="main"
-             data-toggle="sidenav"
-             data-container="#sidenav"
-             data-hs="h1,h2"
-             data-smart-id="true"
-             data-bottom=".bs-docs-footer">
-          {{ content }}
-        </div>
-        {% unless page.fullwidth == true %}
-        <div class="col-md-3">
-          <div id="sidenav">
-        </div>
-        {% endunless %}
-      </div>
-    </div>
-
-    {% include footer.html %}
-  </body>
-</html>

+ 0 - 18
_docs/_layouts/home.html

@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <!-- Meta, title, CSS, favicons, etc. -->
-    {% include header.html %}
-  </head>
-  <body class="bs-docs-home">
-    <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
-
-    <!-- Docs master nav -->
-    {% include nav/main.html %}
-
-    <!-- Page content of course! -->
-    {{ content }}
-
-    {% include footer.html %}
-  </body>
-</html>

+ 0 - 22
_docs/_plugins/markdown-tag.rb

@@ -1,22 +0,0 @@
-=begin
-  Jekyll tag to include Markdown text from _includes directory preprocessing with Liquid.
-  Usage:
-    {% markdown <filename> %}
-=end
-module Jekyll
-  class MarkdownTag < Liquid::Tag
-    def initialize(tag_name, text, tokens)
-      super
-      @text = text.strip
-    end
- 
-    def render(context)
-      tmpl = File.read File.join Dir.pwd, "_includes", @text
-      site = context.registers[:site]
-      converter = site.getConverterImpl(Jekyll::Converters::Markdown)
-      tmpl = (Liquid::Template.parse tmpl).render site.site_payload
-      html = converter.convert(tmpl)
-    end
-  end
-end
-Liquid::Template.register_tag('markdown', Jekyll::MarkdownTag)

二进制
_docs/apple-touch-icon.png


+ 0 - 457
_docs/assets/bootstrap/css/bootstrap-theme.css

@@ -1,457 +0,0 @@
-/*!
- * Bootstrap v3.3.0 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-.btn-default,
-.btn-primary,
-.btn-success,
-.btn-info,
-.btn-warning,
-.btn-danger {
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
-}
-.btn-default:active,
-.btn-primary:active,
-.btn-success:active,
-.btn-info:active,
-.btn-warning:active,
-.btn-danger:active,
-.btn-default.active,
-.btn-primary.active,
-.btn-success.active,
-.btn-info.active,
-.btn-warning.active,
-.btn-danger.active {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn-default .badge,
-.btn-primary .badge,
-.btn-success .badge,
-.btn-info .badge,
-.btn-warning .badge,
-.btn-danger .badge {
-  text-shadow: none;
-}
-.btn:active,
-.btn.active {
-  background-image: none;
-}
-.btn-default {
-  text-shadow: 0 1px 0 #fff;
-  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
-  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
-  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #dbdbdb;
-  border-color: #ccc;
-}
-.btn-default:hover,
-.btn-default:focus {
-  background-color: #e0e0e0;
-  background-position: 0 -15px;
-}
-.btn-default:active,
-.btn-default.active {
-  background-color: #e0e0e0;
-  border-color: #dbdbdb;
-}
-.btn-default:disabled,
-.btn-default[disabled] {
-  background-color: #e0e0e0;
-  background-image: none;
-}
-.btn-primary {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
-  background-image:      -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
-  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #2b669a;
-}
-.btn-primary:hover,
-.btn-primary:focus {
-  background-color: #2d6ca2;
-  background-position: 0 -15px;
-}
-.btn-primary:active,
-.btn-primary.active {
-  background-color: #2d6ca2;
-  border-color: #2b669a;
-}
-.btn-primary:disabled,
-.btn-primary[disabled] {
-  background-color: #2d6ca2;
-  background-image: none;
-}
-.btn-success {
-  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
-  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
-  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #3e8f3e;
-}
-.btn-success:hover,
-.btn-success:focus {
-  background-color: #419641;
-  background-position: 0 -15px;
-}
-.btn-success:active,
-.btn-success.active {
-  background-color: #419641;
-  border-color: #3e8f3e;
-}
-.btn-success:disabled,
-.btn-success[disabled] {
-  background-color: #419641;
-  background-image: none;
-}
-.btn-info {
-  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
-  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
-  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #28a4c9;
-}
-.btn-info:hover,
-.btn-info:focus {
-  background-color: #2aabd2;
-  background-position: 0 -15px;
-}
-.btn-info:active,
-.btn-info.active {
-  background-color: #2aabd2;
-  border-color: #28a4c9;
-}
-.btn-info:disabled,
-.btn-info[disabled] {
-  background-color: #2aabd2;
-  background-image: none;
-}
-.btn-warning {
-  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
-  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
-  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #e38d13;
-}
-.btn-warning:hover,
-.btn-warning:focus {
-  background-color: #eb9316;
-  background-position: 0 -15px;
-}
-.btn-warning:active,
-.btn-warning.active {
-  background-color: #eb9316;
-  border-color: #e38d13;
-}
-.btn-warning:disabled,
-.btn-warning[disabled] {
-  background-color: #eb9316;
-  background-image: none;
-}
-.btn-danger {
-  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
-  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
-  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-color: #b92c28;
-}
-.btn-danger:hover,
-.btn-danger:focus {
-  background-color: #c12e2a;
-  background-position: 0 -15px;
-}
-.btn-danger:active,
-.btn-danger.active {
-  background-color: #c12e2a;
-  border-color: #b92c28;
-}
-.btn-danger:disabled,
-.btn-danger[disabled] {
-  background-color: #c12e2a;
-  background-image: none;
-}
-.thumbnail,
-.img-thumbnail {
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  background-color: #e8e8e8;
-  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
-  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
-  background-repeat: repeat-x;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  background-color: #357ebd;
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
-  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
-  background-repeat: repeat-x;
-}
-.navbar-default {
-  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
-  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
-  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .active > a {
-  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
-  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
-  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
-  background-repeat: repeat-x;
-  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
-          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
-}
-.navbar-brand,
-.navbar-nav > li > a {
-  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
-}
-.navbar-inverse {
-  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
-  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
-  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-  background-repeat: repeat-x;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .active > a {
-  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
-  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
-  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
-  background-repeat: repeat-x;
-  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
-          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
-}
-.navbar-inverse .navbar-brand,
-.navbar-inverse .navbar-nav > li > a {
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
-}
-.navbar-static-top,
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  border-radius: 0;
-}
-.alert {
-  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
-          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
-}
-.alert-success {
-  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
-  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
-  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #b2dba1;
-}
-.alert-info {
-  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
-  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
-  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #9acfea;
-}
-.alert-warning {
-  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
-  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
-  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #f5e79e;
-}
-.alert-danger {
-  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
-  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
-  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #dca7a7;
-}
-.progress {
-  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
-  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
-  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
-  background-image:      -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
-  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-success {
-  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
-  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
-  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-info {
-  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
-  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
-  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-warning {
-  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
-  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
-  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-danger {
-  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
-  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
-  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
-  background-repeat: repeat-x;
-}
-.progress-bar-striped {
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-}
-.list-group {
-  border-radius: 4px;
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-}
-.list-group-item.active,
-.list-group-item.active:hover,
-.list-group-item.active:focus {
-  text-shadow: 0 -1px 0 #3071a9;
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
-  background-image:      -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
-  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #3278b3;
-}
-.list-group-item.active .badge,
-.list-group-item.active:hover .badge,
-.list-group-item.active:focus .badge {
-  text-shadow: none;
-}
-.panel {
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-}
-.panel-default > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
-  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-primary > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
-  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-success > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
-  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
-  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-info > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
-  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
-  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-warning > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
-  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
-  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
-  background-repeat: repeat-x;
-}
-.panel-danger > .panel-heading {
-  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
-  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
-  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
-  background-repeat: repeat-x;
-}
-.well {
-  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
-  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
-  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-  background-repeat: repeat-x;
-  border-color: #dcdcdc;
-  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
-          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
-}
-/*# sourceMappingURL=bootstrap-theme.css.map */

文件差异内容过多而无法显示
+ 0 - 1
_docs/assets/bootstrap/css/bootstrap-theme.css.map


文件差异内容过多而无法显示
+ 0 - 5
_docs/assets/bootstrap/css/bootstrap-theme.min.css


文件差异内容过多而无法显示
+ 0 - 6361
_docs/assets/bootstrap/css/bootstrap.css


文件差异内容过多而无法显示
+ 0 - 1
_docs/assets/bootstrap/css/bootstrap.css.map


文件差异内容过多而无法显示
+ 0 - 5
_docs/assets/bootstrap/css/bootstrap.min.css


二进制
_docs/assets/bootstrap/fonts/glyphicons-halflings-regular.eot


文件差异内容过多而无法显示
+ 0 - 229
_docs/assets/bootstrap/fonts/glyphicons-halflings-regular.svg


二进制
_docs/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf


二进制
_docs/assets/bootstrap/fonts/glyphicons-halflings-regular.woff


文件差异内容过多而无法显示
+ 0 - 2320
_docs/assets/bootstrap/js/bootstrap.js


文件差异内容过多而无法显示
+ 0 - 7
_docs/assets/bootstrap/js/bootstrap.min.js


+ 0 - 13
_docs/assets/bootstrap/js/npm.js

@@ -1,13 +0,0 @@
-// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
-require('../../js/transition.js')
-require('../../js/alert.js')
-require('../../js/button.js')
-require('../../js/carousel.js')
-require('../../js/collapse.js')
-require('../../js/dropdown.js')
-require('../../js/modal.js')
-require('../../js/tooltip.js')
-require('../../js/popover.js')
-require('../../js/scrollspy.js')
-require('../../js/tab.js')
-require('../../js/affix.js')

文件差异内容过多而无法显示
+ 0 - 6
_docs/assets/css/docs.min.css


+ 0 - 120
_docs/assets/css/sidenav.css

@@ -1,120 +0,0 @@
-body {
-  position: relative; /* For scrollspy */
-}
-
-/* By default it's not affixed in mobile views, so undo that */
-.bs-sidebar.affix {
-  position: static;
-}
-@media (min-width: 768px) {
-  .bs-sidebar {
-    padding-left: 20px;
-  }
-}
-
-/* First level of nav */
-.bs-sidenav {
-  margin-top: 20px;
-  margin-bottom: 20px;
-}
-
-/* All levels of nav */
-.bs-sidebar .nav > li > a {
-  display: block;
-  padding: 4px 20px;
-  font-size: 13px;
-  font-weight: 500;
-  color: #999;
-}
-.bs-sidebar .nav > li > a:hover,
-.bs-sidebar .nav > li > a:focus {
-  padding-left: 19px;
-  color: #6D6D6D;
-  text-decoration: none;
-  background-color: transparent;
-  border-left: 1px solid #6D6D6D;
-}
-.bs-sidebar .nav > .active > a,
-.bs-sidebar .nav > .active:hover > a,
-.bs-sidebar .nav > .active:focus > a {
-  padding-left: 18px;
-  font-weight: bold;
-  color: #6D6D6D;
-  background-color: transparent;
-  border-left: 2px solid #6D6D6D;
-}
-
-/* Nav: second level (shown on .active) */
-.bs-sidebar .nav .nav {
-  display: none; /* Hide by default, but at >768px, show it */
-  padding-bottom: 10px;
-}
-.bs-sidebar .nav .nav > li > a {
-  padding-top: 1px;
-  padding-bottom: 1px;
-  padding-left: 30px;
-  font-size: 12px;
-  font-weight: normal;
-}
-.bs-sidebar .nav .nav > li > a:hover,
-.bs-sidebar .nav .nav > li > a:focus {
-  padding-left: 29px;
-}
-.bs-sidebar .nav .nav > .active > a,
-.bs-sidebar .nav .nav > .active:hover > a,
-.bs-sidebar .nav .nav > .active:focus > a {
-  padding-left: 28px;
-  font-weight: 500;
-}
-
-/* Back to top (hidden on mobile) */
-.back-to-top {
-  display: none;
-  padding: 4px 10px;
-  margin-top: 10px;
-  margin-left: 10px;
-  font-size: 12px;
-  font-weight: 500;
-  color: #999;
-}
-.back-to-top:hover {
-  color: #6D6D6D;
-  text-decoration: none;
-}
-
-@media (min-width: 768px) {
-  .back-to-top {
-    display: block;
-  }
-}
-
-/* Show and affix the side nav when space allows it */
-@media (min-width: 992px) {
-  .bs-sidebar .nav > .active > ul {
-    display: block;
-  }
-  /* Widen the fixed sidebar */
-  .bs-sidebar.affix,
-  .bs-sidebar.affix-bottom {
-    width: 213px;
-  }
-  .bs-sidebar.affix {
-    position: fixed; /* Undo the static from mobile first approach */
-    top: 20px;
-  }
-  .bs-sidebar.affix-bottom {
-    position: absolute; /* Undo the static from mobile first approach */
-  }
-  .bs-sidebar.affix-bottom .bs-sidenav,
-  .bs-sidebar.affix .bs-sidenav {
-    margin-top: 0;
-    margin-bottom: 0;
-  }
-}
-@media (min-width: 1200px) {
-  /* Widen the fixed sidebar again */
-  .bs-sidebar.affix-bottom,
-  .bs-sidebar.affix {
-    width: 263px;
-  }
-}

+ 0 - 12
_docs/assets/css/style.css

@@ -1,12 +0,0 @@
-.bs-docs-featurette .row {
-    text-align: left;
-}
-.bs-docs-nav + p {
-    margin-bottom: 0;
-}
-.edit-page-link {
-    float: right;
-    font-size: 16px;
-    font-weight: normal;
-    line-height: 39px;
-}

二进制
_docs/assets/flash/ZeroClipboard.swf


+ 0 - 6
_docs/assets/js/common.js

@@ -1,6 +0,0 @@
-$(function () {
-    $('h1').find('a')
-        .attr('target', '_blank')
-        .addClass('edit-page-link')
-        .text('Edit on GitHub');
-});

文件差异内容过多而无法显示
+ 0 - 61
_docs/assets/js/customize.min.js


文件差异内容过多而无法显示
+ 0 - 26
_docs/assets/js/docs.min.js


+ 0 - 51
_docs/assets/js/ie-emulation-modes-warning.js

@@ -1,51 +0,0 @@
-// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
-// IT'S JUST JUNK FOR OUR DOCS!
-// ++++++++++++++++++++++++++++++++++++++++++
-/*!
- * Copyright 2014 Twitter, Inc.
- *
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
-(function () {
-  'use strict';
-
-  function emulatedIEMajorVersion() {
-    var groups = /MSIE ([0-9.]+)/.exec(window.navigator.userAgent)
-    if (groups === null) {
-      return null
-    }
-    var ieVersionNum = parseInt(groups[1], 10)
-    var ieMajorVersion = Math.floor(ieVersionNum)
-    return ieMajorVersion
-  }
-
-  function actualNonEmulatedIEMajorVersion() {
-    // Detects the actual version of IE in use, even if it's in an older-IE emulation mode.
-    // IE JavaScript conditional compilation docs: http://msdn.microsoft.com/en-us/library/ie/121hztk3(v=vs.94).aspx
-    // @cc_on docs: http://msdn.microsoft.com/en-us/library/ie/8ka90k2e(v=vs.94).aspx
-    var jscriptVersion = new Function('/*@cc_on return @_jscript_version; @*/')() // jshint ignore:line
-    if (jscriptVersion === undefined) {
-      return 11 // IE11+ not in emulation mode
-    }
-    if (jscriptVersion < 9) {
-      return 8 // IE8 (or lower; haven't tested on IE<8)
-    }
-    return jscriptVersion // IE9 or IE10 in any mode, or IE11 in non-IE11 mode
-  }
-
-  var ua = window.navigator.userAgent
-  if (ua.indexOf('Opera') > -1 || ua.indexOf('Presto') > -1) {
-    return // Opera, which might pretend to be IE
-  }
-  var emulated = emulatedIEMajorVersion()
-  if (emulated === null) {
-    return // Not IE
-  }
-  var nonEmulated = actualNonEmulatedIEMajorVersion()
-
-  if (emulated !== nonEmulated) {
-    window.alert('WARNING: You appear to be using IE' + nonEmulated + ' in IE' + emulated + ' emulation mode.\nIE emulation modes can behave significantly differently from ACTUAL older versions of IE.\nPLEASE DON\'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes!')
-  }
-})();

+ 0 - 22
_docs/assets/js/ie10-viewport-bug-workaround.js

@@ -1,22 +0,0 @@
-/*!
- * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014 Twitter, Inc.
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-
-// See the Getting Started docs for more information:
-// http://getbootstrap.com/getting-started/#support-ie10-width
-
-(function () {
-  'use strict';
-  if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
-    var msViewportStyle = document.createElement('style')
-    msViewportStyle.appendChild(
-      document.createTextNode(
-        '@-ms-viewport{width:auto!important}'
-      )
-    )
-    document.querySelector('head').appendChild(msViewportStyle)
-  }
-})();

+ 0 - 13
_docs/assets/js/ie8-responsive-file-warning.js

@@ -1,13 +0,0 @@
-// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
-// IT'S JUST JUNK FOR OUR DOCS!
-// ++++++++++++++++++++++++++++++++++++++++++
-/*!
- * Copyright 2011-2014 Twitter, Inc.
- *
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
- */
-// Intended to prevent false-positive bug reports about responsive styling supposedly not working in IE8.
-if (window.location.protocol == 'file:') {
-  window.alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.')
-}

文件差异内容过多而无法显示
+ 0 - 4
_docs/assets/js/jquery.min.js


+ 0 - 169
_docs/assets/js/sidenav.js

@@ -1,169 +0,0 @@
-/*
- * @file sidenav.js
- * @author Jianlong Chen <jianlong99@gmail.com>
- * @date 2014-03-08
- * @update 2014-11-12
- */
-
-(function($) {
-
-  'use strict';
-
-  function SideNav($el) {
-    this.$el = $el;
-  }
-
-
-  SideNav.prototype = {
-    constructor: SideNav,
-
-    init: function(options) {
-      this.options = options;
-
-      this.initViews();
-      this.initAffix();
-    },
-
-    initViews: function() {
-      var that = this,
-          counts = {},
-          preLevel = 0;
-
-      this.$menu = $([
-          '<div class="bs-sidebar hidden-print">',
-          '  <ul class="nav bs-sidenav">',
-          '  </ul>',
-          '</div>'
-          ].join(''));
-      this.$list = '';
-
-      // Support String type, for example use: data-hs="h1, h2, h3"
-      if (typeof this.options.hs === 'string') {
-        this.options.hs = $.map(this.options.hs.split(','), function (h) {
-          return $.trim(h); // remove space
-        });
-      }
-
-      this.$el.find(this.options.hs.join(',')).each(function(i) {
-        var $this = $(this),
-        $div,
-        name = $this[0].localName,
-        title = $this.text(),
-        level = $.inArray(name, that.options.hs) + 1,
-        nums = [],
-        index,
-        id;
-
-        if (level - preLevel > 1) {
-          return;
-        }
-        if (!counts.hasOwnProperty(name) || level - preLevel === 1) {
-          counts[name] = 0;
-        }
-        counts[name]++;
-
-        $.each(counts, function(i) {
-          nums.push(counts[i]);
-          if (nums.length === level) {
-            return false;
-          }
-        });
-        index = nums.join('-');
-
-        id = 'sideNavTitle' + index;
-
-        if (that.options.smartId) {
-          id = $.trim($(this).text()).toLowerCase();
-          id = id.replace(/ /g, '-');
-          id = id.replace(/'|"/g, '');
-        }
-        $div = $('<div id="' + id + '"></div>');
-        $div.insertAfter($this).append($this);
-
-        var aElem = '<a href="#' + id + '">' + title + '</a>';
-        if (level === 1 && preLevel === 0) {
-          that.$list += '<li class="active">' + aElem;
-        } else if (level === preLevel) {
-          that.$list += '</li><li>' + aElem;
-        } else if (level - preLevel === 1) {
-          that.$list += '<ul class="nav"><li>' + aElem;
-        } else {
-          for (var $i = 0; $i < preLevel - level; $i++) {
-            that.$list += '</ul></li>';
-          }
-          that.$list += '<li>' + aElem;
-        }
-        preLevel = level;
-      });
-
-      for (; preLevel > 0; preLevel--) {
-        if (preLevel > 1) {
-          that.$list += '</ul>';
-        }
-        that.$list += '</li>';
-      }
-      this.$menu.find('ul').append(this.$list);
-
-      var backElem = '<a class="back-to-top" href="' +
-        this.options.toTopHref + '">' + this.options.toTopText + '</a>';
-      this.$menu.append(backElem);
-
-      $(this.options.container).append(this.$menu);
-    },
-
-    initAffix: function() {
-      $('body').scrollspy({target: '.bs-sidebar'});
-
-      if (typeof this.options.top === 'undefined') {
-        this.options.top = this.options.container;
-      }
-      if (typeof this.options.top === 'string' && $(this.options.top).length) {
-        this.options.top = $(this.options.top).offset().top;
-      }
-      if (typeof this.options.bottom === 'string' && $(this.options.bottom).length) {
-        this.options.bottom = $(this.options.bottom).outerHeight(true);
-      }
-      this.$menu.affix({
-        offset: {
-          top: this.options.top || 0,
-          bottom: this.options.bottom || 0
-        }
-      });
-    }
-  };
-
-  $.fn.sideNav = function() {
-    var option = arguments[0],
-      args = arguments,
-      value;
-
-    this.each(function() {
-      var $this = $(this), data = $this.data('sideNav'),
-      options = $.extend({}, $.fn.sideNav.defaults, $this.data(), option);
-
-      if (!data) {
-        data = new SideNav($this);
-        data.init(options, true);
-        $this.data('sideNav', data);
-      } else {
-        data.init(options);
-      }
-    });
-
-    return value ? value : this;
-  };
-
-  $.fn.sideNav.defaults = {
-    container: 'body',
-    hs: ['h2', 'h3', 'h4'],
-    smartId: false,
-    top: undefined,
-    bottom: undefined,
-    toTopHref: '#top',
-    toTopText: 'Back to top'
-  };
-
-  $(function () {
-    $('[data-toggle="sidenav"]').sideNav();
-  });
-})(jQuery);

文件差异内容过多而无法显示
+ 0 - 8
_docs/dist/bootstrap-table.min.css


文件差异内容过多而无法显示
+ 0 - 7
_docs/dist/bootstrap-table.min.js


+ 0 - 7
_docs/dist/locale/bootstrap-table-da-DK.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Indlæser, vent venligst…"},formatRecordsPerPage:function(a){return a+" poster pr side"},formatShowingRows:function(a,b,c){return"Viser "+a+" til "+b+" af "+c+" rækker"},formatSearch:function(){return"Søg"},formatNoMatches:function(){return"Ingen poster fundet"}})}(jQuery);

文件差异内容过多而无法显示
+ 0 - 7
_docs/dist/locale/bootstrap-table-el-GR.min.js


+ 0 - 7
_docs/dist/locale/bootstrap-table-en-US.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Loading, please wait…"},formatRecordsPerPage:function(a){return a+" records per page"},formatShowingRows:function(a,b,c){return"Showing "+a+" to "+b+" of "+c+" rows"},formatSearch:function(){return"Search"},formatNoMatches:function(){return"No matching records found"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-es-AR.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Cargando, espere por favor..."},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Mostrando "+a+" a "+b+" de "+c+" filas"},formatSearch:function(){return"Buscar"},formatNoMatches:function(){return"No se encontraron registros"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-fr-BE.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Chargement en cours..."},formatRecordsPerPage:function(a){return a+" entrées par page"},formatShowingRows:function(a,b,c){return"Affiche de"+a+" à "+b+" sur "+c+" lignes"},formatSearch:function(){return"Recherche"},formatNoMatches:function(){return"Pas de fichiers trouvés"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-it-IT.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Caricamento in corso…"},formatRecordsPerPage:function(a){return a+" records per pagina"},formatShowingRows:function(a,b,c){return"Pagina "+a+" di "+b+" ("+c+" records)"},formatSearch:function(){return"Cerca"},formatNoMatches:function(){return"Nessun record trovato"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-nl-NL.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Laden, even geduld…"},formatRecordsPerPage:function(a){return a+" records per pagina"},formatShowingRows:function(a,b,c){return"Toon "+a+" tot "+b+" van "+c+" records"},formatSearch:function(){return"Zoeken"},formatNoMatches:function(){return"Geen resultaten gevonden"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-pt-BR.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Carregando, aguarde…"},formatRecordsPerPage:function(a){return a+" registros por página"},formatShowingRows:function(a,b,c){return"Exibindo "+a+" até "+b+" de "+c+" linhas"},formatSearch:function(){return"Busca"},formatNoMatches:function(){return"Nenhum registro encontrado"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-ru-RU.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Пожалуйста подождите, идет загрузка…"},formatRecordsPerPage:function(a){return a+" записей на странице"},formatShowingRows:function(a,b,c){return"Показаны записи с "+a+" по "+b+" из "+c},formatSearch:function(){return"Поиск"},formatNoMatches:function(){return"Записи не найдены"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-tr-TR.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Yükleniyor, lütfen bekleyin…"},formatRecordsPerPage:function(a){return a+" kayıt sayfa başına"},formatShowingRows:function(a,b,c){return c+" kayıttan "+a+" ile "+b+" arası gösteriliyor"},formatSearch:function(){return"Ara"},formatNoMatches:function(){return"Eşleşen kayıt bulunamadı"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-vi-VN.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"Đang tải..."},formatRecordsPerPage:function(a){return a+" bản ghi mỗi trang"},formatShowingRows:function(a,b,c){return"Hiển thị từ trang "+a+" đến "+b+" của "+c+" bảng ghi"},formatSearch:function(){return"Tìm kiếm"},formatNoMatches:function(){return"Không có dữ liệu"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-zh-CN.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地加载数据中,请稍候……"},formatRecordsPerPage:function(a){return"每页显示 "+a+" 条记录"},formatShowingRows:function(a,b,c){return"显示第 "+a+" 到第 "+b+" 条记录,总共 "+c+" 条记录"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"没有找到匹配的记录"}})}(jQuery);

+ 0 - 7
_docs/dist/locale/bootstrap-table-zh-TW.min.js

@@ -1,7 +0,0 @@
-/*
-* bootstrap-table - v1.3.0 - 2014-10-16
-* https://github.com/wenzhixin/bootstrap-table
-* Copyright (c) 2014 zhixin wen
-* Licensed MIT License
-*/
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地載入資料,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 項記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 項記錄,總共 "+c+" 項記錄"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找符合的結果"}})}(jQuery);

+ 0 - 16
_docs/documentation.md

@@ -1,16 +0,0 @@
----
-layout: default
-title: Documentation
-slug: documentation
-lead: "The documentation contains Table Properties, Column Properties, Events, Methods, and much more."
----
-
-{% markdown documentation/table-options.md %}
-
-{% markdown documentation/column-options.md %}
-
-{% markdown documentation/events.md %}
-
-{% markdown documentation/methods.md %}
-
-{% markdown documentation/localizations.md %}

+ 0 - 20
_docs/faq.md

@@ -1,20 +0,0 @@
----
-layout: default
-title: FAQ
-slug: faq
-lead: "Frequently Asked Questions."
----
-
-{% markdown faq/faq.md %}
-
----
-
-### How can I support development of bootstrap-table?
-
-All your ideas and feedback are very appreciated! Please feel free to open issues on github or send me email.
-
-I'm also grateful for your donations:
-
-<script data-gratipay-username="wenzhixin" data-gratipay-widget="button" src="//gttp.co/v1.js"></script>
-
-Thank you!

二进制
_docs/favicon.ico


+ 0 - 16
_docs/getting-started.md

@@ -1,16 +0,0 @@
----
-layout: default
-title: Getting started
-slug: getting-started
-lead: "An overview of Bootstrap Table, how to download and use, basic templates, and more."
----
-
-{% markdown getting-started/download.md %}
-
-{% markdown getting-started/whats-include.md %}
-
-{% markdown getting-started/grunt.md %}
-
-{% markdown getting-started/usage.md %}
-
-{% markdown getting-started/translations.md %}

+ 0 - 36
_docs/index.md

@@ -1,36 +0,0 @@
----
-layout: home
-title: Bootstrap Table &middot; An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.
----
-
-<main class="bs-docs-masthead" id="content" role="main">
-  <div class="container">
-    <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">BT</span>
-    <p class="lead">An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.</p>
-    <p class="lead">
-      <a href="https://github.com/wenzhixin/bootstrap-table" class="btn btn-outline-inverse btn-lg">Download</a>
-      <a href="getting-started" class="btn btn-outline-inverse btn-lg">Getting started</a>
-    </p>
-    <p class="version">Currently v{{ site.current_version }}</p>
-  </div>
-</main>
-
-<div class="bs-docs-featurette">
-  <div class="container">
-    <h2 class="bs-docs-featurette-title">Designed for Twitter Bootstrap.</h2>
-    <p class="lead">Bootstrap table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.</p>
-
-    <hr class="half-rule">
-
-    <div class="row">
-      <div class="col-md-1"></div>
-      <div class="col-sm-5">
-        {% markdown feature.md %}
-      </div>
-      <div class="col-sm-5">
-        {% markdown latest-release.md %}
-      </div>
-      <div class="col-md-1"></div>
-    </div>
-  </div>
-</div>

+ 3 - 0
docs/data/README.md

@@ -0,0 +1,3 @@
+# Data for jsFiddle
+
+Detail: [Pass response directly from GitHub Repository](http://doc.jsfiddle.net/use/github_response.html)