From 89a260220c60877c0766cbe79043ecb4dd1fa5f4 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 27 Nov 2014 12:11:30 -0500 Subject: Fix #110 --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index ea115dd..f8b01ea 100644 --- a/README.org +++ b/README.org @@ -1,8 +1,8 @@ -#+Title: Stack-Mode +#+Title: SX -- Stack Exchange for Emacs -[[https://travis-ci.org/vermiculus/stack-mode][https://travis-ci.org/vermiculus/stack-mode.svg?branch=master]] -[[https://gitter.im/vermiculus/stack-mode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][https://badges.gitter.im/Join Chat.svg]] -[[https://www.waffle.io/vermiculus/stack-mode][https://badge.waffle.io/vermiculus/stack-mode.svg]] +[[https://travis-ci.org/vermiculus/sx.el][https://travis-ci.org/vermiculus/sx.el.svg?branch=master]] +[[https://gitter.im/vermiculus/sx.el?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][https://badges.gitter.im/Join Chat.svg]] +[[https://www.waffle.io/vermiculus/sx.el][https://badge.waffle.io/vermiculus/sx.el.svg]] StackMode will be a full featured Stack Exchange mode for GNU Emacs 24 and up. Using the official API, we aim to create a more versatile @@ -43,13 +43,13 @@ Depending on community involvement, it may even be submitted to the official GNU ELPA. * Contributing Please help contribute! Doing any of the following will help us immensely: - - [[https://github.com/vermiculus/stack-mode/issues/new][Open an issue]] - - [[https://github.com/vermiculus/stack-mode/pulls][Submit a pull request]] - - [[https://gitter.im/vermiculus/stack-mode][Suggest a package or library in our Chat on Gitter]] + - [[https://github.com/vermiculus/sx.el/issues/new][Open an issue]] + - [[https://github.com/vermiculus/sx.el/pulls][Submit a pull request]] + - [[https://gitter.im/vermiculus/sx.el][Suggest a package or library in our Chat on Gitter]] - Spread the word! For a better view of all of the open issues, take a look at our lovely -[[http://www.waffle.io/vermiculus/stack-mode][Waffle board]]. Feel free to take the torch on anything in =backlog= or +[[http://www.waffle.io/vermiculus/sx.el][Waffle board]]. Feel free to take the torch on anything in =backlog= or =ready=. If you have thoughts on any other issues, don't hesitate to chime in! * Resources -- cgit v1.2.3 From 8ea884c9f417d8106813112598b4ab422e8352ed Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 27 Nov 2014 12:12:51 -0500 Subject: Remove outdated resources --- README.org | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index f8b01ea..cd26c31 100644 --- a/README.org +++ b/README.org @@ -55,8 +55,6 @@ chime in! * Resources - [[http://www.gnu.org/software/emacs/][GNU Emacs]] - [[https://api.stackexchange.com/docs][Stack Exchange API v2.2]] -- [[http://stackapps.com/apps/oauth/register][StackApps Registration Page]] -- [[http://www.emacswiki.org/emacs/ModeTutorial][Creating Major Modes for Emacs]] ** Icons Stack Exchange Mode for Emacs has no explicit use for an icon, although standard SVG files have been gathered in =resources/= if -- cgit v1.2.3 From d5a68d158bb9a73dcf3cb6ee178422173f6023af Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 27 Nov 2014 12:52:07 -0500 Subject: Update README --- README.org | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index cd26c31..df8d907 100644 --- a/README.org +++ b/README.org @@ -4,18 +4,22 @@ [[https://gitter.im/vermiculus/sx.el?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][https://badges.gitter.im/Join Chat.svg]] [[https://www.waffle.io/vermiculus/sx.el][https://badge.waffle.io/vermiculus/sx.el.svg]] -StackMode will be a full featured Stack Exchange mode for GNU Emacs 24 -and up. Using the official API, we aim to create a more versatile -experience for the Stack Exchange network within Emacs itself. +SX will be a full featured Stack Exchange mode for GNU Emacs 24+. +Using the official API, we aim to create a more versatile experience +for the Stack Exchange network within Emacs itself. * Features -- ~list-questions~ :: +- ~sx-tab-frontpage~ :: List questions on a StackExchange site. - Viewing Posts :: - Use =jknp= to open questions from within ~list-questions~; use =RET= to move focus. - - Use =v= to open the site in your browser. + - Use =v= to open the object at point in your browser. - Use =TAB= to fold questions and answers. + - Use =RET= to open a link at point. + - Use =:= to switch sites. + - Vote up and down with =u= and =d=. + ** Planned - Archiving questions for offline access - Browsing and favoriting networks @@ -30,35 +34,37 @@ Have a feature in mind that isn't on the list? Submit a pull request to add it to the list! If you want to discuss it first, pop in our Gitter chatroom (badge above) -- someone will be around shortly to talk about it. + * Installation To install the development version, follow the usual steps: - Clone this repository - Add this directory to your ~load-path~ -- Issue ~(require 'sx-question-list)~ +- Issue ~(require 'sx)~ This should give you access to the only entry point function at the -moment, ~list-questions~. +moment, ~sx-tab-frontpage~. + +Eventually, this package will be available on MELPA. -Eventually, this package will at least be available on MELPA. -Depending on community involvement, it may even be submitted to the -official GNU ELPA. * Contributing Please help contribute! Doing any of the following will help us immensely: - [[https://github.com/vermiculus/sx.el/issues/new][Open an issue]] - [[https://github.com/vermiculus/sx.el/pulls][Submit a pull request]] - - [[https://gitter.im/vermiculus/sx.el][Suggest a package or library in our Chat on Gitter]] + - [[https://gitter.im/vermiculus/sx.el][Suggest a package or library in our Chat on Gitter]] (or just hang out =:)=) - Spread the word! For a better view of all of the open issues, take a look at our lovely [[http://www.waffle.io/vermiculus/sx.el][Waffle board]]. Feel free to take the torch on anything in =backlog= or =ready=. If you have thoughts on any other issues, don't hesitate to chime in! + * Resources - [[http://www.gnu.org/software/emacs/][GNU Emacs]] - [[https://api.stackexchange.com/docs][Stack Exchange API v2.2]] + ** Icons -Stack Exchange Mode for Emacs has no explicit use for an icon, -although standard SVG files have been gathered in =resources/= if -anyone would fancy a crack at it. +SX has no explicit /need/ for an icon, although standard SVG files +have been gathered in =resources/= if anyone would fancy a crack at +it. - [[file:resources/emacs.svg][Emacs icon]] - [[file:resources/stackexchange.svg][Stack Exchange icon]] -- cgit v1.2.3