aboutsummaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-05-20 11:43:29 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-05-20 11:43:29 +0200
commit1854b5e411445beeece621a4058941ba0266704d (patch)
tree1e687175741f3dde84088bc8fdc25c93c4431e3c /doc/api
parentDo not bounce normal messages sent to unavailable resource (diff)
Remove obsolete doc and win32 files (EJAB-1738)
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/Makefile18
-rw-r--r--doc/api/overview.edoc10
-rw-r--r--doc/api/process-one.css92
3 files changed, 0 insertions, 120 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile
deleted file mode 100644
index de356ef20..000000000
--- a/doc/api/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-APPNAME = ejabberd
-VSN = $(shell sed '/vsn/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.app)
-
-DOCDIR=.
-SRCDIR=../../src
-
-.PHONY = all
-
-all: docs
-
-clean:
- rm -f *.html
- rm edoc-info
- rm erlang.png
-
-docs:
- erl -noshell -run edoc_run application \
- "'$(APPNAME)'" '"$(SRCDIR)"' '[{dir,"$(DOCDIR)"},{packages, false},{todo,true},{private,true},{def,{vsn,"$(VSN)"}},{stylesheet,"process-one.css"},{overview,"$(DOCDIR)/overview.edoc"}]' -s init stop
diff --git a/doc/api/overview.edoc b/doc/api/overview.edoc
deleted file mode 100644
index 61d620e87..000000000
--- a/doc/api/overview.edoc
+++ /dev/null
@@ -1,10 +0,0 @@
-@author Mickael Remond <mickael.remond@process-one.net>
- [http://www.process-one.net/]
-@copyright 2013 ProcessOne
-@version {@vsn}, {@date} {@time}
-@title ejabberd Development API Documentation
-
-@doc
-== Introduction ==
-
-TODO: Insert content from Jerome documentation.
diff --git a/doc/api/process-one.css b/doc/api/process-one.css
deleted file mode 100644
index 5cd371e10..000000000
--- a/doc/api/process-one.css
+++ /dev/null
@@ -1,92 +0,0 @@
-html, body {
- font-family: Verdana, sans-serif;
- color: #000;
- background-color: #fff;
-}
-
-h1 {
- color: #4a5389;
- border-bottom: solid 1px #000;
-}
-
-h2 {
- font-size: 24px;
- text-align: right;
- color: #4a5389;
- border-bottom: 1px solid #000;
-}
-
-h3 {
- font-size: 18px;
- color: #900;
-}
-
-h4 {
- font-size: 14px;
- color: #000;
-}
-
-a[href] {
- color: #4a5389;
-}
-
-a[href]:hover {
- background-color: #ecefff;
-}
-
-p, li, dd {
- text-align: justify;
-}
-
-li {
- margin-top: 0.3em;
-}
-
-li:first-child {
- margin-top: 0px;
-}
-
-blockquote {
- color: #555;
-}
-
-caption {
- font-style: italic;
- color: #009;
- text-align: left;
- margin-left: 20px;
-}
-
-table[border="1"] {
- border-collapse: collapse;
- margin-bottom: 1em;
-}
-
-table[border="1"] td {
- border: 1px solid #ddd;
-}
-
-pre, tt, code {
- color: #461b7e;
-}
-
-pre {
- margin:1ex 2ex;
- border:1px dashed lightgrey;
- background-color:#f9f9f9;
- padding:0.5ex;
-}
-
-pre em {
- font-style: normal;
- font-weight: bold;
-}
-
-dt {
- margin:0ex 2ex;
- font-weight:bold;
-}
-
-dd {
- margin:0ex 0ex 1ex 4ex;
-}