Difference between revisions of "Developers"

From Amahi Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* '''Built-in:''' Applications and functionality that come built-in in the HDA base system. They cannot really work outside.
 
* '''Built-in:''' Applications and functionality that come built-in in the HDA base system. They cannot really work outside.
 
* '''Web Apps''': these are applications from the Amahi app gallery - see [[Developers/AddingApps]] for details on how to add your apps
 
* '''Web Apps''': these are applications from the Amahi app gallery - see [[Developers/AddingApps]] for details on how to add your apps
* '''HDA plug-ins:''' These are applications that are specific to the HDA. They are mostly implemented on [http://rubyonrails.com Ruby on Rails], though they can be implemented in PHP, Python, Flash, or any other language, like C, C++, etc. We have a few of these applications at the moment.
+
* '''HDA plug-ins:''' These are [https://github.com/amahi/platform/blob/master/doc/plugins.md applications] that are specific to the HDA. They are mostly implemented on [http://rubyonrails.com Ruby on Rails], though they can be implemented in PHP, Python, Flash, or any other language, like C, C++, etc. We have a few of these applications at the moment.
* '''HDAized applications:''' these are applications that, with little modification, have been adapted to run on the HDA seamlessly or nearly seamlessly. We have webcal (which is an HDAized version of [http://phpicalendar.net/ PHP iCalendar]).
+
* '''HDAized applications:''' these are applications that, with little modification, have been adapted to run on the HDA seamlessly or nearly seamlessly. We have DLNA (which is an HDAized version of [http://sourceforge.net/projects/minidlna/ MiniDLNA]).
 
* '''General Linux apps:''' because we're based on mainstream distributions, you can install most any Linux apps!
 
* '''General Linux apps:''' because we're based on mainstream distributions, you can install most any Linux apps!
  
Line 19: Line 19:
 
* [[Running the Amahi UI standalone]]
 
* [[Running the Amahi UI standalone]]
  
= Bugs =
+
= Bugs (Issues/Features) =
  
 
* [[Workflow|Bug Workflow]]
 
* [[Workflow|Bug Workflow]]
Line 27: Line 27:
 
* [[How to Create a new Theme]]
 
* [[How to Create a new Theme]]
  
= Old, obsolete Tips =
+
<!--= Old, obsolete Tips =
 
* Link to [http://yourhda.com/newuser/netconf.exe HDAnetscan]
 
* Link to [http://yourhda.com/newuser/netconf.exe HDAnetscan]
 
     Procedure:
 
     Procedure:
Line 39: Line 39:
 
** Restart servers.
 
** Restart servers.
 
** Common calls for package configuration variables
 
** Common calls for package configuration variables
** Per application cache management APIs (create cached files, per application, destruction of those files, of the app cache, etc.)
+
** Per application cache management APIs (create cached files, per application, destruction of those files, of the app cache, etc.)-->

Latest revision as of 01:43, 22 April 2014

There are several types of HDA applications, from more specific to more general:

  • Built-in: Applications and functionality that come built-in in the HDA base system. They cannot really work outside.
  • Web Apps: these are applications from the Amahi app gallery - see Developers/AddingApps for details on how to add your apps
  • HDA plug-ins: These are applications that are specific to the HDA. They are mostly implemented on Ruby on Rails, though they can be implemented in PHP, Python, Flash, or any other language, like C, C++, etc. We have a few of these applications at the moment.
  • HDAized applications: these are applications that, with little modification, have been adapted to run on the HDA seamlessly or nearly seamlessly. We have DLNA (which is an HDAized version of MiniDLNA).
  • General Linux apps: because we're based on mainstream distributions, you can install most any Linux apps!

Release Checklist

Release Checklist

Running the UI Standalone

Bugs (Issues/Features)

Themes