forked from andreisavu/python-sitemap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
35 lines (22 loc) · 767 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Sitemap Parser & Generator
--------------------------
Python Library for parsing & generating sitemaps
You can read more about sitemaps at http://www.sitemaps.org
Current status
--------------
The library can be used for parsing sitemaps
The generator part is not yet implemented
Check the TODO file for the remaining tasks
Requirements
------------
lxml - http://codespeak.net/lxml/
Docs: http://codespeak.net/lxml/parsing.html
Submodules
----------
pyiso8601 fork: http://github.com/andreisavu/pyiso8601/tree/master
Read more about submodule management at:
http://daniel.collectiveidea.com/blog/2008/4/9/git-submodules
License
-------
This library is released under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html