fix(rename): update nylas/N1 to nylas/nylas-mail Github references

This commit is contained in:
Evan Morikawa 2017-01-30 11:50:39 -08:00
parent 4fadcfdc89
commit bf0aa51148
14 changed files with 32 additions and 32 deletions

View file

@ -29,13 +29,13 @@ and gnome-keyring.
Next, clone and build N1 from source:
git clone https://github.com/nylas/N1.git
cd N1
git clone https://github.com/nylas/nylas-mail.git
cd nylas-mail
script/bootstrap
Read the [getting started guides](https://nylas.github.io/N1/getting-started/).
**Building Nylas on Windows? See the [Windows instructions.](https://github.com/nylas/N1/blob/master/docs/Windows.md)**
**Building Nylas on Windows? See the [Windows instructions.](https://github.com/nylas/nylas-mail/blob/master/docs/Windows.md)**
### Running N1
@ -97,4 +97,4 @@ We do have a few heuristics:
# Running Against Open Source Sync Engine
See [Configuration](https://github.com/nylas/N1/blob/master/CONFIGURATION.md)
See [Configuration](https://github.com/nylas/nylas-mail/blob/master/CONFIGURATION.md)

View file

@ -8,7 +8,7 @@ actionable, try to include the following information:
-->
##### Are there any related issues?
<!-- Try searching for both open and closed issues here: https://github.com/nylas/N1/issues?q=is%3Aissue. Keep in mind that email features are often described differently on different platforms. (Conversations == threads, shortcuts == hotkeys, etc.) -->
<!-- Try searching for both open and closed issues here: https://github.com/nylas/nylas-mail/issues?q=is%3Aissue. Keep in mind that email features are often described differently on different platforms. (Conversations == threads, shortcuts == hotkeys, etc.) -->
...
##### What operating system are you using?

View file

@ -3,7 +3,7 @@
**Nylas Mail is an open-source mail client built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Flux](https://facebook.github.io/flux/).** It is designed to be extensible, so it's easy to create new experiences and workflows around email. Want to learn more? Check out the [full documentation](https://nylas.github.io/nylas-mail/).
[![Build Status](https://travis-ci.org/nylas/N1.svg?branch=master)](https://travis-ci.org/nylas/N1)
[![Build Status](https://travis-ci.org/nylas/nylas-mail.svg?branch=master)](https://travis-ci.org/nylas/nylas-mail)
[![Slack Invite Button](http://slack-invite.nylas.com/badge.svg)](http://slack-invite.nylas.com)
#### Want to help build the future of email? [Nylas is hiring](https://jobs.lever.co/nylas)!
@ -27,11 +27,11 @@ The Nylas Mail user interface is styled using CSS, which means it's easy to modi
#### Bundled Themes
- [Dark](https://github.com/nylas/N1/tree/master/internal_packages/ui-dark)
- [Darkside](https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) (designed by [Jamie Wilson](https://github.com/jamiewilson))
- [Taiga](https://github.com/nylas/N1/tree/master/internal_packages/ui-taiga) (designed by [Noah Buscher](https://github.com/noahbuscher))
- [Ubuntu](https://github.com/nylas/N1/tree/master/internal_packages/ui-ubuntu) (designed by [Ahmed Elhanafy](https://github.com/ahmedlhanafy))
- [Less Is More](https://github.com/nylas/N1/tree/master/internal_packages/ui-less-is-more) (designed by [Alexander Adkins](https://github.com/P0WW0W))
- [Dark](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-dark)
- [Darkside](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) (designed by [Jamie Wilson](https://github.com/jamiewilson))
- [Taiga](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-taiga) (designed by [Noah Buscher](https://github.com/noahbuscher))
- [Ubuntu](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-ubuntu) (designed by [Ahmed Elhanafy](https://github.com/ahmedlhanafy))
- [Less Is More](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-less-is-more) (designed by [Alexander Adkins](https://github.com/P0WW0W))
@ -81,13 +81,13 @@ We're working on building a plugin index that makes it super easy to add them to
#### Bundled Plugins
Great starting points for creating your own plugins!
- [Translate](https://github.com/nylas/N1/tree/master/internal_packages/composer-translate)—Works with 10 languages
- [Quick Replies](https://github.com/nylas/N1/tree/master/internal_packages/composer-templates)—Send emails faster with templates
- [Emoji Keyboard](https://github.com/nylas/N1/tree/master/internal_packages/composer-emoji)—Insert emoji by typing a colon (:) followed by the name of an emoji symbol
- [GitHub Sidebar Info](https://github.com/nylas/N1/tree/master/internal_packages/github-contact-card)
- [View on GitHub](https://github.com/nylas/N1/tree/master/internal_packages/message-view-on-github)
- [Personal Level Indicators](https://github.com/nylas/N1/tree/master/internal_packages/personal-level-indicators)
- [Phishing Detection](https://github.com/nylas/N1/tree/master/internal_packages/phishing-detection)
- [Translate](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-translate)—Works with 10 languages
- [Quick Replies](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-templates)—Send emails faster with templates
- [Emoji Keyboard](https://github.com/nylas/nylas-mail/tree/master/internal_packages/composer-emoji)—Insert emoji by typing a colon (:) followed by the name of an emoji symbol
- [GitHub Sidebar Info](https://github.com/nylas/nylas-mail/tree/master/internal_packages/github-contact-card)
- [View on GitHub](https://github.com/nylas/nylas-mail/tree/master/internal_packages/message-view-on-github)
- [Personal Level Indicators](https://github.com/nylas/nylas-mail/tree/master/internal_packages/personal-level-indicators)
- [Phishing Detection](https://github.com/nylas/nylas-mail/tree/master/internal_packages/phishing-detection)
#### Community Plugins

View file

@ -3,7 +3,7 @@
"description": "N1's bundled apm",
"repository": {
"type": "git",
"url": "https://github.com/nylas/n1"
"url": "https://github.com/nylas/nylas-mail"
},
"dependencies": {
"atom-package-manager": "1.1.1"

View file

@ -14,7 +14,7 @@ tags are always stripped so the recipient never sees any highlighting.
This example is a good starting point for plugins that want to extend the composer
experience.
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/composer-templates/screenshot.png">
<img src="https://raw.githubusercontent.com/nylas/nylas-mail/master/internal_packages/composer-templates/screenshot.png">
#### Install this plugin

View file

@ -3,7 +3,7 @@
A package for N1 that translates draft text into other languages using the Yandex Translation API.
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/composer-translate/examples-screencap-translate.png"/>
<img src="https://raw.githubusercontent.com/nylas/nylas-mail/master/internal_packages/composer-translate/examples-screencap-translate.png"/>
#### Enable this plugin

View file

@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nylas/N1"
"url": "https://github.com/nylas/nylas-mail"
},
"windowTypes": {
"default": true,

View file

@ -5,9 +5,9 @@ Uses GitHub's public API to look up a GitHub user based on their email address,
and then displays public repos and their stars.
This example is a good starting point for plugins that want to display data from
external sources in the sidebar. If you want to see some more advanced plugins, have a look through [all the internal plugins, here on Github](https://github.com/nylas/N1/tree/master/internal_packages).
external sources in the sidebar. If you want to see some more advanced plugins, have a look through [all the internal plugins, here on Github](https://github.com/nylas/nylas-mail/tree/master/internal_packages).
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/github-contact-card/screenshot.png">
<img src="https://raw.githubusercontent.com/nylas/nylas-mail/master/internal_packages/github-contact-card/screenshot.png">
#### Install this plugin

View file

@ -2,7 +2,7 @@
An icon to indicate whether an email was sent to either just you, or you and other recipients, or a mailing list that you were on.
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/personal-level-indicators/examples-screencap-personal-level-icon.png"/>
<img src="https://raw.githubusercontent.com/nylas/nylas-mail/master/internal_packages/personal-level-indicators/examples-screencap-personal-level-icon.png"/>
#### Enable this plugin

View file

@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "github.com/nylas/n1"
"url": "github.com/nylas/nylas-mail"
},
"engines": {
"nylas": "*"

View file

@ -2,7 +2,7 @@
**An dark sidebar theme for [Nylas Mail](https://nylas.com/n1). Created by [Jamie Wilson](http://jamiewilson.io)**
## Activation
Darkside comes [pre-installed](https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) with N1. To change themes, go to `Nylas Mail > Change Theme…` in the menu bar, then select `Darkside`. Learn more at [support.nylas.com](https://support.nylas.com/hc/en-us/articles/217557858-How-do-I-change-my-theme-).
Darkside comes [pre-installed](https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) with N1. To change themes, go to `Nylas Mail > Change Theme…` in the menu bar, then select `Darkside`. Learn more at [support.nylas.com](https://support.nylas.com/hc/en-us/articles/217557858-How-do-I-change-my-theme-).
## Customization
In order to customize Darkside, you'll need to manually install it.
@ -10,11 +10,11 @@ In order to customize Darkside, you'll need to manually install it.
#### 1. Download the `ui-darkside` folder.
> **Download Option 1:**
> [Download just the 'ui-darkside' folder](https://kinolien.github.io/gitzip/?download=https://github.com/nylas/N1/tree/master/internal_packages/ui-darkside) thanks to the service [gitzip by @kinolien](https://kinolien.github.io/gitzip/).
> [Download just the 'ui-darkside' folder](https://kinolien.github.io/gitzip/?download=https://github.com/nylas/nylas-mail/tree/master/internal_packages/ui-darkside) thanks to the service [gitzip by @kinolien](https://kinolien.github.io/gitzip/).
> **Download Option 2:**
> [Download the entire N1 repo](https://github.com/nylas/N1/archive/master.zip) or `git clone https://github.com/nylas/N1.git`. Then grab the folder from `N1/internal_packages/ui-darkside`.
> [Download the entire N1 repo](https://github.com/nylas/nylas-mail/archive/master.zip) or `git clone https://github.com/nylas/nylas-mail.git`. Then grab the folder from `N1/internal_packages/ui-darkside`.
#### 2. Manual Install

View file

@ -10,7 +10,7 @@
"url": "https://github.com/nylas/nylas-mail.git"
},
"bugs": {
"url": "https://github.com/nylas/N1/issues"
"url": "https://github.com/nylas/nylas-mail/issues"
},
"electronVersion": "1.4.14",
"dependencies": {

View file

@ -3,7 +3,7 @@
"description": "N1 Spectron Test Suite",
"repository": {
"type": "git",
"url": "https://github.com/nylas/N1.git"
"url": "https://github.com/nylas/nylas-mail.git"
},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=./jasmine/config.json"

2
src/K2

@ -1 +1 @@
Subproject commit da1a358cc34ad20fc7425382be773994c856dc55
Subproject commit 78edc7078c8f379bb470bf6001e6e2003bf7952b