~earboxer/prosongsa

Song website for putting guitar chords on
Laravel: update to laravel 10
Playlist: add m3u files
Laravel: Upgrade to 9.x

refs

laravel
browse  log 

clone

read-only
https://git.sr.ht/~earboxer/prosongsa
read/write
git@git.sr.ht:~earboxer/prosongsa

You can also use your local clone with git send-email.

#Prosongsa

#Setup

  • Have the ability to serve php files.

  • Clone this repository, including the submodules, into such a place.

    git clone --recursive https://gitlab.com/earboxer/prosongsa.git

    If you've already cloned without the submodules, you can use git submodule update --init --recursive.

  • Create file inputfile.txt in this directory (see inputfile.example.txt for example format).

  • Navigate to the page where index.php is being served from.

  • cd chordsdata && ./commands.sh to create the data files

To update this repository

git pull && git submodule update --init --recursive && git submodule update &&
 cd chordsdata && ./commands.sh

#Developers

Contributions are welcome! If you think you can do something to improve this project, feel free to make a pull request.

#Notes

The index.css file is made by lessc --source-map-map-inline index.less > index.css.

#Acknowledgements