On 10/27/06, solo turn <[EMAIL PROTECTED]> wrote:
> would:
>  * http://www.emacswiki.org/cgi-bin/wiki/XmlRpc
>  * http://trac-hacks.org/wiki/XmlRpcPlugin
> be a possibility?

I have the code, but it is not in public place because
I'm testing personaly.  It has following features and restriction.
I'll post it (trac.el, xml-rpc.el) soon if anyone be interested
and want to use as *tester*.

trac.el --- edit trac wiki pages in emacs via XML-RPC
  Features:
    * Multiple project access
    * Retrieve page from remote site and edit it with highlighting.
    * Commit page with version check.
    * Diff / Ediff between editing text and original.
    * Reverte local edit.
    * Merge with most recent version if it is modified by other user.
    * Show history of page (but not so infomative)
    * Preview page in emacs with w3m. (textual)
    * Preview page with external browser. (css is available)
    * Search words in trac site for all pages and view result.
    * Completion for macro name and wiki page name in buffer.

  Requirement:
    * Works on most recent emacs 22.0.50.
      It may work on emacs 21 but it is not tested yet.
    * need xml-rpc.el with small patch for I18N (non-ascii)
    * need small patch for XmlRpcPlugin for I18N (non-ascii)
         http://trac-hacks.org/ticket/845
    * w3m and emacs-w3m for preview.

  Restriction:
    * Cannot run on emacs 21 or before.
    * Cannot delete page version.
    * Cannot operates tickets.

-- 
Shun-ichi GOTO

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to