Use markdown extension
This commit is contained in:
parent
1d2e760a73
commit
9bf511381a
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
||||
======
|
||||
resync
|
||||
======
|
||||
|
||||
resync is ResourceSync client and library in python.
|
||||
|
||||
Typical client usage:
|
||||
|
||||
> resync http://source.example.com/ /tmp/my_source_example_com
|
||||
|
||||
Typical library usage in a source:
|
||||
|
||||
```python
|
||||
from resync.resource_list import ResourceList
|
||||
from resync.resource import Resource
|
||||
|
||||
rl = ResourceList()
|
||||
rl.add( Resource('http://example.com/res1', lastmod='2013-01-01') )
|
||||
rl.add( Resource('http://example.com/res2', lastmod='2013-01-02') )
|
||||
print rl.as_xml(rl)
|
||||
```
|
||||
|
||||
See also
|
||||
--------
|
||||
|
||||
http://github.com/resync/simulator
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user