Much cleanup thannks to muffet (https://github.com/raviqqe/muffet)

This commit is contained in:
Don Harper 2020-04-07 22:49:37 -05:00
parent c3d038e373
commit 11ea28643a
26 changed files with 75 additions and 142 deletions

View file

@ -3,19 +3,11 @@ date = "2015-06-22T21:53:00-07:00"
title = "First Day"
slug = "first-day"
+++
![Old street sign post](/images/First-Day/signpost.jpg){.align-left
![Old street sign post](/photos/First-Day/signpost.jpg){.align-left
width="100px" height="100px"}
The first day at the new gig went like any first day normally does.
Paper-work and meeting lots of new folks. The office is in a part of
town where I used to live, so I know it fairly well. This is a repeating
theme, since the HP office was near my high school.
The first day at the new gig went like any first day normally does. Paper-work and meeting lots of new folks. The office is in a part of town where I used to live, so I know it fairly well. This is a repeating theme, since the HP office was near my high school.
Since I got into the office early, I was able to swing one of my
favorite coffee houses. While the customer base has changed a bit from
20 years ago (more suits and no nose-rings) and the menu has a bit more
on it (beer, anyone?), the coffee drinks were the same, and they tasted
as good as I remember.
Since I got into the office early, I was able to swing one of my favorite coffee houses. While the customer base has changed a bit from 20 years ago (more suits and no nose-rings) and the menu has a bit more on it (beer, anyone?), the coffee drinks were the same, and they tasted as good as I remember.
The picture is of the old street sign post on the corner of the
property.
The picture is of the old street sign post on the corner of the property.

View file

@ -3,7 +3,7 @@ date = "2015-06-16T19:51:49-07:00"
title = "Light Sail!"
categories = ["space","personal"]
+++
![Light Sail Mission Patch](/images/LightSail/light-sail.png){.align-left
![Light Sail Mission Patch](/photos/LightSail/light-sail.png){.align-left
width="125px" height="125px"}
Growing up in Houston, I have followed our space program off and on. I

View file

@ -3,7 +3,7 @@ date = "2015-06-12T10:30:39-07:00"
title = "Moving"
categories = ["personal","work"]
+++
![HP logo](/images/Moving/HP_logo.png){.align-left width="100px"
![HP logo](/photos/Moving/HP_logo.png){.align-left width="100px"
height="100px"}
Well, after 4 years (almost to the day), it is time for me to say

View file

@ -8,30 +8,19 @@ So, with the [migration of the AUR to version 4](https://wiki.archlinux.org/inde
The list started out with:
- [chronicle](http://aur.archlinux.org/packages/chronicle/) - A simple
blog compiler written in Perl
- [perl-leocharre-basename](http://aur.archlinux.org/packages/perl-leocharre-basename/) -
Very basic filename string and path operations such as ext and paths
- [perl-leocharre-cli2](http://aur.archlinux.org/packages/perl-leocharre-cli2/) -
Some quick help for writing cli scripts
- [perl-leocharre-debug](http://aur.archlinux.org/packages/perl-leocharre-debug/) -
Debug subroutines
- [perl-leocharre-dir](http://aur.archlinux.org/packages/perl-leocharre-dir/) -
Subroutines for general directory needs
- [perl-leocharre-strings](http://aur.archlinux.org/packages/perl-leocharre-strings/) -
Combines string procedures I frequently use
- [perl-string-prettify](http://aur.archlinux.org/packages/perl-string-prettify/) -
Subroutines to cleanup a filename and or garble for human eyes
- [perl-wordpress-api](http://aur.archlinux.org/packages/perl-wordpress-api/) -
Management of Wordpress API objects. Inherits WordPress::XMLRPC and
all its methods
- [perl-wordpress-cli](http://aur.archlinux.org/packages/perl-wordpress-cli/) -
Command line access to Wordpress
- [perl-wordpress-xmlrpc](http://aur.archlinux.org/packages/perl-wordpress-xmlrpc/) -
API to Wordpress XML RPC calls
- [usbmount](http://aur.archlinux.org/packages/usbmount/) -
Automatically mount and unmount USB mass storage devices
- [xlhttp](http://aur.archlinux.org/packages/xlhtml/) - An Excel
spreadsheet (.xls) and PowerPoint (.ppt) to HTML converter
- [chronicle](http://aur.archlinux.org/packages/chronicle/) - A simple blog compiler written in Perl
- [perl-leocharre-basename](http://aur.archlinux.org/packages/perl-leocharre-basename/) - Very basic filename string and path operations such as ext and paths
- [perl-leocharre-cli2](http://aur.archlinux.org/packages/perl-leocharre-cli2/) - Some quick help for writing cli scripts
- [perl-leocharre-debug](http://aur.archlinux.org/packages/perl-leocharre-debug/) - Debug subroutines
- [perl-leocharre-dir](http://aur.archlinux.org/packages/perl-leocharre-dir/) - Subroutines for general directory needs
- [perl-leocharre-strings](http://aur.archlinux.org/packages/perl-leocharre-strings/) - Combines string procedures I frequently use
- [perl-string-prettify](http://aur.archlinux.org/packages/perl-string-prettify/) - Subroutines to cleanup a filename and or garble for human eyes
- perl-wordpress-api - Management of Wordpress API objects. Inherits WordPress::XMLRPC and all its methods
- [perl-wordpress-cli](http://aur.archlinux.org/packages/perl-wordpress-cli/) - Command line access to Wordpress
- [perl-wordpress-xmlrpc](http://aur.archlinux.org/packages/perl-wordpress-xmlrpc/) - API to Wordpress XML RPC calls
- [usbmount](http://aur.archlinux.org/packages/usbmount/) - Automatically mount and unmount USB mass storage devices
- [xlhttp](http://aur.archlinux.org/packages/xlhtml/) - An Excel spreadsheet (.xls) and PowerPoint (.ppt) to HTML converter
In the end, I only kept *xlhttp* as I do not use the others anymore. Surprisingly enough, only one of the packages (*chronicle*) was out of date. I disowned all the others, so if you want, you can pick them up.
***Edit 2020-04-07**: Seems that no one picked up _perl-wordpress-api_ as the link to it no longer works*