Changeset 4312
- Timestamp:
- 03/07/09 15:43:04 (4 years ago)
- Location:
- branch/sphinxdoc
- Files:
-
- 2 removed
- 2 modified
- 1 copied
-
Makefile (modified) (2 diffs)
-
searching (deleted)
-
searching.html (deleted)
-
src/index.rst (modified) (1 diff)
-
src/searching.rst (copied) (copied from branch/sphinxdoc/searching/searching.xml) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branch/sphinxdoc/Makefile
r4309 r4312 26 26 nse_facilitator \ 27 27 scanning \ 28 searching \29 28 wizard 30 29 … … 47 46 @rm -f $(OUTDIR)/nse_facilitator.html 48 47 @rm -f $(OUTDIR)/scanning.html 49 @rm -f $(OUTDIR)/searching.html50 48 @rm -f $(OUTDIR)/wizard.html -
branch/sphinxdoc/src/index.rst
r4309 r4312 7 7 :maxdepth: 2 8 8 9 searching.rst 9 10 scheduler.rst 10 11 smtpsetup.rst -
branch/sphinxdoc/src/searching.rst
r664 r4312 1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook v4.4//EN" 2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> 1 Searching 2 ========= 3 3 4 <article> 5 <artheader> 6 <title>Searching</title> 7 <author> 8 <firstname>Adriano</firstname> 9 <surname>Marques</surname> 10 <copyright> 11 <year>2006</year> 12 <holder>Adriano Monteiro Marques</holder> 13 </copyright> 14 </author> 15 </artheader> 4 .. sectionauthor:: Adriano Monteiro Marques 16 5 17 <section>18 <title>Warning</title>19 <para>20 This documentation is not finished! Part or all of it's content may be missing21 or inaccurate. As Umit is under constant development and improvement, expect22 changes in this documentation at upcoming releases.23 </para>24 </section>25 6 26 <section> 27 <title>Introduction</title> 28 <para>Nothing yet</para> 7 .. warning:: 29 8 30 </section> 31 </article> 9 This documentation is not finished! Part or all of it's content may be 10 missing or inaccurate. As Umit is under constant development and 11 improvement, expect changes in this documentation at upcoming releases. 12 13 14 Introduction 15 ------------ 16 17 Nothing yet.
