Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header markup. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
= gedcom
## gedcom

* http://rbur004.github.com/gedcom/
* Source https://github.com/rbur004/gedcom
* Gem https://rubygems.org/gems/gedcom

== DESCRIPTION:
## DESCRIPTION:

A Ruby GEDCOM text file parser and producer, that produces a tree of objects from each of the
GEDCOM file types and subtypes. Understands the full GEDCOM 5.5 grammar, and will handle
unknown tags hierarchies as a Note class.


== FEATURES/PROBLEMS:
## FEATURES/PROBLEMS:

* Gedcom multicharacter ANSEL encoding is currently not understood when reading and writing, but is preserved if the file is opened as ASCII-8BIT.
* CR line termination causes issues for systems with native LF line termination (CRLF is fine).
Expand Down Expand Up @@ -40,7 +40,7 @@ unknown tags hierarchies as a Note class.
* Want to add a merge option, to take multiple transmission and make a single one from them.
* save/load (to/from a database) is yet to be ported. GedcomBase#to_db is a dummy function.

== SYNOPSIS:
## SYNOPSIS:

require 'gedcom'

Expand Down Expand Up @@ -68,15 +68,15 @@ unknown tags hierarchies as a Note class.
puts "\nComplete"


== REQUIREMENTS:
## REQUIREMENTS:

* require 'rubygems'

== INSTALL:
## INSTALL:

* sudo gem install gedcom

== LICENSE:
## LICENSE:

Distributed under the Ruby License.

Expand Down