You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
# If a value other than those listed is used, your library will listed as
117
117
# "Other".
118
118
119
-
library.category=Other
119
+
library.category=Language
120
120
121
121
122
122
# A short sentence (or fragment) to summarize the library's function. This will
@@ -125,23 +125,23 @@ library.category=Other
125
125
# like mentioning that it's a library. This should start with a capitalized
126
126
# letter, and end with a period.
127
127
128
-
library.sentence=A collection of utilities for solving this and that problem.
128
+
library.sentence=The classic Eliza psychologist program.
129
129
130
130
131
131
# Additional information suitable for the Processing website. The value of
132
132
# 'sentence' always will be prepended, so you should start by writing the
133
133
# second sentence here. If your library only works on certain operating systems,
134
134
# mention it here.
135
135
136
-
library.paragraph=
136
+
library.paragraph=Based on the <a href="http://chayden.net/eliza/Eliza.html">Java implementation by Charles Hayden</a>, faithful to the original 1966 version.
137
137
138
138
139
139
# Set the source code repository for your project.
140
140
# Recommendations for storing your source code online are Google Code or GitHub.
0 commit comments