From 70ecd5c2e262a04b0f31d95a96d7274d80e72f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Wed, 13 Sep 2017 21:43:40 +0200 Subject: [PATCH] Rename package and repository --- README.md | 18 +++++++++--------- bin/daux | 4 ++-- composer.json | 7 +++++-- docs/00_Getting_Started.md | 6 +++--- docs/01_Features/CommonMark_compliant.md | 2 +- docs/01_Features/Edit_on_GitHub_links.md | 4 ++-- docs/05_Configuration/Html_export.md | 6 +++--- docs/config.json | 13 ++++++------- generate | 4 ++-- index.php | 4 ++-- tests/Format/HTML/ConfigTest.php | 18 +++++++++--------- 11 files changed, 44 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index e440d19..0239f6d 100755 --- a/README.md +++ b/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 GitHub repo. +If you need help using Daux.io, or have found a bug, please create an issue on the GitHub repo. diff --git a/bin/daux b/bin/daux index 70237fd..94a0887 100755 --- a/bin/daux +++ b/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 diff --git a/composer.json b/composer.json index d5a3d73..2f94613 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index ad415aa..f95b173 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -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 GitHub repo. +If you need help using Daux.io, or have found a bug, please create an issue on the GitHub repo. diff --git a/docs/01_Features/CommonMark_compliant.md b/docs/01_Features/CommonMark_compliant.md index 2802bea..44ba8a5 100644 --- a/docs/01_Features/CommonMark_compliant.md +++ b/docs/01_Features/CommonMark_compliant.md @@ -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).* diff --git a/docs/01_Features/Edit_on_GitHub_links.md b/docs/01_Features/Edit_on_GitHub_links.md index bdd223b..de229ab 100644 --- a/docs/01_Features/Edit_on_GitHub_links.md +++ b/docs/01_Features/Edit_on_GitHub_links.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" } } } diff --git a/docs/05_Configuration/Html_export.md b/docs/05_Configuration/Html_export.md index 203b63d..723ee70 100644 --- a/docs/05_Configuration/Html_export.md +++ b/docs/05_Configuration/Html_export.md @@ -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" } } diff --git a/docs/config.json b/docs/config.json index e5639a9..715537a 100644 --- a/docs/config.json +++ b/docs/config.json @@ -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" } } } diff --git a/generate b/generate index 0c1ed01..a7ebc0b 100755 --- a/generate +++ b/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 diff --git a/index.php b/index.php index 653f922..85b95c2 100644 --- a/index.php +++ b/index.php @@ -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 diff --git a/tests/Format/HTML/ConfigTest.php b/tests/Format/HTML/ConfigTest.php index 75162c1..0742d4d 100644 --- a/tests/Format/HTML/ConfigTest.php +++ b/tests/Format/HTML/ConfigTest.php @@ -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'] ] ]; }