Compare commits

..

No commits in common. "5199b989326a7c850abaee9347f5dc619a38909b" and "d8c0ecd2e54bf492690e50c519e46ce0a8597960" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View File

@ -63,7 +63,7 @@ title: "{{ page.file }}"
>Preview:</span
>
<div class="control">
{% assign audio_file_path = '/src_mmpSearch/wav/' | append: page.file |
{% assign audio_file_path = '/src_mmpSearch/mmp/wav/' | append: page.file |
append: '.wav' %}
<audio
controls
@ -78,7 +78,7 @@ title: "{{ page.file }}"
src="{{ audio_file_path | relative_url }}"
type="audio/wav"
/>
{% assign audio_ogg_path = '/src_mmpSearch/ogg/' | append: page.file |
{% assign audio_ogg_path = '/src_mmpSearch/mmp/ogg/' | append: page.file |
append: '.ogg' %}
<source
src="{{ audio_ogg_path | relative_url }}"

View File

@ -3,14 +3,10 @@
import os
# --- Configurações de Caminhos ---
#BASE_PATH = "/nethome/jotachina/projetos/mmpSearch"
#MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp"
#MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz"
#WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav"
BASE_PATH = "/var/html/www/trens/mmpSearch"
MMP_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmp"
MMPZ_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmpz"
WAV_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/wav"
BASE_PATH = "/nethome/jotachina/projetos/mmpSearch"
MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp"
MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz"
WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav"
METADATA_FOLDER = os.path.join(BASE_PATH, "metadata")
DATA_FOLDER = os.path.join(BASE_PATH, "_data")
CERT_PATH = "/etc/letsencrypt/live/alice.ufsj.edu.br/fullchain.pem"