{"id":17531023,"url":"https://github.com/danp/confluence-el","last_synced_at":"2025-04-13T18:36:51.919Z","repository":{"id":463521,"uuid":"88002","full_name":"danp/confluence-el","owner":"danp","description":"confluence emacs integration","archived":false,"fork":false,"pushed_at":"2008-12-10T03:53:56.000Z","size":169,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T16:05:51.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.google.com/p/confluence-el/","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danp.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-12-10T03:46:33.000Z","updated_at":"2025-03-19T22:36:21.000Z","dependencies_parsed_at":"2022-07-18T03:46:56.234Z","dependency_job_id":null,"html_url":"https://github.com/danp/confluence-el","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danp%2Fconfluence-el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danp%2Fconfluence-el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danp%2Fconfluence-el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danp%2Fconfluence-el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danp","download_url":"https://codeload.github.com/danp/confluence-el/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248761885,"owners_count":21157633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-20T17:14:50.254Z","updated_at":"2025-04-13T18:36:51.893Z","avatar_url":"https://github.com/danp.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"OVERVIEW\n======================================================================\n\nThis is an Emacs lisp library for interacting with the Confluence Wiki\nSoftware from Atlassian:\n\n  http://www.atlassian.com/software/confluence/\n\nIt allows you to pull and edit the wiki-markup for a page and store it\nback into your confluence instance.\n\nThis mode can be downloaded from:\n\n  http://code.google.com/p/confluence-el/\n\n\n\nINSTALLATION \n======================================================================\n\nYou must set confluence-url in your .emacs file before using the\nfunctions in this moudule.\n\nSome examples:\n\n  (load (expand-file-name \"~/software/emacs/confluence-el/xml-rpc.el\"))\n  (load (expand-file-name \"~/software/emacs/confluence-el/confluence.el\"))\n  (setf confluence-url \"http://intranet/confluence/rpc/xmlrpc\")\n\nUSING CONFLUENCE MODE\n======================================================================\n\nTo open a page, M-x confluence-get-page and enter the path to the\npage, for example, to open a page in your home space: ~username/Tasks\n\nIt is often convienient to bind this to a global key \\C-xwf in your .emacs file:\n  \n   (global-set-key \"\\C-xwf\")\n\nOnce you have opened a page, made changes, simply saving the page\n(\"\\C-x\\C-f\") will push the changes back to the wiki.\n\nTo view the chagnes in your page versus what is in the wiki, type \\C-xwd\n\n\n\nChanges\n--------------------------------------------------------------------------------\n * 1.0 : Wed Nov 19 10:39:31 EST 2008\n   - confluence.el: created by James Ahlborn, eliminates the need for \n     JScheme for xmlrpc, now includes xml-rpc.el\n * 0.2 : Wed Sep 19 09:18:18 EDT 2007\n   - confluence.scm: removed '.page' suffix on binary page file storage\n     this fixes bugs in the earlier tgz\n * 0.1 : Wed Oct 18 12:38:45 EDT 2006\n   - confluence.scm: added page info functions\n   - confluence.el:  added diff function and keybinding\n   - confluence.el:  added revert-buffer call to open/save, disabling of\n        auto-fill-mode on open, and preservation of buffer modes after \n        storage (and subsequent reversion).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanp%2Fconfluence-el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanp%2Fconfluence-el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanp%2Fconfluence-el/lists"}