Skip to content

Commit e7a02f6

Browse files
committed
build: move repository to expressjs
1 parent 6847405 commit e7a02f6

File tree

7 files changed

+16
-34
lines changed

7 files changed

+16
-34
lines changed

Contributing.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
## Website Issues
3-
4-
Issues for the expressjs.com website go here https://github.com/strongloop/expressjs.com
1+
# Contributing
52

63
## PRs and Code contributions
74

@@ -22,4 +19,3 @@ Things that will help get your question issue looked at:
2219
* Steps you have taken to debug it yourself.
2320

2421
If you post a question and do not outline the above items or make it easy for us to understand and reproduce your issue, it will be closed.
25-

Readme.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,12 @@ $ npm install express
3737

3838
## Docs & Community
3939

40-
* [Website and Documentation](http://expressjs.com/) - [[website repo](https://github.com/strongloop/expressjs.com)]
4140
* [#express](https://webchat.freenode.net/?channels=express) on freenode IRC
4241
* [Github Organization](https://github.com/expressjs) for Official Middleware & Modules
43-
* Visit the [Wiki](https://github.com/strongloop/express/wiki)
4442
* [Google Group](https://groups.google.com/group/express-js) for discussion
45-
* [Gitter](https://gitter.im/strongloop/express) for support and discussion
43+
* [Gitter](https://gitter.im/expressjs/express) for support and discussion
4644
* [Русскоязычная документация](http://jsman.ru/express/)
4745

48-
**PROTIP** Be sure to read [Migrating from 3.x to 4.x](https://github.com/strongloop/express/wiki/Migrating-from-3.x-to-4.x) as well as [New features in 4.x](https://github.com/strongloop/express/wiki/New-features-in-4.x).
49-
5046
###Security Issues
5147

5248
If you discover a security vulnerability in Express, please see [Security Policies and Procedures](Security.md).
@@ -94,7 +90,7 @@ $ npm start
9490
To view the examples, clone the Express repo and install the dependencies:
9591

9692
```bash
97-
$ git clone git://github.com/strongloop/express.git --depth 1
93+
$ git clone git://github.com/expressjs/express.git --depth 1
9894
$ cd express
9995
$ npm install
10096
```
@@ -120,7 +116,7 @@ The original author of Express is [TJ Holowaychuk](https://github.com/tj) [![TJ'
120116

121117
The current lead maintainer is [Douglas Christopher Wilson](https://github.com/dougwilson) [![Doug's Gratipay][gratipay-image-dougwilson]][gratipay-url-dougwilson]
122118

123-
[List of all contributors](https://github.com/strongloop/express/graphs/contributors)
119+
[List of all contributors](https://github.com/expressjs/express/graphs/contributors)
124120

125121
## License
126122

@@ -130,12 +126,12 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
130126
[npm-url]: https://npmjs.org/package/express
131127
[downloads-image]: https://img.shields.io/npm/dm/express.svg
132128
[downloads-url]: https://npmjs.org/package/express
133-
[travis-image]: https://img.shields.io/travis/strongloop/express/master.svg?label=linux
134-
[travis-url]: https://travis-ci.org/strongloop/express
129+
[travis-image]: https://img.shields.io/travis/expressjs/express/master.svg?label=linux
130+
[travis-url]: https://travis-ci.org/expressjs/express
135131
[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/express/master.svg?label=windows
136132
[appveyor-url]: https://ci.appveyor.com/project/dougwilson/express
137-
[coveralls-image]: https://img.shields.io/coveralls/strongloop/express/master.svg
138-
[coveralls-url]: https://coveralls.io/r/strongloop/express?branch=master
133+
[coveralls-image]: https://img.shields.io/coveralls/expressjs/express/master.svg
134+
[coveralls-url]: https://coveralls.io/r/expressjs/express?branch=master
139135
[gratipay-image-visionmedia]: https://img.shields.io/gratipay/visionmedia.svg
140136
[gratipay-url-visionmedia]: https://gratipay.com/visionmedia/
141137
[gratipay-image-dougwilson]: https://img.shields.io/gratipay/dougwilson.svg

Security.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ Thank you for improving the security of Express. We appreciate your efforts and
1515
responsible disclosure and will make every effort to acknowledge your
1616
contributions.
1717

18-
Report security bugs by emailing [email protected]. Email to this address
19-
is delivered to a subset of the core team who handle security issues.
18+
Report security bugs by emailing the lead maintainer in the Readme.md file.
2019

21-
The security team will acknowledge your email within 24 hours, and will send a
20+
The lead maintainer will acknowledge your email within 48 hours, and will send a
2221
more detailed response within 48 hours indicating the next steps in handling
2322
your report. After the initial reply to your report, the security team will
2423
endeavor to keep you informed of the progress towards a fix and full
@@ -39,15 +38,7 @@ involving the following steps:
3938
* Prepare fixes for all releases still under maintenance. These fixes will be
4039
released as fast as possible to npm.
4140

42-
## Receiving Security Updates
43-
44-
Security notifications will be distributed via the following methods.
45-
46-
* https://groups.google.com/forum/#!forum/express-js
47-
* http://blog.strongloop.com
48-
* http://expressjs.com/advanced/security-updates.html
49-
5041
## Comments on this Policy
5142

5243
If you have suggestions on how this process could be improved please submit a
53-
pull request or email [email protected] to discuss.
44+
pull request.

examples/view-constructor/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app.engine('md', function(str, options, fn){
2323
});
2424

2525
// pointing to a particular github repo to load files from it
26-
app.set('views', 'strongloop/express');
26+
app.set('views', 'expressjs/express');
2727

2828
// register a new view constructor
2929
app.set('view', GithubView);
@@ -36,7 +36,7 @@ app.get('/', function(req, res){
3636
});
3737

3838
app.get('/Readme.md', function(req, res){
39-
// rendering a view from https://github.com/strongloop/express/blob/master/Readme.md
39+
// rendering a view from https://github.com/expressjs/express/blob/master/Readme.md
4040
res.render('Readme.md');
4141
});
4242

examples/web-service/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var apiKeys = ['foo', 'bar', 'baz'];
4949
// these two objects will serve as our faux database
5050

5151
var repos = [
52-
{ name: 'express', url: 'http://github.com/strongloop/express' }
52+
{ name: 'express', url: 'http://github.com/expressjs/express' }
5353
, { name: 'stylus', url: 'http://github.com/learnboost/stylus' }
5454
, { name: 'cluster', url: 'http://github.com/learnboost/cluster' }
5555
];

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"Young Jae Sim <[email protected]>"
1414
],
1515
"license": "MIT",
16-
"repository": "strongloop/express",
17-
"homepage": "http://expressjs.com/",
16+
"repository": "expressjs/express",
1817
"keywords": [
1918
"express",
2019
"framework",

test/acceptance/web-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('web-service', function(){
5353
.get('/api/repos?api-key=foo')
5454
.expect('Content-Type', 'application/json; charset=utf-8')
5555
.expect(/"name":"express"/)
56-
.expect(/"url":"http:\/\/github.com\/strongloop\/express"/)
56+
.expect(/"url":"http:\/\/github.com\/expressjs\/express"/)
5757
.expect(200, done)
5858
})
5959
})

0 commit comments

Comments
 (0)