Skip to content

Commit

Permalink
changed readme to use markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch committed Aug 28, 2011
1 parent 4081b3c commit dbe85d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.rdoc → README.markdown
@@ -1,4 +1,4 @@
= DTAUS & DTAZV always comes together
# DTAUS & DTAZV always comes together

DTAUS & DTAZV are formats for German bank transfers and is short for
"Datenträgeraustausch". The format itself totally sucks because it was
Expand All @@ -10,24 +10,24 @@ This gem saves you all the trouble when generating DTAUS- or DTAZV-text.

We love building payment applications

== Install
## Install

gem install king_dtaus

== Features
## Features

* create DTAUS debit advice (Lastschrift)
* create DTAUS credit advice (Gutschrift)
* create DTAZV debit advice
* High Test coverage to ensure our Software Quality http://travis-ci.org/#!/salesking/king_dtaus
* High Test coverage to ensure our Software Quality: [![Build Status](https://secure.travis-ci.org/salesking/king_dtaus.png)](http://travis-ci.org/salesking/king_dtaus)


== TODOs
## TODOs

* first gem with no todo's - never seen it, huh? - just kidding
* some more edge-case tests needed

== Resources
## Resources

* DTAZV-Viewer: http://www.meta-evolutions.de/pages/artikel-20070630-dtazv-datei-betrachter.html
* DTA/DTAZV PHP Pear: http://pear.php.net/package/Payment_DTA
Expand All @@ -37,11 +37,11 @@ We love building payment applications
* StarMoney: http://www.starmoney.de/index.php?id=starmoneybusiness_testen
* SalesKing: http://salesking.eu

== Examples
## Examples

Here are some examples how to create a DTA- or DTAZV-File. Also check out the spec/dtazv_test.rb to have a running Example of an Export.

=== DTA
##= DTA

# create a new dtaus object
dta = KingDta::Dtaus.new('LK')
Expand All @@ -66,7 +66,7 @@ Here are some examples how to create a DTA- or DTAZV-File. Also check out the sp
# create datausstring and do with it whatever fits your workflow
my_str = dta.create

=== DTAZV
### DTAZV

@date = Date.today
@dudes_dtazv_export = KingDta::Dtazv.new(@date)
Expand Down Expand Up @@ -111,7 +111,7 @@ Here are some examples how to create a DTA- or DTAZV-File. Also check out the sp

also make sure to read the specs

== Credits
## Credits

Bugfixes and enhancements by

Expand All @@ -124,4 +124,4 @@ This gem used https://rubygems.org/gems/DTAUS as a starting point.
It was disected, turned into a real class structure, bugs where fixed and
of course a full test suite ensures its functionality.

Copyright (c) 2009-2011 Georg Leciejewski (SalesKing), Jan Kus (Railslove), released under the MIT license
Copyright (c) 2009-2011 Georg Leciejewski (SalesKing), Jan Kus (Railslove), released under the MIT license
File renamed without changes.

0 comments on commit dbe85d5

Please sign in to comment.