Convert about half of the imported .html to .rst
This commit is contained in:
parent
2696bf0516
commit
8017b6fafb
79 changed files with 423 additions and 369 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<html><body><p>So, even though I have been starting to <a href="http://www.duckland.org/2014/06/back-to-freebsd-maybe-back-to-the-challenge">work with</a> <a href="http://www.duckland.org/2014/07/freebsd-switch">FreeBSD</a> <a href="http://www.duckland.org/2014/08/one-step-closer">again</a>, I am still running <a href="http://www.archlinux.org/">ArchLinux</a> on my workstation.</p>
|
||||
|
||||
<p>And I wanted to run a script I wrote a long time ago to support a <a href="http://www.donaldharper.com/">website</a> of mine, which I have not updated in a while. The way I would update the site is by doing some batch editing of photos, park them in a directory, and then run my script which pushes the photos to the web server, and then interfaces with the CMS software to schedule the posts and all is good.</p>
|
||||
|
||||
<p>Except the script is in perl, and it uses some modules which are not main-stream. While perl has the awesome <strong>cpan(1perl)</strong> command to fetch and install perl modules, I wanted it to be tied into <strong>pacman(8)</strong> . A quick trip to the <a href="http://aur.archlinux.org/">AUR</a> turned up the tools <a href="https://aur.archlinux.org/packages/perl-cpanplus-dist-arch-git/">cpan2aur</a> and <a href="https://aur.archlinux.org/packages/pkgbuild-introspection-git/">mkaurball</a> which made it pretty easy to package up and post the the AUR the 9 perl modules I needed to get my script going and keep track of things with pacman.</p>
|
||||
|
||||
<p>Yeah!</p></body></html>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.. title: Perl, Modules, and Package Management
|
||||
.. slug: 201409perl-modules-and-package-management
|
||||
.. date: 2014/09/18 05:09:12
|
||||
.. tags: sa,arch
|
||||
.. link:
|
||||
.. description:
|
||||
16
posts/2014/09/perl-modules-and-package-management.rst
Normal file
16
posts/2014/09/perl-modules-and-package-management.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.. title: Perl, Modules, and Package Management
|
||||
.. slug: perl-modules-and-package-management
|
||||
.. date: 2014/09/18 05:09:12
|
||||
.. tags: sa,arch
|
||||
.. link:
|
||||
.. description:
|
||||
.. text:
|
||||
|
||||
|
||||
So, even though I have been starting to :doc:`work with <back2freebsd-maybe>` :doc:`FreeBSD <freebsd-switch>` :doc:`again <one-step-closer>` , I am still running `ArchLinux <http://www.archlinux.org/>`_ on my workstation.
|
||||
|
||||
And I wanted to run a script I wrote a long time ago to support a `website <http://www.donaldharper.com/>`_ of mine, which I have not updated in a while. The way I would update the site is by doing some batch editing of photos, park them in a directory, and then run my script which pushes the photos to the web server, and then interfaces with the CMS software to schedule the posts and all is good.
|
||||
|
||||
Except the script is in perl, and it uses some modules which are not main-stream. While perl has the awesome **cpan(1perl)** command to fetch and install perl modules, I wanted it to be tied into **pacman(8)** . A quick trip to the `AUR <http://aur.archlinux.org/>`_ turned up the tools `cpan2aur <https://aur.archlinux.org/packages/perl-cpanplus-dist-arch-git/>`_ and `mkaurball <https://aur.archlinux.org/packages/pkgbuild-introspection-git/>`_ which made it pretty easy to package up and post the the AUR the 9 perl modules I needed to get my script going and keep track of things with pacman.
|
||||
|
||||
Yeah!
|
||||
Loading…
Add table
Add a link
Reference in a new issue