Skip to content

Commit

Permalink
Docs & logo tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Feb 4, 2019
1 parent a1e2856 commit a3b8220
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Presentations:
([slides](https://kintyre.rocks/ksconf18)) Splunk .conf bsides talk - Oct 2, 2018


[logo]: docs/source/logo.png
[logo]: docs/images/logo.png
File renamed without changes
6 changes: 6 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Add Python 3 support, new commands, support for external command plugins, tox and vagrant for testing.

### Release v0.5.6 (2019-02-04)
* Fixes and improvements to the `filter` command. Found issue with processing from stdin,
inconsistency in some CLI arguments, and finished implementation for various output modes.
* Add logo (fist attempt).


### Release v0.5.5 (2019-01-28)
* New `filter` command added for slicing up a conf file into smaller pieces. Think of this as
GREP that's stanza-aware. Can also whitelist or blacklist attributes, if desirable.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Kintyre's Splunk CONFiguration tool
===================================

.. image:: example.png
.. image:: logo.png
:alt: Ksconf logo


Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Helpful links:
* ['pip install' fails for every package ("Could not find a version that satisfies the requirement")](https://stackoverflow.com/a/49748494/315892)


### No module named 'command.install''
### No module named 'command.install'

If, while trying to install `pip` or run a `pip` command you see the following error:

Expand Down

0 comments on commit a3b8220

Please sign in to comment.