Skip to content

Commit

Permalink
Switch docs to https site (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucono committed Jan 4, 2019
1 parent 2f5c919 commit 94a7af2
Show file tree
Hide file tree
Showing 27 changed files with 64 additions and 64 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -1,4 +1,4 @@
[![xtypejs Logo](http://xtype.js.org/site/assets/img/xtypejs-logo.png)](http://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
[![xtypejs Logo](https://xtype.js.org/site/assets/img/xtypejs-logo.png)](https://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
## Elegant, highly efficient data validation for JavaScript

---
Expand All @@ -9,7 +9,7 @@
- Improves application efficiency and readability by unifying the most basic but common data and type validations in JavaScript apps, into single, concise, highly optimized operations.
- Employs bitwise operations, data pre-processing, and memory-efficient memoization for fast, robust performance in small and large apps and libraries.
- Ready for nodejs, requirejs, and regular script tag.
- Website &ndash; **[xtype.js.org](http://xtype.js.org)**
- Website &ndash; **[xtype.js.org](https://xtype.js.org)**

### Go from this:

Expand Down Expand Up @@ -97,13 +97,13 @@ function searchEmployees(value) {

#### Links

- [Website](http://xtype.js.org)
- [Examples And Guide](http://xtype.js.org/?doc=guide)
- [API Docs](http://xtype.js.org/?doc=api)
- [Website](https://xtype.js.org)
- [Examples And Guide](https://xtype.js.org/?doc=guide)
- [API Docs](https://xtype.js.org/?doc=api)

#### Installation

See [here](http://xtype.js.org/?doc=getit).
See [here](https://xtype.js.org/?doc=getit).

#### Dependencies

Expand All @@ -124,4 +124,4 @@ MIT license.

Visit the website for usage guide, examples, API docs, and installation.

**[xtype.js.org](http://xtype.js.org/)**
**[xtype.js.org](https://xtype.js.org/)**
Expand Up @@ -82,8 +82,8 @@ xtype.which('g', 'appFlag') === 'appFlag'; // 'app_flag' type uses camel name

For other related documentation for working with name schemes, also see:

* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)

### Preventing name collisions

Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -22,9 +22,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Extension: xtypejs-extension-autocamel-name-scheme</div>
</div>
</div>
Expand Down
Expand Up @@ -55,7 +55,7 @@ If the extension script needs to be included before the xtypejs script, or the `

### Usage

For usage details, see the xtypejs `registerType` API method *[documentation](http://xtype.js.org/api/registerType)*.
For usage details, see the xtypejs `registerType` API method *[documentation](https://xtype.js.org/api/registerType)*.

### Preventing name collisions

Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Extension: xtypejs-extension-custom-types</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions project/extensions/xtypejs-extension-typename-utils/README.md
Expand Up @@ -64,10 +64,10 @@ If the extension script needs to be included before the xtypejs script, or the `

For usage, see:

* `xtype.util.nameToId` - *[doc](http://xtype.js.org/api/nameToId)*
* `xtype.util.idToName` - *[doc](http://xtype.js.org/api/idToName)*
* `xtype.util.typeNames` - *[doc](http://xtype.js.org/api/typeNames)*
* `xtype.util.typeIds` - *[doc](http://xtype.js.org/api/typeIds)*
* `xtype.util.nameToId` - *[doc](https://xtype.js.org/api/nameToId)*
* `xtype.util.idToName` - *[doc](https://xtype.js.org/api/idToName)*
* `xtype.util.typeNames` - *[doc](https://xtype.js.org/api/typeNames)*
* `xtype.util.typeIds` - *[doc](https://xtype.js.org/api/typeIds)*

### Preventing name collisions

Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Extension: xtypejs-extension-typename-utils</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions project/name-schemes/xtypejs-name-scheme-camel/README.md
Expand Up @@ -47,10 +47,10 @@ xtype.options.setNameScheme('camel');

For general documentation on using custom name schemes, see:

* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)

### Type names in scheme
---
Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Name Scheme: camel</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions project/name-schemes/xtypejs-name-scheme-compact/README.md
Expand Up @@ -47,10 +47,10 @@ xtype.options.setNameScheme('compact');

For general documentation on using custom name schemes, see:

* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)

### Type names in scheme
---
Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Name Scheme: compact</div>
</div>
</div>
Expand Down
Expand Up @@ -47,10 +47,10 @@ xtype.options.setNameScheme('shortened-camel');

For general documentation on using custom name schemes, see:

* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)

### Type names in scheme
---
Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Name Scheme: shortened-camel</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions project/name-schemes/xtypejs-name-scheme-shortened/README.md
Expand Up @@ -47,10 +47,10 @@ xtype.options.setNameScheme('shortened');

For general documentation on using custom name schemes, see:

* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](http://xtype.js.org/api/setNameScheme)
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme)
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme)
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme)
* [setNameScheme method](https://xtype.js.org/api/setNameScheme)

### Type names in scheme
---
Expand Down
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
Expand Up @@ -21,9 +21,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">xtypejs Name Scheme: shortened</div>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions project/xtypejs/README.md
@@ -1,4 +1,4 @@
[![xtypejs Logo](http://xtype.js.org/site/assets/img/xtypejs-logo.png)](http://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
[![xtypejs Logo](https://xtype.js.org/site/assets/img/xtypejs-logo.png)](https://xtype.js.org/) <a href="https://travis-ci.org/lucono/xtypejs"><img align="right" src="https://travis-ci.org/lucono/xtypejs.svg?branch=master"></a>
## Elegant, highly efficient data validation for JavaScript

---
Expand All @@ -9,7 +9,7 @@
- Improves application efficiency and readability by unifying the most basic but common data and type validations in JavaScript apps, into single, concise, highly optimized operations.
- Employs bitwise operations, data pre-processing, and memory-efficient memoization for fast, robust performance in small and large apps and libraries.
- Ready for nodejs, requirejs, and regular script tag.
- Website &ndash; **[xtype.js.org](http://xtype.js.org)**
- Website &ndash; **[xtype.js.org](https://xtype.js.org)**

### Go from this:

Expand Down Expand Up @@ -97,13 +97,13 @@ function searchEmployees(value) {

#### Links

- [Website](http://xtype.js.org)
- [Examples And Guide](http://xtype.js.org/?doc=guide)
- [API Docs](http://xtype.js.org/?doc=api)
- [Website](https://xtype.js.org)
- [Examples And Guide](https://xtype.js.org/?doc=guide)
- [API Docs](https://xtype.js.org/?doc=api)

#### Installation

See [here](http://xtype.js.org/?doc=getit).
See [here](https://xtype.js.org/?doc=getit).

#### Dependencies

Expand All @@ -124,4 +124,4 @@ MIT license.

Visit the website for usage guide, examples, API docs, and installation.

**[xtype.js.org](http://xtype.js.org/)**
**[xtype.js.org](https://xtype.js.org/)**
2 changes: 1 addition & 1 deletion project/xtypejs/package.json
Expand Up @@ -15,7 +15,7 @@
"name": "Lucas Ononiwu"
},
"license": "MIT",
"homepage": "http://xtype.js.org",
"homepage": "https://xtype.js.org",
"repository": {
"type": "git",
"url": "https://github.com/lucono/xtypejs.git"
Expand Down
2 changes: 1 addition & 1 deletion project/xtypejs/test/README.md
Expand Up @@ -41,4 +41,4 @@ HTML reports are generated under the `build` directory for the js linting result

Visit the website for usage guide, examples, API documentation, and download.

#### **[xtype.js.org](http://xtype.js.org/)**
#### **[xtype.js.org](https://xtype.js.org/)**
4 changes: 2 additions & 2 deletions project/xtypejs/test/spec-dev.html
Expand Up @@ -20,9 +20,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">Elegant, highly efficient data validation for JavaScript.</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions project/xtypejs/test/spec-dist.html
Expand Up @@ -20,9 +20,9 @@

<body>
<div class="top-section">
<a href="http://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
<a href="https://xtype.js.org"><img id="logo" src="../../../shared/assets/img/xtypejs-logo.png"></a>
<div class="project-address">
<a href="http://xtype.js.org">xtype.js.org</a>
<a href="https://xtype.js.org">xtype.js.org</a>
<div class="description">Elegant, highly efficient data validation for JavaScript Apps.</div>
</div>
</div>
Expand Down

0 comments on commit 94a7af2

Please sign in to comment.