Last Week in Cordova Blog Post

2013-09-13 Thread Andrew Grieve
Feel free to comment or point out if there were notable things that I've missed: https://reviews.apache.org/r/14127/ Will post EOD.

Re: Cordova Blog

2013-07-09 Thread Andrew Grieve
Yep, your screenshot looks the same as mine. For old reviews, I played around a bit and didn't find a compelling way to do it. If you click on "All Review Requests", you can add the "repository" column, sort by it, and page until you hit cordova-*. Would love to know if there's a better way. On

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
ah I see, thanks for the explanation Cool I see it now duh! cordova-docs:(master)$ cat .reviewboardrc # # Settings for post-review (used for uploading diffs to reviews.apache.org). # GUESS_FIELDS = True OPEN_BROWSER = True TARGET_GROUPS = 'cordova' REVIEWBOARD_URL = 'http://reviews.apache.org'

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
How do you see closed reviews? GIve this link a try for the picture Andrew give this a try https://www.evernote.com/shard/s34/sh/3aef4d3b-d095-4f4c-aea9-ef19b8126cd3/6dbcdd6b2275b9d243698a90752898b0 On Tue, Jul 9, 2013 at 10:28 AM, Michal Mocny wrote: > I can't see your attached image, but pr

Re: Cordova Blog

2013-07-09 Thread Andrew Grieve
post-review is what rbtools is going to replacing. I haven't tried rbtools yet. .reviewboard is meant to be checked in to each repo and read by post-review / rbtools. Using github vs. reviewboard are both valid right avenues right now for code review. The idea behind introducing reviewboard is that

Re: Cordova Blog

2013-07-09 Thread Michal Mocny
I can't see your attached image, but previously you said you saw 3 reviews? I think thats just all of them at the moment ;) On Tue, Jul 9, 2013 at 10:20 AM, Carlos Santana wrote: > Michal > I can see the cordova repos when creating a new request. > > How do you get a view with all reviews ass

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
Michal I can see the cordova repos when creating a new request. How do you get a view with all reviews associated with all the cordova repos? On the "My Dashboard" I'm looking to see all reviews associated with cordova repos, but I don't see them https://reviews.apache.org/dashboard/?view=to-gr

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
What is .reviewboardrc ? is that a file on every cordova git repo? What post-review tool? If its RBTools I couldn't get that to work on my mac, maybe is a permission thing. Or someone can put a quick cheat to set it up for cordova dev. On Tue, Jul 9, 2013 at 10:11 AM, Andrew Grieve wrote: >

Re: Cordova Blog

2013-07-09 Thread Michal Mocny
Carlos, what are you looking *for*? When I go to create a new review request, I see a list of cordova repos, including "cordova-site". On Tue, Jul 9, 2013 at 10:04 AM, Carlos Santana wrote: > Hum maybe I'm looking in the wrong place. > > I go to Groups and I only see one "cordova" > https://rev

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
Just a bit confused here For committers code reviews are done in reviews.apache.org For contributors code reviews are done in github.com Why? Guessing here: Committers don't use pull request system of github.com, they use git on git-wip-us.apache.org server and for some reason committers ar

Re: Cordova Blog

2013-07-09 Thread Andrew Grieve
That all sounds right to me. The .reviewboardrc sets group = cordova, so the trick for it being sane is to use the post-review tool On Tue, Jul 9, 2013 at 10:04 AM, Carlos Santana wrote: > Hum maybe I'm looking in the wrong place. > > I go to Groups and I only see one "cordova" > https://review

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
Hum maybe I'm looking in the wrong place. I go to Groups and I only see one "cordova" https://reviews.apache.org/groups/ https://reviews.apache.org/groups/cordova/ I got to "My Account" seetings and I can only add one group "cordova" Which groups do you belong to or wish to watch? [] cordova May

Re: Cordova Blog

2013-07-09 Thread Andrew Grieve
Yeah, I'd say our current state is that we're "testing the waters" with it. Not yet ready to tell 3rd party devs to use it instead of github. It has been added to http://wiki.apache.org/cordova/CommitterWorkflow, For cordova-site, I realize that I haven't yet added a .reviewboardrc to it, so uplo

Re: Cordova Blog

2013-07-09 Thread Michal Mocny
reviews.apache.org is just a place to submit patches for review, manage comments on lines of code etc. Some of us have started using it to organize reviews of patches. Its not the most beautiful interface, but it serves its purpose. I just tried it and submitting a new review I see many more tha

Re: Cordova Blog

