From 3499edad5688bd95788ea3d48f62bb0aa23f53b7 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 26 Jun 2010 01:39:51 +0400 Subject: [PATCH] docs.php: Documentation deserves an own page Seems we lack references where ti find out the offline documentation. Mention it in a separate page. Note that Documentation ref on top of site will not point to online docs anymore but rather redirect to the new docs page. Signed-off-by: Cyrill Gorcunov --- docs.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ navbar.inc | 2 +- 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 docs.php diff --git a/docs.php b/docs.php new file mode 100644 index 00000000..256214b6 --- /dev/null +++ b/docs.php @@ -0,0 +1,89 @@ +'; ?> + + + + + + + + The Netwide Assembler: NASM + + + + +

The Netwide Assembler 

+ + + +
+

 

+ +
+ + + + +
+ +
+

NASM Documenation

+

The NASM documentation is auto-generated every new release (including + release candidates) and accessible either online or various offline + archives.
+ Offline documentation is packed into archive which consists of + documentation in the following formats: pdf, ps, txt, html, info. +

+
+ +
+

Online Documenation

+

NASM online documentation is here

+
+ + \n"; + echo "

Download Documenation for NASM-$version (stable version)

\n"; + echo "\n"; + echo "
\n"; + } + if ($rc_version) { + $pkg_name = "nasm-$rc_version-xdoc"; + echo "
\n"; + echo "

Download Documenation for NASM-$rc_version (release candidate)

\n"; + echo "\n"; + echo "
\n"; + } + ?> + +
+ + + + +
+ +


+ + Valid XHTML 1.0 Strict + +

+ + + + diff --git a/navbar.inc b/navbar.inc index 259744bc..13874664 100644 --- a/navbar.inc +++ b/navbar.inc @@ -11,7 +11,7 @@ require('./version.inc');
  • Download
  • Git Repository
  • Snapshots
  • -
  • Documentation
  • +
  • Documentation
  • Bug Tracker
  • Related Links
  • Credits
  • -- 2.11.4.GIT