<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Etherpad Developers Google Group</title>
  <link>http://groups.google.com/group/etherpad-lite-dev</link>
  <description>The Developer Group of Etherpad-Lite</description>
  <language>en</language>
  <item>
  <title>Re: Creating an appendText and appendHTML for the HTTP API</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/8c216d2b4b93e955?show_docid=8c216d2b4b93e955</link>
  <description>
  Thank you, Dmitry. &lt;br&gt; I was able to get it to work with your help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/8c216d2b4b93e955?show_docid=8c216d2b4b93e955</guid>
  <author>
  demo...@gmail.com
  (Demotis Silvermoon)
  </author>
  <pubDate>Fri, 17 May 2013 21:16:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Creating an appendText and appendHTML for the HTTP API</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/cbbdcfb8ee5da632?show_docid=cbbdcfb8ee5da632</link>
  <description>
  The way you do this is wrong since you just override the text and break pad &lt;br&gt; state (you wont&#39; be able to recreate the same state by applying changesets &lt;br&gt; from 0 to the last one). &lt;br&gt; What you need to do is just change one line from the setText function to &lt;br&gt; this one: &lt;br&gt; //create the changeset &lt;br&gt; var changeset = Changeset.makeSplice(oldText, oldText.length, 0, newText);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/cbbdcfb8ee5da632?show_docid=cbbdcfb8ee5da632</guid>
  <author>
  uvarov...@gmail.com
  (Dmitry)
  </author>
  <pubDate>Fri, 17 May 2013 12:58:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [etherpad-lite-dev] Uploading source changes for the C# HTTP API</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0a2f4f5f39b5215b/3da6ca8c0d166986?show_docid=3da6ca8c0d166986</link>
  <description>
  Install git &lt;br&gt; Sign into github &lt;br&gt; Setup your ssh keys &lt;br&gt; Visit ja-jos repo &lt;br&gt; Click Fork this repo &lt;br&gt; Git clone (your git url) &lt;br&gt; Make your changes to the repo then at cli type &lt;br&gt; git add . &lt;br&gt; git commit -m &amp;quot; New endpoints &amp;quot; &lt;br&gt; git push origin master &lt;br&gt; then goto your github repo &lt;br&gt; Click Pull request &lt;br&gt; Click &amp;quot;New Pull Request&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0a2f4f5f39b5215b/3da6ca8c0d166986?show_docid=3da6ca8c0d166986</guid>
  <author>
  johnym...@gmail.com
  (John McLear)
  </author>
  <pubDate>Fri, 17 May 2013 00:20:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: [etherpad-lite-dev] Re: Etherpad and Joyent</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/06be4c5256f95bc2?show_docid=06be4c5256f95bc2</link>
  <description>
  okay cool well if you want to drop me through an email &lt;br&gt; cont...@etherpad.orgI can give you the info you will require :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/06be4c5256f95bc2?show_docid=06be4c5256f95bc2</guid>
  <author>
  johnym...@gmail.com
  (John McLear)
  </author>
  <pubDate>Fri, 17 May 2013 00:03:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Etherpad and Joyent</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/75d2526384dfcd72?show_docid=75d2526384dfcd72</link>
  <description>
  I would be interested in helping out with moving the existing sites to &lt;br&gt; Joyent, if you have not got anyone to do this yet. &lt;br&gt; -Dustin
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/75d2526384dfcd72?show_docid=75d2526384dfcd72</guid>
  <author>
  demo...@gmail.com
  (Demotis Silvermoon)
  </author>
  <pubDate>Thu, 16 May 2013 19:39:03 UT
</pubDate>
  </item>
  <item>
  <title>Creating an appendText and appendHTML for the HTTP API</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/649d7781706953bd?show_docid=649d7781706953bd</link>
  <description>
  Ok, I need to have the ability to import parts of another page to an active &lt;br&gt; pad using the HTTP API. I know that copy and paste works in the UI, but I &lt;br&gt; need this to be done behind the scenes. &lt;br&gt; I&#39;ve started with the appendText since it would be easiest to get working, &lt;br&gt; and everything I need right now is text based.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/b5e4035cffe79e2f/649d7781706953bd?show_docid=649d7781706953bd</guid>
  <author>
  demo...@gmail.com
  (Demotis Silvermoon)
  </author>
  <pubDate>Thu, 16 May 2013 17:07:58 UT
</pubDate>
  </item>
  <item>
  <title>Uploading source changes for the C# HTTP API</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0a2f4f5f39b5215b/271496e313dcd946?show_docid=271496e313dcd946</link>
  <description>
  I&#39;m using the C# connector for the HTTP API and have updated it to use the &lt;br&gt; latest API version of 1.2.7. I would like to share the source, but I&#39;m not &lt;br&gt; 100% sure how to use GIT or GITHub. The site that the original source came &lt;br&gt; from was &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ja-jo/EtherpadLiteDotNet/&quot;&gt;[link]&lt;/a&gt; but I assume that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0a2f4f5f39b5215b/271496e313dcd946?show_docid=271496e313dcd946</guid>
  <author>
  demo...@gmail.com
  (Demotis Silvermoon)
  </author>
  <pubDate>Thu, 16 May 2013 15:35:38 UT
</pubDate>
  </item>
  <item>
  <title>jscharts in etherpad</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0dc6ec159f00323e/304907790071f616?show_docid=304907790071f616</link>
  <description>
  Why this is doesn&#39;t work in etherpad plugin? &lt;br&gt; require(&#39;./jscharts&#39;); &lt;br&gt; it gives below error. &lt;br&gt; require is not defined
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/0dc6ec159f00323e/304907790071f616?show_docid=304907790071f616</guid>
  <author>
  achinirand...@gmail.com
  (Achini Randeni)
  </author>
  <pubDate>Wed, 15 May 2013 14:35:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [etherpad-lite-dev] ep_ldapauth</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/5446eb4fdc78b4d9?show_docid=5446eb4fdc78b4d9</link>
  <description>
  Just an update. I&#39;ve pushed version 0.0.5 of this just a little bit ago. &lt;br&gt; &lt;p&gt;Changes: &lt;br&gt; &lt;p&gt;Now sets the user display name for pads to the CN of the user that is &lt;br&gt; authenticating &lt;br&gt; &lt;p&gt;Fixed an authorize bug for users that had not logged in yet (no user &lt;br&gt; object stored in the session) &lt;br&gt; &lt;p&gt;-Andy-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/5446eb4fdc78b4d9?show_docid=5446eb4fdc78b4d9</guid>
  <author>
  grimb...@gmail.com
  (Andrew Grimberg)
  </author>
  <pubDate>Wed, 08 May 2013 22:32:16 UT
</pubDate>
  </item>
  <item>
  <title>Etherpad and Joyent</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/e54f756e01073818?show_docid=e54f756e01073818</link>
  <description>
  Hey guys, we&#39;re in the process of building relationships with Joyent and &lt;br&gt; wondered if anyone wanted to lead on moving our hosting of &lt;br&gt; beta.etherpad.org and draw.etherpad.org over to the Joyent cloud? &lt;br&gt; Notes from meeting here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://beta.etherpad.org/p/joyent&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Bump me if you are interested and we can sort of the required access.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/103a43c8a0180155/e54f756e01073818?show_docid=e54f756e01073818</guid>
  <author>
  johnym...@gmail.com
  (John McLear)
  </author>
  <pubDate>Wed, 08 May 2013 15:29:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: [etherpad-lite-dev] ep_ldapauth</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/adca104fd861ff1a?show_docid=adca104fd861ff1a</link>
  <description>
  Awesome :) Would check it out if I had an ldap server to test against, I &lt;br&gt; know a few people such as Rob Helmer will find this interesting!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/adca104fd861ff1a?show_docid=adca104fd861ff1a</guid>
  <author>
  johnym...@gmail.com
  (John McLear)
  </author>
  <pubDate>Tue, 07 May 2013 00:03:59 UT
