[Synopsis-changes] Synopsis/Synopsis/docs/RefManual index.html,1.4,1.5
Stefan Seefeld stefan at synopsis.fresco.orgThu Oct 9 05:50:11 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/docs/Manual index.html,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/dist/command build_doc.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/docs/RefManual In directory frida:/tmp/cvs-serv13581/docs/RefManual Modified Files: index.html Log Message: fix manual pages Index: index.html =================================================================== RCS file: /cvs/synopsis/Synopsis/docs/RefManual/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- index.html 11 Jul 2001 06:40:12 -0000 1.4 +++ index.html 9 Oct 2003 05:50:09 -0000 1.5 @@ -1,29 +1,59 @@ -<html> -<head> +<?xml version="1.0"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> <title>Synopsis Developer Reference Manual</title> - <link href="../style.css" rel="stylesheet"/> -</head> -<body> - <h1>Synopsis Developer Reference Manual</h1> - - <p>By running make in the docs/RefManual directory you can generate - documentation for Synopsis. Both Python and C++ sections of the code are - incorporated into the one manual, as you will notice from the modules - section which starts with "Python" and "C++". By browsing the [Source] - links from the pages for the C++ parser, you may also see the - cross-referenced source code.</p> - - <p> - <a href="html/index.html">Synopsis Reference Manual (HTML)</a> - </p> - - <p> - <a href="Manual.pdf">Synopsis Reference Manual (PDF)</a> - </p> - - <p> - <a href="synopsis-info.tgz">Synopsis Reference Manual (info tarball)</a> - </p> - -</body> + <link type="text/css" rel="stylesheet" href="http://synopsis.fresco.org/synopsis.css"/> + </head> + <body> + <h1>Synopsis - Developer Reference Manual</h1> + <table class="page"> + <tr> + <td class="menu"> + <table class="menu"> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/index.html">Home</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/news.html">News</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/docs.html">Docs</a></td></tr> + <tr><td class="normal2"><a href="http://synopsis.fresco.org/design.html">Design</a></td></tr> + <tr><td class="normal2"><a href="http://synopsis.fresco.org/Manual/index.html">Manual</a></td></tr> + <tr><td class="selected2"><a href="index.html">RefManual</a></td></tr> + <tr><td class="normal2"><a href="http://synopsis.fresco.org/demo/index.html">Demos</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/issues/">Issue Tracker</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/download/">Download</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/mailinglists.html">Mailing List</a></td></tr> + <tr><td class="normal1"><a href="http://synopsis.fresco.org/viewcvs/">CVS</a></td></tr> + </table> + </td> + <td class="content"> + <p> + By running make in the docs/RefManual directory you can generate + documentation for Synopsis. Both Python and C++ sections of the code are + incorporated into the one manual, as you will notice from the modules + section which starts with "Python" and "C++". By browsing the [Source] + links from the pages for the C++ parser, you may also see the + cross-referenced source code. + </p> + <p> + <a href="html/index.html">Synopsis Reference Manual (HTML)</a> + </p> + <p> + <a href="Manual.pdf">Synopsis Reference Manual (PDF)</a> + </p> + <p> + <a href="synopsis-info.tgz">Synopsis Reference Manual (info tarball)</a> + </p> + </td> + </tr> + </table> + <br/> + <br/> + <br/> + <br/> + <br/> + <div class="modifiedby"> + Last modified: 2003-10-09<br/> + by Stefan Seefeld + </div> + </body> </html><!-- vim: set ts=8 sts=2 sw=2: -->
- Previous message: [Synopsis-changes] Synopsis/Synopsis/docs/Manual index.html,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/dist/command build_doc.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list