Skip to content

Commit

Permalink
Changed README(.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Beiner committed Oct 3, 2009
1 parent 5be22dd commit 751b5c9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README

This file was deleted.

25 changes: 25 additions & 0 deletions README.md
@@ -0,0 +1,25 @@
MooTools Enhanced Printing
=============

Deutsch
----------
Mit diesem Script und etwas CSS können Sie das Drucklayout Ihrer Webseite mit zusätzlichen Informationen (als Fußnoten), wie die verweisende URL von Links oder die Erklärung einer Abkürzung (<abbr>-Tag), erweitern.

English
----------
With this script and some CSS, you can enhance the printlayout of your website with additional information (as footnotes), like showing the referring URL of links or the declaration of an acronym (<abbr>-tag).

![Screenshot](http://img402.imageshack.us/img402/3801/beispiel.jpg)

How to Use
----------
<script type="text/javascript">
window.addEvent('domready', function() {
new EnhancedPrinting('content');
});
</script>

'content' ist die ID des Elements mit den druckbaren Inhalten.
'content' is the ID of the element with the printable content.

![Layout](http://img261.imageshack.us/img261/6451/layoutkx.jpg)

0 comments on commit 751b5c9

Please sign in to comment.