[rust-dev] Rust by example

2014-04-25 Thread Jorge Aparicio
Hello fellow Rusticans, I'm pleased to announce the Rust by example website [1], which is a Rust version of the Go by example website [2], aimed at explaining rustic concepts and giving an overview of the Rust distribution libraries with examples. Although the website is still a WIP, it already c

Re: [rust-dev] Rust by example

2014-04-25 Thread Brian Anderson
This is amazing! I added it to the wiki https://github.com/mozilla/rust/wiki/Doc-examples On 04/25/2014 07:25 PM, Jorge Aparicio wrote: Hello fellow Rusticans, I'm pleased to announce the Rust by example website [1], which is a Rust version of the Go by example website [2], aimed at explaining

Re: [rust-dev] Rust by example

2014-04-25 Thread Daniel Fagnan
Awesome work! I actually had an initial rust by example site going (http://rustbyexample.github.io/), but I just forgot about it and didn’t continue it. This version looks so much better! I’d be happy to give you the organization github `rustbyexamples` if you want. Cheers, Daniel On Apr 25, 2

Re: [rust-dev] Rust by example

2014-04-25 Thread Daimrod
Jorge Aparicio writes: > Hello fellow Rusticans, > > I'm pleased to announce the Rust by example website [1], which is a Rust > version of the Go by example website [2], aimed at explaining rustic concepts > and giving an overview of the Rust distribution libraries with examples. > > Although the

Re: [rust-dev] Rust by example

2014-04-25 Thread Jorge Aparicio
Hi Daniel, It would be great to have the site under (http://rustbyexample.github.io)! I got two questions though: * Would I need to transfer the repo to the organization for this? (I suppose yes) * Could/should we make the original site redirect to the organization site? (I wouldn't want peop

Re: [rust-dev] Rust by example

2014-04-25 Thread Evan G
You could just do a quick js redirect... It'd be used for like 2 days, as people read this thread before scrolling down to the bottom. On Apr 25, 2014 10:41 PM, "Jorge Aparicio" wrote: > Hi Daniel, > > It would be great to have the site under (http://rustbyexample.github.io)! > I > got two questi

Re: [rust-dev] Rust by example

2014-04-25 Thread Jorge Aparicio
On Sat, Apr 26, 2014 at 12:23:06PM +0900, Daimrod wrote: > Jorge Aparicio writes: > > > Hello fellow Rusticans, > > > > I'm pleased to announce the Rust by example website [1], which is a Rust > > version of the Go by example website [2], aimed at explaining rustic > > concepts > > and giving an

Re: [rust-dev] Rust by example

2014-04-25 Thread Daniel Fagnan
> It would be great to have the site under (http://rustbyexample.github.io) Awesome. I added you as an owner to the organization. > Would I need to transfer the repo to the organization for this? (I suppose > yes) Yes. I deleted my previous repo there, so you can just transfer it to a `rustbye

Re: [rust-dev] Rust by example

2014-04-25 Thread Jorge Aparicio
OK guys, I managed to get the site on (http://rustbyexample.github.io) \o/. The original site is a duplicate for now, I'll look into the js redirection thing tomorrow (time to hit to sack). P.S. Everyone thank Daniel for providing the new site. On Fri, Apr 25, 2014 at 09:55:29PM -0600, Daniel Fag

Re: [rust-dev] Rust by example

2014-04-25 Thread Jorge Aparicio
On Fri, Apr 25, 2014 at 11:56:00PM -0400, Ashish Myles wrote: Nice catch, will fix. Thanks! > Nice work! > > RE: the Function example. > The description isn't exactly right. Rust only returns the last expression > (without a return statement) *if* it is not terminated by a semicolon. > > > On Fr

Re: [rust-dev] Rust by example

2014-04-26 Thread Steve Klabnik
If you move a repo, GitHub will automatically redirect it. https://github.com/blog/1508-repository-redirects-are-here So just delete the new one, then transfer the old one. :magic: ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/l

Re: [rust-dev] Rust by example

2014-04-26 Thread Evan G
> There is one caveat with the new > redirect support worth noting: > GitHub Pages sites are not > automatically redirected when their > repositories are renamed at this > time. Renaming a Pages repository > will continue to break any existing > links to content hosted on the > github.io domain or

Re: [rust-dev] Rust by example

2014-04-27 Thread Jorge Aparicio
Everyone, I got contacted by Jonathan [1] and he offered me the (rustbyexample.com) domain name, which I have taken. And now Rust by Example is available at (http://rustbyexample.com)! Furthermore, I'm now keeping both the source code (master branch) and the built site (gh-pages branch) at my rust