Commit Graph

  • 1e6bccd924 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2016-08-06 11:39:17 +0200
  • 6d77b7fd83 Fix CI for musl builds, musl builds now run but will not cause a build failure if they do not succeed Mathieu David 2016-08-06 11:39:00 +0200
  • 8ff39850a9 Almost working implementation for brackets, stuck on last test Mathieu David 2016-08-01 19:52:24 +0200
  • f9ea6135c3 Merge pull request #160 from code-ape/master Mathieu David 2016-08-05 23:54:33 +0200
  • 317023cd0e Added option to configure serve interface and address browser will use to connect to websocket server. Ferris 2016-08-05 21:40:00 +0000
  • 0b88b043d0 Bump version number to 0.0.14, 0.0.13 has been published to crates.io [ci_skip] Mathieu David 2016-08-02 00:58:08 +0200
  • ac725cb39d bump version to 0.0.13 to publish to crates.io Mathieu David 2016-08-02 00:42:17 +0200
  • db0306a6d2 Fix bug in shell script that was preventing deployment of the docs to gh-pages v0.0.13 Mathieu David 2016-08-01 21:26:23 +0200
  • 02c5c971e7 (Travis-ci): Allow failure in musl builds #158 Mathieu David 2016-08-01 20:05:03 +0200
  • 50bf00c167 Move comment to better location Mathieu David 2016-08-01 13:44:55 +0200
  • 82a9dad4df Basic implementation of the parser for the title of the link, does not pass the test with nested brackets Mathieu David 2016-07-07 14:39:16 +0200
  • fb648ef61e Blank function definitions (unimplemented) for the markdown link parser using nom Mathieu David 2016-06-29 01:01:29 +0200
  • 5350d62591 Update all dependencies to latest version Mathieu David 2016-08-01 14:06:08 +0200
  • 9c8a563223 Merge pull request #157 from icanrealizeum/anchorsfixxage Mathieu David 2016-07-31 14:31:32 +0200
  • b4948b680f Fixes #156 - anchors are now URI encoded icanrealizeum 2016-07-31 15:18:36 +0300
  • b6df992420 Merge pull request #152 from quornian/master Mathieu David 2016-07-23 15:04:51 +0200
  • b0e5f375ba Make sure <ul><li> and </li></ul> are balanced Ian Thompson 2016-07-16 10:23:22 -0400
  • 3e0dca5ff6 Include the new Book struct in a hashmap alongside the old representation Mathieu David 2016-06-28 22:54:26 +0200
  • d664618e9f Derive Clone and Debug for Chapter and Book Mathieu David 2016-06-28 19:36:06 +0200
  • c69161cef8 Add the new book struct Mathieu David 2016-06-28 18:59:13 +0200
  • e5848580ae Add a new Chapter struct for the new Book struct Mathieu David 2016-06-28 17:02:49 +0200
  • ebd075af08 Add structs holding metadata for the books Mathieu David 2016-06-28 16:38:12 +0200
  • a4a277cb50 Merge pull request #145 from onur/light-theme-as-default Mathieu David 2016-06-15 16:45:10 +0200
  • b9e22bb8f2 Use light theme when javascript is disabled Onur Aslan 2016-06-15 17:25:28 +0300
  • ab29e92071 Merge pull request #143 from austinhartzheim/us-issue-133 Mathieu David 2016-06-12 10:37:38 +0200
  • 03373c6bf2 Fix azerupi/mdBook#133 by adding a link to the GitHub repo at the end of the --help output. Austin Hartzheim 2016-06-11 23:08:48 +0000
  • 425b583625 Merge pull request #142 from Bobo1239/printing Mathieu David 2016-06-10 23:32:52 +0200
  • dfef0d7585 Add print media query Boris-Chengbiao Zhou 2016-06-10 19:30:26 +0200
  • 9b49acc2c9 Merge pull request #139 from japaric/no-default-features Mathieu David 2016-05-09 09:53:25 +0200
  • 1ae0d4f637 ci: test without default features Jorge Aparicio 2016-05-08 18:26:33 -0500
  • f9aa9a6843 Merge pull request #137 from Bobo1239/fix-no-default-features Mathieu David 2016-05-08 23:29:35 +0200
  • 9b1e224680 Fix no-default-features build Boris-Chengbiao Zhou 2016-05-08 21:51:34 +0200
  • cfcf6d952f Merge pull request #134 from Bobo1239/serve-print Mathieu David 2016-04-27 22:35:26 +0200
  • e3f398cff2 Add address output to mdbook serve Boris-Chengbiao Zhou 2016-04-27 22:29:48 +0200
  • 6bc088db6e (Refactor) Move the Render trait into mod.rs instead of submodule Mathieu David 2016-04-27 14:19:59 +0200
  • e34bef0e53 (Refactor) Move mdbook.rs to mod.rs Mathieu David 2016-04-26 23:04:27 +0200
  • 15d6227a11 Attempt to fix #119 replace `\` with `/` in paths, so that Windows also uses `/` as separator (ugly hack) v0.0.12 Mathieu David 2016-04-25 17:02:47 +0200
  • 1b8af2bf57 Fix #120 destination and source directories can now be constructed correctly even if multiple directories do not exist on the path Mathieu David 2016-04-25 15:58:44 +0200
  • 7f34512751 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2016-04-25 15:51:27 +0200
  • 876ea7895a Fix #131 where src and dest paths were not prefixed with the root directory if it was not the current directory Mathieu David 2016-04-25 15:50:34 +0200
  • bea80f6266 Merge pull request #130 from japaric/rustup Mathieu David 2016-04-14 01:20:19 +0200
  • 334540835c travis: use rustup instead of Travis built-in Rust support Jorge Aparicio 2016-04-13 16:48:57 -0500
  • 10e7a41d92 Bump version to 0.0.12, version 0.0.11 has been published to crates.io Mathieu David 2016-04-13 22:37:46 +0200
  • 2ec5648587 Remove BookConfig field from MDBook v0.0.11 Mathieu David 2016-04-05 12:24:43 +0200
  • 6aa6546ce4 Merge pull request #128 from Bobo1239/serve-squashed Mathieu David 2016-04-04 23:17:01 +0200
  • c071406fef Merge pull request #127 from japaric/mac32 Mathieu David 2016-04-04 19:23:36 +0200
  • c8051294b0 Switch from rust-websocket to ws-rs Boris-Chengbiao Zhou 2016-04-02 20:04:51 +0200
  • 807a2f116e travis: test/release on/for i686-apple-darwin Jorge Aparicio 2016-03-27 17:20:17 -0500
  • 2f43167b75 Add documentation for Serve feature Boris-Chengbiao Zhou 2016-04-02 05:38:53 +0200
  • e861880f95 Implement Serve feature Boris-Chengbiao Zhou 2016-04-02 04:46:05 +0200
  • e6d1971dbf Merge 7da175bba3 into c3564f1699 Adam Solove 2016-03-28 00:43:12 +0000
  • c3564f1699 Add convenience function to read the content from a file into a string given a path Mathieu David 2016-03-27 18:36:57 +0200
  • 15d26befcc Refactor: Move extern crate definitions to lib.rs Mathieu David 2016-03-27 18:22:17 +0200
  • 925939e267 Merge pull request #124 from LucioFranco/insecure-content-fix Mathieu David 2016-03-23 23:22:44 +0100
  • ceb139a848 Moved CDN's to https Lucio Franco 2016-03-23 14:16:41 -0600
  • d0e39f469a Update installation instructions in the README Mathieu David 2016-03-22 14:06:32 +0100
  • c5752620d7 Merge pull request #122 from Bobo1239/fix_cooldown Mathieu David 2016-03-19 19:40:58 +0100
  • 0c93599242 Merge pull request #121 from Bobo1239/update_deps Mathieu David 2016-03-19 19:38:01 +0100
  • 7f3a6c8130 Fix watch event cooldown Boris Zhou 2016-03-19 18:28:34 +0100
  • b30a8bdc81 Update dependencies Boris-Chengbiao Zhou 2016-03-19 17:45:58 +0100
  • 74fff81e4b Refactor: Move fs related functions from utils into their own submodule Mathieu David 2016-03-17 22:41:00 +0100
  • ad0794a0bd Add a rustfmt config and run rustfmt on the code base Mathieu David 2016-03-17 22:31:28 +0100
  • 41aff5d070 Merge c2c795c37d into 6bac41caa8 Mathieu David 2016-03-11 13:52:07 +0000
  • c2c795c37d Complete empty config test Mathieu David 2016-02-23 10:32:04 +0100
  • 903b0e3cec Extract plugins from the toml config, the toml configuration is now fully parsed Mathieu David 2016-02-23 00:38:57 +0100
  • 374d865251 unwrap result from fill_config in tests to silence the warnings and let test fail if fill_config fails Mathieu David 2016-02-22 23:04:35 +0100
  • d2b4cf39af Extract languages from toml file Mathieu David 2016-02-22 22:55:33 +0100
  • f4aacad428 extract outputs from toml config Mathieu David 2016-02-22 21:55:00 +0100
  • 371336746f Make extracting config values from toml struct more elegant with 'and_then' and 'map' on option types + extract authors from config file Mathieu David 2016-02-22 15:57:29 +0100
  • bb486c02b8 temporarily fix doc test Mathieu David 2016-02-22 10:56:20 +0100
  • d2d58b3581 Swap out the old config code for the new toml based config Mathieu David 2016-02-22 09:28:31 +0100
  • e4e2f41172 extract source path from toml if specified Mathieu David 2016-02-21 15:58:20 +0100
  • b589b2fdab Move the code that tries to exctract values from the toml table into separate functions to allow for early returns and overal more sane code Mathieu David 2016-02-20 11:26:29 +0100
  • ddec342b01 Add implementation for retrieving title and description from toml configuration file, the incomplete test now passes Mathieu David 2016-02-19 14:21:40 +0100
  • 0e341c0430 Handle errors in the toml configuration file Mathieu David 2016-02-19 13:09:02 +0100
  • f8926a7516 Add incomplete test for fill_config Mathieu David 2016-02-18 23:47:17 +0100
  • e6d3179907 Define config struct and basic implementation Mathieu David 2016-02-18 21:55:07 +0100
  • 560fc06d70 Add file_to_string to return the content of the file given a path Mathieu David 2016-02-19 14:52:43 +0100
  • 28ee59d222 Move fs related utility functions into a 'fs' submodule Mathieu David 2016-02-19 14:37:49 +0100
  • 556258a6d8 Add rustfmt configuration file and run rustfmt on the whole project Mathieu David 2016-02-16 23:11:29 +0100
  • fe775850dc Update dependencies Mathieu David 2016-02-16 21:37:37 +0100
  • 6bac41caa8 Merge pull request #118 from japaric/travis v0.0.11-rc1 Mathieu David 2016-03-08 17:25:52 +0100
  • b094268b68 disable the i686-apple-darwin target Jorge Aparicio 2016-03-08 09:21:50 -0500
  • 02a37e0ee9 disable doc tests when crossing Jorge Aparicio 2016-03-08 08:57:35 -0500
  • 9e34eccb3e Add windows (AppVeyor) build badge Mathieu David 2016-03-08 01:03:44 +0100
  • 79fb92ed7c Merge pull request #117 from japaric/appveyor Mathieu David 2016-03-08 00:35:54 +0100
  • 5e78697ab1 Travis CI: expand to test and deploy for Linux and Mac Jorge Aparicio 2016-03-07 18:13:49 -0500
  • 469cb10d4a manually package artifact during before_deploy phase Jorge Aparicio 2016-03-07 18:01:05 -0500
  • 0f9caf4410 set up AppVeyor to test and deploy on Windows Jorge Aparicio 2016-03-07 17:14:05 -0500
  • b5164eea14 Merge fd6deb9596 into f23a5f2729 Jorge Aparicio 2016-03-07 11:09:47 +0000
  • f23a5f2729 Merge pull request #115 from vrinek/init-with-gitignore-take-2 Mathieu David 2016-03-07 12:09:25 +0100
  • bc41efe414 Move `.gitignore` directly under the root folder vrinek 2016-03-07 08:52:19 +0000
  • fd6deb9596 generates and deploy binaries when a new tag is pushed Jorge Aparicio 2016-03-06 18:05:36 -0500
  • 5316089e61 Modify wording of confirmation request before creation of .gitignore Mathieu David 2016-03-02 19:38:39 +0100
  • 73ce3f814a Merge branch 'init-with-gitignore' of https://github.com/vrinek/mdBook into vrinek-init-with-gitignore Mathieu David 2016-03-02 19:20:21 +0100
  • 075da959c9 bump version, v0.0.10 has been published to crates.io Mathieu David 2016-03-01 18:50:04 +0100
  • 80deac90d9 Merge branch 'master' of https://github.com/azerupi/mdBook v0.0.10 Mathieu David 2016-03-01 18:33:55 +0100
  • 625f5081fa update notify and change dependency version restrictions Mathieu David 2016-03-01 18:32:43 +0100
  • 1eb59428e6 Ask user to create `.gitignore` and skip on `--force` vrinek 2016-02-28 15:28:11 +0000
  • 3e8151e8e3 Merge pull request #112 from jessestricker/feature-meta Mathieu David 2016-02-25 17:21:51 +0100