Changes between Version 15 and Version 16 of WikiStart

Show
Ignore:
Timestamp:
11/14/09 23:36:37 (10 months ago)
Author:
zecrazytux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    66 
    77=== [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 
     9Tiny hacks against markdown files, to convert them to end-user-dedicated formats. 
     10Written in Perl, using a templating system for easy customizations, and wrapping a markdown implementation (markdown to html),  
     11wkhtmltopdf (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 
    1016 
    1117=== [wiki:fuckpaste Fuckpaste] : highlight and paste code and text documents: pastebin reloaded ! === 
    1218 
    1319[wiki:fuckpaste Fuckpaste] is a tiny script that aims to let you colour and show publicly code snippets or text documents,  
    14 so as pastebin does. 
     20as pastebin does. 
    1521 
    16 Whereas pastebin, people won't be able to comment your code, but here are some bouns: 
     22Contrarily to pastebin, people won't be able to comment your code, but here are some bouns: 
    1723 
    1824 * 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 beatiful 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 :)   
    2026 * power user / web2.0-unaware people friendly: cli driven, url in clipboard 
    2127