<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/commonmarkhelp/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/commonmarkhelp/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Sep 2016 23:55:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/commonmarkhelp/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Florian Haag</title><link>https://sourceforge.net/p/commonmarkhelp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -32,5 +32,13 @@

 HTML files can be opened on virtually every device and allow for styled, linked content. However, they do not normally come as a packaged help archive, but as a set of many interdependent files, which makes them less convenient to manage, should a user want to do anything with a help file (rename, copy, download, ...). Moreover, any means of navigation (contents tree, searchable index, ...) needs to be defined entirely by the HTML files, and will therefore, if at all present, look and feel differently for each application on the user's machine.

-# Why base it upon CommonMark?
+# Why base it upon Markdown according to the CommonMark specification?

+Markdown was chosen as the underlying document format for the following reasons:
+
+- Featuring only minimal markup or other inline command structures, Markdown is relatively easy to learn.
+- As Markdown is used on an increasing number of development-related websites, it is somewhat known among software developers. Likewise, due to being somewhat widespread, Markdown parsers are available for various languages, thus simplifying the creation of custom CommonMark Help viewer applications and other tools.
+- Markdown provides basic means of text formatting without supplying elaborate ways to customize formatting and restyle content, which is beneficial for creating uniformly structured help files.
+- Markdown can be written relatively quickly and without much set-up time. As writing end-user documentation is a development task that is often perceived to be (too) cumbersome, it is beneficial to reduce at least the purely operational obstacles as far as possible.
+
+With these points in mind, the CommonMark project produces a Markdown specification that strives for being syntactically unambiguous, which is beneficial for integration in a clearly specified format such as CommonMark Help.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Haag</dc:creator><pubDate>Thu, 15 Sep 2016 23:55:30 -0000</pubDate><guid>https://sourceforge.netb9735d633db7a46a1af97663a6a7ba2017f3dcae</guid></item><item><title>Home modified by Florian Haag</title><link>https://sourceforge.net/p/commonmarkhelp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,36 @@
-The CommonMark Help project strives for creating a help file format based upon [Markdown documents](https://daringfireball.net/projects/markdown/) conformant to the [CommonMark specification](http://commonmark.org/).
+# What is CommonMark Help?

-[[members limit=20]]
-[[download_button]]
+The goal of the CommonMark Help project is to create an on-screen help system that can provide usage instructions for desktop applications. Text contents in the help files is written in [Markdown format](https://daringfireball.net/projects/markdown/) conformant to the [CommonMark specification](http://commonmark.org/). To do so, several aspects will be covered:
+
+- A **file format** definition describes how a CommonMark Help file is structured and what contents it can include.
+- A **compiler** can generate a CommonMark Help file from a set of content files.
+- A **viewer** can display a CommonMark Help file to end users.
+
+# Why does it exist?
+
+In the "old days" of Windows 3.11 until approximately Windows 98, most Windows applications used to come with a help file. The help file could be browsed as a whole by means of a topic hierarchy and a searchable keyword list, and specific topics could be opened directly from appropriate locations within the application. All of this happened in a relatively standardized user interface, so users would not need to re-learn how to use the help system for each application.
+
+The help system available back then, Microsoft's *WinHelp*, has since been discontinued. Various possible alternatives have found somewhat widespread adoption since then. However, each of them has its drawbacks, which CommonMark Help hopes to address:
+
+## MS Compiled HTML Help
+
+The successor of *WinHelp* is a good replacement in certain circumstances, but has some issues when used across network drives. Furthermore, properly providing help content written with some non-Latin character sets can be problematic.
+
+## MS Help 2
+
+This format never really seemed to be used a lot beyond MS Visual Studio and MS Office and has meanwhile been discontinued.
+
+## MS Help Viewer
+
+This format is meant to be the successor of MS Help 2, but rather than an actual viewer application, it forwards help content to the user's web browser. While this may be appropriate for huge modular documentation packages such as API documentation, it deviates from the simplicity of a compact help file that can be opened with a desktop application that provides most of the navigation user interface and that is independent of the user's other open processes.
+
+## PDF files
+
+PDF files conveniently allow for packaging rich content with internal links in a compact file. However, they are designed for representing printable output, and the fixed layout of pre-defined page sizes lacks some of the advantages of resizeable help viewer windows whose contents adapts to the current window size in a fluid way.
+
+## HTML files
+
+HTML files can be opened on virtually every device and allow for styled, linked content. However, they do not normally come as a packaged help archive, but as a set of many interdependent files, which makes them less convenient to manage, should a user want to do anything with a help file (rename, copy, download, ...). Moreover, any means of navigation (contents tree, searchable index, ...) needs to be defined entirely by the HTML files, and will therefore, if at all present, look and feel differently for each application on the user's machine.
+
+# Why base it upon CommonMark?
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Haag</dc:creator><pubDate>Thu, 15 Sep 2016 23:45:53 -0000</pubDate><guid>https://sourceforge.netb7e22a22ff5618146d556b86a4974462f0ed3052</guid></item><item><title>Home modified by Florian Haag</title><link>https://sourceforge.net/p/commonmarkhelp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,4 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/commonmarkhelp/wiki/markdown_syntax/) syntax.
+The CommonMark Help project strives for creating a help file format based upon [Markdown documents](https://daringfireball.net/projects/markdown/) conformant to the [CommonMark specification](http://commonmark.org/).

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Haag</dc:creator><pubDate>Thu, 15 Sep 2016 00:50:45 -0000</pubDate><guid>https://sourceforge.netfa119e4253f6ca2aa5c49c5f99c948e241dbf93e</guid></item><item><title>Home modified by Florian Haag</title><link>https://sourceforge.net/p/commonmarkhelp/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/commonmarkhelp/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/fhaag/"&gt;Florian Haag&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-57d9ef6181b24b44d4752700" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Haag</dc:creator><pubDate>Thu, 15 Sep 2016 00:46:25 -0000</pubDate><guid>https://sourceforge.netc37e6cfcc09a41d0c866c40b68f77885ec358b15</guid></item></channel></rss>