Suresh - My Website Configuration

Emacs

I am running Emacs 21.3 on a IBM R31 Mobile Pentium Laptop with WinXp and a Dell desktop with WinXp at my workplace. I am not running linux anymore and am planning to buy a new desktop to run linux

My .emacs file is kept very simple. It calls three separate config files for muse, planner and remember respectively.

I have installed mule/meadows to input Japanese characters

My emacs config directory looks like below :

**D:\soft\elisp**
		\config
		\images
		\include
		\mule-ucs
		\muse
		\planner
		\remember
		\style
		**\web**
			\html
			\notes
			\plans
			\proj
			\sblog
		**\wiki**
			\html
			\notes
			\plans
			\proj
			\sblog
		muse-init.el
		planner-muse-config.el
		remember-config.el

Paginate

I configured paginate now to add it to my weblog/journal. It was clueless first how to do it with just checking with blosxom site and therefore I explain here how I did that.

I downloaded paginate-0.1.tar from the author's website.

I then untar that into a folder. I then copied all the following contents

to /u/suresh/blosxom where /u/suresh/ is my home directory in the web server.

I then modified my foot.html to include the paginate prev, next links

I copied paginate file under /u/suresh/blosxom/plugins directory.

My server directory structure looks like this.

/u/suresh/
	.public_html/








	blosxom/
		india/  - all the india related blog files XXX.txt goes here
		japan/  - similarly japan related blog files goes here
		others/
		plugins/ - this directory contains my plugins

		sports/
		work/

The following files reside under blosxom/ directory

content_type.html

foot.html

head.html

paginate_list_curr_item.html

paginate_list_end.html

paginate_list_item.html

paginate_list_join.html

paginate_list_start.html

paginate_next_link.html

paginate_prev_link.html

story.html