Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Some rules and suggestions
Some rules and suggestions [message #24607] Mon, 25 January 2010 15:39 Go to next message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
Hello,
I think we have to make some rules and suggestions that anyone should follow in order to contribute to U++ and make life easier for others.

Rules:

  • add comments to your commits
  • put "YourPackageName:" in your commit comment and/or assembly to which it belong
  • don't commit to many features at once, separate them if they do different things


Suggestions:
  • post examples or test-cases in *.zip format, it's wide accepted and perhaps "de facto" archive format
  • remove from your posts any archive or file that have a new replacement in your new post (you help keeping storage space usage low)
  • search before asking something, there may exists the same question with same answer
Re: Some rules and suggestions [message #24608 is a reply to message #24607] Mon, 25 January 2010 15:48 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

I think it should necessarily be placed on the page bazaar, created by Koldo in the new version.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Some rules and suggestions [message #24610 is a reply to message #24608] Mon, 25 January 2010 16:15 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
sergeynikitin wrote on Mon, 25 January 2010 15:48

I think it should necessarily be placed on the page bazaar, created by Koldo in the new version.


Hello Sergey

New Bazaar is ready to be published in web. You can check it in uppweb package.

I have included your comments Smile and I hope they will be published tomorrow.

I hope you like it Very Happy

Best regards
Koldo


Best regards
Iñaki
Re: Some rules and suggestions [message #24611 is a reply to message #24610] Mon, 25 January 2010 16:24 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Another question, I asked it already in other forum branch.

How realistic do on site www.ultimatepp.org Russian menu on the left, if the person switched to the Russian language in the articles?



SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Some rules and suggestions [message #24612 is a reply to message #24611] Mon, 25 January 2010 16:55 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
sergeynikitin wrote on Mon, 25 January 2010 16:24

Another question, I asked it already in other forum branch.

How realistic do on site www.ultimatepp.org Russian menu on the left, if the person switched to the Russian language in the articles?



Good question

Now two important things are hardcoded in uppweb source:
- Left menu text strings and links: check variable "bi"
- en-us extension. It is everywhere in the program

This means uppweb source has to be changed to have Russian left menu.

This is not very difficult, but it would require some hours from somebody Smile .

Best regards
Koldo


Best regards
Iñaki
Re: Some rules and suggestions [message #24618 is a reply to message #24612] Mon, 25 January 2010 18:15 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Hi Koldo,

I've seen your new bazaar page, very nice Smile
I guess I forgot to put my name on following packages :

RasterCtrl
Signals

And I made an addition to filetabs/tabbar stuff, a TabCtrl, it's there, still undocumented anyways Sad

Ciao

Max

p.s.: I've seen that in PolyXml help page there's just WithFactory class documented, it miss the PolyXml class itself. I guess it's because of some mistakes I made documenting it... or not ?

Max

[Updated on: Mon, 25 January 2010 18:17]

Report message to a moderator

Re: Some rules and suggestions [message #24619 is a reply to message #24607] Mon, 25 January 2010 18:59 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I have one more to add to the list:

- If you are posting a patch, please make sure you have your real name in the personal information. It would save me (or anybody else applying the path) one PM message as we want to have all contributors listed in Authors & License.
Re: Some rules and suggestions [message #24624 is a reply to message #24612] Mon, 25 January 2010 22:04 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

koldo wrote on Mon, 25 January 2010 18:55

sergeynikitin wrote on Mon, 25 January 2010 16:24

Another question, I asked it already in other forum branch.

How realistic do on site www.ultimatepp.org Russian menu on the left, if the person switched to the Russian language in the articles?



Good question

Now two important things are hardcoded in uppweb source:
- Left menu text strings and links: check variable "bi"
- en-us extension. It is everywhere in the program

This means uppweb source has to be changed to have Russian left menu.

This is not very difficult, but it would require some hours from somebody Smile .

Best regards
Koldo


I propose use .t file for translations of site elements.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Some rules and suggestions [message #24625 is a reply to message #24624] Mon, 25 January 2010 22:43 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Massimo

Quote:

I guess I forgot to put my name on following packages :

RasterCtrl
Signals

And I made an addition to filetabs/tabbar stuff, a TabCtrl, it's there, still undocumented anyways Sad


Done

Quote:

p.s.: I've seen that in PolyXml help page there's just WithFactory class documented, it miss the PolyXml class itself. I guess it's because of some mistakes I made documenting it... or not ?


See tomorrow new point 3.4 in page http://www.ultimatepp.org/www$uppweb$bazaar_submission$en-us .html.

In summary the best is to have one Summary page and link from them all T++ pages. This Summary will be linked from Bazaar Summary. As you have two different pages I chose one.

Anyway you will see (and it is documented) that you can do it for yourself Shocked

Best regards
Koldo


Best regards
Iñaki
Re: Some rules and suggestions [message #24626 is a reply to message #24607] Mon, 25 January 2010 22:45 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Mirek

Quote:

I have one more to add to the list:

- If you are posting a patch, please make sure you have your real name in the personal information. It would save me (or anybody else applying the path) one PM message as we want to have all contributors listed in Authors & License.


You will see it in http://www.ultimatepp.org/www$uppweb$bazaar_support$en-us.ht ml, point 5.

Best regards
Koldo


Best regards
Iñaki
Previous Topic: Ideal free software
Next Topic: SVN hooks
Goto Forum:
  


Current Time: Thu Mar 28 17:00:48 CET 2024

Total time taken to generate the page: 0.01530 seconds