Difference between revisions of "CcHost FAQ"

From Creative Commons
Jump to: navigation, search
(Upcoming Support: .txt and RTF)
Line 1: Line 1:
 +
== Who is ccHost aimed at? ==
 +
ccHost is a PHP library intended to be installed on web servers wishing to host CC licensed content, either by individuals or entire communities. ccHost music files, images, videos and zip archives. Extending the type of files hosts is done easily.
 +
 +
PHP or HTML programming is ''not'' required to set up a ccHost installation.
 +
 +
For all practical purposes, ccHost is a [http://en.wikipedia.org/wiki/Content_management_system CMS] specializing in CC licensing, 'remix' (revision) tracking and community features.
 +
 
== Where is the FAQ for ccMixter.org? ==
 
== Where is the FAQ for ccMixter.org? ==
  
Line 28: Line 35:
 
== What file formats does ccHost support? ==
 
== What file formats does ccHost support? ==
  
Currently ccHost 3.0 is optimized for audio formats, yet has generalized architecture "under the hood" for other types of formats. Of particular importance will be extending the system so that multiple file formats such as SVG, text, and other documents can be used in a similar fashion. Also, adding support for Exif metadata would enable CC metadata necessary for ccHost to use (as well as being php) easier.
+
ccHost has a generalized architecture for many popular media types of formats.  
  
 
=== Supported Formats ===
 
=== Supported Formats ===
Line 52: Line 59:
 
* Flash Video (swf)
 
* Flash Video (swf)
 
 
 
=== Upcoming Support ===
 
 
* [[XML]]-based filetypes
 
** [[OpenDocument]]
 
** New Microsoft XML Formats
 
** [[SVG]]
 
** [[HTML]]
 
* Old Microsoft Office File Formats (DOC, PPT, etc)
 
* [[PDF]]
 
* .txt
 
* RTF
 
* Add your file format needs here...
 
 
 
== Please add your Question and Answer below! ==
 
== Please add your Question and Answer below! ==
  

Revision as of 15:01, 10 November 2008

Who is ccHost aimed at?

ccHost is a PHP library intended to be installed on web servers wishing to host CC licensed content, either by individuals or entire communities. ccHost music files, images, videos and zip archives. Extending the type of files hosts is done easily.

PHP or HTML programming is not required to set up a ccHost installation.

For all practical purposes, ccHost is a CMS specializing in CC licensing, 'remix' (revision) tracking and community features.

Where is the FAQ for ccMixter.org?

It is located here http://ccmixter.org/media/viewfile/isitlegal.xml. There is much information at the aforementioned link which can help in answering your questions.


How may I contribute?

There are so many ways to contribute to the development of ccHost. One of the best ways is by submittig bug reports and filing feature requests. Other ways to contribute are to contribute code (patches), to answer questions on the mailing list and on the chat channel. Doing any of these tasks drastically helps development.


What is the goal of the ccHost Project?

Please see CcHost#Project_Goal.


Are ccHost and ccMixter the same thing?

ccMixter is one installation of the ccHost engine. ccHost can be installed for free by anyone onto a web server with Apache, mySQL and PHP and works both on Linux/Unix and windows servers.

ccMixter is the original concept for a site that would be like the "friendster for music." It has evolved much and eventually the decision was made to generalize the engine that powers ccMixter so that it could be used anywhere on multiple file formats.


Does ccHost Cost anything?

No, it does not cost anything to download, install and use it.


What file formats does ccHost support?

ccHost has a generalized architecture for many popular media types of formats.

Supported Formats

  • AIFF Audio (aif)
  • Java (AU) Audio
  • FLAC Audio (flac)
  • MIDI Audio (mid)
  • MP3 Audio (mp3)
  • OGG/Vorbis Audio (ogg)
  • Real Audio (rm)
  • WAV (Riff) Audio (wav)
  • Windows Media Audio (wma)
  • ZIP Archive (zip)
  • Windows Video (avi)
  • Quicktime Video (mov)
  • Real Video (rmvb)
  • Windows Media Video (wmv)
  • Windows BMP Image (bmp)
  • GIF Image (gif)
  • JPG Image (jpg)
  • PNG Image (png)
  • Flash Video (swf)

Please add your Question and Answer below!

...