Main Page

From Erights

(Difference between revisions)
Jump to: navigation, search
(added SICP in E link)
(fix big title)
(29 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
 
<big>'''Welcome to the ERights.org wiki.'''</big>
<big>'''Welcome to the ERights.org wiki.'''</big>
-
'''''E''''' is a secure, distributed, pure-object platform and p2p scripting language for writing ''Capability-based'' Smart Contracts.
+
{{E}} is an [[wikipedia:Object-capability model|object-capability]] programming language and platform for writing [[wikipedia:Distributed computing|distributed]], secure, and robust software.  This wiki is about E and the larger subject of [[wikipedia:Capability-based security|capability-based security]].
== [[Getting Started]] ==
== [[Getting Started]] ==
-
[[Getting Started]] - Tips for '''''E''''' newbies
+
[[Getting Started]] - Tips for {{E}} newbies
== What's New? ==
== What's New? ==
Line 12: Line 11:
[http://www.erights.org/talks/index.html#google-abac Google Techtalk series on ABAC]  - Authorization Based Access Control.
[http://www.erights.org/talks/index.html#google-abac Google Techtalk series on ABAC]  - Authorization Based Access Control.
-
== Documentation ==
+
[[Future research topics]]
-
=== Books ===
+
== [[Documentation]] ==
-
[[Image:Ewalnut-pink.gif]]
+
* [[Documentation#Books|Books]]
-
[[Walnut|'''''E''''' in a Walnut]] - This is a basic tutorial on the '''''E''''' language covering basic, distributed, and secure distributed programming.
+
** [[Walnut|{{E}} in a Walnut]]
 +
* [[Documentation#Tutorials|Tutorials]]
 +
* [[FAQ]]
 +
* [[Documentation#Papers|Papers]]
 +
* [[Documentation#Talks and Presentations|Talks and Presentations]]
-
[http://www.erights.org/talks/thesis/index.html Robust Composition] - Towards a Unified Approach to Access Control and Concurrency Control.  This is [[User:MarkM|Mark Miller]]'s PhD disseration, and it explains the rationale, philosophy, and goals of '''''E''''' and releated systems.
+
== [[Downloads]] ==
-
[[Safe_Serialization_Under_Mutual_Suspicion]] (Wiki conversion in progress)
+
* [[Downloads#Releases|Releases]] - ready-to-install versions of {{E}}.
-
=== Tutorials ===
+
==[[:Category:Applications|Applications]]==
-
[http://www.erights.org/elang/intro/index.html Tutorials] - several short tutorials showing how to use '''''E'''''.
+
== [[Erights:Community Portal|Community]] ==
-
[http://www.erights.org/elang/quick-ref.html Quick Reference Card] - Reminders of some useful patterns.
+
[http://www.eros-os.org/pipermail/e-lang/ e-lang mailing list] - discussion of {{E}} and other capability languages.
-
[[FAQ]]
+
[http://www.eros-os.org/pipermail/cap-talk/ cap-talk mailing list] - discussion of general issues regarding capability security.
-
=== Papers ===
+
[http://ircbrowse.com/cdates.html?channel=erights #erights IRC channel] - On the [http://www.mibbit.com/?server=irc.freenode.net&amp;channel=%23erights #erights] IRC channel at irc.freenode.net, you can talk to a running instance of '''''E ''''' as well as elang-ers online. Try saying &quot;? 2+3&quot;.
-
[http://www.erights.org/elib/capability/ode/index.html Capability-based Financial Instruments] "An Ode to the Granovetter Diagram" - diagramming communication relationships.
+
[[Whiteboards]] - Discussion of ideas and other works in progress.
-
=== Talks / Presentations ===
+
==[[Development]]==
-
 
+
* [[Downloads#Subversion|Subversion Repository]] — development branch
-
== Downloads ==
+
* [[:Category:Unresolved design issues|Unresolved design issues]] — things that need thinking about
-
 
+
-
[http://www.erights.org/download/index.html E-on-Java Download Page] - licensed under Mozilla or Mozilla compatible open source license.
+
-
 
+
-
[http://homepage.mac.com/kpreid/elang/e-on-cl/ E on Common Lisp] - Kevin Reid's implementation of '''''E''''' on [[wikipedia:Common Lisp|Common Lisp]].
+
-
 
+
-
=== Subversion ===
+
-
 
+
-
The Subversion server at svn.synchrona.org is currently down, and is expected to stay down till 12/30/06. This is the server used to maintain the E-on-Java source tree and the erights.org website.
+
-
 
+
-
The latest official E release is still available at the download page.  However, if you plan to make submittable changes to the source tree, you may want to wait until the Subversion server is back up.
+
-
 
+
-
At the 0-9-0 download page, besides the usual downloads, we have E releases
+
-
built for linux-motif, linux-gtk, and mac-ppc (Mac OS X). Of these, only the
+
-
first works with SWT.
+
-
 
+
-
On future E download pages starting with 0-9-1, we will no longer list
+
-
placeholders for these other downloads. These are rarely built and posted
+
-
in a timely manner anyway, and E always seems to build fine from sources on
+
-
all these other platforms. If you have noticed problems building E on other
+
-
platforms, please let the [[E-Lang mailing list]] know.
+
-
 
+
-
== Community ==
+
-
 
+
-
[http://www.eros-os.org/pipermail/e-lang/ e-lang mailing list] - discussion of the '''''E''''' language.
+
-
 
+
-
[http://www.eros-os.org/pipermail/cap-talk/ cap-talk mailing list] - discussion of general issues regarding capability security.
+
== Related Sites ==
== Related Sites ==
-
[http://www.erights.org Main Erights.org site]
+
* [http://www.erights.org Main Erights.org site]
-
 
+
* [[wikipedia:E_(programming_language)|{{E}} on Wikipedia]]
-
[[wikipedia:E_(programming_language)|'''''E''''' on Wikipedia]]
+
* [http://rosettacode.org/wiki/Category:E {{E}} on Rosetta Code]
-
 
+
* [[Object-capability languages]]
-
[[wiki:EeLanguage|'''''E''''' on the C2 wiki]]
+
* [[Related Sites|...more...]]
-
 
+
-
[http://www.combex.com/ Combex, Inc.] - The for-profit facet of the E project, featuring [[CapDesk]] -- the capability secure desktop, and caplet installation and launching framework.
+
-
 
+
-
[[Object-capability languages]]
+
-
 
+
-
[http://www.codepoetics.com/wiki/index.php?title=Topics:SICP_in_other_languages#E SICP Examples in E]
+

Revision as of 23:01, 4 September 2012

Welcome to the ERights.org wiki.

E is an object-capability programming language and platform for writing distributed, secure, and robust software. This wiki is about E and the larger subject of capability-based security.

Contents

Getting Started

Getting Started - Tips for E newbies

What's New?

Google Techtalk series on ABAC - Authorization Based Access Control.

Future research topics

Documentation

Downloads

  • Releases - ready-to-install versions of E.

Applications

Community

e-lang mailing list - discussion of E and other capability languages.

cap-talk mailing list - discussion of general issues regarding capability security.

#erights IRC channel - On the #erights IRC channel at irc.freenode.net, you can talk to a running instance of E as well as elang-ers online. Try saying "? 2+3".

Whiteboards - Discussion of ideas and other works in progress.

Development

Related Sites

Personal tools
more tools