diff options
author | Sean Allred <code@seanallred.com> | 2014-11-03 00:21:56 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-03 00:21:56 -0500 |
commit | 49543626960a38fe3d3599b8fe436ee986c8112c (patch) | |
tree | f36a272b1c88884f56afcd55bab5d8519dc7649a | |
parent | 9b3d8801a76dba20a8d7ce9d2f4ce04c7652e3f9 (diff) |
Prune README of what are now proper issues
-rw-r--r-- | README.org | 61 |
1 files changed, 2 insertions, 59 deletions
@@ -13,70 +13,13 @@ the Stack Exchange API. This README will eventually hold a high-level feature list and details on installation and configuration. * Contributing -Please do, but note that the repository history is likely to be -rebased on a single commit once v0.1 is reached. Things at this stage -are volatile and highly experimental, so the codebase changes quickly -and sometimes arbitrarily. - -The best way to contribute right now is via discussion. Open an issue -describing a feature you'd like (That isn't already listed) or a -package you think would come in handy. +Please do! Open an issue, submit a pull request, suggest a package or +library in our [[https://gitter.im/vermiculus/stack-mode][Gitter]], or even just 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 =ready=. If you have thoughts on any other issues, don't hesitate to chime in! -* Planned Features -** Network Exploration -#+BEGIN_EXAMPLE - Logged in as Sean - - 14 unread inbox items - 1 unread notification - - Favorites............................................................. - Emacs emacs - TeX, LaTeX, and Friends tex - StackOverflow stackoverflow - StackApps stackapps - Mathematics math - - Other Sites........................................................... - <all other sites> -#+END_EXAMPLE -** Question Viewing -It's not terribly clear how this whould be approached, but I have in -the past assumed using an Org-mode-like buffer (with special bindings) -that includes the question and all answers and comments. This is -likely to evolve as the project better understands what it is. - -Whatever the format, the user will be able to archive the question for -offline reference. -** Question Browsing -If point is on a question: -#+BEGIN_EXAMPLE - Full title: AUCTeX, preview-latex, and Ghostscript (Emacs) - Asker: vermiculus (572) - Answers: 1 (Not Accepted) Active: [2013-02-27 Wed 15:44] - Tags: emacs auctex preview ghostscript - Bounty: 50 -#+END_EXAMPLE -Else: -#+BEGIN_EXAMPLE - Site: TeX, LaTeX, and Friends - Users: 400 - Unanswered: 15 (0.003) -#+END_EXAMPLE -The information displays (and its format) will be customizable using -format strings and special markers. -** Question Asking -** Commenting -With a pop-up buffer similar to =twittering-mode=. -** Not Planned -The following features are not currently planned for this mode, -regardless of API support. This is mostly because I have no idea what -I'm doing. -- chat * Resources - [[https://api.stackexchange.com/docs][SX.API v2.2]] - [[http://stackapps.com/apps/oauth/register][StackApps Registration Page]] |