antiprocess.net

ivuorinen @ Twitter
Ismo
  • ...twitter loading...

Posts Tagged ‘wordpress’

WordPress 2.5

Saturday, March 29th, 2008

Wordpress päivittyi versioon 2.5 ilman ongelmia, jo nyt alkaa tulla lämpimiä hyviä olotiloja tuosta Plugins-sivun yhden napin ominaisuudesta.
(more…)

Automaagista sisältöä

Wednesday, February 6th, 2008

Aloitin eilen oikeasti herättämään blogiani takaisin henkiin.

Mitä parempi tapa onkaan saada sivusto heräämään kuin ruveta tuottamaan sisältöä tiuhempaan tahtiin? Automatiikka pääseekin tässä hyvin esille, aloitin nimittäin del.icio.us-listauksen uusien linkkien postittamisen tähän blogiin postitusten muodossa.

Kuten aina, uusi ominaisuus tuo uusia iloisia ylläreitä. Asetukset ovat tässä Postalicious-pluginissa hyvin epämääräiset, joten pientä säätöä tulee vielä esiintymään. Anteeksi siis haamubloggauksista joita saattaa esiintyä.

Tällä hetkellä plugin tarkistelee tunnin välein del.icio.us-feedini sisällön uusien postitusten varalta ja lisää ne 2 päivän välein julkaistavaan postitukseen. Seuraavaksi siis luvassa linkkejä ylihuomenna, jos plugini osaa asiansa.

WordPress 2.3.3

Tuesday, February 5th, 2008

WordPress 2.3.3 is an urgent security release. A flaw was found in our XML-RPC implementation such that a specially crafted request would allow any valid user to edit posts of any other user on that blog. In addition to fixing this security flaw, 2.3.3 fixes a few minor bugs.

WordPress › Blog » WordPress 2.3.3

New Black v2

Wednesday, December 12th, 2007

New Black v2 screenshot New theme I’m proud to present to you. Some small adjustments will be done in the coming weeks and most of the old posts will be tagged too.

For the graphics I have to thank Jani once again for helping me out very much.

For everyone using Internet Explorer, could it be time to move to better browsers? I’m pointing at Apple Safari and Mozilla Firefox, both run very well on Windows.

Keeping sanity in software updates

Monday, October 29th, 2007

I like to keep my software, online and on hard drive, up to date. To accomplish this I use few awesome tools to keep my head clear.

To keep my Apple OS X Applications-folder up to date I use AppFresh, great app that first goes through the apps and widgets and compares the version information to osx.iusethis.com lists.

I look after about 5 wordpress blogs. To keep them all up to date to the latest releases, I don’t download the packages from the website, I use subversion access to keep the software up to date.

The next commands should be run inside bash shell. If you don’t know what that is, you probably shouldn’t do it all by yourself.

To install new blog from the subversion repositories (2.3 to demonstrate):
svn co http://svn.automattic.com/wordpress/tags/2.3/ .
in the directory where the software should be installed into (remember the dot at the end of the line).

To update to the latest version number (from 2.3 to 2.3.1 like I did yesterday):
svn sw http://svn.automattic.com/wordpress/tags/2.3.1/
in the same directory where the wp-config.php is, meaning your install directory.

You can just browse to the http://svn.automattic.com/wordpress/tags/ to find out the latest tags.

These few commands inside the bash shell keep my head even more clear. No more mistakes that override everything.

I’ve written about svn before, but for these commands and more I suggest reading “Updating WordPress with Subversion” from the Wordpress Codex. They also explain how to change the default/traditional install to subversion installation.