Go to file
agibert dd233b73c0 - Add full video support:
- Add video player in track page,
  - Add video download in track page,
  - Now support mp4 and webm video format,
  - Fix video support in play page,
- Minor bug fixes.
2016-05-05 16:17:29 +00:00
html - Add full video support: 2016-05-05 16:17:29 +00:00
GNU-FDL.txt Initial Release ! 2012-12-01 16:27:04 +00:00
GNU-GPL.txt Initial Release ! 2012-12-01 16:27:04 +00:00
ReadMe.txt Initial Release ! 2012-12-01 16:27:04 +00:00
ReleaseNotes.txt Initial Release ! 2012-12-01 16:27:04 +00:00
ToDo.txt Initial Release ! 2012-12-01 16:27:04 +00:00

# $RCSfile: ReadMe.txt,v $
# $Revision: 1.1 $
# $Name:  $
# $Date: 2012/12/01 16:27:04 $
# $Author: agibert $





LMBrowse - Langueur Monotone Browser



Summary
-------
LMBrowse is a small php script which gerates dynamicaly some HTML pages in order to browse the Langueur Monotone project.

It has been designed to manage the different parts of the project dynamicaly, expecially the discography.
It support three type of "Play": EP, LP and Oldies.
A play is composed by tracks, Covers, Videos and extras.
It support multy file format download for music, pictures and video.

LMBrose generate the following type of pages:
	- Home Page,
	- About Page,
	- Discography Page,
	- Play (EP, LP, Oldies) Pages,
	- Track Pages.

This script is curently used to build the "Langueur Monotone Pages" on http://www.langueur-monotone.com. 



Configuration
-------------
	- The config file is "html/lmbrowse_config.inc". Two sections are defined: Path and URL, Keywords,

	- The first section defines the different paths and URLs:
	  + $lmb_path: absolute path where lmbrowse is installed,
	  + $lmb_url: URL where lmbrowse is accessible,

	- The second section defines the HTML page keywords.