You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by wa...@apache.org on 2021/06/01 23:30:04 UTC

[river-site] 04/06: fix more issues mixing html and markdown. cmark-gfm is strict.

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/river-site.git

commit 56daa291abdfec9b5aa8cb0dda781165a8f384fd
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Jun 1 16:13:15 2021 -0700

    fix more issues mixing html and markdown. cmark-gfm is strict.
---
 content/dev-doc/building-a-release.md |  1 +
 content/dev-doc/source-code.md        |  6 ++++++
 content/index.md                      |  5 -----
 content/user-doc/people.md            | 10 +++++-----
 content/user-doc/readings.md          |  2 +-
 content/user-doc/success-stories.md   |  2 +-
 6 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/content/dev-doc/building-a-release.md b/content/dev-doc/building-a-release.md
index 97cf868..aef704f 100644
--- a/content/dev-doc/building-a-release.md
+++ b/content/dev-doc/building-a-release.md
@@ -30,6 +30,7 @@ Add your key to the KEYS file in the repo
 
 
 <div class="space-mn"></div>
+
 ### Gather Release Notes From Jira
 
 First [manage the versions][5] of River using Jira.  Make sure there is an appropriate release that Jira issues are have been assigned to.  You can then view the [Roadmap][4] screen in Jira to create the release and make sure that the correct Jira issues are associated to it.
