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)
commit1e15fb5d2e14b167f80a366c181df0259f7a5c6f
tree91169124e7dc5bc61795f0a909e141599cc65367
parentb1176dd6b9ee7b3ba4831e959a18e81a6729ba54
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]
example/index [new file with mode: 0644]
example/second_square/index [new file with mode: 0644]
example/second_square/location [moved from example with 100% similarity]
example/second_square/prop [new file with mode: 0644]
mudpy.conf
mudpy.py