Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] PDT Help

Hi team,

At begin, I was officially approved as new project lead. Thank you for a trust!

From my side, I want introduce process of incremental cleaning up code and documentation. At first, it could be PDT User Manual.

In past, we receive initial documentation from Zend Company (thank you for that). Unfortunately this documentation is now outdated and unmaintainable. Besides it’s also available in online mode only [1]. 

Would be good to convert it into more developer familiar format, update and move to org.eclipse.php.help plugin again. This also allow us to participate in eclipse info center [2]. Of course good documentation have also many other advantages.

I have serveral propositions how we can do that:

1. Convert to eclipse wiki page, and compile to eclipse help on demand or while mvn clean install. Like Mylyn and Egit [3]
 advantages:
  * help can be updated by our user
  * webinterface
 disadvantages:
  * we haven’t full control on help
  * after each ui change, we have to remember about help update. Probably everybody forgot

2. Convert to creole wikitext / textile and put source directly inside help plugin repo. Like Xtext [3][4]
 advantages:
  * we can update help and source code in one patch
  * full control on help
  * gerrit :D
 disadvantages:
  * users need CLA signed to send contribution

3. Only cleanup html code and put to help plugin
 advantages:
  * probably everybody know HTML
  * same advantages as point 2
 disadvantages:
  * more boilerplate code, probably unreadable without html editor + preview
  * same as point 2

4. Ignore me ;)

My favourite is point 2. Our format can be Markdown, WikiText, Creole, Textile.

[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=369635

--
Dawid Pakuła 
+48 795 996 064

Back to the top