-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
150 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,11 @@ | ||
[![views](https://sourcegraph.com/api/repos/github.com/schtunt/simbol/counters/views.png)](https://sourcegraph.com/github.com/schtunt/simbol) | ||
[![authors](https://sourcegraph.com/api/repos/github.com/schtunt/simbol/badges/authors.png)](https://sourcegraph.com/github.com/schtunt/simbol) | ||
[![status](https://sourcegraph.com/api/repos/github.com/schtunt/simbol/badges/status.png)](https://sourcegraph.com/github.com/schtunt/simbol) | ||
|
||
# `gh-pages` README | ||
You are probably looking for this [README](https://github.com/schtunt/simbol/blob/gh-pages/README.md), or the corresponding [homepage](https://schtunt.github.io/simbol/). | ||
|
||
--- | ||
# README | ||
Please note that this README doesn't cover what `simbol` is (that is covered in the [homepage](https://schtunt.github.io/simbol/)), but focuses instead on the current status of simbol development. | ||
|
||
## Development Status | ||
<!-- | ||
We use moons to illustrate code-complete status. | ||
:new_moon: | ||
:waxing_crescent_moon: | ||
:first_quarter_moon: | ||
:waxing_gibbous_moon: | ||
:full_moon: | ||
:waning_gibbous_moon: | ||
:last_quarter_moon: | ||
:waning_crescent_moon: | ||
:new_moon: | ||
--> | ||
|
||
Here are the currently developing/developed simbol modules: | ||
|
||
| Core Module | Code-Complete | Description | | ||
| ------------- | ----------------------- | ------------------------------------------------------------------- | | ||
| unit | :waning_gibbous_moon: | Core Unit-Testing module | | ||
| util | :full_moon: | Core utilities module | | ||
| help | :full_moon: | Core help module | | ||
| hgd | :waning_gibbous_moon: | Core HGD (Host-Group Directive) module | | ||
| net | :full_moon: | Core networking module | | ||
| gpg | :full_moon: | Core GNUPG module | | ||
| vault | :full_moon: | Core vault and secrets management module | | ||
| remote | :waning_gibbous_moon: | The simbol remote access/execution module (ssh, ssh/sudo, tmux, etc.) | | ||
| git | :full_moon: | Auxiliary Git helper module | | ||
| dns | :full_moon: | Core DNS module | | ||
| tunnel | :full_moon: | Secure shell tunnelling wrapper | | ||
| rb | :waning_gibbous_moon: | Interface to Ruby sandbox via `xplm` | | ||
| py | :waning_gibbous_moon: | Interface to Python sandbox via `xplm` | | ||
| pl | :waning_gibbous_moon: | Interface to Perl sandbox via `xplm` (via `rbenv`, `pyenv`, and `plenv' | | ||
| xplm | :waning_gibbous_moon: | Interface to Ruby, Python, and Perl sandboxes | | ||
| tutorial | :waning_crescent_moon: | The simbol module aims to serve as a tutorial for new simbol users | | ||
|
||
And here is their relationship with one-another; i.e., the dependecy graph of the core primary simbol modules: | ||
![Module Dependencies](https://dl.dropboxusercontent.com/u/68796871/projects/Site/dependencies.png) | ||
|
||
The following set of modules are generally only useful under special-circumstances, and so are disabled by default: | ||
|
||
| Alpha Modules | Code-Complete | Description | | ||
| ------------- | ----------------------- | ------------------------------------------------------------------- | | ||
| ng | :last_quarter_moon: | Core Netgroup module | | ||
| ldap | :last_quarter_moon: | The simbol LDAP module | | ||
| pagerduty | :new_moon: | PagerDuty CLI interface | | ||
The Simbol README is maintained in the [GitHub Pages README](https://github.com/schtunt/simbol/blob/gh-pages/README.md), or the corresponding [homepage](https://schtunt.github.io/simbol/) branch. | ||
|
||
--- | ||
|
||
# Build Status | ||
Here are the current build statuses of the various GitHub branches of simbol: | ||
|
||
| Branch | Status | | ||
|------------|--------| | ||
| `master` | [![Build Status](https://travis-ci.org/schtunt/simbol.png?branch=master)](https://travis-ci.org/schtunt/simbol/branches) | | ||
| `develop` | [![Build Status](https://travis-ci.org/schtunt/simbol.png?branch=develop)](https://travis-ci.org/schtunt/simbol/branches) | | ||
| Branch | `travis.io` | `coveralls.io` | `codecov.io` | | ||
|------------|-------------|----------------|--------------| | ||
| `master` | [![Build Status](https://travis-ci.org/schtunt/simbol.png?branch=master)](https://travis-ci.org/schtunt/simbol/branches) | [![Coverage Status](https://coveralls.io/repos/github/schtunt/simbol/badge.svg?branch=master)](https://coveralls.io/github/schtunt/simbol?branch=master) | [![codecov](https://codecov.io/gh/schtunt/simbol/branch/master/graph/badge.svg)](https://codecov.io/gh/schtunt/simbol) | | ||
| `develop` | [![Build Status](https://travis-ci.org/schtunt/simbol.png?branch=develop)](https://travis-ci.org/schtunt/simbol/branches) | [![Coverage Status](https://coveralls.io/repos/github/schtunt/simbol/badge.svg?branch=develop)](https://coveralls.io/github/schtunt/simbol?branch=develop) | [![codecov](https://codecov.io/gh/schtunt/simbol/branch/develop/graph/badge.svg)](https://codecov.io/gh/schtunt/simbol) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
codecov: | ||
token: 8a343020-d6dd-4726-aa64-7e0c1ac5ad22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters