maruku 0.2.13 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. data/bin/maruku +23 -15
  2. data/bin/maruku0.3 +37 -0
  3. data/bin/marutest +277 -0
  4. data/docs/changelog-0.3.html +99 -0
  5. data/docs/changelog-0.3.md +84 -0
  6. data/docs/faq.html +46 -0
  7. data/docs/faq.md +32 -0
  8. data/docs/index.html +629 -64
  9. data/docs/markdown_extra2.html +67 -14
  10. data/docs/markdown_syntax.html +631 -94
  11. data/docs/markdown_syntax_2.html +152 -0
  12. data/docs/maruku.html +629 -64
  13. data/docs/maruku.md +108 -105
  14. data/docs/proposal.html +362 -55
  15. data/docs/proposal.md +133 -169
  16. data/docs/todo.html +30 -0
  17. data/lib/maruku.rb +13 -3
  18. data/lib/maruku/errors_management.rb +75 -0
  19. data/lib/maruku/helpers.rb +164 -0
  20. data/lib/maruku/html_helper.rb +33 -13
  21. data/lib/maruku/parse_block.rb +89 -92
  22. data/lib/maruku/parse_doc.rb +43 -18
  23. data/lib/maruku/parse_span.rb +17 -46
  24. data/lib/maruku/parse_span_better.rb +681 -0
  25. data/lib/maruku/string_utils.rb +17 -10
  26. data/lib/maruku/structures.rb +62 -35
  27. data/lib/maruku/structures_iterators.rb +39 -0
  28. data/lib/maruku/tests/benchmark.rb +12 -4
  29. data/lib/maruku/tests/new_parser.rb +318 -0
  30. data/lib/maruku/to_html.rb +113 -44
  31. data/lib/maruku/to_latex.rb +32 -14
  32. data/lib/maruku/to_markdown.rb +110 -0
  33. data/lib/maruku/toc.rb +35 -1
  34. data/lib/maruku/version.rb +10 -1
  35. data/lib/test.rb +29 -0
  36. data/tests/others/escaping.md +6 -4
  37. data/tests/others/links.md +1 -1
  38. data/tests/others/lists_after_paragraph.md +44 -0
  39. data/tests/unittest/abbreviations.md +71 -0
  40. data/tests/unittest/blank.md +43 -0
  41. data/tests/unittest/blanks_in_code.md +131 -0
  42. data/tests/unittest/code.md +64 -0
  43. data/tests/unittest/code2.md +59 -0
  44. data/tests/unittest/code3.md +121 -0
  45. data/tests/unittest/easy.md +36 -0
  46. data/tests/unittest/email.md +39 -0
  47. data/tests/unittest/encoding/iso-8859-1.md +9 -0
  48. data/tests/unittest/encoding/utf-8.md +38 -0
  49. data/tests/unittest/entities.md +174 -0
  50. data/tests/unittest/escaping.md +97 -0
  51. data/tests/unittest/extra_dl.md +81 -0
  52. data/tests/unittest/extra_header_id.md +96 -0
  53. data/tests/unittest/extra_table1.md +78 -0
  54. data/tests/unittest/footnotes.md +120 -0
  55. data/tests/unittest/headers.md +64 -0
  56. data/tests/unittest/hrule.md +77 -0
  57. data/tests/unittest/images.md +114 -0
  58. data/tests/unittest/inline_html.md +185 -0
  59. data/tests/unittest/links.md +162 -0
  60. data/tests/unittest/list1.md +80 -0
  61. data/tests/unittest/list2.md +75 -0
  62. data/tests/unittest/list3.md +111 -0
  63. data/tests/unittest/list4.md +43 -0
  64. data/tests/unittest/lists.md +262 -0
  65. data/tests/unittest/lists_after_paragraph.md +280 -0
  66. data/tests/unittest/lists_ol.md +323 -0
  67. data/tests/unittest/misc_sw.md +751 -0
  68. data/tests/unittest/notyet/escape.md +46 -0
  69. data/tests/unittest/notyet/header_after_par.md +85 -0
  70. data/tests/unittest/notyet/ticks.md +67 -0
  71. data/tests/unittest/notyet/triggering.md +210 -0
  72. data/tests/unittest/one.md +33 -0
  73. data/tests/unittest/paragraph.md +34 -0
  74. data/tests/unittest/paragraph_rules/dont_merge_ref.md +60 -0
  75. data/tests/unittest/paragraph_rules/tab_is_blank.md +43 -0
  76. data/tests/unittest/paragraphs.md +84 -0
  77. data/tests/unittest/recover/recover_links.md +32 -0
  78. data/tests/unittest/references/long_example.md +87 -0
  79. data/tests/unittest/references/spaces_and_numbers.md +27 -0
  80. data/tests/unittest/syntax_hl.md +99 -0
  81. data/tests/unittest/test.md +36 -0
  82. data/tests/unittest/wrapping.md +88 -0
  83. data/tests/utf8-files/simple.md +1 -0
  84. metadata +139 -86
  85. data/lib/maruku/maruku.rb +0 -50
  86. data/tests/a.md +0 -10
