github - please follow

310 views
Skip to first unread message

Massimo Di Pierro

unread,
Aug 24, 2013, 7:26:03 PM8/24/13
to web...@googlegroups.com
web2py has many users but few github followers. This is a problem because the number of followers is a metric that can be used to guess popularity. 

You can help.

Get a github account and click on the star. https://github.com/web2py/web2py

It costs nothing and has benefits. For example you can receive notificatios when we make improvements.

Massimo 

Ovidio Marinho

unread,
Aug 24, 2013, 8:39:24 PM8/24/13
to web...@googlegroups.com
+1 

      


         Ovidio Marinho Falcao Neto
                  ITJP.NET.BR
             ovid...@gmail.com 
               83   8826 9088 - Oi
               83   9336 3782 - Claro
                        Brasil
              


2013/8/24 Massimo Di Pierro <massimo....@gmail.com>

--
 
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

webpypy

unread,
Aug 25, 2013, 1:41:39 AM8/25/13
to web...@googlegroups.com
Done.

Arvind Gupta

unread,
Aug 25, 2013, 2:04:23 AM8/25/13
to web...@googlegroups.com
Stared and Watch +1


--

André Kablu

unread,
Aug 25, 2013, 2:37:49 AM8/25/13
to web...@googlegroups.com
Done. +1

Jason (spot) Brower

unread,
Aug 25, 2013, 5:52:26 AM8/25/13
to web2py-users
done, never thought about doing it, but it makes sense.


--

Marin Pranjić

unread,
Aug 25, 2013, 6:01:21 AM8/25/13
to web...@googlegroups.com

Web2py has two repositories and many users are not likely to follow/star both.

Any plans for dropping hg repo in the future? (just curious)

Marin (mobile)

--

Massimo Di Pierro

unread,
Aug 25, 2013, 7:44:01 AM8/25/13
to web...@googlegroups.com
We could. It helps me to have two copies. I have messed up the git repo a couple of times.

Joe Barnhart

unread,
Aug 25, 2013, 4:38:36 PM8/25/13
to web...@googlegroups.com
Call me a Luddite but I still like hg.  Maybe it's cuz it's written Python... ;-)

-- Joe

Jonathan Lundell

unread,
Aug 25, 2013, 4:50:00 PM8/25/13
to web...@googlegroups.com
On 25 Aug 2013, at 1:38 PM, Joe  Barnhart <joe.ba...@gmail.com> wrote:
Call me a Luddite but I still like hg.  Maybe it's cuz it's written Python... ;-)

Me too. But git won, so...

Tim Richardson

unread,
Aug 25, 2013, 11:36:01 PM8/25/13
to web...@googlegroups.com
strange but true: forking does not automatically star. 

Diego Carvallo

unread,
Sep 6, 2013, 11:49:50 AM9/6/13
to web...@googlegroups.com
Talking about metrics and popularity, it could be a good thing to determine how BuiltWith and Wappalizer detect frameworks to create their usage trend graphs. Both have Chrome extensions that tell you the frameworks used in a certain web page but web2py is usually not detected (not even in my page where I have certainty it was built with web2py). This could help show the world a more accurate graph of web2py usage.

Richard Vézina

unread,
Sep 6, 2013, 12:24:13 PM9/6/13
to web2py-users
Done!

Prefer hg too!

Richard


--

Anthony

unread,
Sep 6, 2013, 12:51:35 PM9/6/13
to web...@googlegroups.com
web2py does set the X-Powered-By response header to "web2py", so hopefully that provides them with enough of a clue. What else should we do?

Anthony

Mariano Reingart

unread,
Sep 6, 2013, 1:50:54 PM9/6/13
to web...@googlegroups.com
I'm using hg-git extension to get the best of both worlds:

http://hg-git.github.io/

It allows to work with git repos using mercurial tools.
Even you can maintain a mercurial repo and a github repo easily.
For example, in .hg/hgrc configuring both repos:

[paths]
default = https://rein...@code.google.com/p/pyafipws/
git = git+ssh://g...@github.com/reingart/pyafipws.git

Then, you can push to github:

hg push git

and to googlecode as usual:

hg push

The best thing is that it will convert the changeset and metadata
automatically between the two repositories:

https://github.com/reingart/pyafipws/commits/master

https://code.google.com/p/pyafipws/source/list

I'm using it to set up read-write mirrows of googlecode projects in
github, maybe this can help to unify the repos of web2py.

BTW, I also prefer mercurial, as it is easier for newcomers and begginers.

Best regards,

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com

Richard Vézina

unread,
Sep 6, 2013, 1:52:44 PM9/6/13
to web2py-users
+1


Dave S

unread,
Sep 6, 2013, 4:54:33 PM9/6/13
to web...@googlegroups.com


On Friday, September 6, 2013 10:50:54 AM UTC-7, Mariano Reingart wrote:
I'm using hg-git extension to get the best of both worlds:

http://hg-git.github.io/

It allows to work with git repos using mercurial tools.
Even you can maintain a mercurial repo and a github repo easily.
For example, in .hg/hgrc configuring both repos:


Thanks for this ... I'm a mercurial personality, too, but hadn't gotten on to figuring out the settings.




 
[paths]
default = https://rein...@code.google.com/p/pyafipws/
git = git+ssh://g...@github.com/reingart/pyafipws.git

Then, you can push to github:

hg push git

and to googlecode as usual:

hg push

The best thing is that it will convert the changeset and metadata
automatically between the two repositories:

https://github.com/reingart/pyafipws/commits/master

https://code.google.com/p/pyafipws/source/list

I'm using it to set up read-write mirrows of googlecode projects in
github, maybe this can help to unify the repos of web2py.

BTW, I also prefer mercurial, as it is easier for newcomers and begginers.


/dps
 

Marcio Andrey Oliveira

unread,
Sep 8, 2013, 8:41:39 PM9/8/13
to web...@googlegroups.com
done.

Raffaele Tesi

unread,
Dec 18, 2013, 9:45:57 AM12/18/13
to web...@googlegroups.com
fatto

Doug Hauenstein

unread,
Dec 18, 2013, 10:18:32 AM12/18/13
to web...@googlegroups.com
+ 1 done!


On Saturday, August 24, 2013 7:26:03 PM UTC-4, Massimo Di Pierro wrote:

Mirko

unread,
Dec 18, 2013, 10:40:06 AM12/18/13
to web...@googlegroups.com
done

Oli

unread,
Dec 18, 2013, 10:47:56 AM12/18/13
to web...@googlegroups.com
done!

黄祥

unread,
Dec 18, 2013, 10:59:21 AM12/18/13
to web...@googlegroups.com
done

Richard Vézina

unread,
Dec 18, 2013, 11:11:50 AM12/18/13
to web2py-users
GO!

Only 515 until now, I am sure there is much more web2py fan out there!!

:)

Richard


On Wed, Dec 18, 2013 at 10:59 AM, 黄祥 <steve.van...@gmail.com> wrote:
done

Carlos Zenteno

unread,
Dec 18, 2013, 4:02:52 PM12/18/13
to web...@googlegroups.com
done!

mike dawson

unread,
Dec 19, 2013, 5:17:59 AM12/19/13
to web...@googlegroups.com
Done! up to 528 now.

Avi A

unread,
Dec 19, 2013, 11:16:18 AM12/19/13
to web...@googlegroups.com
+1

Cliff Kachinske

unread,
Dec 19, 2013, 2:01:11 PM12/19/13
to web...@googlegroups.com
Done, plus recruited another local Web2py user.
Reply all
Reply to author
Forward
0 new messages