Sha256: abede6e75b211c53cd17607c3d62db0c1299fde3ce7a80fe91437f1409fded82

Contents?: true

Size: 1.86 KB

Versions: 4

Compression:

Stored size: 1.86 KB

Contents

# Diglossa

Diglossa is a helper gem for diglossa.org-like libraries.

## Installation


Install it as:

    $ gem install diglossa

## CLI Usage

After installing the diglossa gem, Diglossa is available from your command line using the <tt>dg</tt> command. To get a complete overview of possible options type:

  dg help

The examples and descriptions below does not cover all the options available via the CLI. So remember to refer back to the <tt>dg help</tt> command.

Commands:

    dg help [COMMAND]          # Describe available commands or one specific command
    dg author [NIC, push]      # get author by NIC

book contents:

    dg build [PATH]               # parse BOOK by root PATH(.json/.yml) and build hash, ex: dg build "NT/Palama/Triads"
    dg warns [PATH]            # print errors and warns about BOOK by PATH
    dg get [PATH/URL]         # get BOOK tree by root path or url, i.e. "Greek/Plato/Dialogues" or "NT/Greek/Plat...
    dg push [PATH]               # builds, checks and pushes BOOK to couchdb by root PATH

texts (paragraphs):

    dg gettexts [URL, delete]  # get or delete! text docs by exact URL: dg gettexts "Psell/Chronographia/Part-1" N...
    dg pushtexts [PATH]          # parse texts for root PATH, ex: dg docs "NT/Palama/Triads"



## ToDo

    dg library         # library contents get/push

## Community

Join https://groups.google.com/forum/?fromgroups#!forum/diglossa mailing list

## Special Thanks

Diglossa was inspired by soca.gem by Aaron Quint which I used to work with. Many thanks.


## License

released under the GPL License.

## Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
diglossa-0.2.23 README.md
diglossa-0.2.22 README.md
diglossa-0.2.21 README.md
diglossa-0.2.19 README.md