Skip to content

Commit f5dda6c

Browse files
committed
Merge pull request #1 from CyrilPeponnet/archipel-fork
Refactoring xmpppy repository
2 parents cae7df0 + 7860fff commit f5dda6c

40 files changed

+53
-8537
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
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
6+
/build

Makefile

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

README

Lines changed: 0 additions & 43 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/changelog

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

0 commit comments

Comments
 (0)