forked from php/web-doc-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
42 lines (31 loc) · 1002 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
GENERAL:
========
* Dedicate a wiki page to the doc-editor (and move this TODO there)
* Take a decision once and for all about the app name, and its spelling
* Take a decision about the license, and update all the files accordingly
* Allow use for other systems
- Other PHP Projects (peardoc, gtkdocs, php-src/README*, phpweb/reST/)
- Other VCS Systems (SVN, GIT)
- Generic projects (not php.net related)
PHP:
====
* Security
- Fix XSS holes
- Redo the folder tree to keep classes and data out of web server reach (can we do this in mod_rewrite?)
JAVASCRIPT:
===========
* Implement RTL where appropriate
USER INTERFACE:
===============
* Main Interface
- Get rid of the "Main Menu" and put the buttons on the header
* Add support and tools for specific markup types
- DocBook
- ReST
- PO files (gettext)
* Implement WYSIWYG
- using XSLT for rendering? (inspired by http://beacon.kix.in/)
BUGS:
=====
* Translator vcs account parsing failed
- check php parsing scripts