From d09037e306560bb882a472c8ffea74cd5704688b Mon Sep 17 00:00:00 2001 From: "Douglas F. Calvert" Date: Sat, 8 Jun 2013 23:14:25 -0400 Subject: [PATCH 01/20] Fix tutorial link. --- _includes/themes/metromongo/frontpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 88a4c9a..6036ad1 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -132,7 +132,7 @@

To get to grips with MongoEngine, there is extensive documentation, API references - and a tutorial. + and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. @@ -178,4 +178,4 @@

Contributing

- \ No newline at end of file + From 7e0e024f1adff0c4a690d341be0a6b604a74d2a8 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 10 Jun 2013 11:01:05 +0200 Subject: [PATCH 02/20] Update frontpage.html --- _includes/themes/metromongo/frontpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 6036ad1..1c677eb 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -132,7 +132,7 @@

To get to grips with MongoEngine, there is extensive documentation, API references - and a tutorial. + and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. From 22c99e79774eb892e55cb5fc567ae6b6e3929940 Mon Sep 17 00:00:00 2001 From: Thomas B Homburg Date: Mon, 17 Jun 2013 08:50:32 +0200 Subject: [PATCH 03/20] Typo in tutorial address --- _includes/themes/metromongo/frontpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 1c677eb..c7cf58b 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -132,7 +132,7 @@

To get to grips with MongoEngine, there is extensive documentation, API references - and a tutorial. + and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. From 9597746c479354a750674897280bfe777ca26c65 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 11 Jul 2013 11:03:28 +0000 Subject: [PATCH 04/20] Freenode --- freenode.verification.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 freenode.verification.md diff --git a/freenode.verification.md b/freenode.verification.md new file mode 100644 index 0000000..4713a61 --- /dev/null +++ b/freenode.verification.md @@ -0,0 +1,6 @@ +--- +layout: page +title: "Verification" +--- +{% include JB/setup %} +verification for Pricey about #mongoengine - 20130711 jem7opasUgibAthlonsat6Ronrer6frov From 48ea5a25084e9bc8b4b235f2a54cef95ea566022 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 11 Oct 2014 11:21:11 +0300 Subject: [PATCH 05/20] Fix broken link --- _includes/themes/metromongo/frontpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index c7cf58b..2b24ff6 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -60,11 +60,11 @@

Coming Soon...

From 2e137bd99eeed74c2ece1109c3097a1c918e2fcf Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Fri, 20 Feb 2015 19:24:53 +0300 Subject: [PATCH 06/20] fix comments indentation in example --- _includes/themes/metromongo/frontpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 2b24ff6..effbcb7 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -28,11 +28,11 @@

Simple to use

{% highlight python %} from mongoengine import * # To define a schema for a # document, we create a -class Metadata(EmbeddedDocument): # class that inherits from +class Metadata(EmbeddedDocument): # class that inherits from tags = ListField(StringField()) # Document. revisions = ListField(IntField()) # Fields are specified by -class WikiPage(Document): # adding field objects as +class WikiPage(Document): # adding field objects as title = StringField(required=True) # class attributes to the text = StringField() # document class. metadata = EmbeddedDocumentField(Metadata) From 86a7239f68e497af658415be348ba2a5d8647f41 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 20 May 2016 10:20:08 +0100 Subject: [PATCH 07/20] Fix readthedocs links --- _includes/themes/metromongo/frontpage.html | 12 ++++++------ _includes/themes/mongoengine/frontpage.html | 10 +++++----- docs/index.html | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 2b24ff6..c1babe0 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -14,8 +14,8 @@

mongoengine

Documentation available at docs.mongoengine.org - - there is currently a tutorial, a user guide and - API reference. + - there is currently a tutorial, a user guide and + API reference.

@@ -107,8 +107,8 @@

mongoengine

Documentation available at http://docs.mongoengine.org - - there is currently a tutorial, a user guide and - API reference. + - there is currently a tutorial, a user guide and + API reference.

@@ -131,8 +131,8 @@

To get to grips with MongoEngine, there is extensive documentation, - API references - and a tutorial. + API references + and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index eba661c..1aa5399 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -28,8 +28,8 @@

MongoEngine

Documentation available at http://bit.ly/mongoengine-docs - - there is currently a tutorial, a user guide and - API reference. + - there is currently a tutorial, a user guide and + API reference.

@@ -138,8 +138,8 @@

Getting Started

archives for the stable and master versions.

To get to grips with MongoEngine, there is extensive documentation, - API references - and a tutorial. + API references + and a tutorial. You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. @@ -197,4 +197,4 @@

Github

