[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Web bassed file manager using drb(optionally) and rails

Ryan McGovern

7/18/2006 12:46:00 PM

http://usor....
username:usor_demo
password:demo

Usor stands for User Space On Rails, and is a project i've been working
on for the university of Cincinnati.
They are kind enough to let me use the source for a open source project
that will start when UC's project is stable.

E-mail me at mcgoverp@labs.uc.edu if you would like the source or with
any comments
currently it is under BSD but this may change.

The final features will be.
File management.

Sites Management
view logs
generate statistics
pluggable additions

Account Tool
See quota usage
Turn on and off available services
pluggable additions

Admin Tool
set quotas
turn on and off users
see running processes
summery of user usage
manage various other parts of the site

Database Tool
Simplified single database manager for users to manage available
tables

4 Answers

Ryan McGovern

7/18/2006 3:35:00 PM

0

sorry typo
http://usor...

Ryan McGovern wrote:
> http://usor....
> username:usor_demo
> password:demo
>
> Usor stands for User Space On Rails, and is a project i've been
> working on for the university of Cincinnati.
> They are kind enough to let me use the source for a open source
> project that will start when UC's project is stable.
>
> E-mail me at mcgoverp@labs.uc.edu if you would like the source or with
> any comments
> currently it is under BSD but this may change.
>
> The final features will be.
> File management.
> Sites Management
> view logs
> generate statistics
> pluggable additions
>
> Account Tool See quota usage
> Turn on and off available services
> pluggable additions
>
> Admin Tool
> set quotas
> turn on and off users
> see running processes
> summery of user usage
> manage various other parts of the site
> Database Tool
> Simplified single database manager for users to manage available
> tables
>
>
>

Peña, Botp

7/19/2006 2:09:00 AM

0

From Ryan:
# Subject: Web bassed file manager using drb(optionally) and rails
#
# http://usor....
# username:usor_demo
# password:demo

Ryan, this is really cool and helpful stuff (especially on corporate world). I hope you'd release it w ruby license (or whatever, as long as it's shareable :)

thanks and kind regards -botp

btw, it doesn't have a name yet?


Ryan McGovern

7/24/2006 5:08:00 PM

0

Peña wrote:
> btw, it doesn't have a name yet?
>
It Does just probably a bad one USOR short for User Space on Rails.
Sorry it took me so long to get back with you your message got a little
hidden by the rest of the ruby list.

Ryan McGovern

7/25/2006 12:21:00 PM

0

Justin Bailey wrote:
> On 7/18/06, Ryan McGovern <mcgoverp@labs.uc.edu> wrote:
>>
>> http://usor....
>> username:usor_demo
>> password:demo
>>
>> Usor stands for User Space On Rails, and is a project i've been working
>> on for the university of Cincinnati.
>> They are kind enough to let me use the source for a open source project
>> that will start when UC's project is stable.
>
>
>
> Interesting project. I like the "logos" on certain folders and the
> tree-view on the left.
>
> The file/folder selection model is a little surprising (I am used to
> Windows
> XP, btw). I expect that when clicking a folder in the right-hand pane it
> will either open up and show me the contents, or in some way indicate
> it is
> selected. I can understand why don't want to mix navigation and
> selection,
> but the folder should show it is "active" (e.g. in Windows, the
> folder/file
> gets a blue hightlight). Having to spot that it has been selected in the
> upper-left takes work. Also, how will you handle multi-select?
>
> Nice start!
>
> Justin
>
The files should be getting selected with a slightly darker gray, the
exception is if you click on the background it selects the containing
folder. Also double click will allow you inside a folder or to download
a file.

I have no idea how to implement the multiple select in the javascript,
since mouse following events seem to be a pain. But you will be able to
perform any action you could do on the whole system.

Also i've nailed down the versions of the browser i work in
Firefox 1.5 or better for you beta testers
Safari 1.2 or better
IE 6
Opera 9

Thanks a lot for the input.

Ryan McGovern