Luthaf
ba0688f848
Typo
11 years ago
Luthaf
a3beec2148
Merge pull request #51 from patacrep/cache
Mise en place d'un cache
11 years ago
Louis
443783be2c
Solved sorting problem
11 years ago
Louis
23418d7ceb
pylint
11 years ago
Louis
5a37a0fc46
Ignoring cache
11 years ago
Louis
5cc88974f2
Using the best pickle protocol version
11 years ago
Louis
e3edc2b9e7
Merge branch 'master' into cache (mainly managing string encoding)
Conflicts:
patacrep/content/song.py
patacrep/songs.py
11 years ago
Louis
16c43e8074
Merge branch 'master' of github.com:patacrep/patacrep
11 years ago
Louis
52c3007684
Songs are cached only if they are in a datadir
11 years ago
Luthaf
5d18d08ffa
Merge pull request #53 from patacrep/include
Plugin include
11 years ago
Louis
6209f3e9ab
comment
11 years ago
Louis
f8ee770610
Guess encoding while encoding file
11 years ago
Luthaf
fc05a7cb17
Suppression de la liste des accords si les diagrammes sont absents
La liste des accords ne comprenait que des lignes vides sinon
11 years ago
Louis
e6fbc51ebf
Simplify case where datadir is empty
11 years ago
Louis
5048930f44
No error if files cannot be opened
11 years ago
Louis
d19675189b
Corrected indentation
11 years ago
Louis
5fd6aec54b
Deleting useless line
11 years ago
Louis
794f8e2c9a
Merge branch 'master' into include
Conflicts:
patacrep/authors.py
11 years ago
Louis
2d8dda902f
Merge branch 'include' of github.com:patacrep/patacrep into include
11 years ago
Louis
079e05911a
Merge pull request #54 from patacrep/encoding
Sanitize encoding of manipulated strings
11 years ago
Luthaf
ec48864f76
Use datadirs as base search path for included content
11 years ago
Luthaf
a8900ff543
Update Requirements
11 years ago
Louis
21d4f0c245
Sanitize encoding of manipulated strings
Every manipulated string is unicode.
* We guess encoding of files we read before opening them, and string
read from it are converted to unicode.
* We guess encoding of strings got from other modules (plasTeX), and
they are converted to unicode.
11 years ago
Louis
aa1f9e9656
Trying to solve encoding problems #50
11 years ago
Louis
813e5d9bdc
Trying to solve encoding problems #50
11 years ago
Luthaf
4563c04c9d
Typo
11 years ago
Luthaf
18b5c9c22c
Gestion du cas où la clef _songbook_dir n'existe pas
11 years ago
Luthaf
75932768e2
Adds a warning message if _songbook_dir is not set
11 years ago
Luthaf
038028d224
Plugin include
Inclusion de fichier JSON contenant une liste de contenu.
Permet d'avoir le même contenu avec plusieurs mises en page.
11 years ago
Louis
ae39389d11
Safer import of pickle
11 years ago
Louis
561f0d68ac
Merge branch 'master' of github.com:patacrep/patacrep
11 years ago
Louis
8c4a151fb8
pylint
11 years ago
Louis
752ff20324
Implement cache for songs
11 years ago
Luthaf
846276c7f6
Removed git dependency for plasTeX
11 years ago
Luthaf
c6772eb127
Adds Requirements.txt
11 years ago
Louis
3455204f6d
Correcting encoding problems #50
11 years ago
Louis
d64d52c1ed
Merge branch 'master' of github.com:patacrep/patacrep
11 years ago
Louis
4b5758732a
Corrected an error about "authwords"
Closes #50
11 years ago
Luthaf
ce77d47c91
Typo causing pdflatex failure
All languages were not loaded by babel
11 years ago
Luthaf
78815d4250
Updated lilyond header
11 years ago
Louis
c161ed1e2d
Possibilité d'utiliser des intersong
Cela fonctionnait il y a longtemps, mais a été perdu au fil du temps.
http://www.patacrep.com/forum/viewtopic.php?pid=670#p670
11 years ago
Louis
6af4e3c250
Corrected documentation
11 years ago
Louis
13e81f1ed2
Interprétation des regexp en fonction de la locale
11 years ago
Louis
f0c33dc9dc
Correction d'une erreur dans la documentation
11 years ago
Louis
38b3b2a06d
It is now possible to decide how authors and titles are rendered in the indexes
J'avais proposé cela il y a longtemps
http://www.patacrep.com/forum/viewtopic.php?pid=669#p669
Mais cela a dû être perdu au cours des merge, branches, etc.
11 years ago
Louis
255476ba00
Look for content plugins in <datadir>/python/content
11 years ago
Louis
abc3d37014
pylint
11 years ago
Louis
89f339ac7f
Moving variables from one template to another
Since these variables are processed by `patacrep`, they may be included
in template of a lower level.
11 years ago
Louis
f16a0c6316
Outdated since separation of core/data
11 years ago
Louis
a3e53cb12f
.sb file configuration was discarded
11 years ago