Notes Blog

Announcing the Public Notes Blog Core 1.0 Beta!

Attention! There’s a newer beta version here!

It is about time, isn’t it? Here’s the Notes Blog Core 1.0 public beta for you to play with, all for free and all fine to fiddle with in just about any way you’d like. The beta is beta software so it might misbehave or be just plain weird. OK?

Good, then let’s get on with it.

The Notes Blog Core theme will be released for free, under the GPL license. The exact one isn’t decided yet, and it isn’t included in the beta. Consider it as GPL’d. When the 1.0 release is ready, I’ll submit it to wordpress.org.

This is free software!

There are no hidden links, fees, or anything like that. Notes Blog Core is free to use personally or commercially. Knock yourself out.

About the beta

The beta version is pretty close to 1.0. However, there are some things that just isn’t working in this beta, and those will be ticked off before the 1.0 release, along with anything I deem fitting that’ll come from the beta testers.

Todo

This is on the todo right now (from the readme files in the beta package):

  • proper screenshot.png
  • single post browsing links
  • proper readme.txt
  • title/meta check (for SEO etc.)
  • license decision (which GPL to use)
  • comments: split comments and trackbacks

Right now, there are three readme files in the beta package. In 1.0, only readme.txt will be there of course. The other two, readme-beta1.txt and readme-beta1-changespublic.txt are for beta testers. You need to read the former!

Localization

Core supports localization, so if you want to translate it to your language, just copy the notesblog.po file in the beta package and resave it to your language code (see WordPress Codex, it need to be the same language code), like en_UK for English (completely unnecessary, that theme is in English), or sv_SE for Swedish. In fact, there are Swedish language files in the beta package, so if your WordPress install is in Swedish, you’ll get the theme in Swedish too!

Please contact me with links to your language files so that I can pass it along to the Core users!

Child themes

The whole idea behind Core is to have it as the mother theme of child themes. A child theme is a separate WordPress theme that builds on another theme. This site runs a child theme built on Core, although the changes it does right now are minimal.

To use a child theme, just activate it as you would a normal theme. However, you need both the mother theme (being Core in this case) and the child theme in your themes folder.

A child theme needs a style.css, with a theme header much like any other theme, but with Template: notesblog-core added so that WordPress knows that it should use Core anytime the child theme won’t have the necessary files. So if your child theme only consists of style.css and category.php, it will use the Core files for everything besides those two things.

The child theme stylesheet

This is a sample child theme stylesheet:

/*  
Theme Name: Sample child theme
Theme URI: http://notesblog.com/
Description: This sample child theme is built on <a href="http://notesblog.com/core/">Notes Blog Core</a>. Requires WordPress 2.8 or higher.
Version: 1.0
Tags: two columns, fixed width, custom, widgets
Author: Thord Daniel Hedengren
Author URI: http://tdhedengren.com/
Template: notesblog-core

	Requires the Notes Blog Core Theme:

http://notesblog.com/core/

*/

@import url('../notesblog-core/style.css');

body { font-family: Helvetica, Arial, sans-serif; }

Note the Template: notesblog-core part, that’s what’s telling WordPress what theme is the mother template theme. The @import imports the stylesheet from notesblog-core, otherwise we’d have no styling at all (since style.css in the child theme will null out the one in the mother theme). Finally, I changed the font-family for body.

That’s it. Upload (in its own folder, like a regular theme) and activate. Add whatever template files you want to the child theme, and hence you won’t have to touch the Core theme, which makes it easier to update and maintain.

Alright! Give me the beta already!!!

OK. Just remember:

  • This is beta software!
  • Please report bugs. Contact information can be found in the readmes, or you use the comment section below.
  • You need WordPress 2.8 or later. Earlier versions are NOT supported, and will never be.

OK? OK!

Grab the theme from here! There’s a newer version here!

PS. Feel free to follow me on Twitter for more Notes Blog goodness.

31 responses to Announcing the Public Notes Blog Core 1.0 Beta!

  1. [...] now, a WordPress theme for free, by yours truly. Beta. June 17, 2009at 2:22 pm • # Filed in asides Tagged with: beta, Notes Blog Core Quicknav: [...]

  2. dinu says:

    started testing :) where do I report bugs ?

  3. Either here, or to the email address found in the readme files. Thanks!

  4. Det tycks saknas ett blanksteg efter “Taggat med”. Taggen kommer direkt efter, typ: “Taggat medKalle Anka”.

    I alla fall i den svenska lokaliseringen.

  5. Och om man tittar på “Post a comment”-formuäret här nedan så saknas det en parantes. Antingen borde det stå “Email (Never published), (Required)” eller “Email (Never published, (Required))”.

    Eller så är den en parantes för mycket och det ska egentligen stå “(Never published, required)”

    Nu är vi verkligen nere på småsaker känner jag … :-) Men det är detaljerna som gör det!

  6. All pages are shown with the default category. “Filed under”. Is this a bug or a feature? I wasn’t even aware that you could assign categories to pages.

    An example: http://www.piruett.se/sinkadusmandag/

    It’s a bit irritating since my default category i “moblog” and I can’t seem to find anywhere to change a page’s cat.

  7. [...] Om ni skulle undra varför bloggen ser aning annorlunda ut i dag mot vad den gjorde i går så beror det på att jag testar betaversionen av Thord Daniel Hedengrens WordPresstema Notes Blog Core 1.0. [...]

  8. [...] nu kan du också testa, för Core är släppt i publik betaversion, fullt lokaliserat till svenska. Med andra ord, om du kör WordPress på svenska så blir även [...]

  9. dinu says:

    is this a bug ?

    take a single post, right here on your blog, I see the title of the post, in big and black, and then the title again, as link, same color as other links .. ?

  10. If I add a description to an image using the standard insert image-panel, text alignment will for all practical purposes be set to “none” – even though it still says “right” for example. Text will no longer wrap around the image.

  11. Are bullet-lists and numbered lists supposed to be in a different font than ordinary text?

  12. Comment text sometimes run into the “reply”-link, like so:

  13. When trying to change the background of #site or #wrap, it doesn’t change and just stay transparent. Bug? Also, the stylesheet doesn’t validate.

  14. Lim says:

    I like this theme, very simple, and very fresh.
    I like it — Simple but not simple.

  15. [...] [RSS] Comments on: Announcing the Public Notes Blog Core 1.0 Beta! [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

Copyright © Notes Blog
Just another TDH.me | Network site

Built on Notes Blog by TDH
Powered by WordPress

That's it - back to the top of page!