You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/10/06 20:29:53 UTC

[GitHub] [kibble] turbaszek opened a new pull request #35: Improve the look of README.md

turbaszek opened a new pull request #35:
URL: https://github.com/apache/kibble/pull/35


   README is the first thing users will see so it's important to keep
   it nice and structured. This commit adds more information about
   Kibble components, structures the file and adds note about
   contributing.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on a change in pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #35:
URL: https://github.com/apache/kibble/pull/35#discussion_r501243310



##########
File path: README.md
##########
@@ -1,18 +1,33 @@
-![Logo](/ui/images/kibble-logo.png)
+<p align="center"><img src="/ui/images/kibble-logo.png" width="300"/></p>
 
-# Kibble UI and Database Service
+# Apache Kibble
 
-_Apache Kibble is a suite of tools for collecting, aggregating and
-visualizing activity in software projects._
+Apache Kibble is a tool to collect, aggregate and visualize data about open source projects
+maintained by open source projects. It consists of two components:
+
+- **Kibble Server** (this repository) - main database and UI Server. It serves as the hub
+ for the scanners to connect to, and provides the overall management of sources as well as the
+ visualizations and API end points.
+- **Kibble scanners** ([kibble-scanners](https://github.com/apache/kibble-scanners)) - a collection of
+ scanning applications each designed to work with a specific type of resource (git repo, mailing list, 
+ JIRA, etc) and push compiled data objects to the Kibble Server.
+
+## Documentation
 
 For information about the Kibble project and community, visit our
 web site at [https://kibble.apache.org/](https://kibble.apache.org/).
 
-For an online demo of the Kibble service, see
-[https://demo.kibble.apache.org/](https://demo.kibble.apache.org/).
+## Live demo
+
+If you would love to try Kibble without installing it on your own machine try the online demo of the Kibble
+service: [https://demo.kibble.apache.org/](https://demo.kibble.apache.org/).
+
+
+## Installation
+
+For installation steps see the [documentation](https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server).
 
-See the [documentation](https://apache-kibble.readthedocs.io/) for
-installation, setup and usage instructions.
+## Contributing
 
-This is one component of the Kibble Suite. Please also see the 
-[kibble scanners](https://github.com/apache/kibble-scanners) utility.
+We welcomes all contributions that improve the state of the Apache Kibble project. For contribution guidelines

Review comment:
       ```suggestion
   We welcome all contributions that improve the state of the Apache Kibble project. For contribution guidelines
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
turbaszek commented on pull request #35:
URL: https://github.com/apache/kibble/pull/35#issuecomment-705134107


   Hey @sharanf thanks a lot for the review! I applied your suggestions 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] sharanf merged pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
sharanf merged pull request #35:
URL: https://github.com/apache/kibble/pull/35


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
turbaszek commented on pull request #35:
URL: https://github.com/apache/kibble/pull/35#issuecomment-704535232


   To see how the changes will look like please take a look: https://github.com/PolideaInternal/kibble/tree/improve-readme


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] turbaszek commented on a change in pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
turbaszek commented on a change in pull request #35:
URL: https://github.com/apache/kibble/pull/35#discussion_r501243899



##########
File path: README.md
##########
@@ -1,18 +1,33 @@
-![Logo](/ui/images/kibble-logo.png)
+<p align="center"><img src="/ui/images/kibble-logo.png" width="300"/></p>
 
-# Kibble UI and Database Service
+# Apache Kibble
 
-_Apache Kibble is a suite of tools for collecting, aggregating and
-visualizing activity in software projects._
+Apache Kibble is a tool to collect, aggregate and visualize data about open source projects
+maintained by open source projects. It consists of two components:

Review comment:
       ```suggestion
   Apache Kibble is a tool to collect, aggregate and visualize data about any software project that uses commonly known tools. It consists of two components:
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kibble] sharanf commented on a change in pull request #35: Improve the look of README.md

Posted by GitBox <gi...@apache.org>.
sharanf commented on a change in pull request #35:
URL: https://github.com/apache/kibble/pull/35#discussion_r501221569



##########
File path: README.md
##########
@@ -1,18 +1,33 @@
-![Logo](/ui/images/kibble-logo.png)
+<p align="center"><img src="/ui/images/kibble-logo.png" width="300"/></p>
 
-# Kibble UI and Database Service
+# Apache Kibble
 
-_Apache Kibble is a suite of tools for collecting, aggregating and
-visualizing activity in software projects._
+Apache Kibble is a tool to collect, aggregate and visualize data about open source projects
+maintained by open source projects. It consists of two components:
+
+- **Kibble Server** (this repository) - main database and UI Server. It serves as the hub
+ for the scanners to connect to, and provides the overall management of sources as well as the
+ visualizations and API end points.
+- **Kibble scanners** ([kibble-scanners](https://github.com/apache/kibble-scanners)) - a collection of
+ scanning applications each designed to work with a specific type of resource (git repo, mailing list, 
+ JIRA, etc) and push compiled data objects to the Kibble Server.
+
+## Documentation
 
 For information about the Kibble project and community, visit our
 web site at [https://kibble.apache.org/](https://kibble.apache.org/).
 
-For an online demo of the Kibble service, see
-[https://demo.kibble.apache.org/](https://demo.kibble.apache.org/).
+## Live demo
+
+If you would love to try Kibble without installing it on your own machine try the online demo of the Kibble
+service: [https://demo.kibble.apache.org/](https://demo.kibble.apache.org/).
+
+
+## Installation
+
+For installation steps see the [documentation](https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server).
 
-See the [documentation](https://apache-kibble.readthedocs.io/) for
-installation, setup and usage instructions.
+## Contributing
 
-This is one component of the Kibble Suite. Please also see the 
-[kibble scanners](https://github.com/apache/kibble-scanners) utility.
+We welcomes all contributions that improve the state of the Apache Kibble project. For contribution guidelines

Review comment:
       Minor typo - "We welcome all contributions..."

##########
File path: README.md
##########
@@ -1,18 +1,33 @@
-![Logo](/ui/images/kibble-logo.png)
+<p align="center"><img src="/ui/images/kibble-logo.png" width="300"/></p>
 
-# Kibble UI and Database Service
+# Apache Kibble
 
-_Apache Kibble is a suite of tools for collecting, aggregating and
-visualizing activity in software projects._
+Apache Kibble is a tool to collect, aggregate and visualize data about open source projects
+maintained by open source projects. It consists of two components:

Review comment:
       Kibble will work for any software project not only the open source ones. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org