Home Help
Sign In
hendrik
/
patacrep
mirror of https://github.com/patacrep/patacrep.git
1
0
Fork 0
Code Issues Releases Wiki Activity
Engine for LaTeX songbooks http://www.patacrep.com
3135 Commits
6 Branches
56 Tags
50 MiB
Tree: 89f92478a1
patacrep/songbook

11 lines
270 B
Raw Normal View History

[test] Add compilation tests
10 years ago
#! /bin/sh
Introduce the new songbook format. This release now uses JSON coded data to represent a songbook. Songbook are stored in .sb files. The generation of the corresponding .tex file is done by the songbook.py program and uses templates stored in templates/. The default template is songbook.tmpl. It produces songbooks similar to the previous version of the songbook software suite.
15 years ago
Simplification de l'installateur
11 years ago
# Do not edit this file. This file is just a helper file for development test.
# It is not part of the distributed software.
Modification du moteur pour prendre en compte la séparation du moteur et données - changement de la signature de songbook.py - modification du module utilisé pour l'analyse de la ligne de commande - utilisation des expressions régulières pour définir la liste de chansons
11 years ago
Add a purgecache command to the songbook bash
10 years ago
if [ $1 = "purgecache" ]; then
find . -name ".cache" -type d -print -exec rm -r {} +
else
python -m patacrep.songbook $*
fi
Powered by Gitea Version: 1.15.7 Page: 181ms Template: 3ms
English
English 简体中文 繁體中文(香港) 繁體中文(台灣) Deutsch français Nederlands latviešu русский Українська 日本語 español português do Brasil Português de Portugal polski български italiano suomi Türkçe čeština српски svenska 한국어
Licenses API Website Go1.16.10