Skip to content

Updated links to reflect move to github. #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ navbar:
- title: Development
subItems:
- title: Bug tracker
url: https://bugs.jython.org/
url: https://github.com/jython/jython/issues/
- title: Github
url: https://github.com/jythontools/jython
- title: Mercurial
url: https://hg.python.org/jython/
url: https://github.com/jython/jython/
- title: Legacy
url: legacy-dev
- title: Mailing List
url: https://sourceforge.net/p/jython/mailman/
- title: Developer Guide
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/jythontools/jython">View on Github</a>
<a id="forkme_banner" href="https://github.com/jython/jython">View on Github</a>

<a id=logo href="index"><img id="logo" src="assets/jython.png" alt="Jython Logo" height="70" width="109"></a>

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Home
---
## What is Jython?
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jythontools/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:

* Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.
* Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.
Expand Down
11 changes: 11 additions & 0 deletions legacy-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Legacy
---
## Development before move to Github

### [Bug tracker](https://bugs.jython.org/)

### [Mercurial](https://hg.python.org/jython/)

### [Github mirror](https://github.com/jython/frozen-mirror/)
This mirror is now frozen.