Skip to content

Commit

Permalink
Merge pull request #2856 from xtqqczze/patch-1
Browse files Browse the repository at this point in the history
fix nit repo url
  • Loading branch information
privat authored Oct 8, 2024
2 parents 17eaca0 + c9070bb commit 32b9c90
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion contrib/action_nitro/net.xymus.action_nitro.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit,Games
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/action_nitro
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/action_nitro
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Jump from plate to plane to reach the ISS and defeat the bad guys
Expand Down
2 changes: 1 addition & 1 deletion contrib/asteronits/org.nitlanguage.asteronits.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit,Games
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/asteronits
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/asteronits
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Destroy asteroids in this simple 2D sample game made with gamnit
Expand Down
2 changes: 1 addition & 1 deletion contrib/benitlux/net.xymus.benitlux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit,Internet
License:Apache2
Web Site:http://xymus.net/benitlux
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/benitlux
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/benitlux
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Mobile client for the Benitlux social network
Expand Down
2 changes: 1 addition & 1 deletion contrib/model_viewer/org.nitlanguage.model_viewer.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/model_viewer/
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/model_viewer/
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Display 3D models with the gamnit depth framework.
Expand Down
2 changes: 1 addition & 1 deletion contrib/tinks/net.xymus.tinks.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit,Games
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/tinks
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/tinks
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Multiplayer crossplatform action game with destructible procedurally generated worlds
Expand Down
2 changes: 1 addition & 1 deletion contrib/tnitter/net.xymus.tnitter.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit,Internet
License:Apache2
Web Site:http://tnitter.xymus.net/
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/contrib/tnitter
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/contrib/tnitter
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:Minimal client for the Tnitter open source micro-blogging platform
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator/org.nitlanguage.calculator.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/examples/calculator
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/examples/calculator
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:A Basic Calculator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Categories:Nit
License:Apache2
Web Site:http://nitlanguage.org
Source Code:http://nitlanguage.org/nit.git/tree/HEAD:/examples/calculator
Source Code:https://github.com/nitlang/nit.git/tree/HEAD:/examples/calculator
Issue Tracker:https://github.com/nitlang/nit/issues

Summary:A Scientific Calculator
Expand Down
2 changes: 1 addition & 1 deletion lib/html/examples/html_page.nit
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class NitHomepage
add("h1").text("# Getting Started")
add("p").text("Get Nit from its Git repository:")

