Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
added prototyping dir for backup and versioning
authorpreecej <preecej@localhost>
Wed, 27 Oct 2010 02:20:42 +0000 (02:20 +0000)
committerpreecej <preecej@localhost>
Wed, 27 Oct 2010 02:20:42 +0000 (02:20 +0000)
svn path=/; revision=79

preecej/semantic_wiki/prototyping/remote_autocomplete.php [new file with mode: 0755]
preecej/semantic_wiki/prototyping/sample_species.xml [new file with mode: 0644]

diff --git a/preecej/semantic_wiki/prototyping/remote_autocomplete.php b/preecej/semantic_wiki/prototyping/remote_autocomplete.php
new file mode 100755 (executable)
index 0000000..a0f1f3e
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+// JSON test return for autocomplete field
+
+echo "{\"sfautocomplete\":[{\"title\":\"Arabidopsis thaliana\"},{\"title\":\"Oryza sativa\"},{\"title\":\"Chlorogalum pomeridianum\"}]}";
+
+?>
+
diff --git a/preecej/semantic_wiki/prototyping/sample_species.xml b/preecej/semantic_wiki/prototyping/sample_species.xml
new file mode 100644 (file)
index 0000000..62badaa
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<species_collection>
+    <species name="Arabidopsis thaliana" />
+    <species name="Oryza sativa" />
+    <species name="Chlorogalum pomeridianum" />
+</species_collection>
+