diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -10,10 +10,10 @@ For additional information about the project, please browse the official website **Lumina Project Info: Table of Contents** - [Description](#description) - - [Latest Versions](#latestversions) - - [Translations](#translations) - - [How to file bug reports or feature requests](#filebugs) - - [How to build from source](#buildfromsource) +- [Latest Versions](#latestversions) +- [Translations](#translations) +- [How to file bug reports or feature requests](#filebugs) +- [How to build from source](#buildfromsource) **General Project Information: Table of Contents** @@ -37,22 +37,25 @@ Description <a name="description"></a> The Lumina Desktop Environment is a lightweight system interface that is designed for use on any Unix-like operating system. It takes a plugin-based approach, allowing the entire interface to be assembled/arranged by each individual user as desired, with a system-wide default layout which can be setup by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity. +Supported operating systems include (but are not limited to): + * BSD: TrueOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD, GNU/kFreeBSD + * Linux: Gentoo, Debian, "Generic" Linux (including Arch, Ubuntu, and more) + + Latest Versions <a name="latestversions"></a> ---- Click [HERE](https://github.com/trueos/lumina/releases) to see all the available releases for the Lumina Desktop. -Click [HERE]() to see all the available branches of the Lumina Desktop source tree (includes development versions: *.*.(X > 0)). +Click [HERE]() to see all the available branches of the Lumina Desktop source tree (includes development versions: X.Y.(Z > 0)). The master branch is where all development is performed and tested before the next version is tagged. Additionally, every version (development **and** release) of the project gets branched off of master at the time the version is tagged, so older versions may be fetched/patched/used as desired. Occasionally there may be patches committed for particular versions which are not included in the static "release" archives. On the release page these can be identified by a note stating the release is a number of commits behind it's corresponding branch. In this situation, it may be preferable to fetch/use the corresponding branch of the source tree rather than the static archive if the patch(es) which were committed impact your particular operating system. Translations <a name="translations"></a> ---- -**Version 1.0.0 and older** - -All the translation files for Lumina are available through the TrueOS pootle translations systems, which are then auto-committed to the pcbsd/lumina-i18n repo (Qt5+ only). This provides an easy interface through which to contribute translations while also ensuring that the translation files are kept in sync with the Lumina source files, and it is highly recommended that translators use this interface. +**Legacy Versions (1.0.0 and older)** -Translation Website URL: http://translate.pcbsd.org/ +All the translation files for Lumina are available through the trueos/lumina-i18n reposotiry (Qt5+ only). Please follow the directions in that repository for installing localization files. **Version 1.1.0+** @@ -62,7 +65,7 @@ To submit translations, please use the online [TrueOS Translation System](http:/ How to file bug reports or feature requests <a name="filebugs"></a> ---- -Please create a ticket through the GitHub issues tracker on this repository. Similarly, if you want to send in patches or other source contributions, please send in a GitHub pull request so that it can get reviewed/committed to the main repo as quickly as possible. +Please create a ticket through the [GitHub issues tracker](https://github.com/trueos/lumina/issues) on this repository. Similarly, if you want to send in patches or other source contributions, please send in a GitHub pull request so that it can get reviewed/committed as quickly as possible. How to build from source <a name="buildfromsource"></a> @@ -109,6 +112,7 @@ The sub-projects are broken down as follows: * [lumina-coreutils](https://github.com/trueos/lumina/tree/master/src-qt5/core-utils): The core utilities for configuring/managing the desktop * [desktop-utilities](https://github.com/trueos/lumina/tree/master/src-qt5/desktop-utils): Various support utilities for desktop systems. Every one of these utilities should be independently packaged. +--- # General TrueOS Information <a name="gentrosinfo"></a> @@ -150,7 +154,7 @@ Due to the number of repositories under the TrueOS "umbrella", the TrueOS Projec * [trueos-core](https://github.com/trueos/trueos-core) : Used for general TrueOS issues, Pico issues, and feature requests. * [lumina](https://github.com/trueos/lumina) : Issues related to using the Lumina Desktop Environment. -* (Coming Soon) [sysadm](https://github.com/trueos/sysadm) : Issues with using the SysAdm client or server. +* [sysadm](https://github.com/trueos/sysadm) : Issues with using the SysAdm client or server. * [trueos-docs](https://github.com/trueos/trueos-docs) : Issues related to the TrueOS Handbook. * [lumina-docs](https://github.com/trueos/lumina-docs) : Issues related to the Lumina Handbook. * [sysadm-docs](https://github.com/trueos/sysadm-docs) : Issues related to the SysAdm API Guide, Client, and Server Handbooks. |