Revert project infos

This commit is contained in:
grosroro 2012-05-28 14:58:34 +02:00
commit 0bb718bd37

View file

@ -1,31 +1,30 @@
# project name # project name
project = u'Project Name' project = u'PHP-FFMpeg'
#github repository URL #github repository URL
github_repo = '' github_repo = 'https://github.com/alchemy-fr/PHP-FFmpeg'
# Tex info conf # Tex info conf
texinfo_documents = [ texinfo_documents = [
('index', 'Project name', u'Project Documentation', ('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
u'Copyright holder', 'Project name', 'One line description of project.', u'Romain Neutron - Alchemy', 'PHP-FFMpeg', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]
# Man page conf # Man page conf
man_pages = [ man_pages = [
('index', 'projectname', u'PProject name Documentation', ('index', 'phpffmpeg', u'PHP-FFMpeg name Documentation',
[u'Copyright holder'], 1) [u'Romain Neutron - Alchemy'], 1)
] ]
# Latex doc conf # Latex doc conf
latex_documents = [ latex_documents = [
('index', 'ProjectName.tex', u'Project Name Documentation', ('index', 'PHPFFMpeg.tex', u'PHP-FFMpeg Documentation',
u'Copyright holder', 'manual'), u'Romain Neutron - Alchemy', 'manual'),
] ]
# html help basename # html help basename
htmlhelp_basename = 'PROJECTdoc' htmlhelp_basename = 'PHPFFMpegdoc'
# version # version
version = '0.1' version = '0.1'
@ -34,4 +33,6 @@ version = '0.1'
release = '0.1' release = '0.1'
# Copyright Value ex : copyright = u'2012, Alchemy' # Copyright Value ex : copyright = u'2012, Alchemy'
copyright = u'2012, Alchemy' copyright = u'2012, Romain Neutron - Alchemy'