You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/community/companies.adoc
+80-79Lines changed: 80 additions & 79 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,140 +7,141 @@ David Nolen
7
7
8
8
Below is a partial list of some companies using ClojureScript. To add your company to the list, please submit a pull request to the https://github.com/clojure/clojurescript-site[ClojureScript.org repository].
Copy file name to clipboardExpand all lines: content/community/contributing_site.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you wish to make a contribution (typo, modification, or new content), you mus
26
26
27
27
Contributors must sign the Clojure Contributor Agreement prior to submitting changes. The https://secure.echosign.com/public/hostedForm?formid=95YMDL576B336E[Contributor Agreement] (CA) gives Rich Hickey and the contributor joint copyright interests: the contributor retains copyrights while also granting those rights to Rich Hickey as the open source project sponsor.
28
28
29
-
The CA is derived from the Oracle Contributor Agreement (OCA), used for OpenJDK, Netbeans and OpenSolaris projects and others. There is a good http://www.oracle.com/technetwork/oca-faq-405384.pdf[OCA FAQ] answering many questions.
29
+
The CA is derived from the Oracle Contributor Agreement (OCA), used for OpenJDK, Netbeans and OpenSolaris projects and others. There is a good https://www.oracle.com/technetwork/oca-faq-405384.pdf[OCA FAQ] answering many questions.
30
30
31
31
By executing the CA, contributors protect the ClojureScript site content and protect the flexibility to adapt the project to the changing demands of the community. In order for the CA to be effective, the ClojureScript project must obtain an assignment for all contributions. Please review the CA for a complete understanding of its terms and conditions. By contributing source code or other material to ClojureScript, you represent that you have a CA with Rich Hickey for such contributions. In order to track contributors, you understand that your full name and username may be posted on a web page listing authorized contributors that is accessible via a public URL.
32
32
@@ -75,11 +75,11 @@ To actively contribute to the site, it's important to keep your own fork up-to-d
75
75
[[build]]
76
76
== Building and Previewing Changes
77
77
78
-
When working on bigger changes it's useful to build the site locally. The site is built using http://jbake.org/[JBake].
78
+
When working on bigger changes it's useful to build the site locally. The site is built using https://jbake.org/[JBake].
79
79
80
-
To http://jbake.org/docs/2.5.0/#installation[install] JBake 2.5.0-SNAPSHOT:
80
+
To https://jbake.org/docs/2.5.0/#installation[install] JBake 2.5.0-SNAPSHOT:
81
81
82
-
. `curl -O http://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip` (or download this file with your browser)
82
+
. `curl -O https://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip` (or download this file with your browser)
83
83
. `unzip -o jbake-2.5.0-SNAPSHOT-bin.zip`
84
84
. Add jbake-2.5.0-SNAPSHOT/bin to your system PATH
85
85
@@ -101,7 +101,7 @@ Generate the pages:
101
101
102
102
. `jbake` - this will create the static site in the output directory
103
103
. To view the static files, open `output/index` in your browser
104
-
. To view a live preview, run `jbake -s` and go to http://localhost:8820/index
104
+
. To view a live preview, run `jbake -s` and go to https://localhost:8820/index
105
105
106
106
[[style]]
107
107
== Style and Navigation Changes
@@ -129,4 +129,4 @@ Thanks for your contributions!
All documentation contained in this repository is licensed by Rich Hickey under the http://www.eclipse.org/legal/epl-v10.html[Eclipse Public License v1.0] unless otherwise noted.
132
+
All documentation contained in this repository is licensed by Rich Hickey under the https://www.eclipse.org/legal/epl-v10.html[Eclipse Public License v1.0] unless otherwise noted.
Asciidoc is an extensive language and there is likely some way to do anything you want to do. Below are some more Asciidoc resources to answer more advanced questions.
0 commit comments