Compare commits

..

No commits in common. "6a60d454d6b030ccd634ae48940b2c5d9a48d6af" and "611d7f5da35a7ec992d74de53b538070e430a0d3" have entirely different histories.

6 changed files with 5 additions and 36 deletions

View File

@ -1,4 +1,4 @@
files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap
files-html - Cool indexer html for Apache/Nginx with Bootstrap
==============================================================
### Installation:

View File

@ -1,12 +1,5 @@
#!/bin/bash
##################################################################
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
# Date: 16-12-2023 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##################################################################
# Variables
find_list="/tmp/find_list"
files_list="/tmp/files_list"
@ -45,6 +38,7 @@ else
cd ${path_gen}
countf=$(expr ${countf} + 1)
done
#rm -rf ${find_list}
else
echo "# Folder '${1}' not found"
fi

View File

@ -1,12 +1,5 @@
#!/bin/bash
##################################################################
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
# Date: 16-12-2023 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##################################################################
# Variables
find_list="/tmp/find_list"
files_list="/tmp/files_list"
@ -43,6 +36,8 @@ else
cp -rf ${path_gen}/res ${find_read}/.res 2> /dev/null
cp -rf ${path_gen}/index.sh ${find_read}/.index.sh 2> /dev/null
cp -rf ${path_gen}/.index.sh ${find_read}/.index.sh 2> /dev/null
#cp -rf ${path_gen}/index-recursive.sh ${find_read}/.index-recursive.sh 2> /dev/null
#cp -rf ${path_gen}/.index-recursive.sh ${find_read}/.index-recursive.sh 2> /dev/null
if [ ! -z "${find_read}" ] ; then
echo "# Generating index files for ${find_read}"
fi
@ -52,6 +47,7 @@ else
cd ${path_gen}
countf=$(expr ${countf} + 1)
done
#rm -rf ${find_list}
else
echo "# Folder '${1}' not found"
fi

View File

@ -1,12 +1,5 @@
#!/bin/bash
##################################################################
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
# Date: 16-12-2023 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##################################################################
# Variables
find_list="/tmp/find_list"
files_list="/tmp/files_list"

View File

@ -1,12 +1,5 @@
#!/bin/bash
##################################################################
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
# Date: 16-12-2023 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##################################################################
dir=$(dirname $0)
dir_files="$(dirname $0)/files"

View File

@ -1,12 +1,5 @@
#!/bin/bash
##################################################################
# files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap #
# Date: 16-12-2023 #
# Author: q3aql #
# Contact: q3aql@duck.com #
##################################################################
dir=$(dirname $0)
lang_dir="$(dirname $0)/lang"