Browse Source

Suite du renommage

pull/48/head
Louis 10 years ago
parent
commit
295a8ba0ec
  1. 2
      patacrep/data/examples/README
  2. 4
      patacrep/data/templates/default.tex
  3. 2
      patacrep/data/templates/layout.tex
  4. 2
      patacrep/data/templates/patacrep.tex
  5. 2
      patacrep/data/templates/songs.tex
  6. 2
      setup.py

2
patacrep/data/examples/README

@ -1,3 +1,3 @@
Run the following command to build an example song book.
$ PATH/TO/songbook.py example.sb
$ songbook example.sb

4
patacrep/data/templates/default.tex

@ -1,4 +1,4 @@
%! Copyright (C) 2014 The Songbook team (www.patacrep.com)
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com)
%!
%! This program is free software; you can redistribute it and/or
%! modify it under the terms of the GNU General Public License
@ -32,7 +32,7 @@
"mandatory":true
},
"author": {"description": {"english": "Author", "french": "Auteur"},
"default": {"english": "The Songbook Team", "french": "L'équipe Songbook"},
"default": {"english": "The Patacrep Team", "french": "L'équipe Patacrep"},
"mandatory":true
},
"subtitle": {"description": {"english": "Subtitle", "french": "Sous-titre"},

2
patacrep/data/templates/layout.tex

@ -1,4 +1,4 @@
%! Copyright (C) 2014 The Songbook team (www.patacrep.com)
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com)
%!
%! This program is free software; you can redistribute it and/or
%! modify it under the terms of the GNU General Public License

2
patacrep/data/templates/patacrep.tex

@ -1,4 +1,4 @@
%! Copyright (C) 2014 The Songbook team (www.patacrep.com)
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com)
%!
%! This program is free software; you can redistribute it and/or
%! modify it under the terms of the GNU General Public License

2
patacrep/data/templates/songs.tex

@ -1,4 +1,4 @@
%! Copyright (C) 2014 The Songbook team (www.patacrep.com)
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com)
%!
%! This program is free software; you can redistribute it and/or
%! modify it under the terms of the GNU General Public License

2
setup.py

@ -47,7 +47,7 @@ setup(cmdclass={'install': install},
name='patacrep',
version=__STR_VERSION__,
description='Songbook compilation chain',
author='The Songbook team',
author='The Patacrep team',
author_email='crep@team-on-fire.com',
url='https://github.com/patacrep/patacrep',
packages=['patacrep'],

Loading…
Cancel
Save