Added Advanced section and Delivering Software to Users, Getting involved, Package Manager, and Other Resource docs.
This commit is contained in:
parent
caeac7f101
commit
78368479d0
|
@ -0,0 +1,4 @@
|
|||
# Advanced
|
||||
*We've build the engine. You get to tune it.*
|
||||
|
||||
<!-- Reference advanced/* contents. -->
|
|
@ -0,0 +1,3 @@
|
|||
## Delivering software on the system
|
||||
|
||||
Software is delivered for Solus through the Solus repository. In the event you wish to provide **open source** software via the repository, we provide a [Packaging Guide](https://wiki.solus-project.com/Packaging_Guide) to help get you started.
|
|
@ -0,0 +1,19 @@
|
|||
## Getting Involved
|
||||
|
||||
### Google+ and Forums
|
||||
|
||||
With so many new users joining, there are always more people needing help. A great way to help us out, would be to help out our users on the [Solus Project Forums](https://solus-project.com/forums/) as well as [Google+ community](https://plus.google.com/communities/104830131595272878110).
|
||||
|
||||
### IRC
|
||||
|
||||
Internet Relay Chat is a great way to discuss issues and development with the community, and project developers. It's also a great place for getting support.
|
||||
|
||||
Channel | Description
|
||||
----- | -----
|
||||
[#Solus](irc://chat.freenode.net/#Solus) | Main project IRC channel, primarily for support.
|
||||
[#Solus-Chat](irc://chat.freenode.net/#Solus-Chat) | Off-topic channel for Solus.
|
||||
[#Solus-Dev](irc://chat.freenode.net/#Solus-Dev) | Development discussions.
|
||||
|
||||
### Reporting issues
|
||||
|
||||
You can report issues via the [Solus bug tracker](https://bugs.solus-project.com/).
|
|
@ -0,0 +1,6 @@
|
|||
## Other Resources
|
||||
|
||||
- [Official website](https://solus-project.com/)
|
||||
- [Blog](https://solus-project.com/blog/)
|
||||
- [Solus Release Cycle](https://solus-project.com/release-cycle/)
|
||||
- [Solus wiki](https://wiki.solus-project.com/Main_Page)
|
|
@ -0,0 +1,3 @@
|
|||
## Using the Package manager
|
||||
|
||||
Solus uses the eopkg package management system to deliver software to the end-user. You can read about the package manager [here](https://wiki.solus-project.com/Package_Management).
|
Reference in New Issue