2013-07-09 Thread Carlos Santana
Thanks Andrew What's the deal with https://reviews.apache.org ? I found it empty (i.e. 3 items) Is the Apache Cordova project migrating to it soon?, people don't know about it? If the Cordova Project wants to make it part fo the dev workflow it might help to document it on the Wiki http://wiki.a

Re: Cordova Blog

2013-07-08 Thread Andrew Grieve
I got the site added to review.apache.org, so in the future we can use that for reviewing changes / new blog posts. I'll apply your patch tomorrow :). On Mon, Jul 8, 2013 at 5:33 PM, Carlos Santana wrote: > I'm good for staging and review new features on GitHub Pages before pushing > live cont

Re: Cordova Blog

2013-07-08 Thread Carlos Santana
I'm good for staging and review new features on GitHub Pages before pushing live content to svn/infra On Mon, Jul 8, 2013 at 5:16 PM, Brian LeRoux wrote: > > Did I forgot to say I don't love SVN. > > Ya. > > > > Can we host this on gtihub pages and maintain the website on Github, and > > let gi

Re: Cordova Blog

2013-07-08 Thread Brian LeRoux
> Did I forgot to say I don't love SVN. Ya. > Can we host this on gtihub pages and maintain the website on Github, and > let github run jekyll on the source code? Unfortunately no. We could use Github for 'staging' I guess. > Downloads and Docs files will still be available from > http://cord

Re: Cordova Blog

2013-07-08 Thread Carlos Santana
Thanks Brian Andrew Grieve Here is the new patch for Cordova Blog https://issues.apache.org/jira/browse/CB-3997 - Includes your changes merged from GitHub https://github.com/csantanapr/cordova-blog/pull/4 - Added rss feed xml and link - Added favicon.ico for Cordova Website - Added the first

Re: Cordova Blog

2013-07-03 Thread Brian LeRoux
Looks great Carlos! I say ship it. Maybe just throw up a welcome blog post that says to 'watch this space for more info very soon!'. On Tue, Jul 2, 2013 at 3:01 PM, Carlos Santana wrote: > JIRA item contains the svn diff for the Cordova Blog and is ready to be > check i

Re: Cordova Blog

2013-07-02 Thread Carlos Santana
JIRA item contains the svn diff for the Cordova Blog and is ready to be check in by a committer. https://issues.apache.org/jira/browse/CB-3997 Please review and let me know if you have any issues. --Carlos On Tue, Jul 2, 2013 at 4:38 PM, Carlos Santana wrote: > Ok I have this working w

Re: Cordova Blog

2013-07-02 Thread Carlos Santana
Ok I have this working with jekyll and GitHub pages You can preview gh-pages branch here: http://csantanapr.github.io/cordova-blog/blog You can see repo here: https://github.com/csantanapr/cordova-blog Blog README: https://github.com/csantanapr/cordova-blog/blob/master/www/README.md All the

Re: Cordova Blog

2013-06-28 Thread Andrew Grieve
That's fun! :) On Fri, Jun 28, 2013 at 9:51 AM, Carlos Santana wrote: > The Developer Gods are on my side this morning. > Starting today to work on Cordova Blog using Jekyll and this pod-cast > landed today > > #54: Jekyll and CMS-less websites with Young Hahn and Dave C

Re: Cordova Blog

2013-06-28 Thread Carlos Santana
The Developer Gods are on my side this morning. Starting today to work on Cordova Blog using Jekyll and this pod-cast landed today #54: Jekyll and CMS-less websites with Young Hahn and Dave Cole http://5by5.tv/webahead/54 June 27, 2013 at 7:00pm • 1 hour 28 minutes After many years of using

Re: Cordova Blog

2013-06-25 Thread Brian LeRoux
gt;> > > >> > > > OR we could use Github pages for the Cordova org and just host on a >> > > > subdomain: >> > > > >> > > > http://blog.cordova.io >> > > > >> > > > ??? >> > > > >> >

Re: Cordova Blog

2013-06-24 Thread Carlos Santana
posts, etc..) >> > > >> > > --Carlos >> > > >> > > >> > > On Fri, Jun 21, 2013 at 1:09 PM, Brian LeRoux wrote: >> > > >> > > > OR we could use Github pages for the Cordova org and just host on a >> > > &g

Re: Cordova Blog

2013-06-24 Thread Carlos Santana
rian LeRoux wrote: > > > > > > > OR we could use Github pages for the Cordova org and just host on a > > > > subdomain: > > > > > > > > http://blog.cordova.io > > > > > > > > ??? > > > > > > > >

