|
1 |
| -#webapps-table |
2 |
| - .settings-table |
3 |
| - - if @webapps.size > 0 |
4 |
| - table.settings.table |
5 |
| - thead |
6 |
| - tr |
7 |
| - th.settings-col1.webapps-col1 scope="col" = t 'name' |
8 |
| - th.settings-col2.webapps-col2 scope="col" = t 'url' |
9 |
| - tbody |
10 |
| - = render :partial => 'webapp', :collection => @webapps |
11 |
| - - else |
12 |
| - div align="center" |
13 |
| - div align="left" |
14 |
| - h2= t 'there_are_no_webapps' |
15 |
| - p Web apps are web-based applications hosted in your Amahi HDA. |
16 |
| - p |
17 |
| - | Example of web apps are |
18 |
| - a href="http://www.wordpress.org" target="_blank" Wordpress |
19 |
| - |, |
20 |
| - a href="http://www.mediawiki.org" target="_blank" MediaWiki |
21 |
| - |, |
22 |
| - a href="http://gallery.menalto.com/" target="_blank" Gallery |
23 |
| - |, |
24 |
| - a href="http://www.webmin.com/" target="_blank" Webmin |
25 |
| - | and |
26 |
| - a href="http://phpsysinfo.sourceforge.net/" target="_blank" PHPSysinfo |
27 |
| - p There are a myriad of other apps that run under Linux. |
28 |
| - p You can install web apps in this panel by: |
29 |
| - p |
30 |
| - ul |
31 |
| - li |
32 |
| - | Deciding what |
33 |
| - b " name" |
34 |
| - | you want to access the web app within your network (e.g. http://blog), and |
35 |
| - li |
36 |
| - | Selecting where is the |
37 |
| - b " root directory" |
38 |
| - | of the app you want to run |
39 |
| - p The application code is expected to be present (before or after configuring the app) in the root directory. |
40 |
| - p You can install it there as an archive from source (tar/zip), or as a package from existing applications in the base OS. |
41 |
| - p Currently supported are applications based on LAMP (PHP), Python, static pages and others. |
42 |
| - p |
43 |
| - | We have a small |
44 |
| - a href="http://wiki.amahi.org/index.php/Category:Apps" target="_blank" gallery of apps |
45 |
| - | that other Amahi |
46 |
| - | developers and users have tried and tested. |
| 1 | +.settings-table#webapps-table |
| 2 | + - if @webapps.size > 0 |
| 3 | + table.settings.table |
| 4 | + thead |
| 5 | + tr |
| 6 | + th.settings-col1.webapps-col1 scope="col" = t 'name' |
| 7 | + th.settings-col2.webapps-col2 scope="col" = t 'url' |
| 8 | + tbody |
| 9 | + = render :partial => 'webapp', :collection => @webapps |
| 10 | + - else |
| 11 | + div align="center" |
| 12 | + div align="left" |
| 13 | + h2= t 'there_are_no_webapps' |
| 14 | + p Web apps are web-based applications hosted in your Amahi HDA. |
| 15 | + p |
| 16 | + | Example of web apps are |
| 17 | + a href="http://www.wordpress.org" target="_blank" Wordpress |
| 18 | + |, |
| 19 | + a href="http://www.mediawiki.org" target="_blank" MediaWiki |
| 20 | + |, |
| 21 | + a href="http://gallery.menalto.com/" target="_blank" Gallery |
| 22 | + |, |
| 23 | + a href="http://www.webmin.com/" target="_blank" Webmin |
| 24 | + | and |
| 25 | + a href="http://phpsysinfo.sourceforge.net/" target="_blank" PHPSysinfo |
| 26 | + p There are a myriad of other apps that run under Linux. |
| 27 | + p You can install web apps in this panel by: |
| 28 | + p |
| 29 | + ul |
| 30 | + li |
| 31 | + | Deciding what |
| 32 | + b " name" |
| 33 | + | you want to access the web app within your network (e.g. http://blog), and |
| 34 | + li |
| 35 | + | Selecting where is the |
| 36 | + b " root directory" |
| 37 | + | of the app you want to run |
| 38 | + p The application code is expected to be present (before or after configuring the app) in the root directory. |
| 39 | + p You can install it there as an archive from source (tar/zip), or as a package from existing applications in the base OS. |
| 40 | + p Currently supported are applications based on LAMP (PHP), Python, static pages and others. |
| 41 | + p |
| 42 | + | We have a small |
| 43 | + a href="http://wiki.amahi.org/index.php/Category:Apps" target="_blank" gallery of apps |
| 44 | + | that other Amahi |
| 45 | + | developers and users have tried and tested. |
47 | 46 |
|
0 commit comments