Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - martino87r

Pages: 1 [2]
16
Ideas / Re: 2008 - Ideas for the future of OpenGoo
« on: December 09, 2008, 11:11:21 pm »
Well... if every software developer will promote commercial solutions, of course that the company that own the patents will get more and more money from it...

If OpenGoo will be used by a lot of users, they just stay with the known solution (like Skype) this can be an opportunity to promote much better (personal opinion) and inexpensive technologies, like VoIP...
A groupware that actually push on Open Standards (this need to be the philosophy) instead of giving market to proprietary solutions in my opinion is a good OPEN groupware... Want support for Skype? Pay and get support for it... Like OpenExhange... Want to use Outlook (by MS) pay for the connector, but if you use Open source Mail client you don't need to spend money ;)

17
Italiano / Italian language support - Supporto in Italiano
« on: December 09, 2008, 11:01:39 pm »
Come negli altri forum, propongo quest' oggi di aprire ufficialmente un topic per richieste di supporto in lingua Italiana.

A breve spero che sara' operativo il sito di OpenGoo completamente in Italiano (proporrei di premere sul webmaster attuale di OpenGoo  ;D)

Intanto per coloro che non sanno scrivere in Inglese, consiglio di porgere le richieste qui, se non otterrete risposta, verranno tradotte in inglese e inserite nella piu' appropriata sezione del forum principale (piu' probabile che otteniate una risposta)

Buon Post a tutti  :P

Martino

18
Scusate ma mi sono dimenticato di una cosa...

Aldila' della parola Workspace, come avete tradotto i seguenti termini:

Task - Compito (non mi suona alla perfezione)
Subtasks - Sub-compito (blaaah)
Timeslot - non ho proprio idea...
Milestone - Obiettivo (penso ci sta tutto)
Overview - Per ora ho messo "Generale" (devo verificare il contesto)

Appena ne scopro altre segnalo :)

19
Ragazzi postate tutti i file che avete completato.

Adesso e' disponibile il tool per tradurre senza l'ausilio di editor esterni.

Fate sapere a che punto siete e che file avete tradotto

Postate tutto qui e poi riassembliamo il tutto

Ciao ciao :)

20
Architecture / RPC ???
« on: December 08, 2008, 12:37:48 pm »
Actually i was thinking on a lot of other features, i'll explain them later, but the first real Architecture issue is of the RPC (Remote Procedure Call).

Every advanced function/feature that you want to integrate within a standalone application, need to communicate with the OGoo in a way. So my first question:

-In the architecture design, there was RPC implementation?

If yes, maybe somebody can explain me how???
If No, then maybe it's the time to design a new one...


21
Installation problems / Re: Blank Page - Help!
« on: December 08, 2008, 09:57:59 am »
Hmm i saw that the PHP is working, MySQL is OK... so what's the problem???
Seems that the setup cannot complete the installation steps (http://artileri.net/public/index.php) look here...

Strange...

22
Installation problems / Re: Blank Page - Help!
« on: December 08, 2008, 09:45:12 am »
Can you check the log files for PHP and Apache?

Probably if there's something wrong then it must be within the logs, otherwise it's a mystery :o


23
How To's / Re: Backups
« on: December 08, 2008, 09:39:56 am »
Hi,
you can find the SQL file within the archive, under "/tmp/backup/db.sql"


24
Ideas / Re: Rocketscience xD
« on: December 07, 2008, 07:18:05 pm »
Maybe this step is larger then my leg.. But i'll try to design a schema to implement ApacheDirectory into OGoo.
I'll write extensive documentation on how to insert LDAP into the existing project.
Actually i cannot cover the programming part (im not so expert in PHP)... but i think with class diagrams and documentation it will be much easier to write the necessary code.

Any help will be appreciated

25
Installation problems / Re: 500 internal server error
« on: December 07, 2008, 05:48:28 pm »
I'll tell you to check the Apache logs... :)

26
Installation problems / Re: Blank Page - Help!
« on: December 07, 2008, 05:44:34 pm »
Hi.. When you install your OpenGoo, what is the Address that you're using? Probably you need to configure properly the host address, if you are using an external server type the IP address instead of the Hostname in the config.php (/config/config.php), cause sometimes it could happen that the DNS resolver is not configured...

ex. Remote
define('ROOT_URL', 'http://192.168.0.10/opengoo/'); here the root of OpenGoo is "/opengoo/"

ex. Local
define('ROOT_URL', 'http://127.0.0.1'); here the root is "/"

27
Ideas / Re: 2008 - Ideas for the future of OpenGoo
« on: December 07, 2008, 04:49:34 pm »
I'm little disappointed on effort energies and promoting a Proprietary solution (like Skype)... Instead why not implement integration with Open VoIP solutions? like Asterix...

28
Ideas / Rocketscience xD
« on: December 07, 2008, 04:42:25 pm »
I don't know much about this great group-ware (as structure), but i still have few ideas to make it more "standard"  ??? compliant... Actually as i wrote in the new member section, I'm a Solution Architect (Junior), so i have a good knowledge about IT standards...

I found this great software when i was searching for an alternative to MS Exchange, cause im really annoyed of the MS policies  >:( ok let me cut of those comments  :-X...
So.. the Exchange actually is a structured assembly of different standards (LDAP, Kerberos, DNS etc.), and it's highly integrated and dependant on MS Operating System and Software (bad bad bad...).
I was looking for years to a valid alternative to such system without any interesting result, but... i found Open-Exchange and i was surprised of the result (very good) but when i saw the price... well it's better to use MS Server instead..."Personal Comment..."

Right now i see that OGoo is using PHP with only MySQL to manage all the data (and it's good when you don't need advanced features that can modify the Guest OS), it will be good to have more advanced features, like use of LDAP to Access Contacts -http://directory.apache.org/ and extensive support to Kerberos for Auth... So the user management can be easy integrated with existing *NIX systems and of course support for in-place SMTP mail can be added (Postfix or Sendmail). After this, the software can use the webinterface or a plugin for Thunderbird (i think it will be supported from most of the comunity). I know that this is rocketscience..but this architecture will be the first real project to create a valid alternative to commercial solutions.

Comments are welcome  ;D

29
Hi folks, really good piece of software!!! Very nice GUI and i love it...

I'm still learning PHP but i'll be very interested on contributing to this awesome groupware.
Actually im rising my programming skills in PHP, since i was programming in C,C#, VB and (PG)-SQL from about 6 years. Also actually i SPEAK native Italian, native Polish and a very good English, so I can help with translations, documentation and any writing work.

For other duties let me learn PHP at a good lvl, but in the meantime it will be good if someone can send me a class map or a Scheme of OpenGoo to better understand its gears  ;)

Actually i'm employed as a Solution Architect (Junior):P, and i love everything that involve informations exchange and also Network understanding (like LAN, SME Networks, Security, SAN, NAS etc etc ;D)

So on.. for everything just contact me :)

P.S. I have a few ideas to write down... :)

Pages: 1 [2]