forked from unixsam/phpoffice.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpword_roadmap.html
84 lines (84 loc) · 3.22 KB
/
phpword_roadmap.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHPOffice</title>
<link href="statics/css/bootstrap.min.css" rel="stylesheet">
<link href="statics/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="statics/css/gh-fork-ribbon.css" rel="stylesheet" />
<!--[if IE]>
<link href="statics/css/gh-fork-ribbon.ie.css" rel="stylesheet" />
<![endif]-->
<link href="statics/css/style.css" rel="stylesheet">
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/PHPOffice/PHPWord">Fork me on GitHub</a>
</div>
</div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="brand" href="index.html">PHPOffice</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="phpexcel_features.html">PHPExcel</a></li>
<li><a href="#">PHPPowerPoint</a></li>
<li><a href="#">PHPProject</a></li>
<li><a href="#">PHPVisio</a></li>
<li class="active"><a href="phpword_features.html">PHPWord</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li class="nav-header">PHPWord</li>
<li><a href="phpword_news.html">News</a></li>
<li><a href="phpword_features.html">Features</a></li>
<li><a href="phpword_requirements.html">Requirements</a></li>
<li><a href="phpword_faq.html">FAQ</a></li>
<li><a href="phpword_contribute.html">Contribute</a></li>
<li class="active"><a href="phpword_roadmap.html">Roadmap</a></li>
<li><a href="phpword_resources.html">Resources</a></li>
<li><a href="phpword_credits.html">Credits</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span10">
<h1>Roadmap</h1>
<h3>Major Development Objectives</h3>
<h4>Readers</h4>
<ul>
<li>Additional Reader for DOCX, RTF and ODT</li>
</ul>
<h4>Writers</h4>
<ul>
<li>Additional Writers for ePUB and Daisy</li>
</ul>
<h3>Build Process</h3>
<ul>
<li>Unit Tests from 0 to 100%</li>
<li>Use Travis-CI for CI - automated unit testing, code coverage, building API docs.</li>
</ul>
<h3>Enhanced Documentation</h3>
<ul>
<li>Online Documentation (including API).</li>
<li>User reference guides for working with cell data, styling and writing (similar to the reading guide, and with lots of example code).</li>
<li>User Documentation in PDF format as well as Doc files.</li>
</ul>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="statics/js/bootstrap.min.js"></script>
</body>
</html>