use md5sum for page_to_id
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Mar 2009 17:44:31 +0000 (13:44 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Mar 2009 17:44:31 +0000 (13:44 -0400)
commit260ee2a28368691a5f1a7dee918717a28d28ed2e
tree447c04cd89ed94323f04f3e2a55f53fd89756e89
parent10822a22b3d8872afb31e1847ee7448af86c574d
use md5sum for page_to_id

The munged ids were looking pretty nasty, and were not completly guaranteed
to be unique. So a md5sum seems like a better approach. (Would have used
sha1, but md5 is in perl core.)
IkiWiki/Plugin/comments.pm