Remove useless outdated documentation

This commit is contained in:
Julien BLACHE 2009-06-12 11:19:53 +02:00
parent bb9d53e959
commit bf87d61dbd
6 changed files with 1 additions and 8025 deletions

150
CREDITS
View File

@ -1,150 +0,0 @@
I've received lots of help from people on this project.
These are the people who have contributed to whatever
small success this project enjoys (in order of contribution).
If I've forgotten anyone, I apologize -- email me and I'll
make it right.
The Plone project
* css files for the admin interface
Aubin Paul
* Patches for Debian package generation
* Precompiled Debian binaries
Paul Forgey
* Tons of troubleshooting on Solaris
* Fixes for readdir_r
* Fixes for alignment problems in XING header parsing
Paul Hubbard
* T/S and patch testing to resolve scanning bugs
David Buttrick
* Webmastering, FAQ maintenance, Doc maintenance
Hans-Christoph Steiner
* Webmastering, FAQ maintenance, Doc maintenance
* Amazing amounts of troubleshooting, testing on OSX 10.2
David Imhoff
* Code cleanup patches (_XOPEN_SOURCE, declaration problems)
James Turner
* Fixes for OSX 10.2
* configure.in suggestions
Hiren Joshi
* Dynamic art code
David W. Berry
* Tons of protocol compliance fixes.
* Browse, query, and index support
Paul Kim
* Dynamic art code for AAC
* Various AAC meta-info cleanups
* Compilation tag support (aac and mp3)
* ogg/vorbis tag handling
Stephen Lee
* Patches for proper url decoding
Rob Nunn
* gentoo rc script
Frank Schwichtenberg
* patches for static playlist bug
Gavin Shelley
* patches for Solaris strftime
Stephen Rubner
* fixes for ulong ino_t
Ciamac Moallemi
* gzip content-encoding
Roger Mundt
* troubleshooting and debugging help
dirkthedaring2 (?)
* fixes for inverted playlist
* speedups on connect
Adrian Schroeter
* fixes for AMD64
* -Wall cleanups
Timo J. Rinne
* Server-side format conversion (on-the-fly transcoding)
Herman I. May
* Web wrangling and forums question answering
* HTML interface fixes
North Overby
* Patches for disc number
* alac speedups for nslu2
Joe Holt
* Fixes for web config stupidness
Mark Woehrer
* Patches for "Date Added" in iTunes xml scanner
Stefan Bruns
* Speedups for javascript in playlist page, konq fixes, css fixes
* Fixes for mlit -> xml serialization when block len = 0
blech (from the forums)
* Fixes for iTunes 5 view persistence
Phil Packer
* Patches for returning static playlists in order
Diego Penneno
* Patches for multiple PID files to facilitate gentoo init scripts
* configure patches
Patrick Kolla
* Popup "wizard" for smart playlists
* Stylish new web interface look.. woohoo!
slomo (from the forums)
* Musepack tag parsing support.
Anders Betner
* Web interface mojo -- ajaxy web config and playlist editor
MikeC
* Win32 panel configurator
MikeK
* OSX Preference pane/helper, and OSX packaging
Eddie Bindt
* Dutch Translations
Julien Richefeu
* French Translations
Helmut Wieser
* German Translations
Luca Paolini
* Italian Translations
Gareth Potter
* Japanese Translations
Anton Johansson
* Swedish Translations
Ian Burrell
* configure patches to put plugins in libdir
* RH/Centos/Fedora specfiles
Stephane Moreau
* admin page updates to make apache rewrites easier

7828
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
EXTRA_DIST = configure CREDITS
EXTRA_DIST = configure
SUBDIRS = src

4
NEWS
View File

@ -1,4 +0,0 @@
NEWS
Well, it's been forked.

23
README
View File

@ -1,23 +0,0 @@
Here's the short and sweet of it:
./configure; make; make install
You'll still need to make a configuration file in /etc/mt-daapd.conf
You can use the sample in contrib/mt-daapd.conf as a starting point.
cp contrib/mt-daapd.conf /etc
cp contrib/mt-daapd.playlist /etc
Edit /etc/mt-daapd.conf to taste.
You'll still need distro-specific startup scripts. Check
the contrib directory to see if there are rc scripts for your
distro.
Questions? Check the forums at www.mt-daapd.org or mail
rpedde@users.sourceforge.net

19
TODO
View File

@ -1,19 +0,0 @@
TODO List
---------
# serving by byte range (done, 1 dec 2k3)
# config_thread_status (done, 13 nov 2k3)
# server-side includes on config pages (done, 12 nov 2k3)
# make a reference counted stringlist for the in-memory db (screw it)
# make id by inode in in-memory db (done, 2 dec 2k3)
# make in-memory db a b-tree, not a linked list (rbtree)
# dumb playlists (done, 2 dec 2k3)
# smart playlists (done, 4 dec 2k3)
move thread_status to webserver -- half done now
# make graceful stop function (done, 26 nov 2k3)
# do aac files (done)
make generic sql backend, either "master" or "slave"
soap/xml-rpc functions in web
graphical configuration front-end
AMD64 fixes