Arthur Schwarz, 22.04.2013 18:23:
> Is there a way to separate the index.html file from the directory

Hi Arthur.

Why not jst keep the auto-generated <index.html> where it is?
Instead just put a little extra HTML page at your desired location and 
use HTML-link and/or HTML redirect feature to the original <index.html>.

If you set the redirect delay to minimum, then it is almost instant. 
Below is the simple redirect HTML which I am using.

Clemens

------------------------
<head>
<meta http-equiv="refresh" content="1; URL=doxygen/index.html">
</head>

<body>
<p>You will be redirected automatically, otherwise please <a 
href="doxygen/index.html">click here</a>.</p>
</body>
------------------------


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to