You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/12/11 11:56:28 UTC

incubator-ponymail git commit: Document why links are different in these html files

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 68ea3726e -> 164ef8f3e


Document why links are different in these html files

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/164ef8f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/164ef8f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/164ef8f3

Branch: refs/heads/master
Commit: 164ef8f3e35d0a79b0e87edb515e0ac172c3fc23
Parents: 68ea372
Author: Sebb <se...@apache.org>
Authored: Sun Dec 11 11:56:16 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sun Dec 11 11:56:16 2016 +0000

----------------------------------------------------------------------
 site/permalink.html | 4 ++++
 site/thread.html    | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/164ef8f3/site/permalink.html
----------------------------------------------------------------------
diff --git a/site/permalink.html b/site/permalink.html
index c667e52..9e8d64c 100644
--- a/site/permalink.html
+++ b/site/permalink.html
@@ -20,6 +20,8 @@ the License. -->
     <title>Pony Mail!</title>
 
     <!-- Bootstrap -->
+    <!-- N.B. this page is invoked as part of a URL, e.g. permalink.html/mid, 
+    so the relative links are different from the ones in most of the other html files -->
     <link href="../css/bootstrap.min.css" rel="stylesheet">
     <link href="../css/popup.css" rel="stylesheet">
     <link href="../css/solar.css" rel="alternate stylesheet" type="text/css" title="Solar theme" media="all">
@@ -47,6 +49,8 @@ the License. -->
     </div>
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <!-- N.B. this page is invoked as part of a URL, e.g. permalink.html/mid, 
+    so the relative links are different from the ones in most of the other html files -->
     <script src="../js/bootstrap.min.js"></script>
     <script src="../js/config.js"></script>
     <script src="../js/ponymail.js"></script>

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/164ef8f3/site/thread.html
----------------------------------------------------------------------
diff --git a/site/thread.html b/site/thread.html
index 186f079..ff302d4 100644
--- a/site/thread.html
+++ b/site/thread.html
@@ -20,6 +20,8 @@ the License. -->
     <title>Pony Mail!</title>
 
     <!-- Bootstrap -->
+    <!-- N.B. this page is invoked as part of a URL, e.g. thread.html/mid, 
+    so the relative links are different from the ones in most of the other html files -->
     <link href="../css/bootstrap.min.css" rel="stylesheet">
     <link href="../css/popup.css" rel="stylesheet">
     <link href="../css/solar.css" rel="alternate stylesheet" type="text/css" title="Solar theme" media="all">
@@ -74,6 +76,8 @@ the License. -->
     </div>
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <!-- N.B. this page is invoked as part of a URL, e.g. thread.html/mid, 
+    so the relative links are different from the ones in most of the other html files -->
     <script src="../js/bootstrap.min.js"></script>
     <script src="../js/config.js"></script>
     <script src="../js/ponymail.js"></script>