<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Written and Read &#187; Uncategorized</title>
	<atom:link href="http://writtenandread.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://writtenandread.net</link>
	<description></description>
	<lastBuildDate>Sat, 14 Apr 2012 05:34:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress &#8211; Content management system</title>
		<link>http://writtenandread.net/wordpress/</link>
		<comments>http://writtenandread.net/wordpress/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 18:37:35 +0000</pubDate>
		<dc:creator>mjjzf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://writtenandread.net/?p=533</guid>
		<description><![CDATA[It seems reasonable when going over the toolchain I use that I should mention the foundation. Now, this can be defined at one level or the other. This is a webbased service, so I will talk foundations with the Content Management System. We could go into server specifics, but for now, all I will say [...]]]></description>
			<content:encoded><![CDATA[<p>It seems reasonable when going over the toolchain I use that I should mention the foundation.</p>
<p>Now, this can be defined at one level or the other. This is a  webbased service, so I will talk foundations with the Content Management  System. We could go into server specifics, but for now, all I will say  is that the server is an Apache web server based on Debian Linux. This  is also Free Software, and anyone is free to get it and use it. The  reason not to go into it here is that server hosting &#8211; often  Debian-based &#8211; is available at an affordable rate, and it is only under  certain conditions requiring more control that self-hosting will make  sense financially.</p>
<p>So, Content Management System &#8211; CMS. <a title="WordPress website" href="http://wordpress.org" target="_self">WordPress</a>.</p>
<p>The WordPress is one of the most used systems for weblogs &#8211; which is  the original intention &#8211; but over time, it has come to support a lot of  other functions through plugins, and essentially, a content management  system generally allows you to store data for many purposes, you have  but to style the design in such a way that it fits into your workflow.</p>
<p>The point of a Content Management System is to make the route between  author and website shorter. While it is not as difficult to make a  website &#8211; not much more complicated than writing a document in a text  processor &#8211; for a long time, it required you to either write the code in  an editor application and open the file in a web browser to see how it  worked; to write the text, you would have to code your formatting &#8211;  italics, bold, links, line breaks and the like &#8211; into the text as you  wrote it. Afterwards, to publish, you had to upload it to a site on the  internet. This does not exactly make for intuitive fast-overview text  writing, and the barrier to entry was still quite high. What a content  management system does is to keep track of the layout of the website, in  order to let you concentrate on the content itself &#8211; text, images et  cetera &#8211; and the CMS will bother about link colors, font sizes and such  settings.<br />
Note that the modular nature of WordPress also makes it possible to embed external materials like a <a title="YouTube" href="http://youtube.com" target="_self">Youtube</a> or <a title="Vimeo" href="http://vimeo.com" target="_self">Vimeo</a> video.</p>
<p>WordPress has been set up in a modular fashion, so when you download a  WordPress package, unpack it and upload it to your own site for  installation &#8211; like I have uploaded the WP files to eicet.org &#8211; it is  only the most basic setup you get. It does work as a website, you can  log into it, write pages and blogpost, and people can add comments to  what you have written. The user interface you use to enter text will be  tucked away, and people will only see your site.</p>
<p>The WordPress administration interface allows for a lot of additional  setup. This installation has been modified to create human-readable  links &#8211; so it isn&#8217;t a timestamp or a random textstring or article  publication number being used. In this case, WordPress will see that the  article title is &#8220;WordPress&#8221; and will attempt to generate a link with a  similar name. In this case, it succeeds one-to-one, so the address is <a title="This Page" href="http://www.writtenandread.net/wordpress">www.writtenandread.net/wordpress</a>. It is also possible to modify who will be allowed to post responses to entries.</p>
<p>The interface also allows the user to install <a title="WP Plugins" href="http://wordpress.org/extend/plugins/" target="_self">plugins</a>.  In some cases, it is a minor extension &#8211; like allowing you to hide some  posts from the index, if they are only intended for certain members or  using Akismet to check the responses to your posts for spam. Yes, the  spammers have found WordPress as well, and odds are they will find your  site, too. The plugin can also be more extensive, like posting a contact  form, an activity calendar, a poll or image gallery on the site, or  even turning your site into a social network with <a title="BuddyPress website" href="http://testbp.org/" target="_self">BuddyPress</a>.  Until recently, you had to download and install these plugins  separately, but now they can be installed directly throught the  interface of your installation. A command centre indeed.</p>
<p>The above goes for plugins changing functionality, but the truth is that it can also be cosmetic &#8211; by choosing a <a title="WP Themes" href="http://wordpress.org/extend/themes/" target="_self">theme</a>.  Themes will change the visual appearance of the page. For this site, a  fairly simple theme was chosen to keep the focus on the text, but the  artistic potential is immense. Compare, for instance, with the  WordPress-based <a title="New York Blogs" href="http://www.nytimes.com/interactive/blogs/directory.html" target="_self">New York Times Blogs</a> or <a title="Miller Rosenfalck website" href="http://www.millerrosenfalck.com" target="_self">Miller Rosenfalck</a>.</p>
<p>As you see, a Content Management System allows a person who is less  technical to run an advanced website, and even the more technically  inclined will often find a CMS easier to use on a day-to-day basis.<br />
So, WordPress is the face of our institute and works as the platform for our publications.<br />
Now that this is covered, we will be moving on to other, more specialised features.</p>
]]></content:encoded>
			<wfw:commentRss>http://writtenandread.net/wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abiword &#8211; the undemanding heavyweight</title>
		<link>http://writtenandread.net/abiword/</link>
		<comments>http://writtenandread.net/abiword/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:39:03 +0000</pubDate>
		<dc:creator>mjjzf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Writer's blocks]]></category>

		<guid isPermaLink="false">http://writtenandread.net/?p=378</guid>
		<description><![CDATA[This article, like so many other things we do in life, started out as something else; and like so many other technological features, it started with frustration. I have used the word processor Abiword for quite a few years. Not a love-hate relationship, but it could perhaps be described as a love-frustration relationship. You probably [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://abisource.com"><img class="alignleft size-full wp-image-403" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword logo" src="http://writtenandread.net/wp-content/uploads/2010/06/abiword-logo.png" alt="" width="128" height="128" /></a>This article, like so many other things we do in life, started out as something else; and like so many other technological features, it started with frustration.</p>
<p>I have used the word processor <a title="Abiword website" href="http://abisource.com" target="_self">Abiword</a> for quite a few years. Not a love-hate relationship, but it could perhaps be described as a love-frustration relationship. You probably know how it is &#8211; you have a lot of good features, but there is one thing you really need which you know from somewhere else, and which you don’t have or which doesn’t work with this particular program.</p>
<p>But frustration points &#8211; later. First, I will tell you why I appreciate Abiword so much. I am actually writing this in Abiword &#8211; like I was using LyX for <em>that</em> review. It is nice to have things visible in the interface you are using as you go along.</p>
<p>Abiword is a truly lightweight application. A wordprocessing application in a very small package. It is available on GNU/Linux, the BSD family and Windows &#8211; the latter with the option of getting the <a title="PortableApps Abiword" href="http://portableapps.com/apps/office/abiword_portable" target="_self">portable version</a>, which you can install on a USB stick and take with you. It is licensed under the GNU GPL v2 and available on the <a title="Abiword download page" href="http://abisource.com/download/" target="_self">Abiword download page</a>.<br />
<a href="http://images.writtenandread.net/albums/abiword/abiword01.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 01" src="http://writtenandread.net/files/abiword-tn/abiword01_tn.png" alt="" width="205" height="154" /></a>The interface is what you would expect from such a program &#8211; a top roll-down menu, and two menus with standard formatting features &#8211; open, save, print, cut, paste and the like on one and styles, font type, size, alignment, indentation et cetera on the lower one. By default, Abiword gives you a horisontal and a vertical ruler, and I usually turn it off, but I leave it on here just for you! The rulers allow for setting indentation, tabs and margins visually.</p>
<p>This application may be small, but it has some of the features associated with heavier applications and larger projects. All of the features I used in my university papers would have been available, had I used Abiword (I used <a title="OpenOffice.org website" href="http://openoffice.org" target="_self">OpenOffice</a> instead, which is also worth a recommendation, but &#8211; another time): Footnotes, endnotes, references, autogenerated table of contents and so forth.</p>
<p><a href="http://images.writtenandread.net/albums/abiword/abiword03.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 3" src="http://writtenandread.net/files/abiword-tn/abiword03_tn.png" alt="" width="205" height="154" /></a>At the sa<a href="http://images.writtenandread.net/albums/abiword/abiword02.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 02" src="http://images.writtenandread.net/albums/abiword/abiword02.png" alt="" width="146" height="160" /></a>me time it should be said that I have recommended Abiword to a lot of people I would expect to find Word and OpenOffice Writer overwhelming, and most people &#8211; including me, most of the time &#8211; don&#8217;t need the additional applications in an office suite like spreadsheets, presentation software, database management et cetera. I think that Abiword, while adding good features and stability along the way, still manages to have some very clear and intuitive dialogs, making it easy to work with &#8211; as you can see from these two examples. The Preferences window is equally straightforward.</p>
<p>Abiword has a file type of it’s own &#8211; .abw files and .awt for templates; it works as it is supposed to, but additional document filters are available; without adding any filters, it will save to Microsoft Word .doc format, (X)HTML, RTF and PDF &#8211; but with the added filters, Abiword can be a strong tool for opening files from old applications; sometimes you are stuck with an old Works or Wordperfect file &#8211; or OpenOffice.org, for that matter. There is also a very good OpenDocument-import-export filter, and it handles .docx files quite well &#8211; not 1:1, but certainly rendering them readable.<br />
Abiword is available in quite a few languages; I have done the Danish translation.</p>
<p>Also &#8211; some elegant solutions.<br />
One of the things I quite like is the way to modify styles. Now, this may require an introduction of you are not familiar with the concept. Styling a document is a way of making a uniform overall design for a document. I believe it is inspired by/borrowed/stolen from LaTeX, which is entirely based on the concept that you shouldn’t be setting font types and sizes, you should just be able to indicate what is a heading, what is regular text, what is a quotation et cetera. If you are acquainted with the stylesheets associated with webpages, you are familiar with the principle: If something of <em>this type</em> turns up, <em>this</em> is how it should look.</p>
<p><a href="http://images.writtenandread.net/albums/abiword/abiword04.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 04" src="http://images.writtenandread.net/albums/abiword/abiword04.png" alt="" width="196" height="127" /></a> <a href="http://images.writtenandread.net/albums/abiword/abiword05.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 05" src="http://images.writtenandread.net/albums/abiword/abiword05.png" alt="" width="155" height="133" /></a>The example here is Block Text, which is an increased-margin style for emphasis &#8211; what you would use to quote an author, for instance. There is a preview of how the font looks, and how the text will look in a page. In the preview pane, the larger margins are apparent. It is also apparent that this style inherits the traits of the Normal style, which means that it is exactly like Normal, except for the areas where it has been changed, which is just the margins here. A style can pretty much contain the text fetures you want &#8211; though it should be mentioned that the modified styles are limited to the document you are working on, and if you want the styles to remain, you should modify them to the extent you wish and save that document as the default template.<br />
I find that it is useful when working on a larger text to define these things from the start. If you have particular wishes for font types and sizes, it is quickly done, since the styles are based on each other, so a font change cascades into the styles based on it.<br />
Styling as a concept also extends to places one might not expect it; it is possible to style things like foot- and endnotes, the table of contents and lists. Abiword does have sensible defaults, though.<br />
Considering the complexity of styles as a concept, this interface is about as easy to use as it gets.</p>
<p><a href="http://images.writtenandread.net/albums/abiword/abiword06.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 06" src="http://writtenandread.net/files/abiword-tn/abiword06_tn.png" alt="" width="205" height="154" /></a><a href="http://images.writtenandread.net/albums/abiword/abiword07.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 07" src="http://writtenandread.net/files/abiword-tn/abiword07_tn.png" alt="" width="205" height="154" /></a>Another example of a good interface for a potentially difficult concept is the selection of tools to use with the tables. Inserting the table is straightforward, but I particularly find that the intuitiveness of the tools to merge and split cells are good; I have simply never seen it done so clearly before.<br />
<br/><br/><br />
<a href="http://images.writtenandread.net/albums/abiword/abiword12.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 12" src="http://images.writtenandread.net/albums/abiword/abiword12.png" alt="" width="86" height="125" /></a>Going back to setting up the table of contents, this function is a list autogenerated by headlines, which again are essentially lines of text defined with the style Heading, indented as appropriate with Heading 1, Heading 2 et cetera for the various levels, as the text is divided into parts, chapters, sections, subsections and so on. You can select whether you want the heading to be numbered in the text or not &#8211; in an academic paper it is nice to have it appearing numbered with sections and subsections, but in a book text, it looks off.<br />
As shown here, the TOC has a setup menu available in the Format menu or by right-clicking the table. It allows for defining what styles should be used &#8211; and the numbering scheme as well, which is a nice detail.</p>
<p><a href="http://images.writtenandread.net/albums/abiword/abiword10.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 10" src="http://images.writtenandread.net/albums/abiword/abiword10.png" alt="" width="235" height="146" /></a><a href="http://images.writtenandread.net/albums/abiword/abiword11.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 11" src="http://writtenandread.net/files/abiword-tn/abiword11_tn.png" alt="" width="205" height="154" /></a>Recently, it has become possible to add comments to the text, which in Abiword is called annotations. They are not as clearly seen as in other word processing applications, they are either underscored or shown with a different color, but this also means that they do not interfere with reading the text. It is certainly nice to have as a feature. Also, it is useful when several people are working on a document that it can be clear who made the note.</p>
<p>A somewhat curiously implemented function is the ability to insert a data field. This a way to have some metainformation available without putting it all into the interface, but it is not always completely intuitive. <a href="http://images.writtenandread.net/albums/abiword/abiword13.png"><img class="alignleft" style="margin: 5px;" title="Abiword 13" src="http://images.writtenandread.net/albums/abiword/abiword13.png" alt="" width="163" height="136" /></a>The fields shown here are fairly straightforward, and you may want to put metadata like the author in a template for, say, a business letter. Some people like to have a field in the header or footer with “Page X of XX pages”, which I suppose is useful if you have a list or something where it is not immediately apparent from context if a page is missing.</p>
<p>It is also possible to use this to create merged mailing. If you have a letter template and a CSV data file with client addresses, Abiword will merge the two and create a printable Abiword file with the letters you want, and it can be used with envelopes &#8211; I suppose that you could use a table to create shipping labels, too.</p>
<p>Okay, so these were features I would like to present. A lot of good and useful stuff. Unfortunately, there are also a few things I have to mention that subtract a bit from the final score. I think of them as <strong>challenges</strong>.</p>
<p>Templates. Okay, not actually templates, because as you see, opening a new <a href="http://images.writtenandread.net/albums/abiword/abiword14.png"><img class="alignleft" style="margin-right: 10px; margin-bottom: 10px;" title="Abiword 14" src="http://images.writtenandread.net/albums/abiword/abiword14.png" alt="" width="115" height="131" /></a>document based on a template is fairly straightforward, but template management is a challenge. If you look into the documentation you find out that the document you have can be saved as a template by saving it as an .awt in the user’s template folder. Now, I personally think this is a bit clunky &#8211; since the folder is constant and can be determined, there is no reason there should be any confusion here &#8211; a “Save as template” dialog where one could enter a name and brief description should be sufficient.</p>
<p>Secondly, Text breaks between sections are clever for things like having varying headers or footers between chapters. There is, however, no visual cue in the Abiword interface as to where there is a section break; and the sections are not numbered in the status bar like the pages are. So it is anybody’s guess where a section break is in the text, and if you insert one by accident, you may have a bit of a problem. I filed <a href="http://bugzilla.abisource.com/show_bug.cgi?id=12635">a bug report/request for enhancement</a> about this on the Abiword Bugzilla.</p>
<p>Third, I mentioned the function to insert data fields. And some of the names are intuitive enough &#8211; “page number” and “author name” I can manage. But a field like “Military time”? “Document coverage”? “Page reference”? I mean, I recognise the words, but a small description would be handy.</p>
<p>Fourth, the help function is a bit random. When you access the help file, it opens an HTML file. This is not necessarily in the default browser, so if you have an editor set as the default HTML association, it will open there instead. This is a minor gripe &#8211; what is more important is that the structure and contenct of the Abiword help file is less than intuitive,  and the content is quite mixed. The screenshots in the help files are not exactly fresh and appealing.</p>
<p>A final note which is mostly just something to wonder about &#8211; Abiword indicates using Times New Roman by default. But I never understood how this actually works &#8211; I do not have that font on my system! I usually change it in the template to <a href="http://en.wikipedia.org/wiki/Liberation_fonts">Liberation</a> or <a href="http://en.wikipedia.org/wiki/DejaVu_fonts">DejaVu</a> &#8211; two nice fonts with good Unicode support; but this Times New Roman thing always puzzles me.</p>
<p>Which brings me to my original comment. I have been writing up points in an attempt to overhaul the Abiword Help function &#8211; to add some instructions and put them in usable categories. And as it was coming together, I thought it was a good opportunity to write a general introduction to Abiword.</p>
<p>To be fair, my old gripes with Abiword are mostly things of the past. The application was quite unstable for some time &#8211; one of my Abiword breaks &#8211; and that seems to be over. It used to be tied into some dependencies which made it quite cumbersome to install on Slackware, and that is no longer relevant.</p>
<p>And as for the Help files, well &#8211; maybe that really should be a community task, shouldn’t it? The programmers are able and ready, and the mailing lists are very responsive. There is no doubt that there is an active and appreciate community, which I am pleased and proud to be a part of. And so, I try to reset the Help interface &#8211; not building on the existing one if I can help it, but simply redoing it and trying to facelift it a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://writtenandread.net/abiword/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

