Nano Blog

First Entry

Categories: Ian
Date: 2011-04-14

Daves last day at MKS

A sad day, seventeen years is a long time to know someone at work

have you tried switching it off and on again....

who's going to time the loo flushes and clean the mouse balls now!!

All the best Dave, enjoy the 'Dales'

Farewell

Categories: Ian
Date: 2011-04-13

Test default folders

Changed default folders to entries/for .txt files

works OK..!

Set the path to project to /home/yourname/webapps/static/blogengine-9/

Set the project URL to http://www.itb.me/kukkaisvoima-9/

this sets the img folder to http://www.itb.me/kukkaisvoima-9/img/ ..which is nice..

This is a really nice setup using the Maker this way with Kukkaisvoima, simple but with all of the ease and auto-compleness of the Maker editor, not to mention the image handling.

would be good if maker dynamics worked with .txt file

For now I shall use 'dynamics' for html snippets and copy and paste them in as required.

The Maker and Kukkaisvoima ...the only way to blog..!

and you know what... even though 'markdown' is reaaly good you just don't need it when your using the Maker

Categories: maker
Date: 2011-04-07

Maker Default Folders

By using the default folder button in the Distribution table dialog it is possible to set individual directories of paths for different file types

This feature means that a seperate (sub)folder can be created for entries, images can have it's own folder and the other settings and script files can also be handled by the Maker

A step by step guide of a typical setup will be posted later.... keep watching

Categories: maker
Date: 2011-04-07

The Maker FTP settings

Its probably best to set the maker project root to be something like: -- you can ignor this now! read default test folders post for actual working setup

http://www.you.com/blog_engine/entries/

and then set the blog refs to the image folder set by the maker:

http://www.you.com/blog_engine/entries/img/

although currently for this experiment the root is set to;

http://www.you.com/blog_engine/

and individual entries are pointed to the

entries/
directory in the 'distribution table'

with the img folder being in the project root:

http://www.you.com/blog_engine/img/

Changed settings back to:

http://www.you.com/blog_engine/entries/

with images referenced to:

http://www.you.com/blog_engine/img/

somehow!!

But to get the image refs correct I had to set the project url as follows in the maker FTP settings:

http://www.itb.me/kukkaisvoima-9/entries/

So really this is quite a simple set up with the img folder in the entries folder, just have to make sure that the FTP settings are set as shown:

Path to project:

/home/yourname/webapps/static/blogengine/entries/

Project URL:

http://www.itb.me/kukkaisvoima-9/entries/

Categories: maker
Date: 2011-04-06

Maker as a blog editor

that's the way to do it

do we need a heading here?

  • one
  • two
  • three
  • four

Ride On

Categories: maker
Date: 2011-04-06

Daves leaving do'

Big curry night later, lots will attend, beer and popudums all round

Categories: Ian
Date: 2011-04-04

So that was March then. . . .

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui. Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Curabitur blandit tempus porttitor.

Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Curabitur blandit tempus porttitor.

Etiam Ridiculus Purus

Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam quis risus eget urna mollis ornare vel eu leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Curabitur blandit tempus porttitor. Curabitur blandit tempus porttitor. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Maecenas sed diam eget risus varius blandit sit amet non magna. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec sed odio dui. Aenean lacinia bibendum nulla sed consectetur.

January February March
up down down
same down up
rising rising falling

Nullam id dolor id nibh ultricies vehicula ut id elit. Cras mattis consectetur purus sit amet fermentum. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

Ipsum Fringilla Nullam Ligula

Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Cras mattis consectetur purus sit amet fermentum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

March Hare

Mad as a March Hare..!

Categories: Ian, maker
Date: 2011-03-31

Time Stamp Hack --- NOT Required in version 10

I did this fudge.. to display date only (not display time)

line 821(ish) index.cgi (V10.0)

Was -

print "<div class=\"date\">%s: %s</div>" % (l_date, strftime(dateformat, entry.date.timetuple()))

Now -

displaydate=str(entry.date)[0:10]#itb
print "<div class=\"date\">%s: %s</div>" % (l_date, displaydate)#itb

But guess what! its not needed in version 10 as there is a datetime config variable you can set in Kukkaisvoima_settings.py -- Brilliant

Categories: Kukkaisvoima
Date: 2011-03-30

Date forward test

see how this is handled by Kukkaisvoima..

would be nice to not display timestamp

Categories: Ian
Date: 2011-03-30