diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2001-04-10-page-cleanups-and-plib.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2001-04-10-page-cleanups-and-plib.html')
-rw-r--r-- | content/posts/2001-04-10-page-cleanups-and-plib.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/posts/2001-04-10-page-cleanups-and-plib.html b/content/posts/2001-04-10-page-cleanups-and-plib.html new file mode 100644 index 0000000..4b7631f --- /dev/null +++ b/content/posts/2001-04-10-page-cleanups-and-plib.html @@ -0,0 +1,26 @@ +--- +date: "2001-04-10T01:08:00Z" +title: Page Cleanups and PLib +--- + +More cleanups to the page. No more evil +<code><center></code> and +<code><br></code> tags; they've been replaced by their +standards-compliant counterparts. I also fixed small errors all +over the site -- almost every page linked from the sidebar has +minor updates, although most of them were HTML-related. +<br /><br /> + +For those of you who are here to check out +<a href="/projects/plib/">PLib</a>, you might want to take a look at +the <a href="/cvs/">CVS</a> version. The CVS version has full +autoconf/automake support, the networking API (including +transparent <a href="http://www.openssl.org/">SSL</a> support), +<a href="http://www.richlowe.net/">Richard Lowe's</a> +<a href="http://www.pcre.org/">PCRE</a> wrapper, and other nice +stuff. A few warnings about the CVS version: the documentation is +horribly out of date, and the networking API may still have some kinks +that need to be ironed out. Anyway, have fun, and feel free to +<a href="mailto:pabs@pablotron.org">send me</a> comments, criticism, +patches, etc. + |