Git Product home page Git Product logo

ljupdate's Introduction

Using ljupdate                                           -*- outline -*-

* Dependencies

** GNU Emacs

I haven't yet done the work necessary to make ljupdate work on XEmacs.

** http-cookies.el, http-get.el, http-post.el

If you don't already have these libraries, you'll need to download them
from Savannah CVS. If you have wget(1) and make(1) on your machine, a
simple 'make fetch' in this directory will grab the latest versions for
you. If not, you can find them at this URL:

   http://savannah.nongnu.org/cgi-bin/viewcvs/http-emacs/http-emacs/

Drop these files into a directory in your `load-path'. For instance, you
could drop these files into an `elisp' directory in your home directory.
You would add this directory to your `load-path' by adding something
like the following to your ~/.emacs file:

                   (add-to-list 'load-path "~/elisp")

* Compilation

You don't have to compile ljupdate, but if you'd like to, running `make'
in this directory should be sufficient. If the http-FOO.el libraries are
in some other directory, invoking make with LOAD_PATH=/path/to/that/dir
will point Emacs at them when compiling.

** Git users

N.B., if you've checked ljupdate out from git, running `make' isn't
optional.

* Usage

Add this `ljupdate' directory to your `load-path'. If you put the
`ljupdate' directory under ~/elisp, you would do so like this:

           (add-to-list 'load-path "~/elisp/ljupdate")

Tell Emacs that you want to use ljupdate, by adding something like
this to your ~/.emacs:

                       (require 'ljupdate)

That's it!

Customize the group `ljupdate' to configure ljupdate to your liking.

                  M-x customize-group RET ljupdate RET

There are three commands that may interest you:

** lj-login, lj-logout

These do what you expect them to do. They will prompt you for a server
(typically www.livejournal.com) your username, and your password.

** lj-compose

Invoking this command is how you begin to compose a new LiveJournal
post with ljupdate.

* Troubleshooting

Please post any questions you may have to the ljupdate community on
LiveJournal, which you can find here:

             http://community.livejournal.com/ljupdate/

Share and Enjoy!

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.