You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2013/12/14 15:57:09 UTC

[23/23] git commit: LOG4PHP-194: Merge branch 'docs' into develop

LOG4PHP-194: Merge branch 'docs' into develop

Documentation rewritten to rst format, and generated to html using sphinx.

Signed-off-by: Ivan Habunek <ih...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/520fdbd1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/520fdbd1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/520fdbd1

Branch: refs/heads/develop
Commit: 520fdbd17a522000f9903a4af83bc02343662cc8
Parents: 4e7dd21 7d99747
Author: Ivan Habunek <ih...@apache.org>
Authored: Sat Dec 14 15:54:29 2013 +0100
Committer: Ivan Habunek <ih...@apache.org>
Committed: Sat Dec 14 15:55:47 2013 +0100

----------------------------------------------------------------------
 docs/.gitignore                                 |    3 +
 docs/Makefile                                   |  153 +
 docs/README.rst                                 |  105 +
 docs/_ext/log4phpdocs.py                        |   17 +
 docs/_theme/log4php-sphinx13/layout.html        |    6 +
 docs/_theme/log4php-sphinx13/static/bodybg.png  |  Bin 0 -> 602 bytes
 .../_theme/log4php-sphinx13/static/contents.png |  Bin 0 -> 202 bytes
 .../_theme/log4php-sphinx13/static/footerbg.png |  Bin 0 -> 313 bytes
 .../_theme/log4php-sphinx13/static/headerbg.png |  Bin 0 -> 344 bytes
 .../_theme/log4php-sphinx13/static/listitem.png |  Bin 0 -> 207 bytes
 .../log4php-sphinx13/static/log4php.css_t       |   17 +
 docs/_theme/log4php-sphinx13/static/log4php.js  |   55 +
 .../log4php-sphinx13/static/navigation.png      |  Bin 0 -> 218 bytes
 docs/_theme/log4php-sphinx13/static/relbg.png   |  Bin 0 -> 332 bytes
 .../_theme/log4php-sphinx13/static/sphinx13.css |  396 +
 docs/_theme/log4php-sphinx13/theme.conf         |    4 +
 docs/_theme/log4php-sphinxdoc/layout.html       |    6 +
 .../log4php-sphinxdoc/static/contents.png       |  Bin 0 -> 202 bytes
 .../log4php-sphinxdoc/static/log4php.css_t      |   14 +
 docs/_theme/log4php-sphinxdoc/static/log4php.js |   55 +
 .../log4php-sphinxdoc/static/navigation.png     |  Bin 0 -> 218 bytes
 .../log4php-sphinxdoc/static/sphinxdoc.css_t    |  339 +
 docs/_theme/log4php-sphinxdoc/theme.conf        |    4 +
 docs/_theme/log4php/defindex.html               |   35 +
 docs/_theme/log4php/domainindex.html            |   56 +
 docs/_theme/log4php/genindex-single.html        |   65 +
 docs/_theme/log4php/genindex-split.html         |   41 +
 docs/_theme/log4php/genindex.html               |   77 +
 docs/_theme/log4php/globaltoc.html              |   11 +
 docs/_theme/log4php/layout.html                 |  144 +
 docs/_theme/log4php/localtoc.html               |   13 +
 docs/_theme/log4php/opensearch.xml              |   10 +
 docs/_theme/log4php/page.html                   |   13 +
 docs/_theme/log4php/relations.html              |   19 +
 docs/_theme/log4php/search.html                 |   56 +
 docs/_theme/log4php/searchbox.html              |   24 +
 docs/_theme/log4php/searchresults.html          |   36 +
 docs/_theme/log4php/sourcelink.html             |   16 +
 .../static/bootstrap/css/bootstrap-2.2.1.css    | 5893 +++++++++++
 .../bootstrap/css/bootstrap-2.2.1.min.css       |    9 +
 .../css/bootstrap-responsive-2.2.1.css          | 1088 ++
 .../css/bootstrap-responsive-2.2.1.min.css      |    9 +
 .../img/glyphicons-halflings-white.png          |  Bin 0 -> 8777 bytes
 .../bootstrap/img/glyphicons-halflings.png      |  Bin 0 -> 12799 bytes
 .../static/bootstrap/js/bootstrap-2.2.1.js      | 2025 ++++
 .../static/bootstrap/js/bootstrap-2.2.1.min.js  |    6 +
 docs/_theme/log4php/static/favicon.ico          |  Bin 0 -> 3638 bytes
 docs/_theme/log4php/static/jquery-1.8.2.js      | 9440 ++++++++++++++++++
 docs/_theme/log4php/static/jquery-1.8.2.min.js  |    2 +
 docs/_theme/log4php/static/log4php.css_t        |   73 +
 docs/_theme/log4php/static/log4php.js           |   55 +
 docs/_theme/log4php/theme.conf                  |    4 +
 docs/appenders/console.rst                      |   74 +
 docs/appenders/daily-file.rst                   |  126 +
 docs/appenders/echo.rst                         |   84 +
 docs/appenders/file.rst                         |   91 +
 docs/appenders/firephp.rst                      |   87 +
 docs/appenders/index.rst                        |  126 +
 docs/appenders/mail-event.rst                   |   90 +
 docs/appenders/mail.rst                         |   99 +
 docs/appenders/mongodb.rst                      |  125 +
 docs/conf.py                                    |  304 +
 docs/configuration.rst                          |  278 +
 docs/filters/deny-all.rst                       |   91 +
 docs/filters/index.rst                          |  114 +
 docs/filters/level-match.rst                    |   66 +
 docs/filters/level-range.rst                    |   70 +
 docs/filters/string-match.rst                   |   70 +
 docs/index.rst                                  |   32 +
 docs/introduction.rst                           |   65 +
 docs/layouts/html.rst                           |  125 +
 docs/layouts/index.rst                          |   24 +
 docs/layouts/pattern.rst                        |  498 +
 docs/layouts/serialized.rst                     |   72 +
 docs/layouts/simple.rst                         |   71 +
 docs/layouts/ttcc.rst                           |  115 +
 docs/layouts/xml.rst                            |  139 +
 docs/make.bat                                   |  190 +
 docs/quickstart.rst                             |  180 +
 docs/requirements.txt                           |    1 +
 80 files changed, 23801 insertions(+)
----------------------------------------------------------------------