Author Topic: Progress?  (Read 10782 times)

dhns

  • Hero Member
  • *****
  • Posts: 699
    • View Profile
    • http://www.goldelico.com
Progress?
« on: November 03, 2004, 09:53:53 am »
Is there already a "sandbox" system running (with only e.g. the 3 main functions working and not optimized in appearance)?

ZSI has had only 10 updates in October and mine are still pending...

-- hns
« Last Edit: November 03, 2004, 09:54:57 am by dhns »
SL5500G, C860, C3100, WLAN, RTM8000, Powerbook G4, and others...
http://www.handheld-linux.com
http://www.quantum-step.com

dz

  • Administrator
  • Hero Member
  • *****
  • Posts: 589
    • View Profile
    • http://www.dangerz.net
Progress?
« Reply #1 on: November 03, 2004, 03:41:57 pm »
Yes there is a system that is up for testing.  I wasn't going to make it public until I had more of the site finished, but I suppose it couldn't really hurt.

http://zsi2.zaurususergroup.com/

It's just a test server with test projects.  You cannot upload any files and it is missing much of the functionality, but you can register and play a little bit.

I got slammed with a lot of school work this past week and I had to take up more hours at work to pay some bills, so I haven't got to program as much as I'd have liked to.  I just need a couple days to recoup everything back together and I should be able to get back up to full speed.

Sorry
http://www.dangerz.net
c860 : Cacko
The greatest experience we can have is the mysterious.
- Albert Einstein

dhns

  • Hero Member
  • *****
  • Posts: 699
    • View Profile
    • http://www.goldelico.com
Progress?
« Reply #2 on: November 04, 2004, 03:35:55 am »
No problem. I have looked inside and played a little andmust say: already great stuff and so much already working! I even could generate a project.

What I did not really understand is the idea of the UNIX name. My project already has a project name - what is the second one for?

And what are branches and default branches about? I (currently) think in Versions and next releases.

In total: great work!

-- hns
SL5500G, C860, C3100, WLAN, RTM8000, Powerbook G4, and others...
http://www.handheld-linux.com
http://www.quantum-step.com

dz

  • Administrator
  • Hero Member
  • *****
  • Posts: 589
    • View Profile
    • http://www.dangerz.net
Progress?
« Reply #3 on: November 04, 2004, 04:28:59 am »
Differences between project name and unixname

Say you wrote a program called "Zaurus Robot Manager".  The project name would be "Zaurus Robot Manager", while the unixname would be something like "zaurus_robot_manager".  It's the name of the file under *nix; without any symbols and such.

Branches

Branches are just an extension to versions.  For example, in Zaurus Robot Manager we have a stable version that we've released that runs great.  We just made a new version, but it's not as stable.  We still want people to test it out, so we create a new branch called "Unstable" and release it in there.  When a new user goes to download your program and they're not a developer, they'll go for the Stable branch as opposed to Unstable.

I've used it when developing on Sourceforge and it works out pretty good
http://www.dangerz.net
c860 : Cacko
The greatest experience we can have is the mysterious.
- Albert Einstein

dhns

  • Hero Member
  • *****
  • Posts: 699
    • View Profile
    • http://www.goldelico.com
Progress?
« Reply #4 on: November 04, 2004, 06:08:03 am »
Quote
Say you wrote a program called "Zaurus Robot Manager".  The project name would be "Zaurus Robot Manager", while the unixname would be something like "zaurus_robot_manager".  It's the name of the file under *nix; without any symbols and such.
But what is it good for my project? You can put any symbol (besides / and 0x00) into a Unix name - even a blank character.
Typically, I just have a project directory on my development machine with an arbitrary name ("mylargeproject"), a project name in the documentation ("Zaurus Robot Manager") and the name of the installer file (which could be "file3.ipk.gz" - who cares when clicking on the Download link?). I would just like to question if my local project name needs to be made transparent on ZSI.
Quote
Branches
Branches are just an extension to versions.  For example, in Zaurus Robot Manager we have a stable version that we've released that runs great.  We just made a new version, but it's not as stable.  We still want people to test it out, so we create a new branch called "Unstable" and release it in there.  When a new user goes to download your program and they're not a developer, they'll go for the Stable branch as opposed to Unstable.

I've used it when developing on Sourceforge and it works out pretty good
That sounds great and I might get used to as well. So it is more or less having several separate project release streams (feeds)... Or a single one but allowing to tag individual releases and allowing the user to filter by these tags.

-- hns
« Last Edit: November 04, 2004, 06:16:37 am by dhns »
SL5500G, C860, C3100, WLAN, RTM8000, Powerbook G4, and others...
http://www.handheld-linux.com
http://www.quantum-step.com

dz

  • Administrator
  • Hero Member
  • *****
  • Posts: 589
    • View Profile
    • http://www.dangerz.net
Progress?
« Reply #5 on: November 04, 2004, 07:34:27 am »
Quote
But what is it good for my project? You can put any symbol (besides / and 0x00) into a Unix name - even a blank character.
Typically, I just have a project directory on my development machine with an arbitrary name ("mylargeproject"), a project name in the documentation ("Zaurus Robot Manager") and the name of the installer file (which could be "file3.ipk.gz" - who cares when clicking on the Download link?). I would just like to question if my local project name needs to be made transparent on ZSI.

Yes you can, but for the sake of the ZSI I dont want any symbols or spaces; it makes for bad business.  It's a lot easier to not have to worry about a file having some odd symbol and some spaces.  Think of unixname just as your filename.  Pure and simple
http://www.dangerz.net
c860 : Cacko
The greatest experience we can have is the mysterious.
- Albert Einstein