GithubHelp home page GithubHelp logo

confluence-el's Introduction

OVERVIEW
======================================================================

This is an Emacs lisp library for interacting with the Confluence Wiki
Software from Atlassian:

  http://www.atlassian.com/software/confluence/

It allows you to pull and edit the wiki-markup for a page and store it
back into your confluence instance.

This mode can be downloaded from:

  http://code.google.com/p/confluence-el/



INSTALLATION 
======================================================================

You must set confluence-url in your .emacs file before using the
functions in this moudule.

Some examples:

  (load (expand-file-name "~/software/emacs/confluence-el/xml-rpc.el"))
  (load (expand-file-name "~/software/emacs/confluence-el/confluence.el"))
  (setf confluence-url "http://intranet/confluence/rpc/xmlrpc")

USING CONFLUENCE MODE
======================================================================

To open a page, M-x confluence-get-page and enter the path to the
page, for example, to open a page in your home space: ~username/Tasks

It is often convienient to bind this to a global key \C-xwf in your .emacs file:
  
   (global-set-key "\C-xwf")

Once you have opened a page, made changes, simply saving the page
("\C-x\C-f") will push the changes back to the wiki.

To view the chagnes in your page versus what is in the wiki, type \C-xwd



Changes
--------------------------------------------------------------------------------
 * 1.0 : Wed Nov 19 10:39:31 EST 2008
   - confluence.el: created by James Ahlborn, eliminates the need for 
     JScheme for xmlrpc, now includes xml-rpc.el
 * 0.2 : Wed Sep 19 09:18:18 EDT 2007
   - confluence.scm: removed '.page' suffix on binary page file storage
     this fixes bugs in the earlier tgz
 * 0.1 : Wed Oct 18 12:38:45 EDT 2006
   - confluence.scm: added page info functions
   - confluence.el:  added diff function and keybinding
   - confluence.el:  added revert-buffer call to open/save, disabling of
        auto-fill-mode on open, and preservation of buffer modes after 
        storage (and subsequent reversion).


confluence-el's People

Contributors

danp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rmloveland

confluence-el's Issues

This code may be out of date

Hello,

It looks like v1.7 is available on sourceforge. I'm, however invested in keeping the github up to date.

With your permission I'd like to push and tag the 1.7 release here.

Hope to hear back soon,

  • Bryan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.