Re: Cordova Blog

2013-06-24 Thread Brian LeRoux
at 1:09 PM, Brian LeRoux wrote: > > > > > OR we could use Github pages for the Cordova org and just host on a > > > subdomain: > > > > > > http://blog.cordova.io > > > > > > ??? > > > > > > Seems like the

Re: Cordova Blog

2013-06-24 Thread Andrew Grieve
; > > > On Fri, Jun 21, 2013 at 9:56 AM, Carlos Santana > > wrote: > > > Yes mirror to Github, official and live content will be stored on > apache > > > servers. > > > > > > +1 on the repo name cordova-blog > > > > > > >

Re: Cordova Blog

2013-06-24 Thread Carlos Santana
or to Github, official and live content will be stored on apache > > servers. > > > > +1 on the repo name cordova-blog > > > > > > On Fri, Jun 21, 2013 at 12:52 PM, Shazron wrote: > > > >> +1 on Jekyll and Github. All we need is to request a cor

Re: Cordova Blog

2013-06-21 Thread Brian LeRoux
t; +1 on the repo name cordova-blog > > > On Fri, Jun 21, 2013 at 12:52 PM, Shazron wrote: > >> +1 on Jekyll and Github. All we need is to request a cordova-blog repo on >> git-wip-us, and then the Github mirror does all the work (I think) :) >> https://help.github.

Re: Cordova Blog

2013-06-21 Thread Carlos Santana
Yes mirror to Github, official and live content will be stored on apache servers. +1 on the repo name cordova-blog On Fri, Jun 21, 2013 at 12:52 PM, Shazron wrote: > +1 on Jekyll and Github. All we need is to request a cordova-blog repo on > git-wip-us, and then the Github mirror does a

Re: Cordova Blog

2013-06-21 Thread Shazron
and Github. All we need is to request a cordova-blog repo on > git-wip-us, and then the Github mirror does all the work (I think) :) > https://help.github.com/articles/user-organization-and-project-pages > > So if the repo is cordova-blog, the url would then be > http://cordova.gith

Re: Cordova Blog

2013-06-21 Thread Shazron
+1 on Jekyll and Github. All we need is to request a cordova-blog repo on git-wip-us, and then the Github mirror does all the work (I think) :) https://help.github.com/articles/user-organization-and-project-pages So if the repo is cordova-blog, the url would then be http://cordova.github.io

Re: Cordova Blog

2013-06-21 Thread Brian LeRoux
cool w/ everyone here). >> >> >> >> On Fri, Jun 21, 2013 at 8:06 AM, Carlos Santana >> wrote: >> > This is great idea. >> > >> > I don't mind the same content in both places. (PhoneGap and Cordova) >> > Phonegap is spelled Cor

Re: Cordova Blog

2013-06-21 Thread Carlos Santana
everyone here). > > > > On Fri, Jun 21, 2013 at 8:06 AM, Carlos Santana > wrote: > > This is great idea. > > > > I don't mind the same content in both places. (PhoneGap and Cordova) > > Phonegap is spelled Cordova anyway :-) > > > > > > Som

Re: Cordova Blog

2013-06-21 Thread Brian LeRoux
arlos Santana wrote: > This is great idea. > > I don't mind the same content in both places. (PhoneGap and Cordova) > Phonegap is spelled Cordova anyway :-) > > > Some of the blog posts in PhoneGap point to personal blogs. > I would thin that the Cordova Blog will do the

Re: Cordova Blog

2013-06-21 Thread Carlos Santana
This is great idea. I don't mind the same content in both places. (PhoneGap and Cordova) Phonegap is spelled Cordova anyway :-) Some of the blog posts in PhoneGap point to personal blogs. I would thin that the Cordova Blog will do the same have blogs hosted on its site or point to personal

Re: Cordova Blog

2013-06-20 Thread Joe Bowser
Currently, PhoneGap aggregates the blog posts of many committers at phonegap.com/blog. The downside of this is that it's an Adobe blog, and it's not Apache Cordova. Apache Cordova should probably have its own blog, but I see a lot of the same content being in two different places. If someone wan

Cordova Blog

2013-06-20 Thread Andrew Grieve
I brought it up in a separate thread ( http://callback.markmail.org/thread/y44pmva6gfm257sl) but probably deserves its own. I'd like to create a Blog for Cordova and make all Committers able to post to it. We could use it to: - Post release announcements & release notes - Draw attention to depreca