3 Commits

Author SHA1 Message Date
bad8257663 - Fix extra zip file name,
- Optimize HTML global size,
- Fix HTML tags,
- Fix HTML indentation.
2026-07-26 15:42:26 +02:00
71a14c1f26 - Fix stat URLs. 2026-07-19 18:01:35 +02:00
4b988c8aff - Fix release date 2026-07-18 10:42:48 +02:00
6 changed files with 1524 additions and 1679 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*~
*.old

View File

@@ -1,14 +1,4 @@
# $RCSfile: ReadMe.txt,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2012/12/01 16:27:04 $
# $Author: agibert $
LMBrowse - Langueur Monotone Browser
Welcome to LMBrowse: Langueur Monotone Browser
@@ -28,7 +18,7 @@ LMBrose generate the following type of pages:
- Play (EP, LP, Oldies) 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,
- The second section defines the HTML page keywords.

View File

@@ -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,

View File

@@ -21,7 +21,7 @@ APPL_NAME="lmbrowse"
APPL_NAME_FULL="LMBrowse Docker Image"
APPL_NAME_SHORT="lmb"
APPL_ORG="rx3"
APPL_VERSION="1.0.0"
APPL_VERSION="1.0.1"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,29 @@
<?
// $RCSfile: lmbrowse_config.inc,v $
// $Revision: 1.3 $
// $Name: $
// $Date: 2015/08/06 23:49:02 $
// $Author: agibert $
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* */
/* LMBrowse - Langueur Monotone Browser */
/* */
/* 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 */
@@ -30,9 +50,6 @@ $lmb_keywords = "langueur monotone,music,graphic,project,group,band,Arnaud G. GI
/* Google analytics */
$lmb_ga_enable = true;
/* JPlayer Inpector link*/
$lmb_jpi_enable = false;
/*--------------------------------------------------------------------------------------------------------------------*/