Rename package and repository
This commit is contained in:
parent
77d5e9fe5e
commit
70ecd5c2e2
18
README.md
18
README.md
@ -1,12 +1,12 @@
|
||||
# Daux.io
|
||||
|
||||
|
||||
[![Latest Version](https://img.shields.io/github/release/justinwalsh/daux.io.svg?style=flat-square)](https://github.com/justinwalsh/daux.io/releases)
|
||||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/justinwalsh/daux.io/blob/master/LICENSE.md)
|
||||
[![Build Status](https://img.shields.io/travis/onigoetz/daux.io/master.svg?style=flat-square)](https://travis-ci.org/onigoetz/daux.io)
|
||||
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/onigoetz/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/onigoetz/daux.io/code-structure)
|
||||
[![Quality Score](https://img.shields.io/scrutinizer/g/onigoetz/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/onigoetz/daux.io)
|
||||
[![Total Downloads](https://img.shields.io/packagist/dt/justinwalsh/daux.io.svg?style=flat-square)](https://packagist.org/packages/justinwalsh/daux.io)
|
||||
[![Latest Version](https://img.shields.io/github/release/dauxio/daux.io.svg?style=flat-square)](https://github.com/dauxio/daux.io/releases)
|
||||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/dauxio/daux.io/blob/master/LICENSE.md)
|
||||
[![Build Status](https://img.shields.io/travis/dauxio/daux.io/master.svg?style=flat-square)](https://travis-ci.org/dauxio/daux.io)
|
||||
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/dauxio/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/dauxio/daux.io/code-structure)
|
||||
[![Quality Score](https://img.shields.io/scrutinizer/g/dauxio/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/dauxio/daux.io)
|
||||
[![Total Downloads](https://img.shields.io/packagist/dt/dauxio/daux.io.svg?style=flat-square)](https://packagist.org/packages/dauxio/daux.io)
|
||||
|
||||
|
||||
**Daux.io** is a documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
|
||||
@ -45,12 +45,12 @@ This is a list of sites using Daux.io:
|
||||
* [Cumulus TV: Android TV app that turns any stream/page into a Live Channel](http://cumulustv.herokuapp.com)
|
||||
* [Nuntius: A PHP framework for bots](https://roysegall.github.io/nuntius-bot/)
|
||||
|
||||
Do you use Daux.io? Send me a pull request or open an [issue](https://github.com/justinwalsh/daux.io/issues) and I will add you to the list.
|
||||
Do you use Daux.io? Send me a pull request or open an [issue](https://github.com/dauxio/daux.io/issues) and I will add you to the list.
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
composer global require justinwalsh/daux.io
|
||||
composer global require dauxio/daux.io
|
||||
```
|
||||
|
||||
You can then use the `daux` command line to generate your documentation.
|
||||
@ -234,4 +234,4 @@ If you encounter an error similar to `utf8_decode() not found` this means that y
|
||||
|
||||
## Support
|
||||
|
||||
If you need help using Daux.io, or have found a bug, please create an issue on the <a href="https://github.com/justinwalsh/daux.io/issues" target="_blank">GitHub repo</a>.
|
||||
If you need help using Daux.io, or have found a bug, please create an issue on the <a href="https://github.com/dauxio/daux.io/issues" target="_blank">GitHub repo</a>.
|
||||
|
4
bin/daux
4
bin/daux
@ -27,14 +27,14 @@ Feedback & Suggestions
|
||||
To give us feedback or to suggest an idea, please create an request on the the
|
||||
GitHub issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
||||
To file bug reports please create an issue using the github issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
|
||||
Copyright and License
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "justinwalsh/daux.io",
|
||||
"name": "daux/daux.io",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"description": "Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly",
|
||||
"keywords": ["documentation", "docs", "markdown", "md"],
|
||||
"homepage": "http://daux.io/",
|
||||
"homepage": "https://dauxio.github.io/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Justin Walsh",
|
||||
@ -30,6 +30,9 @@
|
||||
"Todaymade\\Daux\\": "libs/"
|
||||
}
|
||||
},
|
||||
"replace": {
|
||||
"justinwalsh/daux.io": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5",
|
||||
"mikey179/vfsStream": "^1.6"
|
||||
|
@ -43,14 +43,14 @@ This is a list of sites using Daux.io:
|
||||
* [Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation](http://mun.ee)
|
||||
* [ICADMIN: An admin panel powered by CodeIgniter.](http://istocode.com/shared/ic-admin/)
|
||||
|
||||
Do you use Daux.io? Send us a pull request or open an [issue](https://github.com/justinwalsh/daux.io/issues) and I will add you to the list.
|
||||
Do you use Daux.io? Send us a pull request or open an [issue](https://github.com/dauxio/daux.io/issues) and I will add you to the list.
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Install
|
||||
|
||||
```
|
||||
composer global require justinwalsh/daux.io
|
||||
composer global require dauxio/daux.io
|
||||
```
|
||||
|
||||
You can then use the `daux` command line to generate your documentation.
|
||||
@ -137,4 +137,4 @@ If you encounter an error similar to `utf8_decode() not found` this means that y
|
||||
|
||||
## Support
|
||||
|
||||
If you need help using Daux.io, or have found a bug, please create an issue on the <a href="https://github.com/justinwalsh/daux.io/issues" target="_blank">GitHub repo</a>.
|
||||
If you need help using Daux.io, or have found a bug, please create an issue on the <a href="https://github.com/dauxio/daux.io/issues" target="_blank">GitHub repo</a>.
|
||||
|
@ -119,4 +119,4 @@ Here's an image.
|
||||
|
||||
Note: to use images on a landing page (index.md), prefix the image URL with the name of the directory it appears in, omitting the numerical prefix used to order the sections. For example in this section, to display this image on the landing page (index.md), the URL for the image would be "Features/sampleimage.png" to display the same image.
|
||||
|
||||
*View the [source of this content](https://github.com/justinwalsh/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*
|
||||
*View the [source of this content](https://github.com/dauxio/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*
|
||||
|
@ -11,7 +11,7 @@ Daux.io will handle the rest
|
||||
```json
|
||||
{
|
||||
"html": {
|
||||
"edit_on_github": "justinwalsh/daux.io/blob/master/docs"
|
||||
"edit_on_github": "dauxio/daux.io/blob/master/docs"
|
||||
}
|
||||
}
|
||||
```
|
||||
@ -28,7 +28,7 @@ As long as you can refer your files by a URL, you can create an edit link for yo
|
||||
"html": {
|
||||
"edit_on": {
|
||||
"name": "Bitbucket",
|
||||
"basepath": "https://bitbucket.org/onigoetz/daux.io/src/master/docs"
|
||||
"basepath": "https://bitbucket.org/dauxio/daux.io/src/master/docs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ Add a 'Fork me on GitHub' ribbon.
|
||||
|
||||
```json
|
||||
{
|
||||
"html": { "repo": "justinwalsh/daux.io" }
|
||||
"html": { "repo": "dauxio/daux.io" }
|
||||
}
|
||||
```
|
||||
|
||||
@ -118,8 +118,8 @@ Include custom links in the sidebar.
|
||||
{
|
||||
"html": {
|
||||
"links": {
|
||||
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
|
||||
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
|
||||
"GitHub Repo": "https://github.com/dauxio/daux.io",
|
||||
"Help/Support/Bugs": "https://github.com/dauxio/daux.io/issues",
|
||||
"Made by Todaymade": "http://todaymade.com"
|
||||
}
|
||||
}
|
||||
|
@ -19,15 +19,14 @@
|
||||
"float": true,
|
||||
"inherit_index": true,
|
||||
|
||||
"repo": "justinwalsh/daux.io",
|
||||
"edit_on_github": "justinwalsh/daux.io/blob/master/docs",
|
||||
"twitter": ["justin_walsh", "todaymade"],
|
||||
"repo": "dauxio/daux.io",
|
||||
"edit_on_github": "dauxio/daux.io/blob/master/docs",
|
||||
"twitter": ["onigoetz"],
|
||||
"google_analytics": "UA-12653604-10",
|
||||
"links": {
|
||||
"Download": "https://github.com/justinwalsh/daux.io/archive/master.zip",
|
||||
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
|
||||
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
|
||||
"Made by Todaymade": "http://todaymade.com"
|
||||
"Download": "https://github.com/dauxio/daux.io/archive/master.zip",
|
||||
"GitHub Repo": "https://github.com/dauxio/daux.io",
|
||||
"Help/Support/Bugs": "https://github.com/dauxio/daux.io/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
generate
4
generate
@ -27,14 +27,14 @@ Feedback & Suggestions
|
||||
To give us feedback or to suggest an idea, please create an request on the the
|
||||
GitHub issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
||||
To file bug reports please create an issue using the github issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
|
||||
Copyright and License
|
||||
|
@ -26,14 +26,14 @@ Feedback & Suggestions
|
||||
To give us feedback or to suggest an idea, please create an request on the the
|
||||
GitHub issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
||||
To file bug reports please create an issue using the github issue tracker:
|
||||
|
||||
https://github.com/justinwalsh/daux.io/issues
|
||||
https://github.com/dauxio/daux.io/issues
|
||||
|
||||
|
||||
Copyright and License
|
||||
|
@ -13,25 +13,25 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function providerEditOn()
|
||||
{
|
||||
$github_result = ['name' => 'GitHub', 'basepath' => 'https://github.com/justinwalsh/daux.io/blob/master/docs'];
|
||||
$github_result = ['name' => 'GitHub', 'basepath' => 'https://github.com/dauxio/daux.io/blob/master/docs'];
|
||||
|
||||
return [
|
||||
[[], null],
|
||||
[['edit_on_github' => 'justinwalsh/daux.io/blob/master/docs'], $github_result],
|
||||
[['edit_on_github' => 'dauxio/daux.io/blob/master/docs'], $github_result],
|
||||
|
||||
// Allow formatting in many ways
|
||||
[['edit_on_github' => 'justinwalsh/daux.io/blob/master/docs/'], $github_result],
|
||||
[['edit_on_github' => '/justinwalsh/daux.io/blob/master/docs'], $github_result],
|
||||
[['edit_on_github' => 'https://github.com/justinwalsh/daux.io/blob/master/docs/'], $github_result],
|
||||
[['edit_on_github' => 'http://github.com/justinwalsh/daux.io/blob/master/docs/'], $github_result],
|
||||
[['edit_on_github' => 'dauxio/daux.io/blob/master/docs/'], $github_result],
|
||||
[['edit_on_github' => '/dauxio/daux.io/blob/master/docs'], $github_result],
|
||||
[['edit_on_github' => 'https://github.com/dauxio/daux.io/blob/master/docs/'], $github_result],
|
||||
[['edit_on_github' => 'http://github.com/dauxio/daux.io/blob/master/docs/'], $github_result],
|
||||
|
||||
// Fallback if a string is provided to 'edit_on'
|
||||
[['edit_on' => 'justinwalsh/daux.io/blob/master/docs'], $github_result],
|
||||
[['edit_on' => 'dauxio/daux.io/blob/master/docs'], $github_result],
|
||||
|
||||
// Support any provider
|
||||
[
|
||||
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']],
|
||||
['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs']
|
||||
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/dauxio/daux.io/src/master/docs/']],
|
||||
['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/dauxio/daux.io/src/master/docs']
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user