Skip to content

Commit 58bbbf7

Browse files
committedSep 17, 2017
une quarantaine de titres en plus
1 parent ff4fcf0 commit 58bbbf7

File tree

235 files changed

+350927
-166862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+350927
-166862
lines changed
 

‎build.php

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"publisher" => 'Œuvres',
1313
"source" => "http://oeuvres.github.io/dumas/%s.xml",
1414
),
15+
"baudelaire" => array(
16+
"glob" => '../baudelaire/*_*.xml',
17+
"publisher" => 'Œuvres',
18+
"source" => "http://oeuvres.github.io/baudelaire/%s.xml",
19+
),
1520
"flaubert" => array(
1621
"glob" => '../flaubert/*_*.xml',
1722
"publisher" => 'Œuvres',
@@ -32,6 +37,11 @@
3237
"publisher" => 'Œuvres',
3338
"source" => "http://oeuvres.github.io/poesie/%s.xml",
3439
),
40+
"proust" => array(
41+
"glob" => '../proust/*_*.xml',
42+
"publisher" => 'Œuvres',
43+
"source" => "http://oeuvres.github.io/proust/%s.xml",
44+
),
3545
"stendhal" => array(
3646
"glob" => '../stendhal/*_*.xml',
3747
"publisher" => 'Œuvres',
@@ -64,4 +74,10 @@
6474
)
6575
);
6676
$build->sets( );
77+
ob_start();
78+
include( 'index.php' );
79+
$html = ob_get_contents();
80+
ob_end_clean();
81+
file_put_contents( "index.html", $html );
82+
6783
?>

‎epub/ambroise_devoirs.epub

160 KB
Binary file not shown.

0 commit comments

Comments
 (0)