On Apr 30, 6:50 am, iain <
isur...@googlemail.com> wrote:
> Does anyone know of aforumthat could be easily embedded in a GAE
> app. Surely lots of the site's being built on this platform would
> benefit greatly from an in-builtforumapp?
>
> Putting phpbb in an iframe isn't really a great way to go since it
> will require an external server to host both the php code and the
> mysql server. I've tried searching for python-coded forums but havent
> found anything promising. So I was wondering if any coders had plans
> to build aforumin python, and better still one that could easily
> integrate with any GAE app using the datastore and users api.
>
> I'm no python guru but I would be willing to help out if there was
> such a project.
I just released a forum like app on GAE named fora (
fora.appspot.com).
The main idea is using tags to classify topics instead divide forums
into boards like most other internet forums, and enhance tags with
some basic semantic like same as, broader than, narrower than to make
tagging more simply and fetching information more accurately.
iain, your thought inspired me, maybe you can embedded fora into your
application(before this, I must make fora more embedded friendly), and
what your job is just maintain a list of tags you concern and the
topics relative to this tags. I did no make more in-depth thinking, is
this type of mashup doable? Is there any problem when making cross-
domain call in GAE? Hope guru make some explanation for I am a python
newbie too and didn't experienced in web 2.0.