[soar] r14060 committed - Updated wiki pages that referred to old SVN repo

1 view
Skip to first unread message

so...@googlecode.com

unread,
Jul 16, 2014, 1:01:31 PM7/16/14
to soar-c...@googlegroups.com
Revision: 14060
Author: maz...@gmail.com
Date: Wed Jul 16 17:01:09 2014 UTC
Log: Updated wiki pages that referred to old SVN repo
http://code.google.com/p/soar/source/detail?r=14060

Modified:
/wiki/BuildGetSource.wiki
/wiki/DLCategory_ExampleCode.wiki
/wiki/Domains_WordNetNate.wiki
/wiki/FAQ.wiki
/wiki/Msrs.wiki
/wiki/SoarOniPhone.wiki

=======================================
--- /wiki/BuildGetSource.wiki Wed Jun 25 17:05:34 2014 UTC
+++ /wiki/BuildGetSource.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -3,22 +3,9 @@
There are two ways to get the source code:
* Download the the
[http://web.eecs.umich.edu/~soar/downloads/SoarSuite/SoarSuite_9.3.4-source.zip
9.3.4 platform-independent source]. This will contain the last major
release of the entire !SoarSuite.
*OR*
- * Checkout the latest code directly from the Soar SVN repository using
the directions below.
-
-== How to Check Out Soar from SVN ==
-
- # Install a subversion client (a revision control program that allows
you to download the Soar source code from the SVN repository)
- ** *Windows*: get [http://tortoisesvn.net/downloads TortoiseSVN] (GUI)
and/or [http://www.sliksvn.com/en/download SlikSVN] (command line).
- ** *Ubuntu Linux*: Install package `subversion`. You can use the
command {{{sudo apt-get install subversion}}}.
- ** *Mac*: Do nothing! Subversion ships with Leopard and newer.
- # Check out `SoarSuite`
- ** The URL for the repository is
*http://soar.googlecode.com/svn/trunk/SoarSuite/ * (if you are a Soar
developer affiliated with the U of M and plan to check in changes, use
*https:// *)
- ** *Command-line SVN program*: Use the command `svn checkout
http://soar.googlecode.com/svn/trunk/SoarSuite`
- ** *TortoiseSVN (Windows)*: Right click in the folder that you want
to install the SoarSuite in and select "Checkout". A
[http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout.html
checkout dialog box] will appear. Enter the URL for the repository as given
above.
- ** *Note*: Your username is your Google account name without the `@`
or domain.
- ** *NOTE*: Your password is your googlecode.com randomly generated
password that can be found at [http://code.google.com/hosting/settings this
link]. It is NOT your standard google pasword.
-
-You can now skip to your operating system build notes:
+ * Pull the latest code directly from the
[https://github.com/SoarGroup/Soar Soar git repository on github].
Information about using git can be found on github.
+
+ You can now skip to your operating system build notes:

* [BuildWindows Windows Build Notes]
* [BuildLinux Linux Build Notes]
=======================================
--- /wiki/DLCategory_ExampleCode.wiki Tue Feb 28 16:27:09 2012 UTC
+++ /wiki/DLCategory_ExampleCode.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -2,4 +2,4 @@

This category contains example code and wrapper functions to help you
build your own environments in a variety of language, namely C++, PhP,
Python, Java and C. There are two actual external environments among these
examples.

-*Note*: For meatier examples, you can also study the source code of many
of the domains in the _Domains_ section of the downloads by downloading the
source from our CVS repository. Read the [BuildGetSource How to Check Out
Soar from SVN section] of the build notes to learn how to access those
files.
+*Note*: For meatier examples, you can also study the source code of many
of the domains in the _Domains_ section of the downloads by downloading the
source for them from our [https://github.com/SoarGroup git repository].
=======================================
--- /wiki/Domains_WordNetNate.wiki Mon Sep 9 15:45:42 2013 UTC
+++ /wiki/Domains_WordNetNate.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -19,7 +19,7 @@

==== Conversion ====

-The data files in this project contain ACT-R chunks. The conversion to
Soar's semantic memory declarative add is basically string replacement. We
have a PHP script to perform this conversion in SVN
[http://code.google.com/p/soar/source/browse/trunk/Domains/wn/wnlexical.php
trunk/Domains/wn/wnlexical.php]. The script takes via standard-in a data
file from WN-LEXICAL and outputs a valid semantic memory declarative add
statement. For example:
+The data files in this project contain ACT-R chunks. The conversion to
Soar's semantic memory declarative add is basically string replacement. We
have a PHP script to perform this conversion on our
[https://github.com/SoarGroup/Domains-WordNet git repository]. The script
takes via standard-in a data file from WN-LEXICAL and outputs a valid
semantic memory declarative add statement. For example:

cat WNChunks.data | php wnlexical.php smem > wn.soar

@@ -34,7 +34,7 @@

==== !SemCor ====

-We have done some preliminary work with !SemCor
(http://www.cse.unt.edu/~rada/downloads.html), which is a set of texts
semantically annotated with !WordNet senses. The scripts described here
(available in SVN) parse the !SemCor format (cleaning as necessary),
cross-reference the SQL outputs of the WN conversion above, and
create !WordNet-independent Word Sense Disambiguation (WSD) test sets.
+We have done some preliminary work with !SemCor
(http://www.cse.unt.edu/~rada/downloads.html), which is a set of texts
semantically annotated with !WordNet senses. The scripts described here
(available on github) parse the !SemCor format (cleaning as necessary),
cross-reference the SQL outputs of the WN conversion above, and
create !WordNet-independent Word Sense Disambiguation (WSD) test sets.

* semcor.php:
* input=semcor
=======================================
--- /wiki/FAQ.wiki Wed Feb 8 18:46:47 2012 UTC
+++ /wiki/FAQ.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -11,7 +11,7 @@

== Where are the latest Soar releases? ==

-Check the [Downloads downloads page] for pointers to downloads and release
notes. Alternatively you can check out the development trunk from SVN, see
the [Build build document].
+Check the [Downloads downloads page] for pointers to downloads and release
notes. Alternatively you can check out the development trunk from git. See
the [Build build document] for more information.

= Installing Soar =

=======================================
--- /wiki/Msrs.wiki Thu Feb 18 19:53:05 2010 UTC
+++ /wiki/Msrs.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -42,8 +42,7 @@

== Soar service ==

-Next, check out Soar project from SVN:
- * http://soar.googlecode.com/svn/trunk/msr
+Next, check out Soar project:
* Check out to a new folder in Apps/QUT

Copy to bin folder from a running Soar installation or trunk:
=======================================
--- /wiki/SoarOniPhone.wiki Tue Feb 28 16:27:09 2012 UTC
+++ /wiki/SoarOniPhone.wiki Wed Jul 16 17:01:09 2014 UTC
@@ -24,7 +24,7 @@

The basic process is to compile Soar statically for an iPhone-specific
architecture and SDK:

- # Checkout Core from SVN
+ # Checkout Core from GitHub
# `make ios-simulator` or `make ios-armv6` or `make ios-armv7`

All lib`*`.a files in the out/lib folder should be added to your project
(drag+drop), except for SQLite.
Reply all
Reply to author
Forward
0 new messages