2008/6/5 km <[EMAIL PROTECTED]>:
> let me try again. if i have MY OWN server with MY OWN installation of
> trac running on it, what are the ways in which i can pull down, edit,
> and then resubmit MY OWN pages using an editor on my machine? i would
> prefer to used emacs (or even a local text editor) to the process of
> logging into my trac projects and updating the pages inside the
> browser.
>
> i have installed xmlrpc on my server -- and have seen information
> about trac-wiki (plugin for emacs) and an eclipse plugin. it is very
> possible that i am completely confused, but presumably i need to pass
> a url to these editors to actually edit pages. so, what is the format
> of the urls?

In your .emacs, you should have something like
;; ---
(require 'trac-wiki)
(trac-wiki-define-project "yourproject" "http://yourserver.tld/trac/"; t)
;; ---
The url to be given there is the same url you would use when accessing
the root of your trac installation with a browser. trac-wiki appends
"/xmlrpc" itself. Note that "M-x trac-wiki" also lets you define new
locations interactively, and stores their definition in your .emacs
file.

Make sure that you have a trac user with XML_RPC rights.

- Thomas

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

Reply via email to