Thank you everybody for taking a look at this and testing it for me!
Hopefully after cleaning up a few things it will launch soon.

List of still to be implemented

*Rating System (tied in with comments)
*Links on plug meta info (author, category, tags)
*Browse by author

Some questions for the community

* Should any registered user be allowed to tag?

* Do you guys like the way to upload new versions?

* Do we want registered users to be able to create new categories, or just
come up with a default list (like on web2pyslices) and let authors just tag
them for details.

-Thadeus




On Mon, Nov 30, 2009 at 9:22 AM, Thadeus Burgess <thade...@thadeusb.com>wrote:

> *Value not in database errors. -> Should have been fixed in trunk, not sure
> of a way around it except for just not using Validators all around.
>
> *Version Number -> good idea.
>
> *Filename is expected to be "web2py.plugin.*.w2p" This is what you get when
> you "pack" the plug-in individually.
>
> *Code for comments -> My bad, that actually comes from the python sample at
> gravatar.com, yay for editors auto-save :)
>
> -Thadeus
>
>
>
>
>
> On Mon, Nov 30, 2009 at 3:47 AM, selecta <gr...@delarue-berlin.de> wrote:
>
>> 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 <http://www.somewhere.com/%0Ahomsar.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>
>> <web2py%2bunsubscr...@googlegroups.com<web2py%252bunsubscr...@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<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.


Reply via email to