Network programming assignment for University
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 4.8 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!---
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. <!---
  16. +======================================================================+
  17. |**** ****|
  18. |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
  19. |**** DO NOT EDIT DIRECTLY ****|
  20. |**** ****|
  21. +======================================================================+
  22. | TEMPLATE FILE: readme-md-template.md |
  23. | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  24. +======================================================================+
  25. | |
  26. | 1) Re-generate using: mvn commons:readme-md |
  27. | |
  28. | 2) Set the following properties in the component's pom: |
  29. | - commons.componentid (required, alphabetic, lower case) |
  30. | - commons.release.version (required) |
  31. | |
  32. | 3) Example Properties |
  33. | |
  34. | <properties> |
  35. | <commons.componentid>math</commons.componentid> |
  36. | <commons.release.version>1.2</commons.release.version> |
  37. | </properties> |
  38. | |
  39. +======================================================================+
  40. --->
  41. Apache Commons CLI
  42. ===================
  43. Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.
  44. Documentation
  45. -------------
  46. More information can be found on the [homepage](https://commons.apache.org/proper/commons-cli).
  47. The [JavaDoc](https://commons.apache.org/proper/commons-cli/javadocs/api-release) can be browsed.
  48. Questions related to the usage of Apache Commons CLI should be posted to the [user mailing list][ml].
  49. Where can I get the latest release?
  50. -----------------------------------
  51. You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-cli/download_cli.cgi).
  52. Alternatively you can pull it from the central Maven repositories:
  53. ```xml
  54. <dependency>
  55. <groupId>commons-cli</groupId>
  56. <artifactId>commons-cli</artifactId>
  57. <version>1.3.1</version>
  58. </dependency>
  59. ```
  60. Contributing
  61. ------------
  62. We accept PRs via github. The [developer mailing list][ml] is the main channel of communication for contributors.
  63. There are some guidelines which will make applying PRs easier for us:
  64. + No tabs! Please use spaces for indentation.
  65. + Respect the code style.
  66. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  67. + Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
  68. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
  69. You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
  70. License
  71. -------
  72. Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).
  73. Donations
  74. ---------
  75. You like Apache Commons CLI? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
  76. Additional Resources
  77. --------------------
  78. + [Apache Commons Homepage](https://commons.apache.org/)
  79. + [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/)
  80. + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
  81. + #apachecommons IRC channel on freenode.org
  82. [ml]:https://commons.apache.org/mail-lists.html