diff -c -x .svn milkytracker-0.90.85/docs/FAQ.html milkytracker-trunk/docs/FAQ.html *** milkytracker-0.90.85/docs/FAQ.html 2010-01-01 23:00:57.183928000 +0000 --- milkytracker-trunk/docs/FAQ.html 2010-01-05 10:34:37.212763931 +0000 *************** *** 49,65 **** { questions = document.getElementsByTagName('a'); answers = document.getElementsByTagName('ul'); ! for (i = 1; i <= questions.length; i++) { ! questions.item(i-1).id = "q"+i; ! var question = questions.item(i-1).id; ! document.getElementById(question).href="javascript:flip('a"+i+"')"; } ! for (i = 1; i <= answers.length; i++) { ! answers.item(i-1).id = "a"+i; ! var answer = answers.item(i-1).id; ! document.getElementById(answer).style.display="none"; } } } --- 49,66 ---- { questions = document.getElementsByTagName('a'); answers = document.getElementsByTagName('ul'); ! q = 0; ! for (i = 0; i < questions.length; i++) { ! if(questions.item(i).href != "") continue; ! questions.item(i).id = "q"+q; ! questions.item(i).href="javascript:flip('a"+q+"')"; ! q++; } ! for (i = 0; i < answers.length; i++) { ! answers.item(i).id = "a"+i; ! answers.item(i).style.display="none"; } } } *************** *** 87,96 ****
  1. ! Where can I find a list of all the effect codes?
  2. --- 88,97 ----
    1. ! Where can I find a list of all the effect codes?
    2. *************** *** 99,105 **** Where can I find a list of all the keyboard shortcuts? --- 100,106 ---- Where can I find a list of all the keyboard shortcuts? diff -c -x .svn milkytracker-0.90.85/docs/MilkyTracker.html milkytracker-trunk/docs/MilkyTracker.html *** milkytracker-0.90.85/docs/MilkyTracker.html 2010-01-01 23:00:57.183928000 +0000 --- milkytracker-trunk/docs/MilkyTracker.html 2010-01-05 10:34:37.212763931 +0000 *************** *** 183,189 ****

      MilkyTracker Manual v0.90.85

      ! Hello and welcome to MilkyTracker, an open source multi-platform Fasttracker II compatible music tracker program. This document holds a lot of valuable information about the tracker but it's not a tracking manual. If you want to learn more about tracking and how it's done, the Internet is your friend. We host some resources on MilkyTracker.net as well.

      Disclaimer:

      --- 183,189 ----

      MilkyTracker Manual v0.90.85

      ! Hello and welcome to MilkyTracker, an open source multi-platform Fasttracker II compatible music tracker program. This document holds a lot of valuable information about the tracker but it's not a tracking manual. If you want to learn more about tracking and how it's done, the Internet is your friend. We host some resources on MilkyTracker.net as well.

      Disclaimer:

      *************** *** 3111,3122 **** and everybody who donated or dropped a letter.

      ! Special greetings to everyone at #MilkyTracker for making it a daily active channel.

      10. Contact

      ! You can contact the MilkyTracker team by email (), through the forum at http://www.milkytracker.net/?community or in IRC. To chat with the community live, you can connect to #MilkyTracker on EsperNet with your IRC client or use the java client on our website.

      --- 3111,3122 ---- and everybody who donated or dropped a letter.

      ! Special greetings to everyone at #MilkyTracker for making it a daily active channel.

      10. Contact

      ! You can contact the MilkyTracker team by email (), through the forum at http://www.milkytracker.org/?community or in IRC. To chat with the community live, you can connect to #MilkyTracker on EsperNet with your IRC client or use the java client on our website.

      Only in milkytracker-0.90.85/docs/: MilkyTracker.rtf