|
@@ -11,7 +11,7 @@ The project to store, edit, and generate the documentation of http://jmonkeyengi
|
|
|
The documentation (<<src/docs/asciidoc>>) is editable :
|
|
|
|
|
|
* online via github (Edit button + PR)
|
|
|
-* offline, after local `git clone` + ....
|
|
|
+* offline, after local `git clone` + ....
|
|
|
|
|
|
The syntax is asciidoc :
|
|
|
|
|
@@ -33,14 +33,14 @@ Open the file _build/asciidoc/html5/index.html_ in your browser to see the gene
|
|
|
|
|
|
- [x] configure travis build
|
|
|
- [x] configure github + gradle + travis to publish on gh-pages branches
|
|
|
-- [ ] find and fixe conversion bug
|
|
|
+- [x] find and fixe conversion bug
|
|
|
- [x] complete conversion: note, warning, ...
|
|
|
-- [ ] fix warning during html's generation
|
|
|
+- [ ] fix warning during html's generation (should be fixed manually)
|
|
|
- [x] add meta info during conversion (doctitle, revision, tags, ...)
|
|
|
-- [ ] add a home page (index.html)
|
|
|
+- [x] add a home page (index.html)
|
|
|
- [ ] add a navigation bar or a menu (?)
|
|
|
- [ ] customize html layout (header, footer, css)
|
|
|
-- [ ] transfer ownership to jMonkeyEngine org
|
|
|
+- [x] transfer ownership to jMonkeyEngine org
|
|
|
- [ ] complete Doc, how to contribute,...
|
|
|
- [ ] accept PR
|
|
|
- [ ] write a post about the migration (the tools, why asciidoc, vs alternatives, how ...)
|
|
@@ -48,6 +48,8 @@ Open the file _build/asciidoc/html5/index.html_ in your browser to see the gene
|
|
|
- [ ] add search box
|
|
|
- [ ] add google analytics (?)
|
|
|
- [ ] support emoji
|
|
|
+- [ ] support iframe block
|
|
|
+- [ ] fix slideshow of "Xxx for Dummies"
|
|
|
- [ ] optimize remove useless images
|
|
|
- [ ] optimize image, use smaller file, eg convert to jpg or to webp, resize
|
|
|
- [ ] organize i18n / lang
|