Changes between Version 33 and Version 34 of FrequentlyAskedQuestions
- Timestamp:
- 02/25/07 23:59:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v33 v34 7 7 == On the project == 8 8 9 * Q: How can I help the project ? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=3 Developers] 10 * Q: Have you had a chance to put up a donation page? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=81 Donations] 9 * Q: How can I help the project ? 10 * A: Use the editor with eyes open and tell us how t improve it [wiki:Tickets Tickets] 11 * A: Check the timeline and participate in ticket discussions 12 * A: Help users by sharing your experience and answering questions in the forum and/or expanding the wiki 13 * A: Localize Xinha to your language ([wiki:FrequentlyAskedQuestions#Internationalization see below]) 14 * Q: Have you had a chance to put up a donation page? 15 * A: Currently only one developer showed no scruples and has put up a personal !PayPal button [wiki:Developers Developers] 11 16 12 17 == Installation == … … 47 52 == Developers == 48 53 49 * Q: Is there a list of all the functions xinha uses? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=137 Xinha functions] 54 * Q: Is there a list of all the functions xinha uses? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=137 Xinha functions] (probably out-dated) 50 55 * Q: How do I update the data in the editor? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=224 setHTML(), getHTML()...] 56 57 == Internationalization == 58 59 * Q: How can I add my language to the Xinha translations? 60 * A: There is a PHP script that extracts all strings to be translated from the source files (contrib/lc_parse_strings.php), or you simply grab one of the existing languages (de.js would be a good choice) and go ahead... Once you're ready, please simply attach the to a ticket and we will add the to the distribution. 51 61 52 62 == About the plugins ==