Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 11/14/09 23:36:37 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 6 6 7 7 === [wiki:markdown-tools Markdown tools ] === 8 * [wiki:markdown-tools#mkd2pdf mkd2pdf] : Markdown to PDF converter (small wrapper around markdown and wkhtmltopdf) 9 * [wiki:markdown-tools#mkd2s5 mkd2s5] : Creates a s5 slideshow from a Markdown file (in perl, with templates) 8 9 Tiny hacks against markdown files, to convert them to end-user-dedicated formats. 10 Written in Perl, using a templating system for easy customizations, and wrapping a markdown implementation (markdown to html), 11 wkhtmltopdf (html to pdf) and vim (optional syntax highlighting). 12 13 * [wiki:markdown-tools mkd2pdf] : Markdown to PDF converter 14 * [wiki:markdown-tools mkd2s5] : Creates a s5 slideshow from a Markdown file 15 * [wiki:markdown-tools mkd2website] : generates a complete static website with a hierarchical menu, such as http://zecrazytux.net 10 16 11 17 === [wiki:fuckpaste Fuckpaste] : highlight and paste code and text documents: pastebin reloaded ! === 12 18 13 19 [wiki:fuckpaste Fuckpaste] is a tiny script that aims to let you colour and show publicly code snippets or text documents, 14 soas pastebin does.20 as pastebin does. 15 21 16 Whereaspastebin, people won't be able to comment your code, but here are some bouns:22 Contrarily to pastebin, people won't be able to comment your code, but here are some bouns: 17 23 18 24 * hosted were you want to (you can delete as soon as you want or keep it for ages, nobody matter) 19 * syntax highligting using vim, so that coloration is as great, as shiny, as bea tiful as your current vim theme is :)25 * syntax highligting using vim, so that coloration is as great, as shiny, as beautiful as your current vim theme is :) 20 26 * power user / web2.0-unaware people friendly: cli driven, url in clipboard 21 27