From 37ca029f0fc8f35584f944a5df48a060a2d9b5e4 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 23 Feb 2011 11:45:39 -0300 Subject: Documentation update (4) --- Doxyfile | 2 +- README.txt | 6 +++ contrib/.empty | 0 doc/html/annotated.html | 2 +- doc/html/classBiblioIsisDb-members.html | 2 +- doc/html/classBiblioIsisDb.html | 2 +- doc/html/classCinisis-members.html | 2 +- doc/html/classCinisis.html | 2 +- doc/html/classCinisisDisplayHelper-members.html | 2 +- doc/html/classCinisisDisplayHelper.html | 2 +- doc/html/classCinisisHttpHelper-members.html | 2 +- doc/html/classCinisisHttpHelper.html | 2 +- doc/html/classIsisAudit-members.html | 2 +- doc/html/classIsisAudit.html | 2 +- doc/html/classIsisConnector-members.html | 2 +- doc/html/classIsisConnector.html | 2 +- doc/html/classIsisEntryIterator-members.html | 2 +- doc/html/classIsisEntryIterator.html | 2 +- doc/html/classIsisFinder-members.html | 2 +- doc/html/classIsisFinder.html | 2 +- doc/html/classIsisItemIterator-members.html | 2 +- doc/html/classIsisItemIterator.html | 2 +- doc/html/classIsisMainItemIterator-members.html | 2 +- doc/html/classIsisMainItemIterator.html | 2 +- doc/html/classIsisMap-members.html | 2 +- doc/html/classIsisMap.html | 2 +- doc/html/classIsisMethodIterator-members.html | 2 +- doc/html/classIsisMethodIterator.html | 2 +- .../classIsisNormalItemFilterIterator-members.html | 2 +- doc/html/classIsisNormalItemFilterIterator.html | 2 +- doc/html/classIsisReader-members.html | 2 +- doc/html/classIsisReader.html | 2 +- doc/html/classIsisRowIterator-members.html | 2 +- doc/html/classIsisRowIterator.html | 2 +- doc/html/classIsisSubfieldIterator-members.html | 2 +- doc/html/classIsisSubfieldIterator.html | 2 +- doc/html/classIsisValueIterator-members.html | 2 +- doc/html/classIsisValueIterator.html | 2 +- doc/html/classMaleteDb-members.html | 2 +- doc/html/classMaleteDb.html | 2 +- doc/html/classPhpIsisDb-members.html | 2 +- doc/html/classPhpIsisDb.html | 2 +- doc/html/classSchemaDb-members.html | 2 +- doc/html/classSchemaDb.html | 2 +- doc/html/classes.html | 2 +- doc/html/functions.html | 2 +- doc/html/functions_0x5f.html | 2 +- doc/html/functions_0x61.html | 2 +- doc/html/functions_0x62.html | 2 +- doc/html/functions_0x63.html | 2 +- doc/html/functions_0x65.html | 2 +- doc/html/functions_0x66.html | 2 +- doc/html/functions_0x67.html | 2 +- doc/html/functions_0x68.html | 2 +- doc/html/functions_0x69.html | 2 +- doc/html/functions_0x6a.html | 2 +- doc/html/functions_0x6b.html | 2 +- doc/html/functions_0x6c.html | 2 +- doc/html/functions_0x6d.html | 2 +- doc/html/functions_0x6e.html | 2 +- doc/html/functions_0x6f.html | 2 +- doc/html/functions_0x70.html | 2 +- doc/html/functions_0x72.html | 2 +- doc/html/functions_0x73.html | 2 +- doc/html/functions_0x74.html | 2 +- doc/html/functions_0x76.html | 2 +- doc/html/functions_0x77.html | 2 +- doc/html/functions_0x79.html | 2 +- doc/html/functions_func.html | 2 +- doc/html/functions_vars.html | 2 +- doc/html/hierarchy.html | 2 +- doc/html/index.html | 51 ++++++++++++++++++- doc/html/interfaceIsisDb-members.html | 2 +- doc/html/interfaceIsisDb.html | 2 +- doc/html/pages.html | 2 +- doc/html/todo.html | 2 +- doc/latex/classBiblioIsisDb.pdf | Bin 4432 -> 4432 bytes doc/latex/classIsisAudit.pdf | Bin 5896 -> 5896 bytes doc/latex/classIsisConnector.pdf | Bin 5892 -> 5892 bytes doc/latex/classIsisFinder.pdf | Bin 5893 -> 5893 bytes doc/latex/classIsisMap.pdf | Bin 5892 -> 5892 bytes doc/latex/classIsisReader.pdf | Bin 5892 -> 5892 bytes doc/latex/classMaleteDb.pdf | Bin 4661 -> 4661 bytes doc/latex/classPhpIsisDb.pdf | Bin 4491 -> 4491 bytes doc/latex/doxygen.sty | 4 +- doc/latex/index.tex | 56 +++++++++++++++++++++ doc/latex/interfaceIsisDb.pdf | Bin 5431 -> 5431 bytes doc/latex/refman.tex | 2 +- index.php | 7 +++ 89 files changed, 195 insertions(+), 77 deletions(-) create mode 100644 contrib/.empty diff --git a/Doxyfile b/Doxyfile index 78e3ac6..fc3b191 100644 --- a/Doxyfile +++ b/Doxyfile @@ -625,7 +625,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = . +EXAMPLE_PATH = . samples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/README.txt b/README.txt index c23ad25..01cd8ce 100644 --- a/README.txt +++ b/README.txt @@ -44,6 +44,12 @@ Cinisis config files are written in YAML. You'll need to download Spyc library from https://code.google.com/p/spyc/ and put the files at the contrib/ folder. +Configuration +------------- + + - Put your databases into the db folder, one folder per database. + - Optionally edit config/config.yaml to set the default database. + Naming conventions ------------------ diff --git a/contrib/.empty b/contrib/.empty new file mode 100644 index 0000000..e69de29 diff --git a/doc/html/annotated.html b/doc/html/annotated.html index a72e9bc..003ccc8 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -88,7 +88,7 @@ Here are the classes, structs, unions and interfaces with brief descriptions: -