Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back theme | Samy Pessé | 2015-01-20 | 2 | -1/+46 |
| | |||||
* | Normalize paths in html content | Samy Pessé | 2015-01-19 | 4 | -9/+142 |
| | |||||
* | Fix list of files and parsing of navigation files only | Samy Pessé | 2015-01-19 | 1 | -7/+8 |
| | |||||
* | Parse navigation and progress in parsed page | Samy Pessé | 2015-01-19 | 4 | -1/+123 |
| | |||||
* | Handle different structure in json multilingual output | Samy Pessé | 2015-01-19 | 3 | -2/+12 |
| | |||||
* | Complete json generator for multilingual book | Samy Pessé | 2015-01-19 | 2 | -11/+14 |
| | | | | Add tests | ||||
* | Write file in json generator | Samy Pessé | 2015-01-19 | 3 | -30/+90 |
| | |||||
* | Start adapting json generator | Samy Pessé | 2015-01-19 | 3 | -20/+30 |
| | |||||
* | Add base test for generation | Samy Pessé | 2015-01-19 | 4 | -11/+93 |
| | |||||
* | Fix parsing of plugins list | Samy Pessé | 2015-01-19 | 2 | -4/+9 |
| | |||||
* | Improve plugins installation to prevent installation of default plugins | Samy Pessé | 2015-01-19 | 5 | -78/+171 |
| | |||||
* | Add command to install plugins | Samy Pessé | 2015-01-19 | 2 | -5/+20 |
| | |||||
* | Add plugin object | Samy Pessé | 2015-01-19 | 3 | -3/+256 |
| | |||||
* | Parse list of files and add test for it | Samy Pessé | 2015-01-19 | 1 | -0/+35 |
| | |||||
* | Change name of Book.init to Book.parse | Samy Pessé | 2015-01-19 | 3 | -5/+13 |
| | |||||
* | Fix parsing of langs | Samy Pessé | 2015-01-19 | 2 | -2/+19 |
| | |||||
* | Improve test to test a all book | Samy Pessé | 2015-01-19 | 1 | -4/+7 |
| | |||||
* | Parse readme | Samy Pessé | 2015-01-19 | 2 | -3/+28 |
| | |||||
* | Use template before parsing glossary, summary and langs | Samy Pessé | 2015-01-19 | 3 | -5/+32 |
| | |||||
* | Add configuration to send structures files | Samy Pessé | 2015-01-19 | 3 | -3/+37 |
| | |||||
* | Fix output for sub-books in multi languages | Samy Pessé | 2015-01-19 | 1 | -2/+7 |
| | |||||
* | Fix parsing of langs | Samy Pessé | 2015-01-19 | 3 | -8/+39 |
| | | | | Add command to build | ||||
* | Parse langs and glossary | Samy Pessé | 2015-01-19 | 2 | -11/+77 |
| | |||||
* | Add parsing of summary and associated tests | Samy Pessé | 2015-01-19 | 2 | -0/+102 |
| | |||||
* | Add base object to load configuration | Samy Pessé | 2015-01-19 | 4 | -0/+227 |
| | |||||
* | Clear folder | Samy Pessé | 2015-01-19 | 32 | -2907/+0 |
| | |||||
* | Merge pull request #555 from GitbookIO/feature/styles | Samy Pessé | 2015-01-15 | 5 | -9/+47 |
|\ | | | | | Add custom styles options | ||||
| * | Apply styles to ebook output | Samy Pessé | 2015-01-14 | 2 | -3/+9 |
| | | |||||
| * | Include styles in website format | Samy Pessé | 2015-01-14 | 3 | -1/+25 |
| | | |||||
| * | Add default values for "styles" | Samy Pessé | 2015-01-14 | 1 | -0/+8 |
| | | |||||
| * | Move theme folder "book" to "website" | Samy Pessé | 2015-01-14 | 1 | -5/+5 |
| | | |||||
* | | Handle whitespace between lists in SUMMARY.md | Aaron O'Mullan | 2015-01-14 | 1 | -4/+23 |
|/ | |||||
* | Fix descriptor and me leak with bad write queues | Aaron O'Mullan | 2014-12-10 | 1 | -1/+14 |
| | | | | | | | | Node.js for some reason queues up writes from fs.writeFile causing memory and descriptor leaks, preventing building large books. This is now fixed Fixes #336, fixes #454 | ||||
* | Add option isbn for books | Samy Pessé | 2014-12-03 | 2 | -1/+3 |
| | |||||
* | Handle specific version for plugins | Samy Pessé | 2014-11-30 | 1 | -22/+37 |
| | |||||
* | Improve error message when plugins not found | Samy Pessé | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Add command "install" to install plugins from book.json | Samy Pessé | 2014-11-30 | 3 | -23/+65 |
| | |||||
* | Omit "generator" when building file with config file | Samy Pessé | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Fix #505: add glossary to ebook file | Samy Pessé | 2014-11-24 | 1 | -1/+9 |
| | |||||
* | Fx typo | Samy Pessé | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Add hook finish:before | Samy Pessé | 2014-11-24 | 1 | -0/+3 |
| | |||||
* | Fix parsing of already lexed content | Samy Pessé | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Bug fix for issue #493: 2-level or more deep relative links may go wrong ↵ | Delbert | 2014-11-06 | 1 | -1/+6 |
| | | | | when in win32 | ||||
* | Adapt new page.parse api for tests | Samy Pessé | 2014-11-03 | 3 | -9/+14 |
| | |||||
* | Merge pull request #489 from codepiano/fork | Samy Pessé | 2014-11-03 | 2 | -3/+4 |
|\ | | | | | bugfix,init page object's lexed attribute. | ||||
| * | Merge branch 'master' of github.com:GitbookIO/gitbook into fork | codepiano | 2014-11-02 | 7 | -50/+32 |
| |\ | | | | | | | | | | | | | Conflicts: lib/parse/page.js | ||||
| * | | bugfix,init page object's lexed attribute. | codepiano | 2014-10-31 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | the page object's attribute 'lexed' is not correctly inited.so when use page.lexed to generate the search index file,nothing will be indexed. | ||||
* | | | Fix #491: handle correctly url without path for links | Samy Pessé | 2014-11-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix dependency in renderer | Samy Pessé | 2014-11-01 | 1 | -0/+1 |
| | | |||||
* | | Remove dependency for path in parser | Samy Pessé | 2014-11-01 | 1 | -5/+2 |
| | | |||||
* | | Adapt include in page parsing to works on clientside | Samy Pessé | 2014-11-01 | 6 | -45/+29 |
|/ | |||||
* | Normalize template paths | Samy Pessé | 2014-10-30 | 2 | -5/+5 |
| | |||||
* | Fix #487: Use generated toc as base for ebook generation | Samy Pessé | 2014-10-30 | 3 | -6/+26 |
| | |||||
* | Add 'variables' to book.json doc | Samy Pessé | 2014-10-29 | 1 | -0/+3 |
| | |||||
* | Use book.json to store variables | Samy Pessé | 2014-10-29 | 2 | -20/+2 |
| | |||||
* | Fix small incompatibility mistake | Aaron O'Mullan | 2014-10-15 | 2 | -8/+5 |
| | |||||
* | Add include support, with variables and the whole shebang | Aaron O'Mullan | 2014-10-15 | 7 | -53/+100 |
| | | | | Fixes #462 | ||||
* | Merge pull request #472 from GitbookIO/fix/quizzes | Aaron O'Mullan | 2014-10-13 | 3 | -53/+107 |
|\ | | | | | Fix/quizzes | ||||
| * | Allow quiz titles in validation | Aaron O'Mullan | 2014-10-13 | 1 | -1/+6 |
| | | |||||
| * | Rewrite quiz logic to be more robust | Aaron O'Mullan | 2014-10-13 | 1 | -31/+68 |
| | | | | | | | | Fixes #470 | ||||
| * | Split section classification to separate files | Aaron O'Mullan | 2014-10-13 | 3 | -53/+65 |
| | | | | | | | | | | Maybe have a sections folder in the future and one per type (quiz/exercise/normal) ? | ||||
* | | Ste GitBook as publisher | Samy Pessé | 2014-10-13 | 1 | -0/+1 |
|/ | |||||
* | Add link to gitbook.gitignore | Samy Pessé | 2014-10-13 | 1 | -1/+0 |
| | |||||
* | Improve comments | Samy Pessé | 2014-10-13 | 2 | -8/+0 |
| | |||||
* | Fix default for pdf templates | Samy Pessé | 2014-10-13 | 1 | -4/+4 |
| | |||||
* | Remove ref to github options | Samy Pessé | 2014-10-13 | 1 | -14/+3 |
| | |||||
* | Force type of header and footer templates | Samy Pessé | 2014-10-13 | 2 | -1/+9 |
|\ | |||||
| * | Adding options to set header and footer in PDF generation | Alexandre Aquiles | 2014-10-06 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #471 from GitbookIO/feature/multipages | Samy Pessé | 2014-10-13 | 6 | -36/+11 |
|\ \ | | | | | | | Use multiple HTML files for ebook generation | ||||
| * | | Remove old codes | Samy Pessé | 2014-10-12 | 5 | -32/+4 |
| | | | |||||
| * | | Generate multiple page for ebook | Samy Pessé | 2014-10-12 | 2 | -8/+11 |
| |/ | |||||
* | | Fix incorrect page breaks after h1 and h2 divs | Aaron O'Mullan | 2014-10-08 | 1 | -1/+2 |
|/ | | | | Fixes #463, fixes #337, fixes #293 | ||||
* | Merge pull request #440 from GitbookIO/feature/ebookplugins | Samy Pessé | 2014-09-17 | 5 | -53/+60 |
|\ | | | | | Apply plugins to ebook generation | ||||
| * | Fix correct folder for assets | Samy Pessé | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Use correct resources file for ebook | Samy Pessé | 2014-09-17 | 3 | -6/+12 |
| | | |||||
| * | Remove githubId | Samy Pessé | 2014-09-17 | 3 | -33/+3 |
| | | | | | | | | Enable hook for ebook | ||||
| * | Add base to use plugins in page format | Samy Pessé | 2014-09-17 | 3 | -30/+61 |
| | | |||||
* | | fix radio input uncheck failed | markcxz | 2014-09-10 | 1 | -2/+4 |
|/ | |||||
* | Write correct glossary to disk | Samy Pessé | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Show index on glossary page | Samy Pessé | 2014-08-18 | 2 | -1/+30 |
| | |||||
* | Dump glossary index to glossary_index.json | Samy Pessé | 2014-08-18 | 2 | -2/+15 |
| | |||||
* | Remove debug | Samy Pessé | 2014-08-18 | 1 | -3/+0 |
| | |||||
* | Replace kramed-text-renderer references | Aaron O'Mullan | 2014-08-18 | 3 | -3/+3 |
| | | | | with “kramed-text-renderer” | ||||
* | Add glossary indexing | Aaron O'Mullan | 2014-08-18 | 3 | -1/+111 |
| | |||||
* | Fix dump typo in glossary's entryId func | Aaron O'Mullan | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | Add "id" attribute to parsed glossary entries | Aaron O'Mullan | 2014-08-17 | 1 | -0/+6 |
| | |||||
* | Base template for glossary | Samy Pessé | 2014-08-17 | 1 | -0/+17 |
| | |||||
* | Parse glossary during build | Samy Pessé | 2014-08-17 | 1 | -1/+31 |
| | |||||
* | Simplify output of glossary parsing to more simple objects | Aaron O'Mullan | 2014-08-15 | 1 | -3/+8 |
| | |||||
* | Add glossary parser | Aaron O'Mullan | 2014-08-11 | 2 | -0/+37 |
| | |||||
* | Normalize markdown rendering with ebook (pdf, epub, mobi) | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Improve readme doc | Samy Pessé | 2014-08-11 | 1 | -1/+3 |
| | |||||
* | Fix error with markdown rendering | Samy Pessé | 2014-08-11 | 1 | -5/+5 |
| | |||||
* | Change default font | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fix options parsing | Samy Pessé | 2014-08-11 | 2 | -11/+5 |
| | |||||
* | Change links system for sidebar | Samy Pessé | 2014-08-11 | 1 | -9/+1 |
| | |||||
* | Fix defaults for configuration | Samy Pessé | 2014-08-11 | 2 | -2/+19 |
| | |||||
* | Use only default config | Samy Pessé | 2014-08-11 | 1 | -12/+1 |
| | |||||
* | Remove config for github urls | Samy Pessé | 2014-08-11 | 4 | -124/+95 |
| | |||||
* | Remove html5 cache manifest | Samy Pessé | 2014-08-11 | 2 | -105/+2 |
| |