From 49898d01b5ef23fb944414923a71c19692e8086e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 20 Nov 2019 18:47:32 +0000 Subject: [PATCH] Doc: Added GSoC to website --- Tools/build-website.js | 12 +- docs/api/index.html | 5 +- docs/changelog/index.html | 5 +- docs/changelog_cli/index.html | 5 +- docs/clipper/index.html | 5 +- docs/debugging/index.html | 5 +- docs/desktop/index.html | 5 +- docs/donate/index.html | 5 +- docs/e2ee/index.html | 5 +- docs/faq/index.html | 5 +- docs/gsoc/idea1_nextcloud.html | 396 +++++++++++++++ docs/gsoc/idea2_sharing.html | 373 ++++++++++++++ docs/gsoc/idea3_tagging.html | 373 ++++++++++++++ docs/gsoc/idea4_search.html | 364 ++++++++++++++ docs/gsoc/idea5_password_per_note.html | 369 ++++++++++++++ docs/gsoc/index.html | 471 ++++++++++++++++++ docs/index.html | 5 +- docs/markdown/index.html | 13 +- docs/mobile/index.html | 5 +- docs/prereleases/index.html | 5 +- docs/spec/index.html | 5 +- docs/stats/index.html | 5 +- docs/terminal/index.html | 5 +- ...Idea#1_Nextcloud.md => idea1_nextcloud.md} | 2 +- ...019_Idea#2_sharing.md => idea2_sharing.md} | 5 +- ...019_Idea#3_tagging.md => idea3_tagging.md} | 4 +- ...C2019_Idea#4_Search.md => idea4_search.md} | 2 + ...per Note.md => idea5_password_per_note.md} | 2 +- readme/{summer_of_code.md => GSoC/index.md} | 106 ++-- 29 files changed, 2490 insertions(+), 77 deletions(-) create mode 100644 docs/gsoc/idea1_nextcloud.html create mode 100644 docs/gsoc/idea2_sharing.html create mode 100644 docs/gsoc/idea3_tagging.html create mode 100644 docs/gsoc/idea4_search.html create mode 100644 docs/gsoc/idea5_password_per_note.html create mode 100644 docs/gsoc/index.html rename readme/GSoC/{GSoC2019_Idea#1_Nextcloud.md => idea1_nextcloud.md} (97%) rename readme/GSoC/{GSoC2019_Idea#2_sharing.md => idea2_sharing.md} (86%) rename readme/GSoC/{GSoC2019_Idea#3_tagging.md => idea3_tagging.md} (97%) rename readme/GSoC/{GSoC2019_Idea#4_Search.md => idea4_search.md} (68%) rename readme/GSoC/{GSoC2019_Idea#5_Password per Note.md => idea5_password_per_note.md} (96%) rename readme/{summer_of_code.md => GSoC/index.md} (63%) diff --git a/Tools/build-website.js b/Tools/build-website.js index 7f299d87ce..49691ff53d 100644 --- a/Tools/build-website.js +++ b/Tools/build-website.js @@ -190,7 +190,9 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}} padding-left: 2em; margin-bottom: 0; display: table-cell; - min-width: 250px; + /* min-width: 250px; */ + /* For GSoC: */ + min-width: 470px; } .nav ul li { display: inline-block; @@ -275,6 +277,7 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
  • Forum
  • Menu
  • +
  • Google Summer of Code 2010