Compare commits
3 Commits
6c2df772f9
...
lmbrowse-1
| Author | SHA1 | Date | |
|---|---|---|---|
| bad8257663 | |||
| 71a14c1f26 | |||
| 4b988c8aff |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*~
|
||||||
|
*.old
|
||||||
15
ReadMe.txt
15
ReadMe.txt
@@ -1,14 +1,4 @@
|
|||||||
# $RCSfile: ReadMe.txt,v $
|
Welcome to LMBrowse: Langueur Monotone Browser
|
||||||
# $Revision: 1.1 $
|
|
||||||
# $Name: $
|
|
||||||
# $Date: 2012/12/01 16:27:04 $
|
|
||||||
# $Author: agibert $
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LMBrowse - Langueur Monotone Browser
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -28,7 +18,7 @@ LMBrose generate the following type of pages:
|
|||||||
- Play (EP, LP, Oldies) Pages,
|
- Play (EP, LP, Oldies) Pages,
|
||||||
- Track Pages.
|
- Track Pages.
|
||||||
|
|
||||||
This script is curently used to build the "Langueur Monotone Pages" on http://www.langueur-monotone.com.
|
This script is curently used to build the "Langueur Monotone Pages" on http://www.langueur-monotone.com.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -41,4 +31,3 @@ Configuration
|
|||||||
+ $lmb_url: URL where lmbrowse is accessible,
|
+ $lmb_url: URL where lmbrowse is accessible,
|
||||||
|
|
||||||
- The second section defines the HTML page keywords.
|
- The second section defines the HTML page keywords.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
LMBrowse V 1.9.1 - A. GIBERT - 2026/07/13
|
LMBrowse V 1.9.2 - A. GIBERT - 2026/07/26
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Fix extra zip file name,
|
||||||
|
- Optimize HTML global size,
|
||||||
|
- Fix HTML tags,
|
||||||
|
- Fix HTML indentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
LMBrowse V 1.9.1 - A. GIBERT - 2026/07/19
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- Add docker support,
|
- Add docker support,
|
||||||
|
|||||||
2
env.dist
2
env.dist
@@ -21,7 +21,7 @@ APPL_NAME="lmbrowse"
|
|||||||
APPL_NAME_FULL="LMBrowse Docker Image"
|
APPL_NAME_FULL="LMBrowse Docker Image"
|
||||||
APPL_NAME_SHORT="lmb"
|
APPL_NAME_SHORT="lmb"
|
||||||
APPL_ORG="rx3"
|
APPL_ORG="rx3"
|
||||||
APPL_VERSION="1.0.0"
|
APPL_VERSION="1.0.1"
|
||||||
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,29 @@
|
|||||||
<?
|
<?
|
||||||
// $RCSfile: lmbrowse_config.inc,v $
|
/*--------------------------------------------------------------------------------------------------------------------------------*/
|
||||||
// $Revision: 1.3 $
|
/* */
|
||||||
// $Name: $
|
/* LMBrowse - Langueur Monotone Browser */
|
||||||
// $Date: 2015/08/06 23:49:02 $
|
/* */
|
||||||
// $Author: agibert $
|
/* Copyright (C) 2012-2026 Arnaud G. GIBERT */
|
||||||
|
/* mailto:arnaud@rx3.net */
|
||||||
|
/* http://www.rx3.org/dvp/lmbrowse */
|
||||||
|
/* */
|
||||||
|
/* This is free software: you can redistribute it and/or modify it */
|
||||||
|
/* under the terms of the GNU Lesser General Public License as published */
|
||||||
|
/* by the Free Software Foundation, either version 3 of the License, or */
|
||||||
|
/* (at your option) any later version. */
|
||||||
|
/* */
|
||||||
|
/* This program is distributed in the hope that it will be useful, */
|
||||||
|
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
||||||
|
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
||||||
|
/* GNU Lesser General Public License for more details. */
|
||||||
|
/* */
|
||||||
|
/* You should have received a copy of the GNU Lesser General Public */
|
||||||
|
/* License along with this program; If not, see */
|
||||||
|
/* <https://www.gnu.org/licenses/>. */
|
||||||
|
/* */
|
||||||
|
/*--------------------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||||
/* Path and URL definition */
|
/* Path and URL definition */
|
||||||
@@ -30,9 +50,6 @@ $lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GI
|
|||||||
/* Google analytics */
|
/* Google analytics */
|
||||||
$lmb_ga_enable = true;
|
$lmb_ga_enable = true;
|
||||||
|
|
||||||
/* JPlayer Inpector link*/
|
|
||||||
$lmb_jpi_enable = false;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user