Hello everyone,
I found myself thinking about the process of proposing and editing xeps
that the xsf implements. I think there are some improvements that could
be made in order to make the process easier.
These are the main areas which I think are problematic with the current
way of doing things:
* git has a learning curve.
* xml has a learning curve.
* scripts are necessary to convert the xml to readable documents.
* Everything is tracked in the same project (scripts, templates,
xeps). XEPs aren't tracked as individual projects.
These problems aren't that grave, after all, most of us are developers.
However, I think it is worthwhile to explore alternatives to make it easier.
I spent the past week working on a wiki page that closely resembles the
look and feel of xeps.
Here is the url: http://jlagrange.net/wiki/index.php/Category:Extensions
In that week, I learned that by developing your own mediawiki skins and
extensions, you are able to make a wiki look however you like.
Because wikis were made specifically to track and modify documents, they
have some features could be useful for us.
* view and compare history of changes online
* user management to allow authors to modify their xeps and nothing
more. Or to allow trusted users to help Peter.
* rss of changes
* easier to edit and see the results without using scripts to convert
it to html
* discussion pages for each xep
At the very least it could serve a way to make quick prototypes and get
feedback.
--
Jefry Lagrange