-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
828 lines (677 loc) · 33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>WikidPad - wiki notebook for Windows/Linux/Mac OS</title>
<meta name="AUTHOR" content="Michael Butscher">
<meta http-equiv="Content-language" content="en-US">
<meta name="CREATOR" content="Jason Horman">
<meta name="DESCRIPTION" content="wiki notebook for windows">
<meta name="ABSTRACT" content="wiki notebook for windows">
<meta name="KEYWORDS"
content="wiki notepad outliner personal information manager">
<meta http-equiv="LANGUAGE" content="English">
<meta name="OWNER" content="[email protected]">
<meta name="RATING" content="General">
<meta name="SUBJECT"
content="WikidPad - wiki notebook for Windows">
<meta name="TITLE"
content="WikidPad - wiki notebook for Windows">
<link rel="stylesheet" type="text/css" href="fonts.css" media="screen">
<link rel="stylesheet" type="text/css" href="print.css" media="print">
<!-- Flattr header -->
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */</script>
<!-- /Flattr header -->
</head>
<body leftmargin="0" topmargin="0"
style="background-color: rgb(255, 255, 255);" marginheight="0"
marginwidth="0">
<center>
<p> </p>
<table border="0" cellpadding="0" cellspacing="0" width="680">
<tbody>
<tr align="left" valign="top">
<td colspan="2" valign="middle">
<div> <a href="http://wikidpad.sourceforge.net/"><img
src="title.gif" alt="wikidPad" align="middle" border="0"></a> </div>
</td>
</tr>
</tbody>
</table>
<br>
<table border="0" cellpadding="4" cellspacing="0" width="685">
<tbody>
<tr align="left" valign="top">
<td class="L12" width="475">
<br/>
<b>wikidPad is open source</b>. Visit the project homepage at
<a href="http://trac.wikidpad2.webfactional.com/">http://trac.wikidpad2.webfactional.com/</a>.
<br/><br/><br/>
<b>wikidPad is a Wiki-like notebook
for storing your thoughts, ideas, todo lists, contacts, or anything
else you can think of to write down.</b><br>
<br>
What makes wikidPad different from other notepad applications is the
ease with which you can cross-link your information. Links in a wiki
are created by typing in WikiWords. A WikiWord is any mixed case word
typed into the editor. <i>TodoList</i> or <i>JohnDoe</i> are example
WikiWords. The term wiki means "quick" in Hawaiian, and wikis are all
about quickly linking your information together. <a
href="http://c2.com/cgi/wiki">Wikis</a> are not a new concept, in fact
there are many web based wiki servers available.<br>
<br>
<table align="left" border="0" cellpadding="0" cellspacing="0"
width="165">
<tbody>
<tr align="left" valign="top">
<td width="150">
<table border="0" cellpadding="0" cellspacing="0"
width="150">
<tbody>
<tr align="left" valign="top">
<td width="8"><img src="boxtopleftcorner08222002.gif"
alt="" height="8" width="8"></td>
<td background="boxtop08222002.gif" width="134"><img
src="boxtop08222002.gif" alt="" height="8" width="134"></td>
<td width="8"><img src="boxtoprightcorner08222002.gif"
alt="" height="8" width="8"></td>
</tr>
<tr align="left" valign="top">
<td background="boxtopleft08222002.gif"><img
src="boxtopleft08222002.gif" alt="" height="8" width="8"></td>
<td bgcolor="#e2e2e2"><b>WikidPad Features</b></td>
<td background="boxtopright08222002.gif"><img
src="boxtopright08222002.gif" alt="" height="8" width="8"></td>
</tr>
<tr align="left" valign="top">
<td><img src="boxdividerleft08222002.gif" alt=""
height="13" width="8"></td>
<td background="boxdivider08222002.gif"><img
src="boxdivider08222002.gif" alt="" height="13" width="8"></td>
<td><img src="boxdividerright08222002.gif" alt=""
height="13" width="8"></td>
</tr>
<tr align="left" valign="top">
<td background="boxleft08222002.gif"><img
src="boxleft08222002.gif" alt="" height="8" width="8"></td>
<td>
<table border="0" cellpadding="2" cellspacing="0"
width="150">
<tbody>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">On the fly WikiWord linking, as you type</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">WikiWord auto-completion</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Easy WikiWord navigation</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Wiki text styling</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">WikiWord History</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Wiki document attributes</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Dynamic views</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Tree/Outline view with over 100 icons</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Todo lists</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Incremental search</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Search and Replace</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Autosave</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Export to HTML</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">All your data is stored in plain text</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">URL and file linking</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Intuitive keybindings</td>
</tr>
<tr align="left" valign="top">
<td width="10"><img src="arrowa1a5a9.gif" alt=""
border="0" height="10" width="5"></td>
<td width="140">Help Wiki included</td>
</tr>
</tbody>
</table>
</td>
<td background="boxright08222002.gif"><img
src="boxright08222002.gif" alt="" height="8" width="8"></td>
</tr>
<tr align="left" valign="top">
<td><img src="boxbottomleft08222002.gif" alt=""
height="8" width="8"></td>
<td background="boxbottom08222002.gif"><img
src="boxbottom08222002.gif" alt="" height="8" width="8"></td>
<td><img src="boxbottomright08222002.gif" alt=""
height="8" width="8"></td>
</tr>
</tbody>
</table>
</td>
<td width="15"><img src="spacer.gif" alt="" border="0"
height="1" width="15"></td>
</tr>
<tr>
<td colspan="2" height="10"><img src="spacer.gif" alt="" border="0"
height="10" width="1"></td>
</tr>
</tbody>
</table>
<b>wikidPad is a real-time wiki</b><br>
wikidPad is not a web server, or application server, or groupware
solution. wikidPad is a standalone notepad like application, albeit
notepad on steroids. wikidPad is like an IDE for your thoughts. </p>
<p><b>IDE for your thoughts<br>
</b>Software developers have grown accustomed to certain features
from their integrated development environment that make their jobs easier.
Features like auto-completion, outline views, incremental search, easy source
code navigation. IDE's that provide these features can greatly increase
developer productivity. wikidPad attempts to utilize some of these
features to address the problem of personal information management.</p>
<p><b>Personal Information Management</b><br>
How do you manage all of the random bits of information in your
personal and professional life? Word documents, text files, Microsoft
Outlook folders/notes. If you're an <i>expert</i> user maybe you have
a weblog, or a personal database, or possibly an outlining application.
Where do you track your wifes favorite food, your bosses kids names,
your personal todo list, the name of the movie you just read a review
of, the name of the book a friend recommended. wikidPad was created to
address this issue of personal information management. It provides a
place to manage the massive amounts of information you have stuffed in
your head, on stickies, or on your computer.</p>
<div style="display: block; text-align: left; clear: left;"><a href="screens/screen1.gif"><img
src="screen1_small.gif" border="0" height="293" width="446"></a></div>
<p><b><a name="help">Help</a></b><br />
A complete online documentation for beginners and advanced users is
here: <a href="http://wikidpad.sourceforge.net/help/">Help and First Steps</a>
(thanks to Jan Stegehuis)<br /></p>
<p>To search all available documentation resources:
<a href="http://wikidpad.sourceforge.net/search/">Meta search</a><br />
</p>
<p>The included help wiki is also available in <b>Hungarian language</b> for
version <a href="http://downloads.sourceforge.net/wikidpad/WikidPadHelp_hu_HU_2.1beta07.zip">2.1beta07</a>
(thanks to Török Árpád).</p>
<p><b><a name="installation">Installation</a></b><br />
<b>Windows</b>: Use of a binary installer is recommended. Users of
Windows 98/ME should read the hint below before downloading.<br><br>
<b>Linux</b>: See page
<a href="http://trac.wikidpad2.webfactional.com/wiki/InstallLinux">InstallLinux</a>
in WikidPad's wiki.<br><br>
<b>MacOS</b>: See page
<a href="http://trac.wikidpad2.webfactional.com/wiki/InstallMacosx">InstallMacosx</a>
in WikidPad's wiki.<br>
<p><b><a name="download">Download</a></b><br>
Multiple versions of WikidPad are available for download here.
<br><br>
<table border="1">
<tr><td colspan="2" bgcolor="#e2e2e2"><b>2.2 (stable)</b></tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2.exe">WikidPad-2.2.exe</a>
<td>Windows binary installer unicode</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2-src.zip">WikidPad-2.2-src.zip</a>
<td>Source code</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>2.3 beta 15 (not so stable)</b></tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15.exe">WikidPad-2.3beta15.exe</a>
<td>Windows binary installer unicode</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15-src.zip">WikidPad-2.3beta15-src.zip</a>
<td>Source code</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>Free Icons 1.1 (free icon set
to replace commercial ones in 1.9final and before)</b><br /><br />
Already included in WikidPad 2.0 and later</td></tr>
<tr><td><a href="http://wikidpad.mbutscher.de/WP-FreeIcons-1.1.exe">WP-FreeIcons-1.1.exe</a></a></td>
<td>Windows binary installer</td>
</tr>
<tr><td><a href="http://wikidpad.mbutscher.de/WP-FreeIcons-1.1.zip">WP-FreeIcons-1.1.zip</a></a></td>
<td>ZIP file</td>
</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>Spell check add-on 2.0
(works with 2.0alpha01 or later)</b><br /><br />
To use this add-on, install first an appropriate WikidPad version,
then install the add-on in the same directory.<br />
The add-on is based on the enchant and pyEnchant libraries.
</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WP-SpellAddon-2.0.exe">WP-SpellAddon-2.0.exe</a>
<td>Windows binary installer</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>Spell check add-on 1.0 beta 1
(works with 1.7beta3 or later up to and including 1.9 final)</b><br /><br />
To use this add-on, install first an appropriate WikidPad version,
then install the add-on in the same directory.<br />
The add-on is based on the enchant and pyEnchant libraries.
</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WP-SpellAddon-1.0beta1.exe">WP-SpellAddon-1.0beta1.exe</a>
<td>Windows binary installer</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>Help and first steps 1.1 (additional
help wiki)</b><br /><br />
Applies to WikidPad 1.9beta20 up to 1.9rc01<br />
You need an installed WikidPad 1.9beta20 or later to see the wiki properly.
</td></tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.exe">WP-HelpAnd1stSteps-1.1.exe</a></a></td>
<td>Windows binary installer</td>
</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.zip">WP-HelpAnd1stSteps-1.1.zip</a></a></td>
<td>ZIP file</td>
</tr>
<tr><td colspan="2" bgcolor="#e2e2e2"><b>wxPython Runtime downgrade 1.0
(works with 2.0rc03, 2.1alpha03 or later)</b><br /><br />
To use this add-on, install first an appropriate WikidPad version,
then install the add-on in the same directory.<br />
The add-on should solve a problem with tree view (vanishing plus/minus)
by downgrading wxPython version. Use on Windows 7 is not recommended!
</tr>
<tr><td><a href="http://downloads.sourceforge.net/wikidpad/WP-wxPython2.8.9.2Down-1.0.exe">WP-wxPython2.8.9.2Down-1.0.exe</a>
<td>Windows binary installer</tr>
</table>
<h1><a name="troubleshooting">Troubleshooting Tips</a></h1>
<p /><b><a name="wp2_0">For users of WikidPad 2.0 or later with Windows binary</a></b><br>
If WikidPad refuses to start, e.g. with message "CreateProcess failed; code 14001"
try to download and install <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">vcredist_x86.exe</a> from Microsoft.
<p /><b><a name="win9x">For users of Windows 98/ME</a></b><br>
WikidPad 2.0 or later does not support these systems. <br>
WikidPad version 1.6 and later needs a file
named "unicows.dll" which must be placed either in the installation
directory of the binary version of WikidPad (where "WikidPad.exe" is)
or in the "\Windows\System" directory.<br>
You can find the file either
<a href="http://www.dll-files.com/dllindex/dll-files.shtml?unicows">here</a>
or download an installer for it from
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=73BA7BD7-ED06-4F0D-80A4-2A7EEAEE17E2&displaylang=en">Microsoft</a>.
<p />You should also download the file
<a href="http://www.dll-files.com/dllindex/dll-files.shtml?msvcp71">msvcp71.dll</a>
if you do not have it. It is not absolutely necessary, but allows to
use an external HTML preview renderer (since 1.8beta6).<br />
<p /><b><a name="remarks">Important remark</a></b><br>
Please install WikidPad only in a path which consists completely of
ASCII-characters, this means only 'a' to 'z' letters, lower or upper case,
digits and punctuation characters like underscore, dot and comma.<br>
<p />For some more tips see <a href="http://trac.wikidpad2.webfactional.com/wiki/TroubleShooting">TroubleShooting</a>
<p /><br />wikidPad is mentioned on <a href="http://www.mind-mapping.org/" target="_blank"
title="Mindmapping and information management software">mind-mapping.org</a>.
<p> </p>
</td>
<td width="10"><br>
</td>
<td width="180">
<table bgcolor="#a1a5a9" border="0" cellpadding="5"
cellspacing="1" width="180">
<tbody>
<tr>
<td colspan="2" bgcolor="#e2e2e2" width="340"><b>Recommended downloads</b></td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<table border="0" width="100%"><tbody>
<p /><b></b>
<p />Latest stable version <b>2.2</b>
<p /><a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2.exe">
<img alt="wikidPad 2.2 Windows binary" src="images/downloadWinBin.png" width="175" height="70" />
</a>
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2-src.zip">
<img alt="wikidPad 2.2 source code" src="images/downloadSource.png" width="175" height="70" />
</a>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#e2e2e2" width="340"><b>More downloads</b>
<a href="#download">(Details)</a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<table border="0" width="100%"><tbody>
<tr>
<td>
<div align="center"><a
href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15.exe"><img
src="download.gif" border="0" height="12" width="11"></a></div>
</td>
<td><b><a
href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15.exe">wikidPad 2.3beta15 Windows binary</a></b><br>
</td>
</tr>
<tr>
<td>
<div align="center"><a
href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15-src.zip"><img
src="download.gif" border="0" height="12" width="11"></a></div>
</td>
<td><b><a
href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15-src.zip">wikidPad 2.3beta15 source code</a></b><br>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<table border="0" width="100%"><tbody>
<tr>
<td>
<div align="center"><a
href="http://downloads.sourceforge.net/wikidpad/WP-SpellAddon-2.0.exe"><img
src="download.gif" border="0" height="12" width="11"></a></div>
</td>
<td><b><a
href="http://downloads.sourceforge.net/wikidpad/WP-SpellAddon-2.0.exe">wikidPad spell add-on 2.0</a></b><br>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody>
</table>
<br>
<table bgcolor="#a1a5a9" border="0" cellpadding="5"
cellspacing="1" width="180">
<tbody>
<tr>
<td colspan="2" bgcolor="#e2e2e2" width="340"><b>Help/Support/Forum...</b></td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<table width="100%" border="0"><tbody>
<tr>
<td colspan="2" bgcolor="#ffffff" valign="top">
<b><a href="http://wikidpad.sourceforge.net/help/">Help and First Steps online</a></b>
<br />
</td>
</tr>
<tr>
<td>
<div align="center"><a
href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.exe"><img
src="download.gif" border="0" height="12" width="11"></a></div>
</td>
<td><b><a
href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.exe">Download as Windows installer</a></b><br>
</td>
</tr>
<tr>
<td>
<div align="center"><a
href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.zip"><img
src="download.gif" border="0" height="12" width="11"></a></div>
</td>
<td><b><a
href="http://downloads.sourceforge.net/wikidpad/WP-HelpAnd1stSteps-1.1.zip">Download as ZIP file</a></b><br>
</td>
</tr>
<td colspan="2" bgcolor="#ffffff" valign="top">
<br />
<b><a href="http://trac.wikidpad2.webfactional.com/">Wiki of WikidPad</a></b>
<p />
<b><a href="#troubleshooting">Troubleshooting Tips</a></b>
<br />
</td>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#ffffff">
<table border="0" width="100%">
<tbody>
<tr>
<td>
Visit the <b><a
href="http://groups.yahoo.com/group/wikidPad/">wikidPad Yahoo! Group</a></b>
to discuss issues with fellow wikidPad users.
<br /><br />
Also take a look at the
<b><a href="http://tech.groups.yahoo.com/group/wikidPad/polls">polls</a></b>
there to help the developer to guess which direction the development should take.
<br /><br />
Also visit the <b><a
href="http://groups-beta.google.com/group/wikidpad-devel">wikidPad Google Dev Group</a></b>
to discuss wikidPad development with fellow wikidPad developers.
<br /><br />
To get announcements about new versions you can also follow
<b><a href="https://twitter.com/wikidpad">WikidPad on Twitter</a></b>.
<br /><br />
If you are interested in a WikidPad variant for Android OS go to
<b><a href="WikiAndPad.html">WikiAndPad</a></b>.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
<table bgcolor="#a1a5a9" border="0" cellpadding="5" cellspacing="1" width="180">
<tbody>
<tr>
<td colspan="2" bgcolor="#e6e2e2" width="340"><b style="font-size:94%;">Donations...</b></td>
</tr>
<tr>
<td colspan="2" bgcolor="#fffdfd">
WikidPad was invented by Jason Horman who made it
open source in June 2005.
<p />Since October 2005 (version 1.20beta1)
<b><a href="mailto:[email protected]">Michael Butscher</a></b> is the
main developer of WikidPad.
<p />If you want to donate to Michael Butscher for his work and
you have a Paypal account use the following button:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<label for="currency_code">Currency:</label>
<select name="currency_code" id="currency_code" class="G9">
<option selected="" value="EUR">EUR</option>
<option value="USD">USD</option>
<option value="GBP">GBP</option>
<option value="AUD">AUD</option>
<option value="BRL">BRL</option>
<option value="CAD">CAD</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="HKD">HKD</option>
<option value="HUF">HUF</option>
<option value="ILS">ILS</option>
<option value="JPY">JPY</option>
<option value="MXN">MXN</option>
<option value="TWD">TWD</option>
<option value="NZD">NZD</option>
<option value="NOK">NOK</option>
<option value="PHP">PHP</option>
<option value="PLN">PLN</option>
<option value="RUB">RUB</option>
<option value="SGD">SGD</option>
<option value="SEK">SEK</option>
<option value="CHF">CHF</option>
<option value="THB">THB</option>
</select>
<br />
<br />
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="WikidPad">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal"> with Paypal
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<p />Alternatively:
<p /><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://wikidpad.sourceforge.net/"></a>
<noscript><a href="http://flattr.com/thing/599616/WikidPad-wiki-notebook" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
</td>
</tr>
</tbody>
</table>
<br>
<table bgcolor="#a1a5a9" border="0" cellpadding="5"
cellspacing="1" width="180">
<tbody>
<tr>
<td bgcolor="#e2e2e2" width="170"><b>News...</b></td>
</tr>
<tr>
<td bgcolor="#ffffff">Apr 26, 2016<br>
<br>
<b>WikidPad 2.3beta15</b> is now available. Traditional Chinese and better support for hardlinking
wiki page files. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta15-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">Mar 14, 2016<br>
<br>
<b>WikidPad 2.3beta14</b> is now available. Bug fixes and type preference for pasting. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta14.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta14-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">Feb 03, 2015<br>
<br>
<b>WikidPad 2.3beta13_01</b> is now available. Bug fixes and new Whoosh (index search library) version. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta13_01.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta13_01-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">Feb 15, 2014<br>
<br>
<b>WikidPad 2.2</b> is now available. This is the final 2.2 version. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2-src.zip">source code</a>.
<br />
<br />
<b>WikidPad 2.3beta12</b> is now available. Some small speed inmprovements. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta12.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta12-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">Oct 27, 2013<br>
<br>
<b>WikidPad 2.2rc11</b> is now available. It is a bug fix to latest 2.2beta on
the way to a final 2.2 version. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc11.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc11-src.zip">source code</a>.
<br />
<br />
<b>WikidPad 2.3beta11</b> is now available. Mainly bug fixes. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta11.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta11-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">Jul 13, 2013<br>
<br>
<b>WikidPad 2.2rc10_01</b> is now available. It is a bug fix to latest 2.2beta on
the way to a final 2.2 version. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc10_01.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc10_01-src.zip">source code</a>.
<br />
<br />
<b>WikidPad 2.3beta10_03</b> is now available. wxWidgets' Advanced User Interface (AUI) now allows to
place wiki pages side by side or in more complex layouts. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta10_03.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta10_03-src.zip">source code</a>.
<br />
</td>
</tr>
<tr>
<td bgcolor="#ffffff">May 04, 2013<br>
<br>
<b>WikidPad 2.2rc09</b> is now available. It is a bug fix to latest 2.2beta on
the way to a final 2.2 version. Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc09.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.2rc09-src.zip">source code</a>.
<br />
<br />
<b>WikidPad 2.3beta09_02</b> is now available. Alternative MediaWiki syntax (subset). Download
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta09_02.exe">Windows binary</a> or
<a href="http://downloads.sourceforge.net/wikidpad/WikidPad-2.3beta09_02-src.zip">source code</a>.
<br />
</td>
</tr>
</tbody>
</table>
<br />
<br />
</td>
</tr>
</tbody>
</table>
<hr noshade="noshade" size="1" width="80%">
<table width="80%">
<tr><td align="center">
<br />
Jason Horman
<td align="center">
<a
href="mailto:[email protected]">[email protected]</a><br>
Michael Butscher
</tr>
</table>
<br>
<br>
</center>
</body>
</html>