From 78368479d099c96f3f9926a561da191f7cd352b3 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sat, 16 Jan 2016 07:30:57 +0200 Subject: [PATCH] Added Advanced section and Delivering Software to Users, Getting involved, Package Manager, and Other Resource docs. --- content/en/advanced.md | 4 ++++ content/en/advanced/delivering-software.md | 3 +++ content/en/advanced/getting-involved.md | 19 +++++++++++++++++++ content/en/advanced/other-resources.md | 6 ++++++ content/en/advanced/package-manager.md | 3 +++ 5 files changed, 35 insertions(+) create mode 100644 content/en/advanced.md create mode 100644 content/en/advanced/delivering-software.md create mode 100644 content/en/advanced/getting-involved.md create mode 100644 content/en/advanced/other-resources.md create mode 100644 content/en/advanced/package-manager.md diff --git a/content/en/advanced.md b/content/en/advanced.md new file mode 100644 index 0000000..c6d9528 --- /dev/null +++ b/content/en/advanced.md @@ -0,0 +1,4 @@ +# Advanced +*We've build the engine. You get to tune it.* + + \ No newline at end of file diff --git a/content/en/advanced/delivering-software.md b/content/en/advanced/delivering-software.md new file mode 100644 index 0000000..3bdb311 --- /dev/null +++ b/content/en/advanced/delivering-software.md @@ -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. \ No newline at end of file diff --git a/content/en/advanced/getting-involved.md b/content/en/advanced/getting-involved.md new file mode 100644 index 0000000..7476f71 --- /dev/null +++ b/content/en/advanced/getting-involved.md @@ -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/). \ No newline at end of file diff --git a/content/en/advanced/other-resources.md b/content/en/advanced/other-resources.md new file mode 100644 index 0000000..d2abc44 --- /dev/null +++ b/content/en/advanced/other-resources.md @@ -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) \ No newline at end of file diff --git a/content/en/advanced/package-manager.md b/content/en/advanced/package-manager.md new file mode 100644 index 0000000..bd27b5d --- /dev/null +++ b/content/en/advanced/package-manager.md @@ -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). \ No newline at end of file