-
Notifications
You must be signed in to change notification settings - Fork 304
Separating Atmosphere and npm package sections #410
Conversation
discourseTopicId: 20192 | ||
--- | ||
|
||
Atmosphere packages are packages written specifically for Meteor and have several advantages over npm when used with Meteor. In particular, Atmosphere packages can: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd move this to the atmosphere vs npm section, since if you are comparing the two you would want this information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Same for the analogous section in the NPM article?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to keep things in line with the rest of the guide - is it bad practice to have a <h2>
as the first thing in a section? i.e. Should there always be some introductory text?
Also, something to think about is whether we should redirect the old page URLs somehow, but I'm not sure exactly how that would work. |
Couldn't find a way to redirect specific # entry points, but I have redirected the old using-packages and writing-packages pages to the new atmosphere-vs-npm page.
Hey @stubailo - I've added redirects using |
@jamielob this looks great! Thanks so much! I think we need a better system for the redirects however. I've already had to do something similar for the docs so let me think a bit about how to make it generic and use it here. |
@tmeasday does S3 support a 404 route? Then we could just do a JS redirect from there or something? |
Yes, it sure does. We'll make 404s -> index and then the index figure it out. But the tricky part is outlining the hashes .. like
|
I've just gone through the old
|
@jamielob - thanks. Sure, if it's easy--otherwise I can do it pretty easily too. |
Couldn't find a way to redirect specific # entry points, but I have redirected the old using-packages and writing-packages pages to the new atmosphere-vs-npm page.
This reverts commit 9d7f043.
Jamielob master
Well that was a 🐶 @tmeasday Mind if I leave the redirects for you? I removed the hexo alias package and basic forwarding that I had originally done. |
No problem @jamielob. Let's get this merged ASAP :) Thanks for your hard work on this. |
Cheers! 👍 |
On http://guide.meteor.com/1.3-migration.html it links to https://github.com/meteor/guide/blob/master/content/using-packages.html which is empty |
Thanks @PascalPencil -- the redirects should work[1] - I must have broken them. [1] It does actually link to guide.meteor.com |
@tmeasday keep up the good work 💯 |
Hey @tmeasday, here's the PR we discussed.
Changed Build Section organization to separate Atmosphere and npm.