code-examples: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edits by TrtaeLordo (Talk) to last version by HikIqa) |
|||
(22 intermediate revisions by 9 users not shown) | |||
Line 3: | Line 3: | ||
== The Problem == | == The Problem == | ||
Source code is published around the web in nonstandard formats, this makes actual use more difficult as it a) obscures possible licensing issues, doesn't encapsulate the source code in standard machine readable formats, and doesn't keep important meta data such as authors, language types and language version, with the source code in a machine readable fashion. | Source code is published around the web in nonstandard formats, this makes actual use more difficult as it a) obscures possible licensing issues, b) doesn't encapsulate the source code in standard machine readable formats, and c) doesn't keep important meta data such as authors, language types and language version, with the source code in a machine readable fashion. | ||
== Participants == | == Participants == | ||
Line 10: | Line 10: | ||
== Real-World Examples == | == Real-World Examples == | ||
=== | === LXR === | ||
[http://lxr.mozilla.org/mozilla1.8/source/browser/app/nsBrowserApp.cpp Mozilla - LXR] | [http://lxr.mozilla.org/mozilla1.8/source/browser/app/nsBrowserApp.cpp Mozilla - LXR] | ||
* uses <code> | * uses <code> | ||
Latest revision as of 23:59, 17 December 2008
Code Examples
Per the microformats process this is an examples page documenting existing real world examples of source code published on the Web. Next steps are to research code-formats and then proceed with code-brainstorming.
The Problem
Source code is published around the web in nonstandard formats, this makes actual use more difficult as it a) obscures possible licensing issues, b) doesn't encapsulate the source code in standard machine readable formats, and c) doesn't keep important meta data such as authors, language types and language version, with the source code in a machine readable fashion.
Participants
Real-World Examples
LXR
- uses