Sha256: 27e249f2e9d3661d33b47727813e7ea1fd5a4827fb6daf7794cdc2632885dd71

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

```
 _____    _   _           ____          _      
|__  /___| |_| |_ __ _   / ___|___   __| | ___
  / // _ \ __| __/ _` | | |   / _ \ / _` |/ _ \
 / /|  __/ |_| || (_| | | |__| (_) | (_| |  __/
/____\___|\__|\__\__,_|  \____\___/ \__,_|\___|
```

# Zettacode

This repository has two sections:
1. `zettacode` app source code
2. [Repository of processed files](zettacode.files) usign `zettacode`. Every time, I will use `zettacode`, I will save results into `files.zettacode` folder.

# 1. Zettacode application

`zettacode` is an application that helps us perform various tasks with files from the [rosettacode.org](https://rosettacode.org/wiki/Rosetta_Code) website.

Features:

* Free license
* Multiplatform
* Command Application

## 1.1 Installation

* Install Ruby on your host.
* `ruby -v`, check current Ruby version.
* `gem install zettacode`, to install "zettacode" gem.
* `zettacode -v`, show current version.

## 1.2 Usage

**Parse local XML file**
* Goto [RosettaCode](https://rosettacode.org/wiki/Special:Export) export page.
* Add 1 page manually and export.
* `zettacode --parse PATH/TO/XML/FILE`, execute Zettacode to parse XML file into code files.
* The files are created in the `files.zettacode` folder.

> **TODO**:
> Next version will include Scrap RosettaCode function


## 1.3 Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dvarrui/zettacode.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zettacode-0.1.2 README.md