Files
kfitz-site/content/blog/2008-07-20-versioning.md
Kathleen Fitzpatrick 655ad0ded8 upgrade to 3.0
2024-10-14 19:27:15 -04:00

16 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Versioning
date: '2008-07-20T00:17:51-04:00'
permalink: /versioning/
tags:
- publishing
- software
---
WordPress 2.6, which was [released just a few days ago](http://wordpress.org/development/2008/07/wordpress-26-tyner/), contains expanded support for versioning of blog posts, allowing an author to see all of the revisions made to a particular post, as well as to compare various versions and to revert to some previous historical state.
This is a fabulous authoring tool, but its all resident in the backend: only the author has access to this versioning information. And for most purposes, thats probably sufficient. But I could imagine a number of uses — in [electronic scholarly publishing](/planned-obsolescence-the-proposal), for instance — when one might want the readers of a text to have access to a texts history. Given that the history is already available, I imagine that its just a matter of a plugin that accesses the versioning data, organizing and presenting it on the frontend.
If somebody knows of such a plugin already in existence, Id really like to hear about it. If not, I hope some enterprising developer starts thinking about one…