updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / milkytracker / doc_fix.patch
blobbfec85b4ce426a6e65ac47fd3be24842bde0d245
1 diff -c -x .svn milkytracker-0.90.85/docs/FAQ.html milkytracker-trunk/docs/FAQ.html
2 *** milkytracker-0.90.85/docs/FAQ.html 2010-01-01 23:00:57.183928000 +0000
3 --- milkytracker-trunk/docs/FAQ.html 2010-01-05 10:34:37.212763931 +0000
4 ***************
5 *** 49,65 ****
7 questions = document.getElementsByTagName('a');
8 answers = document.getElementsByTagName('ul');
9 ! for (i = 1; i <= questions.length; i++)
11 ! questions.item(i-1).id = "q"+i;
12 ! var question = questions.item(i-1).id;
13 ! document.getElementById(question).href="javascript:flip('a"+i+"')";
15 ! for (i = 1; i <= answers.length; i++)
17 ! answers.item(i-1).id = "a"+i;
18 ! var answer = answers.item(i-1).id;
19 ! document.getElementById(answer).style.display="none";
23 --- 49,66 ----
25 questions = document.getElementsByTagName('a');
26 answers = document.getElementsByTagName('ul');
27 ! q = 0;
28 ! for (i = 0; i < questions.length; i++)
30 ! if(questions.item(i).href != "") continue;
31 ! questions.item(i).id = "q"+q;
32 ! questions.item(i).href="javascript:flip('a"+q+"')";
33 ! q++;
35 ! for (i = 0; i < answers.length; i++)
37 ! answers.item(i).id = "a"+i;
38 ! answers.item(i).style.display="none";
42 ***************
43 *** 87,96 ****
44 <ol>
46 <li>
47 ! <a>Where can I find a list of all the effect codes?</a>
48 <ul>
49 <li>
50 ! Read the manual: <a href="milkytracker.html">milkytracker.html</a>
51 </li>
52 </ul>
53 </li>
54 --- 88,97 ----
55 <ol>
57 <li>
58 ! <a id="question">Where can I find a list of all the effect codes?</a>
59 <ul>
60 <li>
61 ! Read the manual: <a href="MilkyTracker.html">milkytracker.html</a>
62 </li>
63 </ul>
64 </li>
65 ***************
66 *** 99,105 ****
67 <a>Where can I find a list of all the keyboard shortcuts?</a>
68 <ul>
69 <li>
70 ! Read the manual: <a href="milkytracker.html">milkytracker.html</a>
71 </li>
72 </ul>
74 --- 100,106 ----
75 <a>Where can I find a list of all the keyboard shortcuts?</a>
76 <ul>
77 <li>
78 ! Read the manual: <a href="MilkyTracker.html">milkytracker.html</a>
79 </li>
80 </ul>
82 diff -c -x .svn milkytracker-0.90.85/docs/MilkyTracker.html milkytracker-trunk/docs/MilkyTracker.html
83 *** milkytracker-0.90.85/docs/MilkyTracker.html 2010-01-01 23:00:57.183928000 +0000
84 --- milkytracker-trunk/docs/MilkyTracker.html 2010-01-05 10:34:37.212763931 +0000
85 ***************
86 *** 183,189 ****
87 <body>
88 <h1>MilkyTracker Manual <span id="version" style="font-size: 10pt; font-weight: normal;">v0.90.85</span></h1>
89 <p>
90 ! 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 <a href="http://www.milkytracker.net/">MilkyTracker.net</a> as well.
91 </p>
92 <h4>Disclaimer:</h4>
93 <p>
94 --- 183,189 ----
95 <body>
96 <h1>MilkyTracker Manual <span id="version" style="font-size: 10pt; font-weight: normal;">v0.90.85</span></h1>
97 <p>
98 ! 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 <a href="http://www.milkytracker.org/">MilkyTracker.net</a> as well.
99 </p>
100 <h4>Disclaimer:</h4>
101 <p>
102 ***************
103 *** 3111,3122 ****
104 and everybody who donated or dropped a letter.
105 </p>
107 ! Special greetings to everyone at <a href="http://www.milkytracker.net/?community">#MilkyTracker</a> for making it a daily active channel.
108 </p>
110 <h2><a id="contact">10. Contact</a></h2>
112 ! You can contact the MilkyTracker team by email (<span class="email">ten.rekcartyklim@troppus</span>), through the forum at <a href="http://www.milkytracker.net/?community">http://www.milkytracker.net/?community</a> or in IRC. To chat with the community live, you can connect to #MilkyTracker on <a href="http://www.esper.net/">EsperNet</a> with your IRC client or use the java client on our website.
113 </p>
116 --- 3111,3122 ----
117 and everybody who donated or dropped a letter.
118 </p>
120 ! Special greetings to everyone at <a href="http://www.milkytracker.org/?community">#MilkyTracker</a> for making it a daily active channel.
121 </p>
123 <h2><a id="contact">10. Contact</a></h2>
125 ! You can contact the MilkyTracker team by email (<span class="email">ten.rekcartyklim@troppus</span>), through the forum at <a href="http://www.milkytracker.org/?community">http://www.milkytracker.org/?community</a> or in IRC. To chat with the community live, you can connect to #MilkyTracker on <a href="http://www.esper.net/">EsperNet</a> with your IRC client or use the java client on our website.
126 </p>
129 Only in milkytracker-0.90.85/docs/: MilkyTracker.rtf