in the cotroller plug i see 0 Responses Comment RSS Feed # import code for encoding urls and generating md5 hashes import urllib, hashlib # Set your variables here email = "some...@somewhere.com" default = "http://www.somewhere.com/ homsar.jpg" size = 40 # construct the url gravatar_url = "http:// www.gravatar.com/avatar.php?" gravatar_url += urllib.urlencode ({'gravatar_id':hashlib.md5(email).hexdigest(), 'default':default, 'size':str(size)})
looks like some commented code that should be hidden On Nov 30, 10:43 am, selecta <gr...@delarue-berlin.de> wrote: > thanks that was it > when I try to submit my plugin and I don't choose a category like > "food" I get > "value not in database" for each category > on "Publish a new version" > there is a field called "Number:" it's not clear what this is supposed > to mean I would call it "version number" instead > on uploading my improved tagging plugin i get "enter valid filename" > my filename is web2py.plugin.tagging.gz ... as chosen by the export > function?? why is it not valid? > > On Nov 29, 8:56 pm, Thadeus Burgess <thade...@thadeusb.com> wrote: > > > > > Make sure you are using "username" not "emai" > > > -Thadeus > > > On Sun, Nov 29, 2009 at 7:32 AM, selecta <gr...@delarue-berlin.de> wrote: > > > nice design, i hope it will go online soon > > > but i am having problems signing in, I registerd but after clicking > > > the confimation link it jus says invalid login?? > > > I would also suggest that you add a licencse category, for the tagging > > > part also i would suggest that you use my improved version of the > > > tagging plugin for your tagging ;-) > > > >http://groups.google.com/group/web2py/browse_thread/thread/4f9dfc4e9c... > > > > On Nov 28, 8:57 pm, Thadeus Burgess <thade...@thadeusb.com> wrote: > > > > Hello everyone, > > > > > Ok I am putting the finishing touches on our new web2py plugin hosting > > > site. > > > > > Could everyone take a look at it, let me know what you think, and reply > > > to > > > > this thread for any comments or suggestions. I will not get a chance to > > > > update it until next weekend, but would love to start gathering a list > > > > of > > > > things that could be done better. > > > > > You can start uploading some packed plug-ins to try the site out, > > > > however > > > it > > > > is just running off the demo SQLITE database, which will be scrubbed > > > > when > > > > the site goes official. > > > > > As a note, the plug-ins that are already in the database are test files, > > > and > > > > do not actually contain anything. > > > > >http://plugincentral.thadeusb.com/ > > > > > Hope you enjoy! > > > > > Thanks, > > > > > -Thadeus > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "web2py-users" group. > > > To post to this group, send email to web...@googlegroups.com. > > > To unsubscribe from this group, send email to > > > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/web2py?hl=en. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.