add_html("<pre><code>$ git clone http://nitlanguage.org/nit.git</code></pre>")
add_html("<pre><code>$ git clone https://github.com/nitlang/nit.git</code></pre>")
add("p").text("Build the compiler (may be long):")
add_html("<pre><code>$ cd nit\n")
add_html("$ make</code></pre>")
Expand Down
2 changes: 1 addition & 1 deletion tests/sav/html_page.res
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>Nit</title><link rel="icon" href="http:&#47;&#47;nitlanguage.org&#47;favicon.ico" type="image&#47;x-icon"/><link rel="stylesheet" href="http:&#47;&#47;nitlanguage.org&#47;style.css" type="text&#47;css"/><link rel="stylesheet" href="http:&#47;&#47;nitlanguage.org&#47;local.css" type="text&#47;css"/></head><body><article class="page"><section class="pageheader"><a id='toptitle_first' class='toptitle'>the</a><a id='toptitle_second' class='toptitle' href=''>Nit</a><a id='toptitle_third' class='toptitle' href=''>Programming Language</a><header class="header"><div class="topsubtitle"><p>A Fun Language for Serious Programming</p></div></header></section><div id="pagebody"><section id="content"><h1># What is Nit?</h1><p>Nit is an object-oriented programming language. The goal of Nit is to propose a robust statically typed programming language where structure is not a pain.</p><p>So, what does the famous hello world program look like, in Nit?</p><pre><tt><span class='normal'>print </span><span class='string'>'Hello, World!'</span></tt></pre><h1># Feature Highlights</h1><h2>Usability</h2><p>Nit&#39;s goal is to be usable by real programmers for real projects</p><ul><li><a href="http:&#47;&#47;en.wikipedia.org&#47;wiki&#47;KISS_principle">KISS principle</a></li><li>Script-like language without verbosity nor cryptic statements</li><li>Painless static types: static typing should help programmers</li><li>Efficient development, efficient execution, efficient evolution.</li></ul><h2>Robustness</h2><p>Nit will help you to write bug-free programs</p><ul><li>Strong static typing</li><li>No more NullPointerException</li></ul><h2>Object-Oriented</h2><p>Nit&#39;s guideline is to follow the most powerful OO principles</p><ul><li><a href=".&#47;everything_is_an_object&#47;">Everything is an object</a></li><li><a href=".&#47;multiple_inheritance&#47;">Multiple inheritance</a></li><li><a href=".&#47;refinement&#47;">Open classes</a></li><li><a href=".&#47;virtual_types&#47;">Virtual types</a></li></ul><h1># Getting Started</h1><p>Get Nit from its Git repository:</p><pre><code>$ git clone http://nitlanguage.org/nit.git</code></pre><p>Build the compiler (may be long):</p><pre><code>$ cd nit
<!DOCTYPE html><html><head><meta charset="utf-8"/><title>Nit</title><link rel="icon" href="http:&#47;&#47;nitlanguage.org&#47;favicon.ico" type="image&#47;x-icon"/><link rel="stylesheet" href="http:&#47;&#47;nitlanguage.org&#47;style.css" type="text&#47;css"/><link rel="stylesheet" href="http:&#47;&#47;nitlanguage.org&#47;local.css" type="text&#47;css"/></head><body><article class="page"><section class="pageheader"><a id='toptitle_first' class='toptitle'>the</a><a id='toptitle_second' class='toptitle' href=''>Nit</a><a id='toptitle_third' class='toptitle' href=''>Programming Language</a><header class="header"><div class="topsubtitle"><p>A Fun Language for Serious Programming</p></div></header></section><div id="pagebody"><section id="content"><h1># What is Nit?</h1><p>Nit is an object-oriented programming language. The goal of Nit is to propose a robust statically typed programming language where structure is not a pain.</p><p>So, what does the famous hello world program look like, in Nit?</p><pre><tt><span class='normal'>print </span><span class='string'>'Hello, World!'</span></tt></pre><h1># Feature Highlights</h1><h2>Usability</h2><p>Nit&#39;s goal is to be usable by real programmers for real projects</p><ul><li><a href="http:&#47;&#47;en.wikipedia.org&#47;wiki&#47;KISS_principle">KISS principle</a></li><li>Script-like language without verbosity nor cryptic statements</li><li>Painless static types: static typing should help programmers</li><li>Efficient development, efficient execution, efficient evolution.</li></ul><h2>Robustness</h2><p>Nit will help you to write bug-free programs</p><ul><li>Strong static typing</li><li>No more NullPointerException</li></ul><h2>Object-Oriented</h2><p>Nit&#39;s guideline is to follow the most powerful OO principles</p><ul><li><a href=".&#47;everything_is_an_object&#47;">Everything is an object</a></li><li><a href=".&#47;multiple_inheritance&#47;">Multiple inheritance</a></li><li><a href=".&#47;refinement&#47;">Open classes</a></li><li><a href=".&#47;virtual_types&#47;">Virtual types</a></li></ul><h1># Getting Started</h1><p>Get Nit from its Git repository:</p><pre><code>$ git clone https://github.com/nitlang/nit.git</code></pre><p>Build the compiler (may be long):</p><pre><code>$ cd nit
$ make</code></pre><p>Compile a program:</p><pre><code>$ bin/nitc examples/hello_world.nit</code></pre><p>Execute the program:</p><pre><code>$ ./hello_world</code></pre></section></div></article></body></html>

0 comments on commit 32b9c90

Please sign in to comment.