Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 18 Nov 2005 21:03:52 +0000 (21:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 18 Nov 2005 21:03:52 +0000 (21:03 +0000)
commitd7eec051850f0a83c191c8552703c310ae2c9959
tree69e4771dd4ffa1599b644a07f513c17db4390df4
parent3b92d7f9e5bdb1043f5802f764d7a7f843cfeee2
Imported from archive.

* archetype, mudpy.conf (__control), mudpy.py (User.new_avatar),
template: Retermed template as archetype.

* mudpy.py: Added more code commentary, and refactored some sections
of the source to improve readability.
(DataFile.is_writeable, DataFile.save): Abstracted out the writeable
check from the save method into a separate method.
(DataFile.save): Adjusted to only write when elements within that
file have been modified.
(Element.delete): Removed obsolete method, recently implemented more
cleanly as remove_facet.
archetype [moved from template with 55% similarity]
katarsis/index [new file with mode: 0644]
katarsis/pride_square/index [new file with mode: 0644]
katarsis/pride_square/location [moved from katarsis with 100% similarity]
katarsis/pride_square/prop [new file with mode: 0644]
mudpy.conf
mudpy.py