41
JulioNC
Re: New branch for xoops translation on SVN
  • 2008/5/7 2:07

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Please, you could see a readme.txt file with new example in it.

Quote:

gtop00 wrote:
Do you really think that we need such tool?
We do not create code/versions when we translate; we just translate existing text on existing code/versions


I don't think so, if you work together with others translators.
Spanish language have a lot of Anglicism, Jargon, etc. so We need to compare with other spanish speakers.

Quote:

Also, I would like to propose the use of an “International” multilingual site where we could work with Lang_Tool and test the translations.


No, is too much work!
Have you got time for it?


Maybe D.J will discuss with us for it as soon as posible.
By the way, Who is The XOOPS Translation Leader ?



42
JulioNC
New branch for xoops translation on SVN
  • 2008/5/6 3:10

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


About XOOPS Translation, I have been working on esxoops svn.
However, I talked with DJ about XOOPS translations.

So I created a new branch on XOOPS SVN called XoopsLanguages/
All XOOPS webmaster or XOOPS Translation Team must will work in it. (If you want)

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/

Best regards
Julio



43
JulioNC
Re: XoopsGraphs - Prototype for 3.0 release available!
  • 2008/4/16 1:07

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Great Job!
Simon, I don't know if we will have problems with the JpGraph Licence in the future. (QPL 1.0 Licence ??? )
Many users use XOOPS as a comercial site. (+1).
Maybe we have to use it as part class Frameworks.
What do you think?

P.S: Do you know about Open Flash Chart ? It's GPL! ;)
http://teethgrinder.co.uk/open-flash-chart/



44
JulioNC
Re: [Request Test] - News 1.56 optimized for referencing (SEO)
  • 2008/4/15 5:23

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


[es]
y de paso hablas en un sólo idioma!
[/es]



45
JulioNC
Re: Admin email variable
  • 2008/4/10 3:44

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


well, you have to edit XOOPS_ROOT_PATH/include/site-closed.php
Line 42 aprox.

$xoopsTpl->assign( array(
        
'xoops_theme' => $xoopsConfig['theme_set'],
        
'xoops_imageurl' => XOOPS_THEME_URL.'/'.$xoopsConfig['theme_set'].'/',
        
'xoops_themecss'=> xoops_getcss($xoopsConfig['theme_set']),
        
'xoops_requesturi' => htmlspecialchars$_SERVER['REQUEST_URI'], ENT_QUOTES),
        
'xoops_sitename' => htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES),
        
'xoops_slogan' => htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES),
        
'xoops_dirname' => @$xoopsModule $xoopsModule->getVar'dirname' ) : 'system',
        
'xoops_banner' => $xoopsConfig['banners'] ? xoops_getbanner() : ' ',
        
'xoops_pagetitle' => isset($xoopsModule) && is_object($xoopsModule) ? $xoopsModule->getVar('name') : htmlspecialchars$xoopsConfig['slogan'], ENT_QUOTES ),
        
'lang_login' => _LOGIN,
        
'lang_username' => _USERNAME,
        
'lang_password' => _PASSWORD,
        
'lang_siteclosemsg' => $xoopsConfig['closesite_text'],

    ) );


change by

$xoopsTpl->assign( array(
        
'xoops_theme' => $xoopsConfig['theme_set'],
        
'xoops_imageurl' => XOOPS_THEME_URL.'/'.$xoopsConfig['theme_set'].'/',
        
'xoops_themecss'=> xoops_getcss($xoopsConfig['theme_set']),
        
'xoops_requesturi' => htmlspecialchars$_SERVER['REQUEST_URI'], ENT_QUOTES),
        
'xoops_sitename' => htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES),
        
'xoops_slogan' => htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES),
        
'xoops_dirname' => @$xoopsModule $xoopsModule->getVar'dirname' ) : 'system',
        
'xoops_banner' => $xoopsConfig['banners'] ? xoops_getbanner() : ' ',
        
'xoops_pagetitle' => isset($xoopsModule) && is_object($xoopsModule) ? $xoopsModule->getVar('name') : htmlspecialchars$xoopsConfig['slogan'], ENT_QUOTES ),
        
'lang_login' => _LOGIN,
        
'lang_username' => _USERNAME,
        
'lang_password' => _PASSWORD,
        
'lang_siteclosemsg' => $xoopsConfig['closesite_text'],
        
'xoops_adminmail' => $xoopsConfig['adminmail'],
    ) );



As you can see, add 'xoops_adminmail' => $xoopsConfig['adminmail'],

so You can use <{$adminmail}> in system_siteclosed.html



46
JulioNC
Re: cakePHP 1.1 Is it worth importing?
  • 2008/2/23 16:47

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Hi Kiang,

Add new class files for 2.3 branch (trunk).

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsCore/trunk/

I'd like to see MVC pattern in XOOPS.



47
JulioNC
Re: Xoops Modules (All Xoops Users Please Read)
  • 2008/1/14 22:03

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


A Great Example of maintainers software packages is The Debian Project (A Linux distribution).

When we can't contact the developer module, or perhaps the developer says it is no longer able to support his module. These XOOPS modules will be called Orphan XOOPS Modules (OXM).

Those who want to adopt these Orphan XOOPS Modules, they can join to New XOOPS Developer.

A XOOPS Developer is a person who work with a official modules and third party modules. Obviously, his modules must pass quality control and testing (See a QA and testing wiki page).

Skill:
- XOOPS API knowledge (of course in PHP)
- Contributions of XOOPS Community

Benefits:
- Join a XOOPS Developer Group
- List of XOOPS Jobs available (People will know that you are a developer and you can get a job)
- Maybe you can get a e-mail account: yourname @ xoops.org
- and other things

IMHO, We need a new XOOPS DEV Forge.
Excuse me, my english is not good

Resources:

https://nm.debian.org/
http://www.debian.org/devel/join/
http://www.debian.org/devel/join/newmaint (more info)
https://nm.debian.org/newnm.php (Join a Debian Maintainer)
http://people.debian.org/~anibal/talks/20050910-debian-uy.txt (Spanish information, Please, you use google translate)



48
JulioNC
Re: how to upgrade from 2.0.18rc
  • 2008/1/3 22:39

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


You have to need re-upload 2.0.18



49
JulioNC
Re: Help with PHP (I think), creating a new block please.
  • 2008/1/1 18:21

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


You have to update a Extcal module, because System module re-build a new blocks, templates, options (in this case, a new block)

Edited: Excuse me, I drunk much this a new year, so I think that you need new PHP block as slyss tell you



50
JulioNC
Why we need http://docs.xoops.org ?
  • 2007/12/29 3:29

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


We need to be realists. We lost a lot of participation in different wikis/sites (xoopsdocs.org, xoopswiki.org, xoops-end-user.com, etc)
We have to merge these sites in docs.xoops.org...

We will be prepare all documentation in XOOPS wiki(mediawiki at xoops.org), after we need publish in docs.xoops.org (only documentation, maybe in dockbook in lighttpd server)

what's your think?


Julio




TopTop
« 1 2 3 4 (5) 6 7 8 ... 13 »



Login

Who's Online

207 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits