Replace reference to website with new URL

This commit is contained in:
Jérémie Astori 2018-01-14 02:15:08 -05:00
parent 2685f46669
commit 8403d277b4
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8
13 changed files with 34 additions and 34 deletions

View file

@ -664,12 +664,12 @@ In the main repository:
- Fix general spelling errors ([#1458](https://github.com/thelounge/lounge/pull/1458) by [@PolarizedIons](https://github.com/PolarizedIons))
- Remove duplicate keybindings help ([#1543](https://github.com/thelounge/lounge/pull/1543) by [@xPaw](https://github.com/xPaw))
On the [website repository](https://github.com/thelounge/thelounge.github.io):
On the [website repository](https://github.com/thelounge/thelounge.chat):
- Remove wrong and inexistent home option from configuration documentation ([#72](https://github.com/thelounge/thelounge.github.io/pull/72) by [@astorije](https://github.com/astorije))
- Deprecate `--home` in favor of `LOUNGE_HOME` environment variable ([#73](https://github.com/thelounge/thelounge.github.io/pull/73) by [@astorije](https://github.com/astorije))
- Add themes docs ([#69](https://github.com/thelounge/thelounge.github.io/pull/69) by [@YaManicKill](https://github.com/YaManicKill))
- Add missing `prefetchStorage` configuration option to docs ([#74](https://github.com/thelounge/thelounge.github.io/pull/74) by [@MiniDigger](https://github.com/MiniDigger))
- Remove wrong and inexistent home option from configuration documentation ([#72](https://github.com/thelounge/thelounge.chat/pull/72) by [@astorije](https://github.com/astorije))
- Deprecate `--home` in favor of `LOUNGE_HOME` environment variable ([#73](https://github.com/thelounge/thelounge.chat/pull/73) by [@astorije](https://github.com/astorije))
- Add themes docs ([#69](https://github.com/thelounge/thelounge.chat/pull/69) by [@YaManicKill](https://github.com/YaManicKill))
- Add missing `prefetchStorage` configuration option to docs ([#74](https://github.com/thelounge/thelounge.chat/pull/74) by [@MiniDigger](https://github.com/MiniDigger))
### Internals
@ -841,7 +841,7 @@ In the main repository:
On the website:
- Update demo URL to new demo ([#70](https://github.com/thelounge/thelounge.github.io/pull/70) by [@MaxLeiter](https://github.com/MaxLeiter))
- Update demo URL to new demo ([#70](https://github.com/thelounge/thelounge.chat/pull/70) by [@MaxLeiter](https://github.com/MaxLeiter))
### Internals
@ -1169,8 +1169,8 @@ In the main repository:
On the website:
- Add notes about moving client docs to the app itself ([#63](https://github.com/thelounge/thelounge.github.io/pull/63) by [@astorije](https://github.com/astorije))
- Deprecate (and attempt one last fixing) documentations of Heroku and Passenger ([#61](https://github.com/thelounge/thelounge.github.io/pull/61) by [@astorije](https://github.com/astorije))
- Add notes about moving client docs to the app itself ([#63](https://github.com/thelounge/thelounge.chat/pull/63) by [@astorije](https://github.com/astorije))
- Deprecate (and attempt one last fixing) documentations of Heroku and Passenger ([#61](https://github.com/thelounge/thelounge.chat/pull/61) by [@astorije](https://github.com/astorije))
### Internals
@ -1209,7 +1209,7 @@ In the main repository:
On the website:
- Port recent changes to `maxHistory` from default config file ([#60](https://github.com/thelounge/thelounge.github.io/pull/60) by [@astorije](https://github.com/astorije))
- Port recent changes to `maxHistory` from default config file ([#60](https://github.com/thelounge/thelounge.chat/pull/60) by [@astorije](https://github.com/astorije))
### Internals
@ -1302,10 +1302,10 @@ In the main repository:
On the website:
- Remove distribution-specific install instructions of Node.js ([#49](https://github.com/thelounge/thelounge.github.io/pull/49) by [@astorije](https://github.com/astorije))
- Remove wrong information about setting up password along with creating a user ([#50](https://github.com/thelounge/thelounge.github.io/pull/50) by [@astorije](https://github.com/astorije))
- Update documentation of the configuration file ([#43](https://github.com/thelounge/thelounge.github.io/pull/43) by [@daftaupe](https://github.com/daftaupe))
- Document the `/away` and `/back` commands ([#59](https://github.com/thelounge/thelounge.github.io/pull/59) by [@drkitty](https://github.com/drkitty))
- Remove distribution-specific install instructions of Node.js ([#49](https://github.com/thelounge/thelounge.chat/pull/49) by [@astorije](https://github.com/astorije))
- Remove wrong information about setting up password along with creating a user ([#50](https://github.com/thelounge/thelounge.chat/pull/50) by [@astorije](https://github.com/astorije))
- Update documentation of the configuration file ([#43](https://github.com/thelounge/thelounge.chat/pull/43) by [@daftaupe](https://github.com/daftaupe))
- Document the `/away` and `/back` commands ([#59](https://github.com/thelounge/thelounge.chat/pull/59) by [@drkitty](https://github.com/drkitty))
### Internals

View file

@ -30,4 +30,4 @@ your contributions.
can read more about this in the [maintainers'
corner](https://github.com/thelounge/lounge/wiki/Maintainers'-corner).
- Please document any relevant changes in the documentation that can be found
[in its own repository](https://github.com/thelounge/thelounge.github.io).
[in its own repository](https://github.com/thelounge/thelounge.chat).

View file

@ -16,7 +16,7 @@ Modern web IRC client designed for self-hosting.
* **Responsive interface.** The client works smoothly on every desktop, smartphone and tablet.
* **Synchronized experience.** Always resume where you left off no matter what device.
To learn more about configuration, usage and features of The Lounge, take a look at [the website](https://thelounge.github.io).
To learn more about configuration, usage and features of The Lounge, take a look at [the website](https://thelounge.chat).
<p align="center">
<img src="https://user-images.githubusercontent.com/8675906/28143204-53116e8c-6719-11e7-992b-d1ba442c6c37.png" width="550">
@ -43,7 +43,7 @@ When installation is complete, run:
thelounge start
```
For more information, read the [documentation](https://thelounge.github.io/docs/), [wiki](https://github.com/thelounge/lounge/wiki), or run:
For more information, read the [documentation](https://thelounge.chat/docs/), [wiki](https://github.com/thelounge/lounge/wiki), or run:
```sh
thelounge --help

View file

@ -2,7 +2,7 @@
Crypto theme for The Lounge.
Installation instructions can be found here
https://thelounge.github.io/docs/server/configuration.html#theme
https://thelounge.chat/docs/server/configuration.html#theme
Author: Aynik
GitHub: https://github.com/aynik

View file

@ -3,7 +3,7 @@ Morning theme for The Lounge.
Has a bit more eye-friendly color scheme.
Installation instructions can be found here
https://thelounge.github.io/docs/server/configuration.html#theme
https://thelounge.chat/docs/server/configuration.html#theme
Author: Riku Rouvila
GitHub: https://github.com/rikukissa

View file

@ -3,7 +3,7 @@ Zenburn theme for The Lounge.
Based on the Morning Theme by Riku Rouvila
Installation instructions can be found here
https://thelounge.github.io/docs/server/configuration.html#theme
https://thelounge.chat/docs/server/configuration.html#theme
Author: JP Smith
GitHub: https://github.com/japesinator

View file

@ -35,10 +35,10 @@
{{/if}}
<p>
<a href="https://thelounge.github.io/" target="_blank" rel="noopener" class="website-link">Website</a>
<a href="https://thelounge.chat/" target="_blank" rel="noopener" class="website-link">Website</a>
</p>
<p>
<a href="https://thelounge.github.io/docs/" target="_blank" rel="noopener" class="documentation-link">Documentation</a>
<a href="https://thelounge.chat/docs/" target="_blank" rel="noopener" class="documentation-link">Documentation</a>
</p>
<p>
<a href="https://github.com/thelounge/lounge/issues/new" target="_blank" rel="noopener" class="report-issue-link">Report an issue…</a>

View file

@ -323,9 +323,9 @@ module.exports = {
// Default quit and part message if none is provided.
//
// @type string
// @default "The Lounge - https://thelounge.github.io"
// @default "The Lounge - https://thelounge.chat"
//
leaveMessage: "The Lounge - https://thelounge.github.io",
leaveMessage: "The Lounge - https://thelounge.chat",
//
// Run The Lounge with identd support.

View file

@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/thelounge/lounge.git"
},
"homepage": "https://thelounge.github.io/",
"homepage": "https://thelounge.chat/",
"scripts": {
"coverage": "nyc mocha",
"start": "node index start",

View file

@ -151,7 +151,7 @@ ${printList(items.documentation)}`
}
${_.isEmpty(items.websiteDocumentation) ? "" :
`On the [website repository](https://github.com/thelounge/thelounge.github.io):
`On the [website repository](https://github.com/thelounge/thelounge.chat):
${printList(items.websiteDocumentation)}`
}
@ -650,7 +650,7 @@ async function generateChangelogEntry(targetVersion) {
items.milestone = await codeRepo.fetchMilestone(targetVersion);
contributors = extractContributors(codeCommitsAndPullRequests);
const websiteRepo = new RepositoryFetcher(client, "thelounge.github.io");
const websiteRepo = new RepositoryFetcher(client, "thelounge.chat");
items.websiteDocumentation = await websiteRepo.fetchCommitsAndPullRequestsSince("v" + previousVersion);
}

View file

@ -31,11 +31,11 @@ describe("findLinks", () => {
});
it("should find urls in strings", () => {
const input = "look at https://thelounge.github.io/ for more information";
const input = "look at https://thelounge.chat/ for more information";
const expected = [{
link: "https://thelounge.github.io/",
link: "https://thelounge.chat/",
start: 8,
end: 36,
end: 31,
}];
const actual = findLinks(input);

View file

@ -45,11 +45,11 @@ describe("parse Handlebars helper", () => {
"www.nooooooooooooooo.com" +
"</a>",
}, {
input: "look at https://thelounge.github.io/ for more information",
input: "look at https://thelounge.chat/ for more information",
expected:
"look at " +
'<a href="https://thelounge.github.io/" target="_blank" rel="noopener">' +
"https://thelounge.github.io/" +
'<a href="https://thelounge.chat/" target="_blank" rel="noopener">' +
"https://thelounge.chat/" +
"</a>" +
" for more information",
}, {

View file

@ -36,7 +36,7 @@ describe("Msg", function() {
}, {
body: "",
head: "The Lounge",
link: "https://thelounge.github.io/",
link: "https://thelounge.chat/",
thumb: "",
type: "link",
shown: true,
@ -44,7 +44,7 @@ describe("Msg", function() {
});
it("should find a preview given an existing link", function() {
expect(msg.findPreview("https://thelounge.github.io/").head)
expect(msg.findPreview("https://thelounge.chat/").head)
.to.equal("The Lounge");
});