Re: [web2py] Re: Is it me or what?

2012-01-21 Thread Farsheed Ashouri
you had another option! to mail me and ask me to solve your problem instead 
of marking Ourway emails as spam! Ourway NEVER spams! just when you have 
new comment or private message.  btw, I disabled your account cause all 
passwords are encrypted in database and recover option won't be ready till 
next month. You can re register if you want.
As you know Ourtway is in it's beta and there is long way to be a 
production ready and public tool. The only thing I need is to get people 
test it as much as they can so i can find bugs and fix them.
Thanks for your support and using my tool.


Re: [web2py] Re: Is it me or what?

2012-01-20 Thread Alexandre Andrade
I just cant recover my login/password and my only solution was marks ourway
emails as spam, since i cant optout


2012/1/20 Farsheed Ashouri farsheed.asho...@gmail.com

 Ourway is under development dude and it's going to be a large scale social
 network system late 2012.
 Check out it's blogging system for 
 *example*http://ourway.ir/blog/index?page=2tag=Noneu=rodmena
 .
 http://ourway.ir/blog




-- 
Atenciosamente


Alexandre Andrade
Hipercenter.com Classificados Gratuitos


[web2py] Re: Is it me or what?

2012-01-13 Thread Likit
Nice.

Randomly noticed that the all bands/against me link is brokent...


On Jan 12, 11:48 pm, Annet anneve...@googlemail.com wrote:
 Hi,

  Thanks for pointing that out, this is probably a stupid question, but
  where do I change the metadata author?

 In previous versions of web2py this was the way to set meta data:

 In menu.py or in a controller:

 ## read more athttp://dev.w3.org/html5/markup/meta.name.html
 response.meta.author = 'Your Name y...@example.com'
 response.meta.description = 'a cool new app'
 response.meta.keywords = 'web2py, python, framework'
 response.meta.generator = 'Web2py Web Framework'
 response.meta.copyright = 'Copyright 2011'

 and then in the head/head section of a layout something like:

 meta name=author content={{response.meta.author}} /
 meta name=description content={{=response.meta.description}} /
 meta name=generator content={{response.meta.generator}} /
 meta name=keywords content={{=response.meta.keywords}} /

 ... I am not sure it still is ...

 Regards,

 Annet


Re: [web2py] Re: Is it me or what?

2012-01-13 Thread Chris Hawkes
Thanks for all the comments and suggestions.  There will be a major content fix 
over the weekend.   I will fix many dead links and I am adding an additional 
200 bands or so.  I am also adding more dynamic content over the next couple of 
weeks.


Sent from my Samsung smartphone on ATT

Likit lewis_le...@hotmail.com wrote:

Nice.

Randomly noticed that the all bands/against me link is brokent...


On Jan 12, 11:48 pm, Annet anneve...@googlemail.com wrote:
 Hi,

  Thanks for pointing that out, this is probably a stupid question, but
  where do I change the metadata author?

 In previous versions of web2py this was the way to set meta data:

 In menu.py or in a controller:

 ## read more athttp://dev.w3.org/html5/markup/meta.name.html
 response.meta.author = 'Your Name y...@example.com'
 response.meta.description = 'a cool new app'
 response.meta.keywords = 'web2py, python, framework'
 response.meta.generator = 'Web2py Web Framework'
 response.meta.copyright = 'Copyright 2011'

 and then in the head/head section of a layout something like:

 meta name=author content={{response.meta.author}} /
 meta name=description content={{=response.meta.description}} /
 meta name=generator content={{response.meta.generator}} /
 meta name=keywords content={{=response.meta.keywords}} /

 ... I am not sure it still is ...

 Regards,

 Annet


[web2py] Re: Is it me or what?

2012-01-13 Thread chawk
BTW, Joseph thank you for the advice of updating my meta author, and
Annet you were right, it is in the model/menu.py file.  I could not
figure out why those meta tags were showing up like that.  The fix
will be updated tonight.


[web2py] Re: Is it me or what?

2012-01-12 Thread chawk
Apparently none of the links to leave Google groups are working.


[web2py] Re: Is it me or what?

2012-01-12 Thread Anthony
Very nice site.

On Thursday, January 12, 2012 6:33:58 PM UTC-5, chawk wrote:

 Some of the sites on the gallery of sites look good, but are not 
 being actively updated it seems.  Ourway looks good, but what does it 
 do, and why does it seem like it is not finished? 

 Web2py is the best framework out there, but it seems that some of our 
 pages are not representing it well enough.  Tenthrow looks okay, but 
 it has not been updated in years.   There was a wikipedia link to 
 web2py sites, but they looked like a horrible collection of late 90's 
 websites.   The gallery was much better collection of web2py sites. 

 I am working on a site called www.noobmusic.com  it is hosted on the 
 app engine and still has a ways to go, so I appreciate any insight or 
 glaring problems that you may notice, when viewing it.  My content is 
 a monster to sort out which is what I am spending a majority of my 
 time on. 

 My point of this post is to have anybody point out glaring problems on 
 my site (not content related, as i am working this out already)



[web2py] Re: Is it me or what?

2012-01-12 Thread Joseph Jude
You may want to change the metadata author. Site looks good.

BTW, what plan of GAE are you on?


[web2py] Re: Is it me or what?

2012-01-12 Thread chawk
Thanks for pointing that out, this is probably a stupid question, but
where do I change the metadata author?   I put in my own meta tags,
but the defaults that come with the app are showing up instea.  I kept
wondering why facebook would say a cool new app when trying to
include it in a comment.

As far as the plan, I am currently paying nothing through the free
quotas they allow. I have not come close to exceeding quota.  I am
curious to see how all this holds up if I start getting a lot of
traffic.  I am still learning how all their billing stuff works.


[web2py] Re: Is it me or what?

2012-01-12 Thread Annet
Hi,

 Thanks for pointing that out, this is probably a stupid question, but
 where do I change the metadata author?

In previous versions of web2py this was the way to set meta data:

In menu.py or in a controller:

## read more at http://dev.w3.org/html5/markup/meta.name.html
response.meta.author = 'Your Name y...@example.com'
response.meta.description = 'a cool new app'
response.meta.keywords = 'web2py, python, framework'
response.meta.generator = 'Web2py Web Framework'
response.meta.copyright = 'Copyright 2011'


and then in the head/head section of a layout something like:

meta name=author content={{response.meta.author}} /
meta name=description content={{=response.meta.description}} /
meta name=generator content={{response.meta.generator}} /
meta name=keywords content={{=response.meta.keywords}} /


... I am not sure it still is ...


Regards,

Annet