You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sites/main/pages/introduction/constants/introduction.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export const introduction = {
4
4
p1: 'OpenIPC is an open source operating system from the [open community](https://opencollective.com/openipc) targeting for IP cameras with ARM and MIPS processors from several manufacturers in order to replace that closed, opaque, insecure, often abandoned and unsupported firmware pre-installed by a vendor.',
5
5
p2: 'OpenIPC Firmware comes as binary pre-compiled files for easy installation by end-user. Also, we provide full access to the source files for further development and improvement by any capable programmer willing to contribute to the project. OpenIPC source code is released under one of the most simple open source license agreements, [MIT License](https://opensource.org/licenses/MIT), giving users express permission to reuse code for any purpose, even as part of a proprietary software. We only ask you politely to contribute your improvements back to us and also be sure to contact us if you use our project for [commercial purposes](/support-open-source). We would be grateful for any feedback and suggestions. The use of the OpenIPC project and its components for military purposes is not permitted.',
6
6
p3: 'OpenIPC Firmware uses [Buildroot](https://buildroot.org/) to build its Linux distro, and utilizes either [Majestic](https://github.com/OpenIPC/majestic), [Divinus]( http://github.com/OpenIPC/divinus), [Mini](https://github.com/OpenIPC/mini) or [Venc](https://github.com/OpenIPC/silicon_research) streamer.',
7
-
p4: 'Majestic code while is not open, provides unprecedented performance and capabilities for a wide range of hardware. The author of Majestic streamer is looking into possibilities to open-source the codebase after he secures enough funds to support further open development. You can [help](/support-open-source) to make it happen sooner.',
7
+
p4: 'The Majestic streamer is distributed only in binary form under the [Prosperity Public License 3.0.0.](https://github.com/OpenIPC/majestic/blob/master/LICENSE.md)',
8
8
h2_2: 'Why OpenIPC Firmware?',
9
9
p5: 'First of all, OpenIPC Firmware brings you freedom. With OpenIPC on your camera you are the master of your streams. You have full access to the system and can control what, where, and how you want your camera to behave. There are no backdoors, no botnets, no crypto-mining malware, no keyloggers, no password sniffers, nothing you could possibly expect in a closed binary system with no access to its source code.',
10
10
p6: 'As for the Firmware capabilities, we strive to provide universal support for a wide range of cameras, thus we are focused on basic functionality first, allowing end-users to upgrade their cameras\' firmware and stream video and audio (where supported) without too much hassle.',
0 commit comments