Archive for the ‘Blogging’ Category
Posting to WordPress from Emacs
See it all here ->
http://www.tolchz.net/2008/01/06/posting-to-wordpress-with-emacs-webloggerel/
To post:weblogger-start-entry
C-x C-s to save and submit
C-c C-c to save as draft
To edit:weblogger-fetch-entries
Next: C-c C-p
Prev C-c C-n
Embedding clips from Google Books into a web page
First, look up your book at books.google.com (hope it’s there.) Then, just click on the clip icon (the little box with a pointer pointing to it), selection your area, and viola:
The Jeffersonian Cyclopedia A Comprehensive Collection of the Views of Thomas Jefferson Classified and Arranged in Alphabetical Order Under Nine Thousand Titles Relating to Government, Politics, Law, Education, Political Economy, Finance, Science, Art, Literature, Religious Freedom, Morals, Etc. By Thomas Jefferson, John P. Foley
Posting photos to WordPress from email
See link below for PostMaster, which will let you post attachments to your WordPress blog from email (so you can post cell phone photos.)
It installed just as described, except I had to add: (remember to stick in your path for the one below)
if (empty($wp)) {
require_once('/home/<yourusername>/public_html/blog/wp-config.php');
}
after the first line (<?php) in the upgrade.php file. And, really, I added it to the rest of the php files versus thinking about it too much. ; )
»This post was processed by PostMaster