Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
d40e0339
Commit
d40e0339
authored
15 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Add a page "contact.html".
parent
29c8709e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
source/_layouts/site.genshi
+1
-0
1 addition, 0 deletions
source/_layouts/site.genshi
source/contact.txt
+20
-0
20 additions, 0 deletions
source/contact.txt
source/download.txt
+1
-1
1 addition, 1 deletion
source/download.txt
source/features.txt
+2
-3
2 additions, 3 deletions
source/features.txt
with
24 additions
and
4 deletions
source/_layouts/site.genshi
+
1
−
0
View file @
d40e0339
...
...
@@ -11,6 +11,7 @@
('Performance', 'http://speed.pypy.org'),
('Dev Site', 'http://codespeak.net/pypy/trunk/pypy/doc/index.html'),
('Blog', 'http://morepypy.blogspot.com'),
('Contact', 'contact.html'),
],
}
...
...
This diff is collapsed.
Click to expand it.
source/contact.txt
0 → 100644
+
20
−
0
View file @
d40e0339
---
layout: page
title: Contact
---
Contact
============================================================
* irc: **#pypy** on **irc.freenode.net**
* mailing list: `pypy-dev at codespeak.net`__
* the `bug tracker`_
* more on our `dev site`_.
.. __: http://codespeak.net/mailman/listinfo/pypy-dev
.. _`bug tracker`: https://codespeak.net/issue/pypy-dev/
.. _`dev site`: http://codespeak.net/pypy/trunk/pypy/doc/
This diff is collapsed.
Click to expand it.
source/download.txt
+
1
−
1
View file @
d40e0339
...
...
@@ -209,7 +209,7 @@
.. _`x86-64`: http://en.wikipedia.org/wiki/X86-64
.. _SSE2: http://en.wikipedia.org/wiki/SSE2
.. _`ctypes`: http://www.python.org/doc/2.5.4/lib/module-ctypes.html
.. _`contact us`:
http://codespeak.net/mailman/listinfo/pypy-dev
.. _`contact us`:
contact.html
.. _`sandboxing`: features.html#sandboxing
.. _`stackless`: http://www.stackless.com/
.. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
...
...
This diff is collapsed.
Click to expand it.
source/features.txt
+
2
−
3
View file @
d40e0339
...
...
@@ -19,7 +19,6 @@
.. _`compatibility`: compat.html
.. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
.. _`contact us`: http://codespeak.net/mailman/listinfo/pypy-dev
Speed or memory usage?
...
...
@@ -87,7 +86,7 @@
* **the Java backend:** PyPy can run on the Java VM, but more care is
needed to finish this project. (Requires `the cli-jit branch`_ for
now.) Writing a backend for our high-level JIT compiler would be
excellent. `Contact us
!
`_
excellent. `Contact us`_
!
* **Other languages:** available in a `separate part of the repository`_,
we implemented other languages too: Prolog_ (almost complete), as
...
...
@@ -95,6 +94,6 @@
.. _`the cli-jit branch`: http://codespeak.net/svn/pypy/branch/cli-jit/
.. _`contact us
!
`:
http://codespeak.net/mailman/listinfo/pypy-dev
.. _`contact us`:
contact.html
.. _`separate part of the repository`: http://codespeak.net/svn/pypy/lang/
.. _Prolog: http://codespeak.net/svn/pypy/lang/prolog
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment