← Prev in month ← Prev in thread
Next in thread → Next in month →

how to have a structure in the HTML output

From
<>
Date
2013-05-14T13:33:55+00:00
ID
Thread
how to have a structure in the HTML output
Hi,

 

I tried to find some information about the structure cleanup in the output files, but I didn’t found the right one on the web.

Today I got my output in one flat folder, so the output structure looks like this:

 

Root

|-- [img]

 |     |-- img1.png

|     |-- img2.png

|     ‘-- img3.png

|

|-- Sample.html

|-- Sample_frame.html

|-- Sample_main.html

|-- styles.css

‘-- popup.js

 

My goal is to have the output like this:

 

Root

|-- [etc]

 |     |-- styles.css

|     ‘-- popup.js

|

|-- [html]

 |     |-- Sample_frame.html

|     ‘-- Sample_main.html

|

|-- [img]

 |     |-- img1.png

|     |-- img2.png

|     ‘-- img3.png

|

‘-- Sample.html

 

So maybe, somebody can give me an idea how to customize docbook.

Thanks and 

Best regards

 

Markus Sticker
← Prev in month ← Prev in thread
Next in thread → Next in month →