diff options
author | Slávek Banko <[email protected]> | 2019-10-03 17:16:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-10-03 17:35:00 +0200 |
commit | 1e6f5da3107c5b2fe720b3a7ff6cf52c6adb8b18 (patch) | |
tree | 17fe0dd4382844aff65b51c4afccfe986e2dbe48 | |
parent | ee758e84dc9fcbea076c03764a2deb26af140fa5 (diff) | |
download | website-core-1e6f5da3107c5b2fe720b3a7ff6cf52c6adb8b18.tar.gz website-core-1e6f5da3107c5b2fe720b3a7ff6cf52c6adb8b18.zip |
For docs/trinity folder, use automatic directory index
instead of fixed name index.html. This allows to use
index.php and a site template.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | apidocs.php | 2 | ||||
-rw-r--r-- | docs/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apidocs.php b/apidocs.php index ba121ff..166aec6 100644 --- a/apidocs.php +++ b/apidocs.php @@ -6,7 +6,7 @@ <a href="/docs/qt3">Qt3 API Index</a><BR> <a href="/docs/qt4">Qt4 API Index</a><BR> <a href="/docs/qt4/porting4.html">Qt3 to Qt4 porting guide</a><P> -<a href="/docs/trinity/index.html">Trinity API</a> +<a href="/docs/trinity/">Trinity API</a> <FORM action="/search/omega" method="get"> <DIV> diff --git a/docs/index.php b/docs/index.php index 87ea6ca..8aed137 100644 --- a/docs/index.php +++ b/docs/index.php @@ -18,7 +18,7 @@ doHeader("Trinity Documentation", "Documentation", "_"); <BR> <a href="/docs/qt4">Qt4 API Index</a><BR> <a href="/docs/qt4/porting4.html">Qt3 to Qt4 porting guide</a><P> -<a href="/docs/trinity/index.html">Trinity API</a> +<a href="/docs/trinity/">Trinity API</a> <FORM action="/search/omega" method="get"> <DIV> |