[kune-commits] r1840 - in trunk: . debian src/main/java/cc/kune/core/public
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Wed Apr 11 14:37:35 CEST 2012
Author: vjrj_
Date: 2012-04-11 14:37:35 +0200 (Wed, 11 Apr 2012)
New Revision: 1840
Added:
trunk/README.wave-import
Modified:
trunk/CREDITS
trunk/debian/docs
trunk/pom.xml
trunk/src/main/java/cc/kune/core/public/about.html
Log:
Changelog updated. README.wave-import
Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS 2012-04-11 04:24:26 UTC (rev 1839)
+++ trunk/CREDITS 2012-04-11 12:37:35 UTC (rev 1840)
@@ -25,5 +25,6 @@
* Johnattan Rupire, William Austen Bradbury and Rana Hassan for their web contributions and
translations
* Bastien Guerry for his French translation and his ideas, feedback, support and inspiration
+* Mónica Escudero for her Catalan translation
* and <URL:http://ourproject.org> and again <URL:http://xsto.info> and
<URL:http://iepala.es> for sharing with us their resources
Added: trunk/README.wave-import
===================================================================
--- trunk/README.wave-import (rev 0)
+++ trunk/README.wave-import 2012-04-11 12:37:35 UTC (rev 1840)
@@ -0,0 +1,49 @@
+
+Import all the waves in which specified user is a participant.
+Wave Id's and wavelet Id's remain same, except domains.
+Domains of participants are renamed to Wiab server domain.
+Attachments are not imported now.
+
+Get Google OAuth application Id:
+
+ - Go to https://code.google.com/apis/console/.
+ - Create a new project.
+ - Click on "API Access" on the left, then "Create an OAuth2.0 client id".
+ - Enter a product name. Leave the logo empty. Click "Next".
+ - Application type: Installed application.
+ - Click "Create client ID".
+
+Make sure to you have compiled WIAB by running the following command:
+ant dist
+
+Export waves from GWave to JSon files:
+
+ Run
+ ./run-export.sh <ClientId> <ClientSecret> <ParticipantId> <ExportDir> [-i IncludeWavesList] [-e ExcludeWavesList]
+ Parameters are:
+ ClientId - Google application Id;
+ ClientSecret - Google application secret;
+ ParticipantId - Wave participant name, for example vasya at googlewave.com;
+ ExportDir - directory to write export files;
+ IncludeWavesList - optional, list of waves to include,
+ for example googlewave.com!w+9aLgzbTk0u googlewave.com!w+Cl2NTbgKCW;
+ ExcludeWavesList - optional, list of waves to exclude.
+
+ Note: For Linux machines you might need to prepend the "!" with "\", i.e.
+ googlewave.com!w+9aLgzbTk0u -> googlewave.com\!w+9aLgzbTk0u
+
+ Copy/paste URL from console to browser. Press Enter.
+ Copy/paste URL received code from browser to console.
+
+Import waves to WIAB:
+
+ Enable the import waves feature in server.config
+ enable_import = true
+
+ Run
+ ./run-import.sh <WaveServerImportUrl> <WaveServerDomain> <ExportDir>
+ Parameters are:
+ WaveServerImportUrl - URL of import service, for example http://localhost:9898/import;
+ WaveServerDomain - domain of WIAB server, for example local.net;
+ ExportDir - directory with exported waves.
+
Modified: trunk/debian/docs
===================================================================
--- trunk/debian/docs 2012-04-11 04:24:26 UTC (rev 1839)
+++ trunk/debian/docs 2012-04-11 12:37:35 UTC (rev 1840)
@@ -5,4 +5,5 @@
TROUBLESHOOT
DEV-GUIDE
TODO
-ChangeLog
\ No newline at end of file
+ChangeLog
+README.wave-import
\ No newline at end of file
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-04-11 04:24:26 UTC (rev 1839)
+++ trunk/pom.xml 2012-04-11 12:37:35 UTC (rev 1840)
@@ -729,6 +729,13 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<type>maven-plugin</type>
+ <configuration>
+ <!--
+ During release:perform, enable the "release" profile
+ -->
+ <releaseProfiles>release</releaseProfiles>
+ <goals>assembly:assembly -P production</goals>
+ </configuration>
</dependency>
</dependencies>
<distributionManagement>
Modified: trunk/src/main/java/cc/kune/core/public/about.html
===================================================================
--- trunk/src/main/java/cc/kune/core/public/about.html 2012-04-11 04:24:26 UTC (rev 1839)
+++ trunk/src/main/java/cc/kune/core/public/about.html 2012-04-11 12:37:35 UTC (rev 1840)
@@ -24,7 +24,7 @@
</img>
</a>
</span>
-<p>Version 0.1.0-SNAPSHOT (r1836+c4)</p>
+<p>Version 0.1.0-SNAPSHOT (r1836+c6)</p>
<h1><a name="section_1">CREDITS</a></h1>
<h2><a name="section_1_1">Authors</a></h2>
@@ -50,6 +50,7 @@
</li><li>Johnattan Rupire, William Austen Bradbury and Rana Hassan for their web contributions and
translations
</li><li>Bastien Guerry for his French translation and his ideas, feedback, support and inspiration
+ </li><li>Mónica Escudero for her Catalan translation
</li><li>and <a href="http://ourproject.org">http://ourproject.org</a> and again <a href="http://xsto.info">http://xsto.info</a> and
<a href="http://iepala.es">http://iepala.es</a> for sharing with us their resources
</li></ul>
More information about the kune-commits
mailing list