]> gitweb.factorcode.org Git - factor.git/commitdiff
Add missing meta-data
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 23 Sep 2008 21:11:59 +0000 (16:11 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 23 Sep 2008 21:11:59 +0000 (16:11 -0500)
46 files changed:
basis/alarms/summary.txt [new file with mode: 0644]
basis/alias/summary.txt [new file with mode: 0644]
basis/binary-search/summary.txt [new file with mode: 0644]
basis/boxes/summary.txt [new file with mode: 0644]
basis/colors/summary.txt [new file with mode: 0644]
basis/eval/authors.txt [new file with mode: 0644]
basis/eval/summary.txt [new file with mode: 0644]
basis/generalizations/authors.txt [new file with mode: 0644]
basis/generalizations/summary.txt [new file with mode: 0644]
basis/html/components/authors.txt [new file with mode: 0644]
basis/html/components/summary.txt [new file with mode: 0644]
basis/html/components/tags.txt [new file with mode: 0644]
basis/html/elements/summary.txt [new file with mode: 0644]
basis/html/elements/tags.txt [new file with mode: 0644]
basis/html/forms/authors.txt [new file with mode: 0644]
basis/html/forms/summary.txt [new file with mode: 0644]
basis/html/forms/tags.txt [new file with mode: 0644]
basis/html/streams/summary.txt
basis/html/templates/authors.txt [new file with mode: 0644]
basis/html/templates/chloe/authors.txt [new file with mode: 0644]
basis/html/templates/chloe/summary.txt [new file with mode: 0644]
basis/html/templates/chloe/tags.txt [new file with mode: 0644]
basis/html/templates/fhtml/authors.txt
basis/html/templates/fhtml/summary.txt [new file with mode: 0644]
basis/html/templates/fhtml/tags.txt [new file with mode: 0644]
basis/html/templates/summary.txt [new file with mode: 0644]
basis/html/templates/tags.txt [new file with mode: 0644]
basis/nmake/authors.txt [new file with mode: 0644]
basis/nmake/summary.txt [new file with mode: 0644]
basis/nmake/tags.txt [new file with mode: 0644]
basis/present/authors.txt [new file with mode: 0644]
basis/present/summary.txt [new file with mode: 0644]
basis/random/authors.txt [new file with mode: 0644]
basis/random/summary.txt [new file with mode: 0644]
basis/summary/authors.txt [new file with mode: 0644]
basis/summary/summary.txt [new file with mode: 0644]
basis/symbols/summary.txt [new file with mode: 0644]
basis/validators/authors.txt [new file with mode: 0644]
basis/validators/summary.txt [new file with mode: 0644]
core/checksums/authors.txt [new file with mode: 0644]
core/checksums/summary.txt [new file with mode: 0644]
core/lexer/authors.txt [new file with mode: 0644]
core/lexer/summary.txt [new file with mode: 0644]
core/make/authors.txt [new file with mode: 0644]
core/make/summary.txt [new file with mode: 0644]
core/make/tags.txt [new file with mode: 0644]

diff --git a/basis/alarms/summary.txt b/basis/alarms/summary.txt
new file mode 100644 (file)
index 0000000..f6e1223
--- /dev/null
@@ -0,0 +1 @@
+One-time and recurring events
diff --git a/basis/alias/summary.txt b/basis/alias/summary.txt
new file mode 100644 (file)
index 0000000..15690a7
--- /dev/null
@@ -0,0 +1 @@
+Defining multiple words with the same name
diff --git a/basis/binary-search/summary.txt b/basis/binary-search/summary.txt
new file mode 100644 (file)
index 0000000..c4fd4f2
--- /dev/null
@@ -0,0 +1 @@
+Fast searching of sorted arrays
diff --git a/basis/boxes/summary.txt b/basis/boxes/summary.txt
new file mode 100644 (file)
index 0000000..44c1352
--- /dev/null
@@ -0,0 +1 @@
+An abstraction for enforcing a mutual-exclusion invariant
diff --git a/basis/colors/summary.txt b/basis/colors/summary.txt
new file mode 100644 (file)
index 0000000..a90b1aa
--- /dev/null
@@ -0,0 +1 @@
+Colors as a first-class data type
diff --git a/basis/eval/authors.txt b/basis/eval/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/eval/summary.txt b/basis/eval/summary.txt
new file mode 100644 (file)
index 0000000..679f074
--- /dev/null
@@ -0,0 +1 @@
+Ad-hoc evaluation of strings of code
diff --git a/basis/generalizations/authors.txt b/basis/generalizations/authors.txt
new file mode 100644 (file)
index 0000000..6c66b74
--- /dev/null
@@ -0,0 +1,4 @@
+Chris Double
+Doug Coleman
+Eduardo Cavazos
+Slava Pestov
diff --git a/basis/generalizations/summary.txt b/basis/generalizations/summary.txt
new file mode 100644 (file)
index 0000000..a8ccb7d
--- /dev/null
@@ -0,0 +1 @@
+Generalized stack shufflers and combinators to arbitrary numbers of inputs
diff --git a/basis/html/components/authors.txt b/basis/html/components/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/html/components/summary.txt b/basis/html/components/summary.txt
new file mode 100644 (file)
index 0000000..9df7695
--- /dev/null
@@ -0,0 +1 @@
+HTML components for form rendering and validation
diff --git a/basis/html/components/tags.txt b/basis/html/components/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
diff --git a/basis/html/elements/summary.txt b/basis/html/elements/summary.txt
new file mode 100644 (file)
index 0000000..7e4a4a0
--- /dev/null
@@ -0,0 +1 @@
+Rendering HTML with a familiar look and feel
diff --git a/basis/html/elements/tags.txt b/basis/html/elements/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
diff --git a/basis/html/forms/authors.txt b/basis/html/forms/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/html/forms/summary.txt b/basis/html/forms/summary.txt
new file mode 100644 (file)
index 0000000..d4b20ee
--- /dev/null
@@ -0,0 +1 @@
+HTML form rendering and validation
diff --git a/basis/html/forms/tags.txt b/basis/html/forms/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
index 29ec8d3df76c33833336e381f0e2b1dee7e81d79..56b83c5c52983b10404a31c33d817f00777f4baa 100644 (file)
@@ -1 +1 @@
-HTML reader, writer and utilities
+HTML implementation of formatted output stream protocol
diff --git a/basis/html/templates/authors.txt b/basis/html/templates/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/html/templates/chloe/authors.txt b/basis/html/templates/chloe/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/html/templates/chloe/summary.txt b/basis/html/templates/chloe/summary.txt
new file mode 100644 (file)
index 0000000..568fb3f
--- /dev/null
@@ -0,0 +1 @@
+XHTML templating engine with extensible compiler and separation of concerns
diff --git a/basis/html/templates/chloe/tags.txt b/basis/html/templates/chloe/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
index b47eafb62a99f16153bc341b58aa173e5b275996..22d592c1dd2724fc2e2d4193087a0e87a3e7c1e8 100644 (file)
@@ -1,2 +1,2 @@
 Slava Pestov
-Matthew Willis
+Alex Chapman
diff --git a/basis/html/templates/fhtml/summary.txt b/basis/html/templates/fhtml/summary.txt
new file mode 100644 (file)
index 0000000..71745ff
--- /dev/null
@@ -0,0 +1 @@
+Simple templating engine mixing Factor code with content
diff --git a/basis/html/templates/fhtml/tags.txt b/basis/html/templates/fhtml/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
diff --git a/basis/html/templates/summary.txt b/basis/html/templates/summary.txt
new file mode 100644 (file)
index 0000000..ef0aa59
--- /dev/null
@@ -0,0 +1 @@
+HTML templating engine interface
diff --git a/basis/html/templates/tags.txt b/basis/html/templates/tags.txt
new file mode 100644 (file)
index 0000000..c077218
--- /dev/null
@@ -0,0 +1 @@
+web
diff --git a/basis/nmake/authors.txt b/basis/nmake/authors.txt
new file mode 100644 (file)
index 0000000..7c1b2f2
--- /dev/null
@@ -0,0 +1 @@
+Doug Coleman
diff --git a/basis/nmake/summary.txt b/basis/nmake/summary.txt
new file mode 100644 (file)
index 0000000..1b82985
--- /dev/null
@@ -0,0 +1 @@
+Generalization of make for constructing several sequences simultaneously
diff --git a/basis/nmake/tags.txt b/basis/nmake/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
diff --git a/basis/present/authors.txt b/basis/present/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/present/summary.txt b/basis/present/summary.txt
new file mode 100644 (file)
index 0000000..94d0a5b
--- /dev/null
@@ -0,0 +1 @@
+Generic word for converting objects to strings for human consumption
diff --git a/basis/random/authors.txt b/basis/random/authors.txt
new file mode 100644 (file)
index 0000000..5674120
--- /dev/null
@@ -0,0 +1,2 @@
+Doug Coleman
+Slava Pestov
diff --git a/basis/random/summary.txt b/basis/random/summary.txt
new file mode 100644 (file)
index 0000000..6981c56
--- /dev/null
@@ -0,0 +1 @@
+Random number generator protocol and implementations
diff --git a/basis/summary/authors.txt b/basis/summary/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/summary/summary.txt b/basis/summary/summary.txt
new file mode 100644 (file)
index 0000000..0229413
--- /dev/null
@@ -0,0 +1 @@
+Generic word for converting an object into a brief one-line string
diff --git a/basis/symbols/summary.txt b/basis/symbols/summary.txt
new file mode 100644 (file)
index 0000000..3093468
--- /dev/null
@@ -0,0 +1 @@
+Utility for defining multiple symbols at a time
diff --git a/basis/validators/authors.txt b/basis/validators/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/basis/validators/summary.txt b/basis/validators/summary.txt
new file mode 100644 (file)
index 0000000..bcf9ac0
--- /dev/null
@@ -0,0 +1 @@
+Value validation for the web framework
diff --git a/core/checksums/authors.txt b/core/checksums/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/core/checksums/summary.txt b/core/checksums/summary.txt
new file mode 100644 (file)
index 0000000..e85ab35
--- /dev/null
@@ -0,0 +1 @@
+Checksum protocol and implementations
diff --git a/core/lexer/authors.txt b/core/lexer/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/core/lexer/summary.txt b/core/lexer/summary.txt
new file mode 100644 (file)
index 0000000..7c31988
--- /dev/null
@@ -0,0 +1 @@
+Factor source code lexer
diff --git a/core/make/authors.txt b/core/make/authors.txt
new file mode 100644 (file)
index 0000000..1901f27
--- /dev/null
@@ -0,0 +1 @@
+Slava Pestov
diff --git a/core/make/summary.txt b/core/make/summary.txt
new file mode 100644 (file)
index 0000000..e076241
--- /dev/null
@@ -0,0 +1 @@
+Sequence construction utility
diff --git a/core/make/tags.txt b/core/make/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections