You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/22 12:20:22 UTC

cayenne-website git commit: Post-release cleanup - tweak layout - update Readme - update links to release notes

Repository: cayenne-website
Updated Branches:
  refs/heads/master 63de5681e -> 7ab1efc18


Post-release cleanup
- tweak layout
- update Readme
- update links to release notes


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/7ab1efc1
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/7ab1efc1
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/7ab1efc1

Branch: refs/heads/master
Commit: 7ab1efc18e7b7eaf8b2a0f95fe1ab3061df28ea1
Parents: 63de568
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Jan 22 15:20:17 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Jan 22 15:20:17 2018 +0300

----------------------------------------------------------------------
 README.md                                  | 13 ++-----------
 src/main/site/content/_index.md            |  6 +++---
 src/main/site/layouts/about/download.html  |  2 +-
 src/main/site/layouts/partials/header.html |  2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/7ab1efc1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4613d6b..fea4978 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Contains sources of [Cayenne website](http://cayenne.apache.org).
 Just clone and run maven, nothing else required.
 
     git clone https://git-wip-us.apache.org/repos/asf/cayenne-website.git
-    cd cayenne-website-demo
+    cd cayenne-website
     mvn
 
 Open http://localhost:3000 in your browser. In dev mode site supports live-reloading.
@@ -27,10 +27,8 @@ To publish new version just run Maven with `publish` profile. This will build pr
 That's all, so be carefull and review your changes before publishing (also don't forget to check them after).
 
 Don't forget to push you source's changes so others won't rewrite them.
-    
-:grey_exclamation: apache `gitpubsub` should be setup in order actual content sync to happen. 
 
-*NOTE*: This process can be automated by Jenkins. It can run publish on every commit to `master`. But at first it is better to use manual publishing.
+*NOTE*: This process can be automated by Jenkins. It can run publish on every commit to `master`.
 
 ## CMS guide
 
@@ -97,10 +95,3 @@ There is two main parts of site src:
     * `/static/` - files that will be copied as is to the final site content, note that `js`, `img` and `css` directories
     are processed via Gulp tasks, and shouldn't be used directly, instead use coresponding directories in `assets`.     
     * `config.yaml` - Hugo configuration
-
-
-## ToDo
-
-- [x] Add fontawesome as dependency
-- [x] Asciidoc ToC into docs aside
-- [ ] $small-font-size-rem - https://davidwalsh.name/rem-px-browser-function-sass

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/7ab1efc1/src/main/site/content/_index.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/_index.md b/src/main/site/content/_index.md
index 4935710..c6d8a3e 100644
--- a/src/main/site/content/_index.md
+++ b/src/main/site/content/_index.md
@@ -7,9 +7,9 @@
         <div class="col-md-6  text-center">
             <img class="img-fluid  mb-2" src="img/cayenne_illustr.png" alt="Cayenne Illustration" />
             <h1 class="display-2  font-weight-normal">
-				<span class="font-weight-xlight">Your</span>
-				<span class="font-weight-semibold">ORM</span>
-				superpower
+                <span class="font-weight-semibold">Your</span>
+                <span class="font-weight-xlight">ORM</span>
+                superpower
             </h1>
             <p class="small  font-italic">Apache Cayenne™ is an open source Java ORM (object-to-relational mapping) framework</p>
         </div>

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/7ab1efc1/src/main/site/layouts/about/download.html
----------------------------------------------------------------------
diff --git a/src/main/site/layouts/about/download.html b/src/main/site/layouts/about/download.html
index 676fa21..f8d1416 100644
--- a/src/main/site/layouts/about/download.html
+++ b/src/main/site/layouts/about/download.html
@@ -16,7 +16,7 @@
         <h2>{{ .description }} - {{ $revision }} ({{ .type }})</h2>
         <p>
             Requires <strong>Java {{ .jdk }}</strong> or above.
-            You can find full release notes <a href="https://raw.githubusercontent.com/apache/cayenne/{{ .latestRevision }}/docs/doc/src/main/resources/RELEASE-NOTES.txt">here</a>.
+            You can find full release notes <a href="https://github.com/apache/cayenne/blob/{{ .latestRevision }}/docs/doc/src/main/resources/RELEASE-NOTES.txt">here</a>.
         </p>
         <ul class="nav nav-tabs" id="tab_{{ $urlFriendlyRevision }}" role="tablist">
             <li class="nav-item">

http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/7ab1efc1/src/main/site/layouts/partials/header.html
----------------------------------------------------------------------
diff --git a/src/main/site/layouts/partials/header.html b/src/main/site/layouts/partials/header.html
index bf50a8a..8abf476 100644
--- a/src/main/site/layouts/partials/header.html
+++ b/src/main/site/layouts/partials/header.html
@@ -4,7 +4,7 @@
         <li class="breadcrumb-item dropdown">
           <a class="dropdown-toggle  text-nowrap  pr-1" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
             <img class="mw-15px  mr-1" src="/img/feather.svg" />Apache Software Foundation</a>
-          <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+          <div class="dropdown-menu rounded-0" aria-labelledby="navbarDropdown">
             <a class="dropdown-item" href="https://www.apache.org">Apache Homepage</a>
             <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
             <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>