diff --git a/content/dev-doc/source-code.md b/content/dev-doc/source-code.md
index 000deea..b285f7d 100644
--- a/content/dev-doc/source-code.md
+++ b/content/dev-doc/source-code.md
@@ -9,6 +9,8 @@ River uses [Subversion](http://subversion.tigris.org/) to manage its source code
 
 The source code for the various deliverables of Apache River can be freely browsed at <http://svn.apache.org/viewvc/river/>. 
 
+&nbsp;
+
 #### Anonymous access
 
 
@@ -21,6 +23,7 @@ release was in the 2.2 branch.
 
     svn checkout http://svn.apache.org/repos/asf/river/jtsk/branches/2.2
 
+&nbsp;
 
 #### Access from behind a firewall
 
@@ -30,6 +33,7 @@ you can try to access it via HTTPS:
 
     svn checkout https://svn.apache.org/repos/asf/river/jtsk/trunk river
 
+&nbsp;
 
 #### Access through a proxy
 
@@ -49,6 +53,7 @@ Example : Edit the 'servers' file and add something like :
     http-proxy-host = your.proxy.name
     http-proxy-port = 3128
 
+&nbsp;
 
 #### Submitting a Patch
 
@@ -61,6 +66,7 @@ following command:
 
 If you've added new files, remember to "svn add" them so they get included in the diff.
 
+&nbsp;
 
 #### Developer Access
 
diff --git a/content/index.md b/content/index.md
index 8c81e4e..00b77c8 100644
--- a/content/index.md
+++ b/content/index.md
@@ -7,14 +7,12 @@ license: https://www.apache.org/licenses/LICENSE-2.0
         and advancement of Jini technology.</h2>
 
 </div>
-
 <div class="alert alert-success" style="font-size: 17px; margin: 5% 10%">
   River is the implementation of <a href="https://en.wikipedia.org/wiki/Jini">Jini</a> service oriented architecture. It defines
       a programming model which both exploits and extends Java technology to enable the construction of secure, distributed
       systems consisting of federations of services and clients. Jini technology can be used to build adaptive network
       systems that are scalable, evolvable and flexible as typically required in dynamic computing environments.
 </div>
-
 <div class="container main">
     <div class="row">
         <div class="col-xs-6 col-sm-6 col-md-4 col-lg-6 description-container">
@@ -32,8 +30,6 @@ license: https://www.apache.org/licenses/LICENSE-2.0
             <span class="fa fa-angle-right"></span> Service, client, registry and class-server: on-demand distribution of compiled code.<br>
         <div class="space-sm"></div>
         </div>
-
-
         <div class="col-xs-6 col-sm-6 col-md-4 col-lg-6 description-container">
             <h4><i class="fa fa-gear"></i> Basic services</h4>
             <p>Several basic services are available for locking, distributed events, leasing, transactions, etc.</p>
@@ -44,5 +40,4 @@ license: https://www.apache.org/licenses/LICENSE-2.0
             called JavaSpaces is part of the project.</p>
         </div>
     </div>
-
 </div>
diff --git a/content/user-doc/people.md b/content/user-doc/people.md
index e517b5f..968337e 100644
--- a/content/user-doc/people.md
+++ b/content/user-doc/people.md
@@ -9,11 +9,11 @@ Here are the current committers to the Apache River project:
 
 | PMC   | Name | Organization |
 |-------|------|--------------|
-| ***** |Roy T. Fielding|Adobe *(chair pro-tem)*|
-| ***** |Dennis Reedy|Asarian Technologies LLC|
-| ***** |Dan Rollo||
-| ***** |Patricia Shanahan||
-| ***** |Bryan Thompson||
+| __*__ |Roy T. Fielding|Adobe *(chair pro-tem)*|
+| __*__ |Dennis Reedy|Asarian Technologies LLC|
+| __*__ |Dan Rollo||
+| __*__ |Patricia Shanahan||
+| __*__ |Bryan Thompson||
 
 If you would like to contribute to Apache River,
 please engage on the [mailing lists](mailing-lists.html)
diff --git a/content/user-doc/readings.md b/content/user-doc/readings.md
index bb02b3b..4e9bcd9 100644
--- a/content/user-doc/readings.md
+++ b/content/user-doc/readings.md
@@ -8,7 +8,7 @@ license: https://www.apache.org/licenses/LICENSE-2.0
  - [IoT Security Fundamentals That Need To Be Solved](https://codek.tv/v/DIhcDRvHii0/iot-security-fundamentals-that-need-to-be-solved/)
  - [A New, Open Source Tool Proves: Even After Patching, Deserializing Will Still Kill You](https://www.contrastsecurity.com/security-influencers/java-deserializing-open-source-tool)
  - <a href="https://blogs.oracle.com/hinkmond/entry/easy_iot_sensor_on_boarding" data-toggle="tooltip" title="Making Internet of Things (IoT) Smarter with Java Technology and Deep Learning AI">Hinkmond Wong's Weblog</a>
- - <a href"http://www.eclipse.org/californium data-toggle="tooltip" title="The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications.">Californium</a>
+ - <a href"http://www.eclipse.org/californium" data-toggle="tooltip" title="The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications.">Californium</a>
  - [Android N switches to OpenJDK](http://arstechnica.co.uk/tech-policy/2016/01/android-n-switches-to-openjdk-google-tells-oracle-it-is-protected-by-the-gpl/)
  - [Reducing Security Overhead to Enhance Service Delivery in Jini IoT](http://www.hindawi.com/journals/ijdsn/2015/205793/)
  - <a href="http://www.psinaptic.com/link_files/PsiNapticTelematics.pdf" data-toggle="tooltip" title="A small footprint, fully JCK compliant implementation of Jini's lookup service written in C">Jini's lookup service written in C</a>
diff --git a/content/user-doc/success-stories.md b/content/user-doc/success-stories.md
index cd52dfb..3eb735a 100644
--- a/content/user-doc/success-stories.md
+++ b/content/user-doc/success-stories.md
@@ -184,5 +184,5 @@ As soon as River community decides these improvements can be integrated back.
      1. [European Patent Office, The Netherlands](http://www.epo.org/)
      1. [Magneti Marelli Motorsport, Italy](http://www.magnetimarelli.com/racing/racdwn.htm)
  - [JavaWorld](http://www.javaworld.com/javaworld/jw-10-2001/jw-1005-jiniinterview.html) interview with Dr. Ted Achacoso from GroupServe
- - [Jan Newmarch's Guide to Jini Technologies](http://jan.newmarch.name/java/jini/tutorial/Overview.html#Success Stories) contains a section on Jini successes
+ - [Jan Newmarch's Guide to Jini Technologies](http://jan.newmarch.name/java/jini/tutorial/Overview.html#Success%20Stories) contains a section on Jini successes