[google-appengine] Re: Forum (message board) engine for Google App Engine

2011-04-12 Thread iryndin
New Gforum update: admin interface is fully rewritten.
Now ExtJS framework (v.3.3.1) is used in admin interface.
You can see Wiki page on admin interface at: 
http://code.google.com/p/gforum/wiki/AdminInterface

Cheers,
Ivan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Forum (message board) engine for Google App Engine

2011-04-03 Thread iryndin
Yes, thanks,

I'll drop a look at http://code.google.com/p/verysmallforumforgae
Thanks!

Regards,
Ivan

On 3 апр, 12:40, Arcanum  wrote:
> OK. Let's continue :)
>
> Do you know that the other messageboard project for GAE is exists?
> I speak about "Very Small Forum For 
> GAE"http://code.google.com/p/verysmallforumforgae/
> It looks quite good (I beleive that it looks much better than yours at
> this moment, sorry), but the ugly google's authorisation stops me for
> using that. The other thing that activity is low for that project.
>
> I suppose that you could use some piece of source code in your
> project?
> Does it help you?
>
> On 3 апр, 10:19, iryndin  wrote:
>
> > Yes, I speak Russian,
>
> > but here is an English-language group, so let's continue in English,
> > please.
>
> > Regards,
> > Ivan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Forum (message board) engine for Google App Engine

2011-04-02 Thread iryndin
Yes, I speak Russian,

but here is an English-language group, so let's continue in English,
please.

Regards,
Ivan

On 1 апр, 18:56, Arcanum  wrote:
> Great job!
> I really need a simple but nice and effective message board for GAE.
> I really like not only Google's authorisation methods.
>
> BTW are you speak russian like me? :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Forum (message board) engine for Google App Engine

2011-03-27 Thread iryndin
Hi all,

I want to announce a Google App Engine-based forum engine. It is coded
in Python.
It is named GForum, open-source (Apache 2.0. License) and hosted at
http://code.google.com/p/gforum

Live demo is hosted at http://gforum-demo.appspot.com.

How it was born?
Simple. I wanted to add forums to some of my GAE-based sites. I found
no good GAE-based forum engines and decided to make it myself.

What are design guidelines?
Clean and simple. Occam's razor: do with fewer things.

Features for now:
 - login with 5 auth providers: Google, Facebook, Twitter, MyOpenID,
Vkontakte.
 - view forums and threads, write messages
 - view user profiles
 - SEO-friendly permalinks to forums and threads
 - design via themes

Features in progress:
 - edit user profile data
 - edit avatar
 - Gravatar usage

Features to be implemented:
 - pagination
 - paste images or make links to outside images (e.g. at Flickr)
 - i18n
 - automatic sitemap generation
 - private messages for users
 - RSS/ATOM feeds for threads/forums
 - administrator interface

Hope it will be useful to anybody besides me.
Will be glad to any comments/suggestions/contributions.

Regards,
Ivan.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] How to get known filename when uploading file

2010-04-14 Thread iryndin
Hello, Mighty All,

i have the following question:

How to get known filename when uploading file?

Use case:
1) want to load image file (jpg, png or gif) to GAE storage
2) want to get know file type by its extension
3) extension should be taken from file name - but - How to get known
this name?

I googled, read docs - no answer =(

Any help is appreciated!

Ivan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Configure *.ru domain for GAE-hosted application

2009-12-23 Thread iryndin
Hello!

I managed to add needed domain mapping in the settings of Google App
Engine applications from the Google App panel.
It turned out simply to add domain name, and no more actions.

I think, the possibility to add domain name mapping added in my Google
App account after Google verified my domain.

Thank you very much (skylecm, Jason) for help!!


On 23 дек, 02:16, "Jason (Google)"  wrote:
> Have you seen this 
> article:http://code.google.com/appengine/articles/domains.html?It sounds like 
> you
> entered your domain in the right location. When you go to your Google Apps
> dashboard, do you see your application listed? It should have a little App
> Engine icon next to it. When you see that, it means that your application
> has been linked to your domain, and you can set up a subdomain for it.
>
> - JasonOn Sun, Dec 20, 2009 at 3:16 AM, iryndin  wrote:
> > Hello, dear All!
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Configure *.ru domain for GAE-hosted application

2009-12-21 Thread iryndin
Hello, dear All!

I have troubles configuring *.ru domain for my GAE-hosted
application.

Say, I created GAE-hosted application named, for example azgsmap, so
it is accessible with URL http://azgsmap.appspot.com. Then, I bought
the domain name azgsmap.ru and want to link it with my application at
http://azgsmap.appspot.com . I tried several approaches, but didn't
succeed. What am I doing wrong?

I understand that I should have Google apps account to link domain
name azgsmap.ru with  http://azgsmap.appspot.com.

I did the following:

1) I have google account named "iryndin". I created GAE-hosted
application named azgsmap, and uploaded code and storage records to
it, so that working application is accessible by the URL 
http://azgsmap.appspot.com.

Now I want to link http://azgsmap.appspot.com and "azgsmap.ru" domain.
I bought domain name "azgsmap.ru". In application console at
http://azgsmap.appspot.com I found no way to link the application with
domain.

But I realized that I need Google Apps account to link it. Hmmm,
well.. I decided first try the basic (i.e. free of charge) Google
Apps account and registered it for name azgsmap.ru.

   Then created CNAME record in my domain name management console so
that Google verified that I am the real holder of the domain. Google
verified OK.

Then I created several A records for IP addresses:

216.239.32.21
216.239.34.21
216.239.36.21
216.239.38.21

as commanded in the article 
http://www.google.com/support/a/bin/answer.py?hl=ru&answer=91080.

Now, after all, I cannot find the way to link my azgsmap.appspot.com
with domain azgsmap.ru.

I pressed Versions link in the left menu in Google App Engine panel,
but there is no way to add domain there.
Then I pressed "Application settings" link in the left menu, and there
is a button "Add domain"  there. When I press it, it asks to enter
domain name. I enter "azgsmap.ru" and press "Add domain" button. I am
forwarded to Google apps account and again find no way to link
domains.

I break my head here for several hours and can't go forward.

That's why I decided to write in the group to ask you about it.

Perhaps, any google guy can read this message and help me with my
problem


--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.