</pubDate>
  </item>
  <item>
  <title>ep_ldapauth</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/5e0ceec544ca7bab?show_docid=5e0ceec544ca7bab</link>
  <description>
  Greetings folks, &lt;br&gt; I figured I would send out a note that I just pushed out a new &lt;br&gt; authentication plugin: ep_ldapauth. &lt;br&gt; I had need of authenticating and authorizing users against an LDAP system &lt;br&gt; and found that there wasn&#39;t a plugin already so wrote this. I&#39;m not &lt;br&gt; particularly happy with doing it all via HTTP Basic Auth right now but it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/57e1890447a47cca/5e0ceec544ca7bab?show_docid=5e0ceec544ca7bab</guid>
  <author>
  grimb...@gmail.com
  (Andrew Grimberg)
  </author>
  <pubDate>Mon, 06 May 2013 22:58:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Javascript library with Etherpad</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/35ca2f9a3b8f3939/cc8bfcfdfba80f38?show_docid=cc8bfcfdfba80f38</link>
  <description>
  AutoLinkingBookmarklet (AlPi) &lt;br&gt; Hi dear Chriss, friends, JavaScripter s, whoever may be interested in &lt;br&gt; JavaScript extensions of EtherPads: &lt;br&gt; I wrote a free bookmarklet that converts *static texts containing &lt;br&gt; CamelCaseWord s *into hyperlinks. &lt;br&gt; The texts can be anywhere in the Web, especially in Etherpads in timeline
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/35ca2f9a3b8f3939/cc8bfcfdfba80f38?show_docid=cc8bfcfdfba80f38</guid>
  <author>
  fride...@gmail.com
  (Fridemar Dr. Pache)
  </author>
  <pubDate>Mon, 06 May 2013 01:31:13 UT
</pubDate>
  </item>
  <item>
  <title>exports function</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/ddab2cb66b0ec172/837991ff53c16698?show_docid=837991ff53c16698</link>
  <description>
  Hi! &lt;br&gt; I wanted to know, what is the way to get the variables inside exports &lt;br&gt; function to the html file? &lt;br&gt; thankyou!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/ddab2cb66b0ec172/837991ff53c16698?show_docid=837991ff53c16698</guid>
  <author>
  hasarad...@gmail.com
  (Kriss)
  </author>
  <pubDate>Sun, 05 May 2013 04:59:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: [etherpad-lite-dev] ep_stats</title>
  <link>http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/e0b05914c365ee14/7b9225ace6ae7cc5?show_docid=7b9225ace6ae7cc5</link>
  <description>
  I emailed you with a request for your license information, if you can &lt;br&gt; provide it I can assist as documented at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/JohnMcLear/ep_stats/blob/master/LICENSE&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/etherpad-lite-dev/browse_thread/thread/e0b05914c365ee14/7b9225ace6ae7cc5?show_docid=7b9225ace6ae7cc5</guid>
  <author>
  johnym...@gmail.com
  (John McLear)
  </author>
  <pubDate>Sat, 04 May 2013 15:24:22 UT
</pubDate>
  </item>
  </channel>
</rss>