@@ -0,0 +1,751 @@
1
+ Write a comment abouth the test here.
2
+ *** Parameters: ***
3
+ {:subject=>"Software not painful to use", :archive=>false, :order=>"-9.5", :date=>"Nov 20 2006", :inmenu=>true, :subject_short=>"painless software", :topic=>"/misc/coolsw"}
4
+ *** Markdown input: ***
5
+ Subject: Software not painful to use
6
+ Subject_short: painless software
7
+ Topic: /misc/coolsw
8
+ Archive: no
9
+ Date: Nov 20 2006
10
+ Order: -9.5
11
+ inMenu: true
12
+
13
+
14
+ ### General ###
15
+
16
+ * *Operating System* : [Mac OS X][switch]: heaven, after the purgatory of Linux
17
+ and the hell of Windows.
18
+ * *Browser*: [Firefox][firefox]. On a Mac, [Camino][camino].
19
+ * *Email*: [GMail][gmail], "search, don't sort" really works.
20
+ * *Text Editor*: [TextMate][textmate], you have to buy it, but it's worth every
21
+ penny. There are rumours that it's been converting (recovering) Emacs
22
+ users (addicts). Unfortunately, it's Mac only. An alternative is
23
+ [jedit][jedit] (GPL, Java).
24
+
25
+ ### Development ###
26
+
27
+ * *Build system*: [cmake][cmake], throw the [autotools][autotools] away.
28
+ * *Source code control system*: ditch CVS for [subversion][subversion].
29
+ * *Project management*: [Trac][trac] tracks everything.
30
+ * *Scripting language*: [Ruby][ruby] is Japanese pragmatism (and has a [poignant][poignant] guide).
31
+ Python, you say? Python is too academic and snob:
32
+
33
+ $ python
34
+ Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
35
+ Type "help", "copyright", "credits" or "license" for more information.
36
+ >>> exit
37
+ 'Use Ctrl-D (i.e. EOF) to exit.'
38
+ >>> quit
39
+ 'Use Ctrl-D (i.e. EOF) to exit.'
40
+
41
+ * *Java IDE*: [JBuilder][jbuilder] is great software and has a free version (IMHO better than Eclipse). Java
42
+ is not a pain anymore since it gained [generics][java-generics] and got opensourced.
43
+ * *Mark-up language*: HTML is so 2001, why don't you take at look at [Markdown][markdown]? [Look at the source of this page](data/misc_markdown.png).
44
+ * *C++ libraries*:
45
+ * [QT][qt] for GUIs.
46
+ * [GSL][gsl] for math.
47
+ * [Magick++][magick] for manipulating images.
48
+ * [Cairo][cairo] for creating PDFs.
49
+ * [Boost][boost] for just about everything else.
50
+
51
+
52
+ ### Research ###
53
+
54
+ * *Writing papers*: [LaTeX][latex]
55
+ * *Writing papers & enjoying the process*: [LyX][lyx]
56
+ * *Handsome figures in your papers*: [xfig][xfig] or, better, [jfig][jfig].
57
+ * *The occasional presentation with many graphical content*:
58
+ [OpenOffice Impress][impress] (using the [OOOlatex plugin][ooolatex]);
59
+ the alternative is PowerPoint with the [TexPoint][texpoint] plugin.
60
+ * *Managing BibTeX*: [jabref][jabref]: multi-platform, for all your bibtex needs.
61
+ * *IEEExplore and BibTeX*: convert citations using [BibConverter][bibconverter].
62
+
63
+ ### Cool websites ###
64
+
65
+ * *Best site in the wwworld*: [Wikipedia][wikipedia]
66
+ * [Mutopia][mutopia] for sheet music; [the Gutenberg Project][gutenberg] for books; [LiberLiber][liberliber] for books in italian.
67
+ * *Blogs*: [Bloglines][bloglines]
68
+ * *Sharing photos*: [flickr][flickr] exposes an API you can use.
69
+
70
+
71
+ [firefox]: http://getfirefox.com/
72
+ [gmail]: http://gmail.com/
73
+ [bloglines]: http://bloglines.com/
74
+ [wikipedia]: http://en.wikipedia.org/
75
+ [ruby]: http://www.ruby-lang.org/
76
+ [poignant]: http://poignantguide.net/ruby/
77
+ [webgen]: http://webgen.rubyforge.org/
78
+ [markdown]: http://daringfireball.net/projects/markdown/
79
+ [latex]: http://en.wikipedia.org/wiki/LaTeX
80
+ [lyx]: http://www.lyx.org
81
+ [impress]: http://www.openoffice.org/product/impress.html
82
+ [ooolatex]: http://ooolatex.sourceforge.net/
83
+ [texpoint]: http://texpoint.necula.org/
84
+ [jabref]: http://jabref.sourceforge.net/
85
+ [camino]: http://www.caminobrowser.org/
86
+ [switch]: http://www.apple.com/getamac/
87
+ [textmate]: http://www.apple.com/getamac/
88
+ [cmake]: http://www.cmake.org/
89
+ [xfig]: http://www.xfig.org/
90
+ [jfig]: http://tams-www.informatik.uni-hamburg.de/applets/jfig/
91
+ [subversion]: http://subversion.tigris.org
92
+ [jbuilder]: http://www.borland.com/us/products/jbuilder/index.html
93
+ [flickr]: http://www.flickr.com/
94
+ [myflickr]: http://www.flickr.com/photos/censi
95
+ [bibconverter]: http://www.bibconverter.net/ieeexplore/
96
+ [autotools]: http://sources.redhat.com/autobook/
97
+ [jedit]: http://www.jedit.org/
98
+ [qt]: http://www.trolltech.no/
99
+ [gsl]: http://www.gnu.org/software/gsl/
100
+ [magick]: http://www.imagemagick.org/Magick++/
101
+ [cairo]: http://cairographics.org/
102
+ [boost]: http://www.boost.org/
103
+ [markdown]: http://en.wikipedia.org/wiki/Markdown
104
+ [trac]: http://trac.edgewall.org/
105
+ [mutopia]: http://www.mutopiaproject.org/
106
+ [liberliber]: http://www.liberliber.it/
107
+ [gutenberg]: http://www.gutenberg.org/
108
+ [java-generics]: http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
109
+
110
+
111
+ *** Output of inspect ***
112
+ md_el(:document,[
113
+ md_el(:header,["General"] , {:id=>"general", :level=>3}),
114
+ md_el(:ul,[
115
+ md_el(:li_span,[
116
+ md_em(["Operating System"]),
117
+ " : ",
118
+ md_link(["Mac OS X"],"switch"),
119
+ ": heaven, after the purgatory of Linux and the hell of Windows."
120
+ ] , {:want_my_paragraph=>false}),
121
+ md_el(:li_span,[
122
+ md_em(["Browser"]),
123
+ ": ",
124
+ md_link(["Firefox"],"firefox"),
125
+ ". On a Mac, ",
126
+ md_link(["Camino"],"camino"),
127
+ "."
128
+ ] , {:want_my_paragraph=>false}),
129
+ md_el(:li_span,[
130
+ md_em(["Email"]),
131
+ ": ",
132
+ md_link(["GMail"],"gmail"),
133
+ ", \"search, don't sort\" really works."
134
+ ] , {:want_my_paragraph=>false}),
135
+ md_el(:li_span,[
136
+ md_em(["Text Editor"]),
137
+ ": ",
138
+ md_link(["TextMate"],"textmate"),
139
+ ", you have to buy it, but it's worth every penny. There are rumours that it's been converting (recovering) Emacs users (addicts). Unfortunately, it's Mac only. An alternative is ",
140
+ md_link(["jedit"],"jedit"),
141
+ " (GPL, Java)."
142
+ ] , {:want_my_paragraph=>false})
143
+ ] ),
144
+ md_el(:header,["Development"] , {:id=>"development", :level=>3}),
145
+ md_el(:ul,[
146
+ md_el(:li,[
147
+ md_par([
148
+ md_em(["Build system"]),
149
+ ": ",
150
+ md_link(["cmake"],"cmake"),
151
+ ", throw the ",
152
+ md_link(["autotools"],"autotools"),
153
+ " away."
154
+ ])
155
+ ] , {:want_my_paragraph=>false}),
156
+ md_el(:li,[
157
+ md_par([
158
+ md_em(["Source code control system"]),
159
+ ": ditch CVS for ",
160
+ md_link(["subversion"],"subversion"),
161
+ "."
162
+ ])
163
+ ] , {:want_my_paragraph=>false}),
164
+ md_el(:li,[
165
+ md_par([
166
+ md_em(["Project management"]),
167
+ ": ",
168
+ md_link(["Trac"],"trac"),
169
+ " tracks everything."
170
+ ])
171
+ ] , {:want_my_paragraph=>false}),
172
+ md_el(:li,[
173
+ md_par([
174
+ md_em(["Scripting language"]),
175
+ ": ",
176
+ md_link(["Ruby"],"ruby"),
177
+ " is Japanese pragmatism (and has a ",
178
+ md_link(["poignant"],"poignant"),
179
+ " guide). Python, you say? Python is too academic and snob:"
180
+ ]),
181
+ md_el(:code,[] , {:raw_code=>"$ python \nPython 2.4.1 (\\#1, Jun 4 2005, 00:54:33) \nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>> exit\n'Use Ctrl-D (i.e. EOF) to exit.'\n>>> quit\n'Use Ctrl-D (i.e. EOF) to exit.'"})
182
+ ] , {:want_my_paragraph=>true}),
183
+ md_el(:li,[
184
+ md_par([
185
+ md_em(["Java IDE"]),
186
+ ": ",
187
+ md_link(["JBuilder"],"jbuilder"),
188
+ " is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained ",
189
+ md_link(["generics"],"java-generics"),
190
+ " and got opensourced."
191
+ ])
192
+ ] , {:want_my_paragraph=>false}),
193
+ md_el(:li,[
194
+ md_par([
195
+ md_em(["Mark-up language"]),
196
+ ": HTML is so 2001, why don't you take at look at ",
197
+ md_link(["Markdown"],"markdown"),
198
+ "? ",
199
+ md_im_link(["Look at the source of this page"], "data/misc_markdown.png" ),
200
+ "."
201
+ ])
202
+ ] , {:want_my_paragraph=>false}),
203
+ md_el(:li,[
204
+ md_par([
205
+ md_em(["C"]),
206
+ "+ libraries",
207
+ md_em([": "]),
208
+ " ",
209
+ md_link(["QT"],"qt"),
210
+ " for GUIs. * ",
211
+ md_link(["GSL"],"gsl"),
212
+ " for math. * ",
213
+ md_link(["Magick++"],"magick"),
214
+ " for manipulating images. * ",
215
+ md_link(["Cairo"],"cairo"),
216
+ " for creating PDFs. * ",
217
+ md_link(["Boost"],"boost"),
218
+ " for just about everything else."
219
+ ])
220
+ ] , {:want_my_paragraph=>false})
221
+ ] ),
222
+ md_el(:header,["Research"] , {:id=>"research", :level=>3}),
223
+ md_el(:ul,[
224
+ md_el(:li_span,[md_em(["Writing papers"]), ": ", md_link(["LaTeX"],"latex")] , {:want_my_paragraph=>false}),
225
+ md_el(:li_span,[
226
+ md_em(["Writing papers & enjoying the process"]),
227
+ ": ",
228
+ md_link(["LyX"],"lyx")
229
+ ] , {:want_my_paragraph=>false}),
230
+ md_el(:li_span,[
231
+ md_em(["Handsome figures in your papers"]),
232
+ ": ",
233
+ md_link(["xfig"],"xfig"),
234
+ " or, better, ",
235
+ md_link(["jfig"],"jfig"),
236
+ "."
237
+ ] , {:want_my_paragraph=>false}),
238
+ md_el(:li_span,[
239
+ md_em(["The occasional presentation with many graphical content"]),
240
+ ": ",
241
+ md_link(["OpenOffice Impress"],"impress"),
242
+ " (using the ",
243
+ md_link(["OOOlatex plugin"],"ooolatex"),
244
+ "); the alternative is PowerPoint with the ",
245
+ md_link(["TexPoint"],"texpoint"),
246
+ " plugin."
247
+ ] , {:want_my_paragraph=>false}),
248
+ md_el(:li_span,[
249
+ md_em(["Managing BibTeX"]),
250
+ ": ",
251
+ md_link(["jabref"],"jabref"),
252
+ ": multi-platform, for all your bibtex needs."
253
+ ] , {:want_my_paragraph=>false}),
254
+ md_el(:li_span,[
255
+ md_em(["IEEExplore and BibTeX"]),
256
+ ": convert citations using ",
257
+ md_link(["BibConverter"],"bibconverter"),
258
+ "."
259
+ ] , {:want_my_paragraph=>false})
260
+ ] ),
261
+ md_el(:header,["Cool websites"] , {:id=>"cool_websites", :level=>3}),
262
+ md_el(:ul,[
263
+ md_el(:li_span,[
264
+ md_em(["Best site in the wwworld"]),
265
+ ": ",
266
+ md_link(["Wikipedia"],"wikipedia")
267
+ ] , {:want_my_paragraph=>false}),
268
+ md_el(:li_span,[
269
+ md_link(["Mutopia"],"mutopia"),
270
+ " for sheet music; ",
271
+ md_link(["the Gutenberg Project"],"gutenberg"),
272
+ " for books; ",
273
+ md_link(["LiberLiber"],"liberliber"),
274
+ " for books in italian."
275
+ ] , {:want_my_paragraph=>false}),
276
+ md_el(:li_span,[md_em(["Blogs"]), ": ", md_link(["Bloglines"],"bloglines")] , {:want_my_paragraph=>false}),
277
+ md_el(:li_span,[
278
+ md_em(["Sharing photos"]),
279
+ ": ",
280
+ md_link(["flickr"],"flickr"),
281
+ " exposes an API you can use."
282
+ ] , {:want_my_paragraph=>false})
283
+ ] ),
284
+ md_ref_def("firefox", "http://getfirefox.com/" ,{:title=>nil}),
285
+ md_ref_def("gmail", "http://gmail.com/" ,{:title=>nil}),
286
+ md_ref_def("bloglines", "http://bloglines.com/" ,{:title=>nil}),
287
+ md_ref_def("wikipedia", "http://en.wikipedia.org/" ,{:title=>nil}),
288
+ md_ref_def("ruby", "http://www.ruby-lang.org/" ,{:title=>nil}),
289
+ md_ref_def("poignant", "http://poignantguide.net/ruby/" ,{:title=>nil}),
290
+ md_ref_def("webgen", "http://webgen.rubyforge.org/" ,{:title=>nil}),
291
+ md_ref_def("markdown", "http://daringfireball.net/projects/markdown/" ,{:title=>nil}),
292
+ md_ref_def("latex", "http://en.wikipedia.org/wiki/LaTeX" ,{:title=>nil}),
293
+ md_ref_def("lyx", "http://www.lyx.org" ,{:title=>nil}),
294
+ md_ref_def("impress", "http://www.openoffice.org/product/impress.html" ,{:title=>nil}),
295
+ md_ref_def("ooolatex", "http://ooolatex.sourceforge.net/" ,{:title=>nil}),
296
+ md_ref_def("texpoint", "http://texpoint.necula.org/" ,{:title=>nil}),
297
+ md_ref_def("jabref", "http://jabref.sourceforge.net/" ,{:title=>nil}),
298
+ md_ref_def("camino", "http://www.caminobrowser.org/" ,{:title=>nil}),
299
+ md_ref_def("switch", "http://www.apple.com/getamac/" ,{:title=>nil}),
300
+ md_ref_def("textmate", "http://www.apple.com/getamac/" ,{:title=>nil}),
301
+ md_ref_def("cmake", "http://www.cmake.org/" ,{:title=>nil}),
302
+ md_ref_def("xfig", "http://www.xfig.org/" ,{:title=>nil}),
303
+ md_ref_def("jfig", "http://tams-www.informatik.uni-hamburg.de/applets/jfig/" ,{:title=>nil}),
304
+ md_ref_def("subversion", "http://subversion.tigris.org" ,{:title=>nil}),
305
+ md_ref_def("jbuilder", "http://www.borland.com/us/products/jbuilder/index.html" ,{:title=>nil}),
306
+ md_ref_def("flickr", "http://www.flickr.com/" ,{:title=>nil}),
307
+ md_ref_def("myflickr", "http://www.flickr.com/photos/censi" ,{:title=>nil}),
308
+ md_ref_def("bibconverter", "http://www.bibconverter.net/ieeexplore/" ,{:title=>nil}),
309
+ md_ref_def("autotools", "http://sources.redhat.com/autobook/" ,{:title=>nil}),
310
+ md_ref_def("jedit", "http://www.jedit.org/" ,{:title=>nil}),
311
+ md_ref_def("qt", "http://www.trolltech.no/" ,{:title=>nil}),
312
+ md_ref_def("gsl", "http://www.gnu.org/software/gsl/" ,{:title=>nil}),
313
+ md_ref_def("magick", "http://www.imagemagick.org/Magick++/" ,{:title=>nil}),
314
+ md_ref_def("cairo", "http://cairographics.org/" ,{:title=>nil}),
315
+ md_ref_def("boost", "http://www.boost.org/" ,{:title=>nil}),
316
+ md_ref_def("markdown", "http://en.wikipedia.org/wiki/Markdown" ,{:title=>nil}),
317
+ md_ref_def("trac", "http://trac.edgewall.org/" ,{:title=>nil}),
318
+ md_ref_def("mutopia", "http://www.mutopiaproject.org/" ,{:title=>nil}),
319
+ md_ref_def("liberliber", "http://www.liberliber.it/" ,{:title=>nil}),
320
+ md_ref_def("gutenberg", "http://www.gutenberg.org/" ,{:title=>nil}),
321
+ md_ref_def("java-generics", "http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html" ,{:title=>nil})
322
+ ] , {:subject=>"Software not painful to use", :archive=>false, :order=>"-9.5", :date=>"Nov 20 2006", :inmenu=>true, :subject_short=>"painless software", :topic=>"/misc/coolsw"})
323
+ *** Output of to_html ***
324
+
325
+ <h3 id='general'>General</h3>
326
+
327
+ <ul>
328
+ <li><em>Operating System</em> : <a href='http://www.apple.com/getamac/'>Mac OS X</a>: heaven, after the purgatory of Linux and the hell of Windows.</li>
329
+
330
+ <li><em>Browser</em>: <a href='http://getfirefox.com/'>Firefox</a>. On a Mac, <a href='http://www.caminobrowser.org/'>Camino</a>.</li>
331
+
332
+ <li><em>Email</em>: <a href='http://gmail.com/'>GMail</a>, &quot;search, don&apos;t sort&quot; really works.</li>
333
+
334
+ <li><em>Text Editor</em>: <a href='http://www.apple.com/getamac/'>TextMate</a>, you have to buy it, but it&apos;s worth every penny. There are rumours that it&apos;s been converting (recovering) Emacs users (addicts). Unfortunately, it&apos;s Mac only. An alternative is <a href='http://www.jedit.org/'>jedit</a> (GPL, Java).</li>
335
+ </ul>
336
+
337
+ <h3 id='development'>Development</h3>
338
+
339
+ <ul>
340
+ <li>
341
+ <p><em>Build system</em>: <a href='http://www.cmake.org/'>cmake</a>, throw the <a href='http://sources.redhat.com/autobook/'>autotools</a> away.</p>
342
+ </li>
343
+
344
+ <li>
345
+ <p><em>Source code control system</em>: ditch CVS for <a href='http://subversion.tigris.org'>subversion</a>.</p>
346
+ </li>
347
+
348
+ <li>
349
+ <p><em>Project management</em>: <a href='http://trac.edgewall.org/'>Trac</a> tracks everything.</p>
350
+ </li>
351
+
352
+ <li>
353
+ <p><em>Scripting language</em>: <a href='http://www.ruby-lang.org/'>Ruby</a> is Japanese pragmatism (and has a <a href='http://poignantguide.net/ruby/'>poignant</a> guide). Python, you say? Python is too academic and snob:</p>
354
+
355
+ <pre><code>$ python
356
+ Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
357
+ Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
358
+ &gt;&gt;&gt; exit
359
+ &apos;Use Ctrl-D (i.e. EOF) to exit.&apos;
360
+ &gt;&gt;&gt; quit
361
+ &apos;Use Ctrl-D (i.e. EOF) to exit.&apos;</code></pre>
362
+ </li>
363
+
364
+ <li>
365
+ <p><em>Java IDE</em>: <a href='http://www.borland.com/us/products/jbuilder/index.html'>JBuilder</a> is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained <a href='http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html'>generics</a> and got opensourced.</p>
366
+ </li>
367
+
368
+ <li>
369
+ <p><em>Mark-up language</em>: HTML is so 2001, why don&apos;t you take at look at <a href='http://en.wikipedia.org/wiki/Markdown'>Markdown</a>? <a href='data/misc_markdown.png'>Look at the source of this page</a>.</p>
370
+ </li>
371
+
372
+ <li>
373
+ <p><em>C</em>+ libraries<em>: </em> <a href='http://www.trolltech.no/'>QT</a> for GUIs. * <a href='http://www.gnu.org/software/gsl/'>GSL</a> for math. * <a href='http://www.imagemagick.org/Magick++/'>Magick++</a> for manipulating images. * <a href='http://cairographics.org/'>Cairo</a> for creating PDFs. * <a href='http://www.boost.org/'>Boost</a> for just about everything else.</p>
374
+ </li>
375
+ </ul>
376
+
377
+ <h3 id='research'>Research</h3>
378
+
379
+ <ul>
380
+ <li><em>Writing papers</em>: <a href='http://en.wikipedia.org/wiki/LaTeX'>LaTeX</a></li>
381
+
382
+ <li><em>Writing papers &amp; enjoying the process</em>: <a href='http://www.lyx.org'>LyX</a></li>
383
+
384
+ <li><em>Handsome figures in your papers</em>: <a href='http://www.xfig.org/'>xfig</a> or, better, <a href='http://tams-www.informatik.uni-hamburg.de/applets/jfig/'>jfig</a>.</li>
385
+
386
+ <li><em>The occasional presentation with many graphical content</em>: <a href='http://www.openoffice.org/product/impress.html'>OpenOffice Impress</a> (using the <a href='http://ooolatex.sourceforge.net/'>OOOlatex plugin</a>); the alternative is PowerPoint with the <a href='http://texpoint.necula.org/'>TexPoint</a> plugin.</li>
387
+
388
+ <li><em>Managing BibTeX</em>: <a href='http://jabref.sourceforge.net/'>jabref</a>: multi-platform, for all your bibtex needs.</li>
389
+
390
+ <li><em>IEEExplore and BibTeX</em>: convert citations using <a href='http://www.bibconverter.net/ieeexplore/'>BibConverter</a>.</li>
391
+ </ul>
392
+
393
+ <h3 id='cool_websites'>Cool websites</h3>
394
+
395
+ <ul>
396
+ <li><em>Best site in the wwworld</em>: <a href='http://en.wikipedia.org/'>Wikipedia</a></li>
397
+
398
+ <li><a href='http://www.mutopiaproject.org/'>Mutopia</a> for sheet music; <a href='http://www.gutenberg.org/'>the Gutenberg Project</a> for books; <a href='http://www.liberliber.it/'>LiberLiber</a> for books in italian.</li>
399
+
400
+ <li><em>Blogs</em>: <a href='http://bloglines.com/'>Bloglines</a></li>
401
+
402
+ <li><em>Sharing photos</em>: <a href='http://www.flickr.com/'>flickr</a> exposes an API you can use.</li>
403
+ </ul>
404
+
405
+ *** Output of to_latex ***
406
+ \hypertarget{general}{}\subsubsection*{{General}}\label{general}
407
+
408
+ \begin{itemize}%
409
+ \item {\em Operating System} : \href{http://www.apple.com/getamac/}{Mac OS X}: heaven, after the purgatory of Linux and the hell of Windows.
410
+ \item {\em Browser}: \href{http://getfirefox.com/}{Firefox}. On a Mac, \href{http://www.caminobrowser.org/}{Camino}.
411
+ \item {\em Email}: \href{http://gmail.com/}{GMail}, "search, don't sort" really works.
412
+ \item {\em Text Editor}: \href{http://www.apple.com/getamac/}{TextMate}, you have to buy it, but it's worth every penny. There are rumours that it's been converting (recovering) Emacs users (addicts). Unfortunately, it's Mac only. An alternative is \href{http://www.jedit.org/}{jedit} (GPL, Java).
413
+
414
+ \end{itemize}
415
+ \hypertarget{development}{}\subsubsection*{{Development}}\label{development}
416
+
417
+ \begin{itemize}%
418
+ \item {\em Build system}: \href{http://www.cmake.org/}{cmake}, throw the \href{http://sources.redhat.com/autobook/}{autotools} away.
419
+
420
+
421
+ \item {\em Source code control system}: ditch CVS for \href{http://subversion.tigris.org}{subversion}.
422
+
423
+
424
+ \item {\em Project management}: \href{http://trac.edgewall.org/}{Trac} tracks everything.
425
+
426
+
427
+ \item {\em Scripting language}: \href{http://www.ruby-lang.org/}{Ruby} is Japanese pragmatism (and has a \href{http://poignantguide.net/ruby/}{poignant} guide). Python, you say? Python is too academic and snob:
428
+
429
+ \begin{verbatim}$ python
430
+ Python 2.4.1 (\#1, Jun 4 2005, 00:54:33)
431
+ Type "help", "copyright", "credits" or "license" for more information.
432
+ >>> exit
433
+ 'Use Ctrl-D (i.e. EOF) to exit.'
434
+ >>> quit
435
+ 'Use Ctrl-D (i.e. EOF) to exit.'\end{verbatim}
436
+
437
+ \item {\em Java IDE}: \href{http://www.borland.com/us/products/jbuilder/index.html}{JBuilder} is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained \href{http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html}{generics} and got opensourced.
438
+
439
+
440
+ \item {\em Mark-up language}: HTML is so 2001, why don't you take at look at \href{http://en.wikipedia.org/wiki/Markdown}{Markdown}? \href{data/misc_markdown.png}{Look at the source of this page}.
441
+
442
+
443
+ \item {\em C}+ libraries{\em : } \href{http://www.trolltech.no/}{QT} for GUIs. * \href{http://www.gnu.org/software/gsl/}{GSL} for math. * \href{http://www.imagemagick.org/Magick++/}{Magick++} for manipulating images. * \href{http://cairographics.org/}{Cairo} for creating PDFs. * \href{http://www.boost.org/}{Boost} for just about everything else.
444
+
445
+
446
+
447
+ \end{itemize}
448
+ \hypertarget{research}{}\subsubsection*{{Research}}\label{research}
449
+
450
+ \begin{itemize}%
451
+ \item {\em Writing papers}: \href{http://en.wikipedia.org/wiki/LaTeX}{LaTeX}
452
+ \item {\em Writing papers \& enjoying the process}: \href{http://www.lyx.org}{LyX}
453
+ \item {\em Handsome figures in your papers}: \href{http://www.xfig.org/}{xfig} or, better, \href{http://tams-www.informatik.uni-hamburg.de/applets/jfig/}{jfig}.
454
+ \item {\em The occasional presentation with many graphical content}: \href{http://www.openoffice.org/product/impress.html}{OpenOffice Impress} (using the \href{http://ooolatex.sourceforge.net/}{OOOlatex plugin}); the alternative is PowerPoint with the \href{http://texpoint.necula.org/}{TexPoint} plugin.
455
+ \item {\em Managing BibTeX}: \href{http://jabref.sourceforge.net/}{jabref}: multi-platform, for all your bibtex needs.
456
+ \item {\em IEEExplore and BibTeX}: convert citations using \href{http://www.bibconverter.net/ieeexplore/}{BibConverter}.
457
+
458
+ \end{itemize}
459
+ \hypertarget{cool_websites}{}\subsubsection*{{Cool websites}}\label{cool_websites}
460
+
461
+ \begin{itemize}%
462
+ \item {\em Best site in the wwworld}: \href{http://en.wikipedia.org/}{Wikipedia}
463
+ \item \href{http://www.mutopiaproject.org/}{Mutopia} for sheet music; \href{http://www.gutenberg.org/}{the Gutenberg Project} for books; \href{http://www.liberliber.it/}{LiberLiber} for books in italian.
464
+ \item {\em Blogs}: \href{http://bloglines.com/}{Bloglines}
465
+ \item {\em Sharing photos}: \href{http://www.flickr.com/}{flickr} exposes an API you can use.
466
+
467
+ \end{itemize}
468
+
469
+ *** Output of to_s ***
470
+ GeneralOperating System : Mac OS X: heaven, after the purgatory of Linux and the hell of Windows.Browser: Firefox. On a Mac, Camino.Email: GMail, "search, don't sort" really works.Text Editor: TextMate, you have to buy it, but it's worth every penny. There are rumours that it's been converting (recovering) Emacs users (addicts). Unfortunately, it's Mac only. An alternative is jedit (GPL, Java).DevelopmentBuild system: cmake, throw the autotools away.Source code control system: ditch CVS for subversion.Project management: Trac tracks everything.Scripting language: Ruby is Japanese pragmatism (and has a poignant guide). Python, you say? Python is too academic and snob:Java IDE: JBuilder is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained generics and got opensourced.Mark-up language: HTML is so 2001, why don't you take at look at Markdown? Look at the source of this page.C+ libraries: QT for GUIs. * GSL for math. * Magick++ for manipulating images. * Cairo for creating PDFs. * Boost for just about everything else.ResearchWriting papers: LaTeXWriting papers & enjoying the process: LyXHandsome figures in your papers: xfig or, better, jfig.The occasional presentation with many graphical content: OpenOffice Impress (using the OOOlatex plugin); the alternative is PowerPoint with the TexPoint plugin.Managing BibTeX: jabref: multi-platform, for all your bibtex needs.IEEExplore and BibTeX: convert citations using BibConverter.Cool websitesBest site in the wwworld: WikipediaMutopia for sheet music; the Gutenberg Project for books; LiberLiber for books in italian.Blogs: BloglinesSharing photos: flickr exposes an API you can use.
471
+ *** Output of to_s ***
472
+ GeneralOperating System : Mac OS X: heaven, after the purgatory of Linux and the hell of Windows.Browser: Firefox. On a Mac, Camino.Email: GMail, "search, don't sort" really works.Text Editor: TextMate, you have to buy it, but it's worth every penny. There are rumours that it's been converting (recovering) Emacs users (addicts). Unfortunately, it's Mac only. An alternative is jedit (GPL, Java).DevelopmentBuild system: cmake, throw the autotools away.Source code control system: ditch CVS for subversion.Project management: Trac tracks everything.Scripting language: Ruby is Japanese pragmatism (and has a poignant guide). Python, you say? Python is too academic and snob:Java IDE: JBuilder is great software and has a free version (IMHO better than Eclipse). Java is not a pain anymore since it gained generics and got opensourced.Mark-up language: HTML is so 2001, why don't you take at look at Markdown? Look at the source of this page.C+ libraries: QT for GUIs. * GSL for math. * Magick++ for manipulating images. * Cairo for creating PDFs. * Boost for just about everything else.ResearchWriting papers: LaTeXWriting papers & enjoying the process: LyXHandsome figures in your papers: xfig or, better, jfig.The occasional presentation with many graphical content: OpenOffice Impress (using the OOOlatex plugin); the alternative is PowerPoint with the TexPoint plugin.Managing BibTeX: jabref: multi-platform, for all your bibtex needs.IEEExplore and BibTeX: convert citations using BibConverter.Cool websitesBest site in the wwworld: WikipediaMutopia for sheet music; the Gutenberg Project for books; LiberLiber for books in italian.Blogs: BloglinesSharing photos: flickr exposes an API you can use.
473
+ *** EOF ***
474
+
475
+
476
+
477
+ OK!
478
+
479
+
480
+
481
+ *** Output of Markdown.pl ***
482
+ <p>Subject: Software not painful to use
483
+ Subject_short: painless software
484
+ Topic: /misc/coolsw
485
+ Archive: no
486
+ Date: Nov 20 2006
487
+ Order: -9.5
488
+ inMenu: true</p>
489
+
490
+ <h3>General</h3>
491
+
492
+ <ul>
493
+ <li><em>Operating System</em> : <a href="http://www.apple.com/getamac/">Mac OS X</a>: heaven, after the purgatory of Linux
494
+ and the hell of Windows.</li>
495
+ <li><em>Browser</em>: <a href="http://getfirefox.com/">Firefox</a>. On a Mac, <a href="http://www.caminobrowser.org/">Camino</a>.</li>
496
+ <li><em>Email</em>: <a href="http://gmail.com/">GMail</a>, "search, don't sort" really works.</li>
497
+ <li><em>Text Editor</em>: <a href="http://www.apple.com/getamac/">TextMate</a>, you have to buy it, but it's worth every
498
+ penny. There are rumours that it's been converting (recovering) Emacs
499
+ users (addicts). Unfortunately, it's Mac only. An alternative is
500
+ <a href="http://www.jedit.org/">jedit</a> (GPL, Java).</li>
501
+ </ul>
502
+
503
+ <h3>Development</h3>
504
+
505
+ <ul>
506
+ <li><em>Build system</em>: <a href="http://www.cmake.org/">cmake</a>, throw the <a href="http://sources.redhat.com/autobook/">autotools</a> away.</li>
507
+ <li><em>Source code control system</em>: ditch CVS for <a href="http://subversion.tigris.org">subversion</a>.</li>
508
+ <li><em>Project management</em>: <a href="http://trac.edgewall.org/">Trac</a> tracks everything.</li>
509
+ <li><p><em>Scripting language</em>: <a href="http://www.ruby-lang.org/">Ruby</a> is Japanese pragmatism (and has a <a href="http://poignantguide.net/ruby/">poignant</a> guide).
510
+ Python, you say? Python is too academic and snob:</p>
511
+
512
+ <p>$ python <br />
513
+ Python 2.4.1 (#1, Jun 4 2005, 00:54:33)
514
+ Type "help", "copyright", "credits" or "license" for more information.</p>
515
+
516
+ <blockquote>
517
+ <blockquote>
518
+ <blockquote>
519
+ <p>exit
520
+ 'Use Ctrl-D (i.e. EOF) to exit.'
521
+ quit
522
+ 'Use Ctrl-D (i.e. EOF) to exit.'</p>
523
+ </blockquote>
524
+ </blockquote>
525
+ </blockquote></li>
526
+ <li><p><em>Java IDE</em>: <a href="http://www.borland.com/us/products/jbuilder/index.html">JBuilder</a> is great software and has a free version (IMHO better than Eclipse). Java
527
+ is not a pain anymore since it gained <a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html">generics</a> and got opensourced.</p></li>
528
+ <li><em>Mark-up language</em>: HTML is so 2001, why don't you take at look at <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a>? <a href="data/misc_markdown.png">Look at the source of this page</a>.</li>
529
+ <li><em>C++ libraries</em>:
530
+ <ul>
531
+ <li><a href="http://www.trolltech.no/">QT</a> for GUIs.</li>
532
+ <li><a href="http://www.gnu.org/software/gsl/">GSL</a> for math.</li>
533
+ <li><a href="http://www.imagemagick.org/Magick++/">Magick++</a> for manipulating images.</li>
534
+ <li><a href="http://cairographics.org/">Cairo</a> for creating PDFs.</li>
535
+ <li><a href="http://www.boost.org/">Boost</a> for just about everything else.</li>
536
+ </ul></li>
537
+ </ul>
538
+
539
+ <h3>Research</h3>
540
+
541
+ <ul>
542
+ <li><em>Writing papers</em>: <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a></li>
543
+ <li><em>Writing papers &amp; enjoying the process</em>: <a href="http://www.lyx.org">LyX</a></li>
544
+ <li><em>Handsome figures in your papers</em>: <a href="http://www.xfig.org/">xfig</a> or, better, <a href="http://tams-www.informatik.uni-hamburg.de/applets/jfig/">jfig</a>.</li>
545
+ <li><em>The occasional presentation with many graphical content</em>:
546
+ <a href="http://www.openoffice.org/product/impress.html">OpenOffice Impress</a> (using the <a href="http://ooolatex.sourceforge.net/">OOOlatex plugin</a>);
547
+ the alternative is PowerPoint with the <a href="http://texpoint.necula.org/">TexPoint</a> plugin.</li>
548
+ <li><em>Managing BibTeX</em>: <a href="http://jabref.sourceforge.net/">jabref</a>: multi-platform, for all your bibtex needs.</li>
549
+ <li><em>IEEExplore and BibTeX</em>: convert citations using <a href="http://www.bibconverter.net/ieeexplore/">BibConverter</a>.</li>
550
+ </ul>
551
+
552
+ <h3>Cool websites</h3>
553
+
554
+ <ul>
555
+ <li><em>Best site in the wwworld</em>: <a href="http://en.wikipedia.org/">Wikipedia</a></li>
556
+ <li><a href="http://www.mutopiaproject.org/">Mutopia</a> for sheet music; <a href="http://www.gutenberg.org/">the Gutenberg Project</a> for books; <a href="http://www.liberliber.it/">LiberLiber</a> for books in italian.</li>
557
+ <li><em>Blogs</em>: <a href="http://bloglines.com/">Bloglines</a></li>
558
+ <li><em>Sharing photos</em>: <a href="http://www.flickr.com/">flickr</a> exposes an API you can use.</li>
559
+ </ul>
560
+
561
+ *** Output of Markdown.pl (parsed) ***
562
+ <p>Subject: Software not painful to use
563
+ Subject_short: painless software
564
+ Topic: /misc/coolsw
565
+ Archive: no
566
+ Date: Nov 20 2006
567
+ Order: -9.5
568
+ inMenu: true</p
569
+ ><h3>General</h3
570
+ ><ul>
571
+ <li
572
+ ><em>Operating System</em
573
+ > : <a href='http://www.apple.com/getamac/'>Mac OS X</a
574
+ >: heaven, after the purgatory of Linux
575
+ and the hell of Windows.</li
576
+ >
577
+ <li
578
+ ><em>Browser</em
579
+ >: <a href='http://getfirefox.com/'>Firefox</a
580
+ >. On a Mac, <a href='http://www.caminobrowser.org/'>Camino</a
581
+ >.</li
582
+ >
583
+ <li
584
+ ><em>Email</em
585
+ >: <a href='http://gmail.com/'>GMail</a
586
+ >, "search, don't sort" really works.</li
587
+ >
588
+ <li
589
+ ><em>Text Editor</em
590
+ >: <a href='http://www.apple.com/getamac/'>TextMate</a
591
+ >, you have to buy it, but it's worth every
592
+ penny. There are rumours that it's been converting (recovering) Emacs
593
+ users (addicts). Unfortunately, it's Mac only. An alternative is
594
+ <a href='http://www.jedit.org/'>jedit</a
595
+ > (GPL, Java).</li
596
+ >
597
+ </ul
598
+ ><h3>Development</h3
599
+ ><ul>
600
+ <li
601
+ ><em>Build system</em
602
+ >: <a href='http://www.cmake.org/'>cmake</a
603
+ >, throw the <a href='http://sources.redhat.com/autobook/'>autotools</a
604
+ > away.</li
605
+ >
606
+ <li
607
+ ><em>Source code control system</em
608
+ >: ditch CVS for <a href='http://subversion.tigris.org'>subversion</a
609
+ >.</li
610
+ >
611
+ <li
612
+ ><em>Project management</em
613
+ >: <a href='http://trac.edgewall.org/'>Trac</a
614
+ > tracks everything.</li
615
+ >
616
+ <li
617
+ ><p
618
+ ><em>Scripting language</em
619
+ >: <a href='http://www.ruby-lang.org/'>Ruby</a
620
+ > is Japanese pragmatism (and has a <a href='http://poignantguide.net/ruby/'>poignant</a
621
+ > guide).
622
+ Python, you say? Python is too academic and snob:</p
623
+ >
624
+
625
+ <p>$ python <br/
626
+ >
627
+ Python 2.4.1 (#1, Jun 4 2005, 00:54:33)
628
+ Type "help", "copyright", "credits" or "license" for more information.</p
629
+ >
630
+
631
+ <blockquote>
632
+ <blockquote>
633
+ <blockquote>
634
+ <p>exit
635
+ 'Use Ctrl-D (i.e. EOF) to exit.'
636
+ quit
637
+ 'Use Ctrl-D (i.e. EOF) to exit.'</p
638
+ >
639
+ </blockquote
640
+ >
641
+ </blockquote
642
+ >
643
+ </blockquote
644
+ ></li
645
+ >
646
+ <li
647
+ ><p
648
+ ><em>Java IDE</em
649
+ >: <a href='http://www.borland.com/us/products/jbuilder/index.html'>JBuilder</a
650
+ > is great software and has a free version (IMHO better than Eclipse). Java
651
+ is not a pain anymore since it gained <a href='http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html'>generics</a
652
+ > and got opensourced.</p
653
+ ></li
654
+ >
655
+ <li
656
+ ><em>Mark-up language</em
657
+ >: HTML is so 2001, why don't you take at look at <a href='http://en.wikipedia.org/wiki/Markdown'>Markdown</a
658
+ >? <a href='data/misc_markdown.png'>Look at the source of this page</a
659
+ >.</li
660
+ >
661
+ <li
662
+ ><em>C++ libraries</em
663
+ >:
664
+ <ul>
665
+ <li
666
+ ><a href='http://www.trolltech.no/'>QT</a
667
+ > for GUIs.</li
668
+ >
669
+ <li
670
+ ><a href='http://www.gnu.org/software/gsl/'>GSL</a
671
+ > for math.</li
672
+ >
673
+ <li
674
+ ><a href='http://www.imagemagick.org/Magick++/'>Magick++</a
675
+ > for manipulating images.</li
676
+ >
677
+ <li
678
+ ><a href='http://cairographics.org/'>Cairo</a
679
+ > for creating PDFs.</li
680
+ >
681
+ <li
682
+ ><a href='http://www.boost.org/'>Boost</a
683
+ > for just about everything else.</li
684
+ >
685
+ </ul
686
+ ></li
687
+ >
688
+ </ul
689
+ ><h3>Research</h3
690
+ ><ul>
691
+ <li
692
+ ><em>Writing papers</em
693
+ >: <a href='http://en.wikipedia.org/wiki/LaTeX'>LaTeX</a
694
+ ></li
695
+ >
696
+ <li
697
+ ><em>Writing papers &amp; enjoying the process</em
698
+ >: <a href='http://www.lyx.org'>LyX</a
699
+ ></li
700
+ >
701
+ <li
702
+ ><em>Handsome figures in your papers</em
703
+ >: <a href='http://www.xfig.org/'>xfig</a
704
+ > or, better, <a href='http://tams-www.informatik.uni-hamburg.de/applets/jfig/'>jfig</a
705
+ >.</li
706
+ >
707
+ <li
708
+ ><em>The occasional presentation with many graphical content</em
709
+ >:
710
+ <a href='http://www.openoffice.org/product/impress.html'>OpenOffice Impress</a
711
+ > (using the <a href='http://ooolatex.sourceforge.net/'>OOOlatex plugin</a
712
+ >);
713
+ the alternative is PowerPoint with the <a href='http://texpoint.necula.org/'>TexPoint</a
714
+ > plugin.</li
715
+ >
716
+ <li
717
+ ><em>Managing BibTeX</em
718
+ >: <a href='http://jabref.sourceforge.net/'>jabref</a
719
+ >: multi-platform, for all your bibtex needs.</li
720
+ >
721
+ <li
722
+ ><em>IEEExplore and BibTeX</em
723
+ >: convert citations using <a href='http://www.bibconverter.net/ieeexplore/'>BibConverter</a
724
+ >.</li
725
+ >
726
+ </ul
727
+ ><h3>Cool websites</h3
728
+ ><ul>
729
+ <li
730
+ ><em>Best site in the wwworld</em
731
+ >: <a href='http://en.wikipedia.org/'>Wikipedia</a
732
+ ></li
733
+ >
734
+ <li
735
+ ><a href='http://www.mutopiaproject.org/'>Mutopia</a
736
+ > for sheet music; <a href='http://www.gutenberg.org/'>the Gutenberg Project</a
737
+ > for books; <a href='http://www.liberliber.it/'>LiberLiber</a
738
+ > for books in italian.</li
739
+ >
740
+ <li
741
+ ><em>Blogs</em
742
+ >: <a href='http://bloglines.com/'>Bloglines</a
743
+ ></li
744
+ >
745
+ <li
746
+ ><em>Sharing photos</em
747
+ >: <a href='http://www.flickr.com/'>flickr</a
748
+ > exposes an API you can use.</li
749
+ >
750
+ </ul
751
+ >