|
|
@@ -25,15 +25,21 @@ Good Luck! |
|
|
|
John-Mark Gurney <gurney_j@resnet.uoregon.edu> |
|
|
|
|
|
|
|
Ideas for future improvements: |
|
|
|
Understand ZIP files, so you can view images and listen to mp3s |
|
|
|
in the zip file. (ZipFile is there.) |
|
|
|
Possibly switch how the HTTP media server behaves, and instead |
|
|
|
of using static.File, have each object present a Contents |
|
|
|
function or something similar, to make understanding ZIP files |
|
|
|
easier. |
|
|
|
Autodetect IP address. |
|
|
|
Support sorting by other attributes. |
|
|
|
|
|
|
|
v0.x: |
|
|
|
Empty dirs w/ no content would disappear, and cause a short |
|
|
|
response to BrowseDirectChildren. The DSM-520 askes for one |
|
|
|
more than displayed, and uses the existant of the extra item |
|
|
|
as indication if there are more items. |
|
|
|
Understands zip and tar files now. It will dynamicly extract |
|
|
|
items, so you can zip up your jpegs and view them w/o having |
|
|
|
to unzip them. tar files can be gzip'd or bzip2'd. |
|
|
|
Each item now has an optinal content attribute, which if set is |
|
|
|
installed in the web server. |
|
|
|
Don't send 'foobar' when exiting, stops a traceback on another |
|
|
|
instance of PyMedS. |
|
|
|
v0.2: |
|
|
|
No longer require restarting to see new files/dirs in hierarchy. |
|
|
|
Add FSStorage which is a set of classes for handling filesystem |
|
|
|