Skip to content

Commit e5c9674

Browse files
committed
Update repo structure
1 parent fcc89eb commit e5c9674

File tree

12 files changed

+34
-7024
lines changed

12 files changed

+34
-7024
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
.*.swp
22
*-stamp
3-
/debian/files
4-
/debian/python-xmpp.debhelper.log
5-
/debian/*.debhelper
6-
/debian/python-xmpp.substvars
7-
/debian/python-xmpp/
8-
/doc/apidocs/
3+
/doc
94
*.pyc
10-
/examples
115
/html

README

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Introduction to xmpppy
2+
3+
This is my work to fork http://xmpppy.sf.net/ with the current and maintained project.
4+
5+
This library has been written to be [RFC3920](https://datatracker.ietf.org/doc/rfc3920/) and [RFC3921](https://datatracker.ietf.org/doc/rfc3921/) compliant.
6+
7+
### Documentation
8+
9+
Documentation exists in three formats.
10+
* The first is the examples that written to show xmpppy in action you can find in the example directory
11+
* The second is the wiki pages where describing the idea of library and the ways the goals are achieved.
12+
* Third is the docstrings. Using epydoc (epydoc -o doc/api --name xmpppy --inheritance listed --graph all xmpp)
13+
14+
### Installation
15+
16+
Here you have several options:
17+
* run 'python setup.py install' from xmpppy distribution as root.
18+
* if you don't like python installator - just copy xmpp directory into python's site-packages directory (this is what setup.py does).
19+
* If you have no intention to install library system-wide (or just have no privileges to do it) you can copy xmpp directory just in your application's directory. Example:
20+
21+
```
22+
myxmpppytry/
23+
xmpp/
24+
...xmpppy modules
25+
test.py
26+
```
27+
28+
If you have any questions about xmpppy usage or you have find a bug or want
29+
to share some ideas - you are welcome on github
30+
31+
2014.09.21 Cyril Peponnet

doc/ietf-docs/draft-ietf-xmpp-core.html

Lines changed: 0 additions & 3127 deletions
This file was deleted.

doc/ietf-docs/draft-ietf-xmpp-im.html

Lines changed: 0 additions & 3857 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)