1. Euphoria Forum
- Posted by Icy_Viking 2 months ago
- 399 views
Hi all,
Would it be possible to write forum software in Euphoria? Like using the mySQL wrapper and curl wrapper and stuff? I had an idea of making something like PHPBB or vbulletin, but using Euphoria. Some ideas I had would include post count, reputation system and other similar features other forums have.
2. Re: Euphoria Forum
- Posted by euphoric (admin) 2 months ago
- 373 views
Would it be possible to write forum software in Euphoria?
This forum is written in Euphoria.
3. Re: Euphoria Forum
- Posted by ghaberek (admin) 2 months ago
- 340 views
Would it be possible to write forum software in Euphoria?
This forum is written in Euphoria.
The whole dang website is written in Euphoria! https://github.com/OpenEuphoria/euweb
Like using the mySQL wrapper and curl wrapper and stuff? I had an idea of making something like PHPBB or vbulletin, but using Euphoria. Some ideas I had would include post count, reputation system and other similar features other forums have.
Our website is in need of an overhaul but I haven't got the time. If this is something you're interested in, I can point you in the right direction and provided assistance along the way.
The entire website doesn't need to be written; I think I would prefer to decouple the news (blog), wiki, and forum pieces and move everything else (docs, downloads, tickets) to GitHub.
My ongoing idea is be to basically clone Discourse, which is a fairly "modern" web application with a Ruby on Rails back end, Ember.js front end, Postgres database, Redis caching, etc.
-Greg
4. Re: Euphoria Forum
- Posted by Icy_Viking 1 month ago
- 292 views
Would it be possible to write forum software in Euphoria?
This forum is written in Euphoria.
The whole dang website is written in Euphoria! https://github.com/OpenEuphoria/euweb
Like using the mySQL wrapper and curl wrapper and stuff? I had an idea of making something like PHPBB or vbulletin, but using Euphoria. Some ideas I had would include post count, reputation system and other similar features other forums have.
Our website is in need of an overhaul but I haven't got the time. If this is something you're interested in, I can point you in the right direction and provided assistance along the way.
The entire website doesn't need to be written; I think I would prefer to decouple the news (blog), wiki, and forum pieces and move everything else (docs, downloads, tickets) to GitHub.
My ongoing idea is be to basically clone Discourse, which is a fairly "modern" web application with a Ruby on Rails back end, Ember.js front end, Postgres database, Redis caching, etc.
-Greg
Getting a simple server setup for testing a forum I'd like to create would be nice.
5. Re: Euphoria Forum
- Posted by petelomax 1 month ago
- 279 views
The whole dang website is written in Euphoria! https://github.com/OpenEuphoria/euweb
I've created a quick pull request to locate the edbi and webclay dependencies on github rather than bitbucket