Add docs linked from help page
I linked these docs form the help page pointing to a 404 and this takes care of adding some rather bare content so we have something up and running for a release.
This commit is contained in:
parent
44d3d46904
commit
d028681d52
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/LibreTime/libretime)
|
||||
|
||||
LibreTime is a community managed fork of the AirTime project.
|
||||
LibreTime makes it easy to run your own online or terrestrial radio station. It is a community managed fork of the AirTime project.
|
||||
|
||||
It is managed by a friendly inclusive community of stations
|
||||
from around the globe that use, document and improve LibreTime.
|
||||
|
@ -11,6 +11,8 @@ codebase going forward.
|
|||
|
||||
We are currently ramping up development on this repository.
|
||||
|
||||
Check out the [documentation](http://libretime.org) for more information and start broadcasting!
|
||||
|
||||
Please note that LibreTime is released with a [Contributor Code
|
||||
of Conduct](https://github.com/LibreTime/code-of-conduct/blob/CODE-OF-CONDUCT.md).
|
||||
By participating in this project you agree to abide by its terms.
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
**What is LibreTime?**
|
||||
|
||||
LibreTime is a community managed fork of the AirTime project.
|
||||
|
||||
It is managed by a friendly inclusive community of stations
|
||||
from around the globe that use, document and improve LibreTime.
|
||||
|
||||
**Can I upgrade to LibreTime?**
|
||||
|
||||
In theory you can update any pre 3.0 version of AirTime to
|
||||
LibreTime 3.0.0 and above.
|
||||
|
||||
LibreTime is complex software, as such it is close to impossible
|
||||
to guarantee that every upgrade path works as intended. This
|
||||
means you should trial the update on a parallel test
|
||||
infrastructure to minimize possible downtime.
|
||||
|
||||
Please let the community know if you encounter issues with the
|
||||
update process.
|
||||
|
||||
**Why did you fork AirTime?**
|
||||
|
||||
See this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).
|
|
@ -0,0 +1,4 @@
|
|||
While LibreTime is translatable software, it does not yet have a translation interface.
|
||||
|
||||
Please [let us know](https://github.com/LibreTime/libretime/issues/new) if you want
|
||||
to contribute to the translation effort so we can prioritize setting such an interface.
|
|
@ -17,6 +17,7 @@ pages:
|
|||
- 'Home': index.md
|
||||
- 'What is LibreTime': manual/index.md
|
||||
- 'Features': features.md
|
||||
- 'F.A.Q.': faq.md
|
||||
- 'Rights and Royalties': manual/rights-and-royalties/index.md
|
||||
- 'Using LibreTime':
|
||||
- 'On air in 60 seconds!': 'manual/on-air-in-60-seconds/index.md'
|
||||
|
@ -71,6 +72,7 @@ pages:
|
|||
- 'Development':
|
||||
- 'Testing': testing.md
|
||||
- 'Vagrant': vagrant.md
|
||||
- 'Translating': translating.md
|
||||
- 'Documentation': documentation.md
|
||||
- 'Appendix':
|
||||
- 'Expert install': manual/expert-install/index.md
|
||||
|
|
Loading…
Reference in New Issue