Skip to content

Commit 70ecd5c

Browse files
committed
Rename package and repository
1 parent 77d5e9f commit 70ecd5c

File tree

11 files changed

+44
-42
lines changed

11 files changed

+44
-42
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Daux.io
22

33

4-
[![Latest Version](https://img.shields.io/github/release/justinwalsh/daux.io.svg?style=flat-square)](https://github.com/justinwalsh/daux.io/releases)
5-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/justinwalsh/daux.io/blob/master/LICENSE.md)
6-
[![Build Status](https://img.shields.io/travis/onigoetz/daux.io/master.svg?style=flat-square)](https://travis-ci.org/onigoetz/daux.io)
7-
[![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)
8-
[![Quality Score](https://img.shields.io/scrutinizer/g/onigoetz/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/onigoetz/daux.io)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/justinwalsh/daux.io.svg?style=flat-square)](https://packagist.org/packages/justinwalsh/daux.io)
4+
[![Latest Version](https://img.shields.io/github/release/dauxio/daux.io.svg?style=flat-square)](https://github.com/dauxio/daux.io/releases)
5+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/dauxio/daux.io/blob/master/LICENSE.md)
6+
[![Build Status](https://img.shields.io/travis/dauxio/daux.io/master.svg?style=flat-square)](https://travis-ci.org/dauxio/daux.io)
7+
[![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)
8+
[![Quality Score](https://img.shields.io/scrutinizer/g/dauxio/daux.io.svg?style=flat-square)](https://scrutinizer-ci.com/g/dauxio/daux.io)
9+
[![Total Downloads](https://img.shields.io/packagist/dt/dauxio/daux.io.svg?style=flat-square)](https://packagist.org/packages/dauxio/daux.io)
1010

1111

1212
**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:
4545
* [Cumulus TV: Android TV app that turns any stream/page into a Live Channel](http://cumulustv.herokuapp.com)
4646
* [Nuntius: A PHP framework for bots](https://roysegall.github.io/nuntius-bot/)
4747

48-
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.
48+
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.
4949

5050
## Install
5151

5252
```
53-
composer global require justinwalsh/daux.io
53+
composer global require dauxio/daux.io
5454
```
5555

5656
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
234234

235235
## Support
236236

237-
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>.
237+
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>.

bin/daux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Feedback & Suggestions
2727
To give us feedback or to suggest an idea, please create an request on the the
2828
GitHub issue tracker:
2929
30-
https://github.com/justinwalsh/daux.io/issues
30+
https://github.com/dauxio/daux.io/issues
3131
3232
Bugs
3333
----
3434
3535
To file bug reports please create an issue using the github issue tracker:
3636
37-
https://github.com/justinwalsh/daux.io/issues
37+
https://github.com/dauxio/daux.io/issues
3838
3939
4040
Copyright and License

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "justinwalsh/daux.io",
2+
"name": "daux/daux.io",
33
"type": "project",
44
"license": "MIT",
55
"description": "Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly",
66
"keywords": ["documentation", "docs", "markdown", "md"],
7-
"homepage": "http://daux.io/",
7+
"homepage": "https://dauxio.github.io/",
88
"authors": [
99
{
1010
"name": "Justin Walsh",
@@ -30,6 +30,9 @@
3030
"Todaymade\\Daux\\": "libs/"
3131
}
3232
},
33+
"replace": {
34+
"justinwalsh/daux.io": "*"
35+
},
3336
"require-dev": {
3437
"phpunit/phpunit": "~5",
3538
"mikey179/vfsStream": "^1.6"

docs/00_Getting_Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ This is a list of sites using Daux.io:
4343
* [Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation](http://mun.ee)
4444
* [ICADMIN: An admin panel powered by CodeIgniter.](http://istocode.com/shared/ic-admin/)
4545

46-
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.
46+
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.
4747

4848
## Getting Started
4949

5050
### Install
5151

5252
```
53-
composer global require justinwalsh/daux.io
53+
composer global require dauxio/daux.io
5454
```
5555

5656
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
137137

138138
## Support
139139

140-
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>.
140+
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>.

docs/01_Features/CommonMark_compliant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Here's an image.
119119

120120
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.
121121

122-
*View the [source of this content](https://github.com/justinwalsh/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*
122+
*View the [source of this content](https://github.com/dauxio/daux.io/blob/master/docs/01_Features/CommonMark_compliant.md).*

docs/01_Features/Edit_on_GitHub_links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Daux.io will handle the rest
1111
```json
1212
{
1313
"html": {
14-
"edit_on_github": "justinwalsh/daux.io/blob/master/docs"
14+
"edit_on_github": "dauxio/daux.io/blob/master/docs"
1515
}
1616
}
1717
```
@@ -28,7 +28,7 @@ As long as you can refer your files by a URL, you can create an edit link for yo
2828
"html": {
2929
"edit_on": {
3030
"name": "Bitbucket",
31-
"basepath": "https://bitbucket.org/onigoetz/daux.io/src/master/docs"
31+
"basepath": "https://bitbucket.org/dauxio/daux.io/src/master/docs"
3232
}
3333
}
3434
}

docs/05_Configuration/Html_export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Add a 'Fork me on GitHub' ribbon.
8585

8686
```json
8787
{
88-
"html": { "repo": "justinwalsh/daux.io" }
88+
"html": { "repo": "dauxio/daux.io" }
8989
}
9090
```
9191

@@ -118,8 +118,8 @@ Include custom links in the sidebar.
118118
{
119119
"html": {
120120
"links": {
121-
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
122-
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
121+
"GitHub Repo": "https://github.com/dauxio/daux.io",
122+
"Help/Support/Bugs": "https://github.com/dauxio/daux.io/issues",
123123
"Made by Todaymade": "http://todaymade.com"
124124
}
125125
}

docs/config.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@
1919
"float": true,
2020
"inherit_index": true,
2121

22-
"repo": "justinwalsh/daux.io",
23-
"edit_on_github": "justinwalsh/daux.io/blob/master/docs",
24-
"twitter": ["justin_walsh", "todaymade"],
22+
"repo": "dauxio/daux.io",
23+
"edit_on_github": "dauxio/daux.io/blob/master/docs",
24+
"twitter": ["onigoetz"],
2525
"google_analytics": "UA-12653604-10",
2626
"links": {
27-
"Download": "https://github.com/justinwalsh/daux.io/archive/master.zip",
28-
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
29-
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
30-
"Made by Todaymade": "http://todaymade.com"
27+
"Download": "https://github.com/dauxio/daux.io/archive/master.zip",
28+
"GitHub Repo": "https://github.com/dauxio/daux.io",
29+
"Help/Support/Bugs": "https://github.com/dauxio/daux.io/issues"
3130
}
3231
}
3332
}

generate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Feedback & Suggestions
2727
To give us feedback or to suggest an idea, please create an request on the the
2828
GitHub issue tracker:
2929
30-
https://github.com/justinwalsh/daux.io/issues
30+
https://github.com/dauxio/daux.io/issues
3131
3232
Bugs
3333
----
3434
3535
To file bug reports please create an issue using the github issue tracker:
3636
37-
https://github.com/justinwalsh/daux.io/issues
37+
https://github.com/dauxio/daux.io/issues
3838
3939
4040
Copyright and License

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
To give us feedback or to suggest an idea, please create an request on the the
2727
GitHub issue tracker:
2828
29-
https://github.com/justinwalsh/daux.io/issues
29+
https://github.com/dauxio/daux.io/issues
3030
3131
Bugs
3232
----
3333
3434
To file bug reports please create an issue using the github issue tracker:
3535
36-
https://github.com/justinwalsh/daux.io/issues
36+
https://github.com/dauxio/daux.io/issues
3737
3838
3939
Copyright and License

tests/Format/HTML/ConfigTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ function testHTMLConfigCreation() {
1313

1414
public function providerEditOn()
1515
{
16-
$github_result = ['name' => 'GitHub', 'basepath' => 'https://github.com/justinwalsh/daux.io/blob/master/docs'];
16+
$github_result = ['name' => 'GitHub', 'basepath' => 'https://github.com/dauxio/daux.io/blob/master/docs'];
1717

1818
return [
1919
[[], null],
20-
[['edit_on_github' => 'justinwalsh/daux.io/blob/master/docs'], $github_result],
20+
[['edit_on_github' => 'dauxio/daux.io/blob/master/docs'], $github_result],
2121

2222
// Allow formatting in many ways
23-
[['edit_on_github' => 'justinwalsh/daux.io/blob/master/docs/'], $github_result],
24-
[['edit_on_github' => '/justinwalsh/daux.io/blob/master/docs'], $github_result],
25-
[['edit_on_github' => 'https://github.com/justinwalsh/daux.io/blob/master/docs/'], $github_result],
26-
[['edit_on_github' => 'http://github.com/justinwalsh/daux.io/blob/master/docs/'], $github_result],
23+
[['edit_on_github' => 'dauxio/daux.io/blob/master/docs/'], $github_result],
24+
[['edit_on_github' => '/dauxio/daux.io/blob/master/docs'], $github_result],
25+
[['edit_on_github' => 'https://github.com/dauxio/daux.io/blob/master/docs/'], $github_result],
26+
[['edit_on_github' => 'http://github.com/dauxio/daux.io/blob/master/docs/'], $github_result],
2727

2828
// Fallback if a string is provided to 'edit_on'
29-
[['edit_on' => 'justinwalsh/daux.io/blob/master/docs'], $github_result],
29+
[['edit_on' => 'dauxio/daux.io/blob/master/docs'], $github_result],
3030

3131
// Support any provider
3232
[
33-
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs/']],
34-
['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/onigoetz/daux.io/src/master/docs']
33+
['edit_on' => ['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/dauxio/daux.io/src/master/docs/']],
34+
['name' => 'Bitbucket', 'basepath' => 'https://bitbucket.org/dauxio/daux.io/src/master/docs']
3535
]
3636
];
3737
}

0 commit comments

Comments
 (0)