| Author |
Message |
|
|
Hi
Thanks for your interest. As you rightly point out, declaring a package as a library for use by multiple applications is very important and has been already addressed in the Dekoh Platform design.
The current suite of Dekoh Applications (Photos, Books, Music, Calendar) all share and depend on a 'library' called Dekoh Portal.
To describe dependency in Dekoh applications, one has to just define an XML file called 'component.xml'.
An example that illustrates this design in action can be seen in the way Wordpress is made available to be installed on Dekoh Desktop. Wordpress's dependency on PHP and MySQL is declared in the component.xml as following :
<dependency type="generic">
<id>http://www.dekoh.com/ns/component/generic/PHPEngine</id>
<maxversion>5.2.0</maxversion>
<minversion>5.2.0</minversion>
<updateurl/>
</dependency>
<dependency type="generic">
<id>http://www.dekoh.com/ns/component/generic/MySQL</id>
<maxversion>5.0.37</maxversion>
<minversion>5.0.37</minversion>
<updateurl/>
</dependency>
At the time of installation, Dekoh Desktop reads this XML, to determine what other components need installing. On receiving an approval from the user, the desired component (along with the components it depends on) is installed on the user's desktop.
Since Dekoh recognizes these libraries as components, each library can be upgraded independently as and when necessary.
|
 |
|
|
Hi Ravi
The current version of Dekoh Calendar does not support this functionality.
However the future release of Dekoh Calendar will store events in
iCalendar (http://www.ietf.org/rfc/rfc2445.txt) format.
Since clients such as Outlook (http://office.microsoft.com/en-us/outlook/HA101673251033.aspx?pid=CH100776881033), Thunderbird (http://www.mozilla.org/projects/calendar/faq.html) and some other clients already have the functionality to import & reload a iCal (.ics) file, you will be able to use Dekoh Calendar and synch your Outlook and Google Calendar.
Regards
Jayeeta
|
 |
|
|
In edit tags section after selecting whatever i want to delete if i press delete then they dont get deleted and i have to click on delte second time then only they get deleted.
Once you delete a tag in the "Edit Tags" section, the tag automatically gets deleted from your tag cloud. If you want to see the updated list of tags immediately, you must refresh the browser once.
|
 |
|
|
Hi Ramesh
Please check out these documents for creating sample JSP, JPA and PHP applications:
http://www.dekoh.org/wiki/view/JSPApp
http://www.dekoh.org/wiki/view/JPAApp
http://www.dekoh.org/wiki/view/PHPApp
Regards
Jayeeta
|
 |
|
|
Hi
Thank you for your feedback. Ease of use and understanding what Dekoh
exactly is, is crucial to widespread adoption of the product among
end-users, which includes developers. The General FAQ, we think is a
good place to get across the structure of Dekoh to all users -
developers and consumers.
You can find product FAQs for consumers under individual product
websites - (http://www.dekoh.com/explore.jsp)
However, usability improvements are never a done deal. Keep those
comments coming!
Thanks
Dekoh Team
|
 |
|
|
Hi axelschultze
This issue will be fixed in the next update.
Thanks.
Jayeeta
|
 |
|
|
Hi Rupam
1. In your Photos home page, you find the "Browse by Tags" option on the left side.
2. Click on the "Edit Tags" option. This brings up the "Photo Tags" page.
3. Click the "Edit Tags" option here, select the tags to be deleted and use the Delete button.
To delete tags for an existing collection, use the "Advanced >>" button in the Tag tray. This opens the "Edit Tags" tray, which displays tags defined for the collection. You can add, delete, rename or merge these tags using the appropriate links.
|
 |
|
|
Hi Sescaugust
If you get this error, it probably means that you have not signed in using the right user ID and password.
You may also get this error if you have not signed into the Google Calendar even once to activate your Google Calendar account. To do that, just visit the Google Calendar homepage, enter your username and password, and click "Sign in." You will then be asked to confirm your "Time Zone details". Fill in all the details and click Continue to activate your account.
Regards
Jayeeta
|
 |
|
|
Sharing a Dekoh collection is as easy as going to the particular collection and clicking on the Share button at the top menu. You can then pick the people you want to share from your Contacts database.
To select the collection with your friend who does not have a Dekoh ID, just give his email ID.
Dekoh sends an email invitation to all the people you share your collection with. A password is sent to users who do not have a Dekoh ID of their own, in which case they need to login using the password on your Dekoh network site.
You can also visit http://www.dekoh.com/photos/faq.html if you have any further queries.
|
 |
|
|