nanoblogger

This run under bash in AIX so it is really cool for me at work...

Sample page:

http://members.optusnet.com.au/~ooffice/

Where do you get it:

http://nanoblogger.sourceforge.net/

for publishing automatically  to my optus webpage I am using a ftp and a
.netrc:

BLOG_PUBLISH_CMD="ftp members.optushome.com.au"


machine members.optushome.com.au login ooffice password RIGHT!
macdef init
passive on
prompt off
lcd ~/public_html/blog
mput *.*
cd archives
lcd archives
mput *

Some people with far too much time and a shell manual :-)

-- 
Thanks
KenF
OpenOffice.org developer

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to