<?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/amcplayer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/amcplayer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 30 Aug 2017 17:08:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/amcplayer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -14,7 +14,7 @@

 DEMO:
 I started to use it on my own website. You can see it in live here:
-https://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
+https://www.axel-hahn.de/music/axels-songs/

 DOC:
 https://www.axel-hahn.de/docs/amcplayer/index.htm
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Wed, 30 Aug 2017 17:08:46 -0000</pubDate><guid>https://sourceforge.net3278671f375b8a61b1431850ad822eb30562e9dc</guid></item><item><title>Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,13 +6,11 @@

 Because I didn't find one I startet to program one that fits my needs :-)

-At the moment it is BETA. 
-
 How does it work:
 In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you will see a round play-button instead.
 I have a special dependency to the audio tags to detect the channels - the channels must be declared in the title tag of the source tags.

-By pressing a play button the player interface opens.
+All player actions can be done interactively i.e. pressing a play button or with API functions.

 DEMO:
 I started to use it on my own website. You can see it in live here:
@@ -27,11 +25,7 @@
 - no dependency: no javascript framework (i.e. jQuery) is needed to run
 - jump to any song with the playlist
 - shows downloads for each title in any available format in a download box
-
-TODO:
-- documentation for usage and how to enable/ disable features in the player
-- translations - multi language support is prepared already (I have a German interface so far)
-- other skins
+- API for all features

 [[project_admins]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Wed, 30 Aug 2017 17:08:15 -0000</pubDate><guid>https://sourceforge.netaa4e57627f8d5eda9f37684c76c9901a94073dcb</guid></item><item><title>Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -16,10 +16,10 @@

 DEMO:
 I started to use it on my own website. You can see it in live here:
-http://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
+https://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm

 DOC:
-http://www.axel-hahn.de/docs/amcplayer/index.htm
+https://www.axel-hahn.de/docs/amcplayer/index.htm

 FEATURES:
 - web based player using html, css and javascript
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Wed, 30 Aug 2017 17:05:19 -0000</pubDate><guid>https://sourceforge.net7e2789a07cab667533fc5c4a5e93bea559dcacd8</guid></item><item><title>WikiPage Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -25,7 +25,8 @@
 - web based player using html, css and javascript
 - there are no images, no flash
 - no dependency: no javascript framework (i.e. jQuery) is needed to run
-- the current song will be highlighted
+- jump to any song with the playlist
+- shows downloads for each title in any available format in a download box

 TODO:
 - documentation for usage and how to enable/ disable features in the player
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Fri, 01 Feb 2013 23:25:19 -0000</pubDate><guid>https://sourceforge.net5faee5940158751fc75326236cb81d1e818ad347</guid></item><item><title>WikiPage Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,8 +6,7 @@

 Because I didn't find one I startet to program one that fits my needs :-)

-At the moment it is BETA. I started to use it on my own website. You can see it in live here:
-http://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
+At the moment it is BETA. 

 How does it work:
 In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you will see a round play-button instead.
@@ -15,6 +14,12 @@

 By pressing a play button the player interface opens.

+DEMO:
+I started to use it on my own website. You can see it in live here:
+http://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
+
+DOC:
+http://www.axel-hahn.de/docs/amcplayer/index.htm

 FEATURES:
 - web based player using html, css and javascript
@@ -27,10 +32,6 @@
 - translations - multi language support is prepared already (I have a German interface so far)
 - other skins

-More information will follow...
-
-
-The wiki uses [Markdown](/p/amcplayer/wiki/markdown_syntax/) syntax.

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Fri, 01 Feb 2013 14:33:33 -0000</pubDate><guid>https://sourceforge.neta0798dd249905cd6cfb7843e5dbd920c693e0f77</guid></item><item><title>WikiPage Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -10,12 +10,25 @@
 http://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
 
 How does it work:
-In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you get a round play-button instead.
-I have a special dependency to the audio tags to detect the channels - the chennels must be declared in the title tag of the source tags.
+In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you will see a round play-button instead.
+I have a special dependency to the audio tags to detect the channels - the channels must be declared in the title tag of the source tags.
+
+By pressing a play button the player interface opens.
+
+
+FEATURES:
+- web based player using html, css and javascript
+- there are no images, no flash
+- no dependency: no javascript framework (i.e. jQuery) is needed to run
+- the current song will be highlighted
+
+TODO:
+- documentation for usage and how to enable/ disable features in the player
+- translations - multi language support is prepared already (I have a German interface so far)
+- other skins
 
 More information will follow...
 
-[SamplePage].
 
 The wiki uses [Markdown](/p/amcplayer/wiki/markdown_syntax/) syntax.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Tue, 25 Sep 2012 21:10:41 -0000</pubDate><guid>https://sourceforge.net9a6dcc54bfaf130126b2173713b4dc91312d9ab6</guid></item><item><title>WikiPage Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,21 @@
-Welcome to your wiki!
+Welcome AMC PLAYER!
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+AMC stands for Axels multi channel player. It is a browser based player using html5 audio tag, javascript and css3.
+
+The difference to other html5 audio players is its focus to surround audio files. I needed a player for the songs on my website. The songs are available in stereo sound and 5.1 surround sound as well. I searched for a player that can play a song with the ability to select/ switch between 2.0 and 5.1 sound.
+
+Because I didn't find one I startet to program one that fits my needs :-)
+
+At the moment it is BETA. I started to use it on my own website. You can see it in live here:
+http://www.axel-hahn.de/axel/page_kiste/musik_axelssongs.htm
+
+How does it work:
+In a html document it searches for html5 AUDIO tags an builts a playlist from them. The audio tags will be invisible (css display: none;) and you get a round play-button instead.
+I have a special dependency to the audio tags to detect the channels - the chennels must be declared in the title tag of the source tags.
+
+More information will follow...
+
+[SamplePage].
 
 The wiki uses [Markdown](/p/amcplayer/wiki/markdown_syntax/) syntax.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Tue, 25 Sep 2012 20:27:29 -0000</pubDate><guid>https://sourceforge.netdf046a80938b62a4b67be78c29eb5c35e6559775</guid></item><item><title>WikiPage Home modified by Axel Hahn</title><link>https://sourceforge.net/p/amcplayer/wiki/Home/</link><description>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/amcplayer/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Axel Hahn</dc:creator><pubDate>Tue, 25 Sep 2012 20:11:23 -0000</pubDate><guid>https://sourceforge.net3ba445e8443459710e2c393bb48bfaaa969f1aa5</guid></item></channel></rss>