- \ No newline at end of file + diff --git a/docs/index.html b/docs/index.html index e116c06..e0d7ba7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,5 +4,5 @@ --- {% include JB/setup %} -Documentation is now available at http://bit.ly/mongoengine-docs - \ No newline at end of file +Documentation is now available at http://docs.mongoengine.org/ + From 5d8394289a9bd2e14ddad098388fe9e96520469f Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 22:12:26 +0100 Subject: [PATCH 08/20] remove outdated info from main page --- _includes/themes/metromongo/frontpage.html | 8 ++++---- _includes/themes/mongoengine/frontpage.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 1a9b6f7..3cacdb6 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -74,7 +74,7 @@

Tutorial

Help wanted

-

We're always looking for help on any aspect of mongoengine.

+

We're always looking for help on any aspect of Mongoengine.

@@ -135,7 +135,7 @@

tutorial. You can find help by joining the MongoEngine - Users mailing list or by chatting with other users on the #mongoengine IRC channel. + Users mailing list.

@@ -156,7 +156,7 @@

mongoengine

Community

- You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. + You can find help by joining the MongoEngine Users mailing list.

Contributing

@@ -172,7 +172,7 @@

Contributing

  • MongoEngine website!
  • - To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome! + To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!

    If you or your company is doing something cool / interesting on mongoengine then we want to know about it!

    diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index 1aa5399..622de52 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -142,7 +142,7 @@

    Getting Started

    and a tutorial. You can find help by joining the MongoEngine - Users mailing list or by chatting with other users on the #mongoengine IRC channel. + Users mailing list.

    If you are interested in contributing, join the From 6270dec7e83014da401f4f7d850da884b43a6f4e Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 22:26:19 +0100 Subject: [PATCH 09/20] Revert "remove outdated info from main page" This reverts commit 5d8394289a9bd2e14ddad098388fe9e96520469f. --- _includes/themes/metromongo/frontpage.html | 8 ++++---- _includes/themes/mongoengine/frontpage.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 3cacdb6..1a9b6f7 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -74,7 +74,7 @@

    Tutorial

    Help wanted

    -

    We're always looking for help on any aspect of Mongoengine.

    +

    We're always looking for help on any aspect of mongoengine.

    @@ -135,7 +135,7 @@

    tutorial. You can find help by joining the MongoEngine - Users mailing list. + Users mailing list or by chatting with other users on the #mongoengine IRC channel.

    @@ -156,7 +156,7 @@

    mongoengine

    Community

    - You can find help by joining the MongoEngine Users mailing list. + You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel.

    Contributing

    @@ -172,7 +172,7 @@

    Contributing

  • MongoEngine website!
  • - To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome! + To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!

    If you or your company is doing something cool / interesting on mongoengine then we want to know about it!

    diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index 622de52..1aa5399 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -142,7 +142,7 @@

    Getting Started

    and a tutorial. You can find help by joining the MongoEngine - Users mailing list. + Users mailing list or by chatting with other users on the #mongoengine IRC channel.

    If you are interested in contributing, join the From 5dcb5aef5b3e8cc517b56bb3d748f5a966d76c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Mon, 7 Mar 2022 22:47:36 +0100 Subject: [PATCH 10/20] Set theme jekyll-theme-cayman --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index cb62001..1669aa2 100644 --- a/_config.yml +++ b/_config.yml @@ -124,3 +124,5 @@ JB : # ./_includes/custom/[HELPER] # where [HELPER] is the name of the helper you are overriding. + +theme: jekyll-theme-cayman \ No newline at end of file From 6f654ee26aa613a9cf1f8c1be3e0410fa600376f Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:12:35 +0100 Subject: [PATCH 11/20] attempt to restore theme --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1669aa2..6acdaa8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # This is the default format. # For more see: https://github.com/mojombo/jekyll/wiki/Permalinks permalink: /:categories/:year/:month/:day/:title - +theme: metromongo exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] auto: true pygments: true @@ -58,7 +58,7 @@ JB : BASE_PATH : false # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. - # ex: [BASE_PATH]/assets/themes/[THEME-NAME] + # ex: [BASE_PATH]/assets/themes/[THEME_NAME] # # Override this by defining an absolute path to assets here. # ex: From b902e0e13c2fa64fe5a27774fb432364dd49bdd0 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:15:48 +0100 Subject: [PATCH 12/20] attempt to restore theme2 --- _config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 6acdaa8..f9152e7 100644 --- a/_config.yml +++ b/_config.yml @@ -122,7 +122,4 @@ JB : # Setting any helper's provider to 'custom' will bypass the helper code # and include your custom code. Your custom file must be defined at: # ./_includes/custom/[HELPER] - # where [HELPER] is the name of the helper you are overriding. - - -theme: jekyll-theme-cayman \ No newline at end of file + # where [HELPER] is the name of the helper you are overriding. \ No newline at end of file From f6cd494a9d3d40cae97f7457e73a261f6e48b83c Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:20:12 +0100 Subject: [PATCH 13/20] attempt to restore theme3 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f9152e7..c05de77 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # This is the default format. # For more see: https://github.com/mojombo/jekyll/wiki/Permalinks permalink: /:categories/:year/:month/:day/:title -theme: metromongo +theme: mongoengine exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] auto: true pygments: true From 9ac1a730385f7406683a271bcaa757dee3d73df7 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:31:04 +0100 Subject: [PATCH 14/20] attempt to restore theme --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index c05de77..9f470df 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,6 @@ # This is the default format. # For more see: https://github.com/mojombo/jekyll/wiki/Permalinks permalink: /:categories/:year/:month/:day/:title -theme: mongoengine exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] auto: true pygments: true From 3acf70fa68d49852d9f31e97e3d3f5c88792f07f Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:45:04 +0100 Subject: [PATCH 15/20] attempt to restore theme --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9f470df..1693fcf 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ permalink: /:categories/:year/:month/:day/:title exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] auto: true -pygments: true +highlighter: pygments # Themes are encouraged to use these universal variables # so be sure to set them if your theme uses them. From 98cd511647b8998bd02ac5208c085c1cb82ac839 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 23:51:27 +0100 Subject: [PATCH 16/20] attempt to restore theme --- _includes/themes/metromongo/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/themes/metromongo/settings.yml b/_includes/themes/metromongo/settings.yml index 260f82e..2ffddbb 100644 --- a/_includes/themes/metromongo/settings.yml +++ b/_includes/themes/metromongo/settings.yml @@ -1,2 +1,2 @@ theme : - name : mongoengine \ No newline at end of file + name : metromongo \ No newline at end of file From b11b52aef0bd5e0c6149a9d71fadddcb387e17ad Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Tue, 8 Mar 2022 00:04:43 +0100 Subject: [PATCH 17/20] attempt to restore theme --- _includes/JB/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/JB/setup b/_includes/JB/setup index efcd84b..b17f493 100644 --- a/_includes/JB/setup +++ b/_includes/JB/setup @@ -16,7 +16,7 @@ {% if site.JB.ASSET_PATH %} {% assign ASSET_PATH = site.JB.ASSET_PATH %} {% else %} - {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %} + {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{% if page.theme.name %}{{ page.theme.name }}{% else if %}{{ layout.theme.name }}{% endif %}{% endcapture %} {% endif %} {% endif %} {% endcapture %}{% assign jbcache = nil %} \ No newline at end of file From 7a04bdaa39e028d4d30334159c6e77237ea36762 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Mon, 7 Mar 2022 22:12:26 +0100 Subject: [PATCH 18/20] remove outdated info from main page --- _includes/themes/metromongo/frontpage.html | 8 ++++---- _includes/themes/mongoengine/frontpage.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/themes/metromongo/frontpage.html b/_includes/themes/metromongo/frontpage.html index 1a9b6f7..3cacdb6 100644 --- a/_includes/themes/metromongo/frontpage.html +++ b/_includes/themes/metromongo/frontpage.html @@ -74,7 +74,7 @@

    Tutorial

    Help wanted

    -

    We're always looking for help on any aspect of mongoengine.

    +

    We're always looking for help on any aspect of Mongoengine.

    @@ -135,7 +135,7 @@

    tutorial. You can find help by joining the MongoEngine - Users mailing list or by chatting with other users on the #mongoengine IRC channel. + Users mailing list.

    @@ -156,7 +156,7 @@

    mongoengine

    Community

    - You can find help by joining the MongoEngine Users mailing list or by chatting with other users on the #mongoengine IRC channel. + You can find help by joining the MongoEngine Users mailing list.

    Contributing

    @@ -172,7 +172,7 @@

    Contributing

  • MongoEngine website!
  • - To contribute to the project contact me @RossC0 or fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome! + To contribute to the project, fork any repository from the mongoengine organisation on github and send a pull request, all contributions and suggestions are welcome!

    If you or your company is doing something cool / interesting on mongoengine then we want to know about it!

    diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index 1aa5399..622de52 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -142,7 +142,7 @@

    Getting Started

    and a tutorial. You can find help by joining the MongoEngine - Users mailing list or by chatting with other users on the #mongoengine IRC channel. + Users mailing list.

    If you are interested in contributing, join the From 76ee8e8779fc3bb61ec9893ac1ade568b6ab6f63 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Tue, 8 Mar 2022 00:17:18 +0100 Subject: [PATCH 19/20] remove ref to irc --- _includes/themes/mongoengine/frontpage.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/themes/mongoengine/frontpage.html b/_includes/themes/mongoengine/frontpage.html index 622de52..a81effe 100644 --- a/_includes/themes/mongoengine/frontpage.html +++ b/_includes/themes/mongoengine/frontpage.html @@ -186,8 +186,6 @@

    Contributing

    Community

    From 540017b5d7710da71586d360f49a76078aa4dfc4 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Tue, 8 Mar 2022 00:17:46 +0100 Subject: [PATCH 20/20] add .idea to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d0174fb..335a261 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ Thumbs.db .rbenv-version .rvmrc + +.idea