Author: joes
Date: Sat Mar 22 16:41:09 2014
New Revision: 1580256
URL: http://svn.apache.org/r1580256
Log:
fix links
Modified:
thrift/cms-site/trunk/content/docs/HowToContribute.md
thrift/cms-site/trunk/content/docs/committers/HowToThriftWebsite.md
thrift/cms-site/trunk/content/docs/committers/HowToVersion.md
thrift/cms-site/trunk/content/tutorial/as3.md
Modified: thrift/cms-site/trunk/content/docs/HowToContribute.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/HowToContribute.md?rev=1580256&r1=1580255&r2=1580256&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/HowToContribute.md (original)
+++ thrift/cms-site/trunk/content/docs/HowToContribute.md Sat Mar 22 16:41:09
2014
@@ -4,7 +4,7 @@ kind: doc
---
## How to contribute
- 1. Make sure your issue is not all ready in the [Jira issue tracker](<%=
@site.config[:jira_url] %>)
+ 1. Make sure your issue is not all ready in the [Jira issue tracker]({{
conf.jira_url }})
1. If not, create a ticket describing the change you're proposing in the
issue tracker
1. Check out the latest version of the source code
* git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
Modified: thrift/cms-site/trunk/content/docs/committers/HowToThriftWebsite.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/committers/HowToThriftWebsite.md?rev=1580256&r1=1580255&r2=1580256&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/committers/HowToThriftWebsite.md
(original)
+++ thrift/cms-site/trunk/content/docs/committers/HowToThriftWebsite.md Sat Mar
22 16:41:09 2014
@@ -21,8 +21,8 @@ In order to get started developing and t
### Updating Release Versions
The current release versioning is kept in the global configuration file
config.yaml. Update the following values and then following <b>Updating the
Website</b> section below
- current_release: "<%= @site.config[:current_release] %>"
- current_release_date: "<%= @site.config[:current_release_date] %>"
+ current_release: "{{ conf.current_release }}"
+ current_release_date: "{{ conf.current_release_date }}"
### Updating the website
After you have updated any content or added new markdown files you will need
to regenerate the static website and publish these changes.
Modified: thrift/cms-site/trunk/content/docs/committers/HowToVersion.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/committers/HowToVersion.md?rev=1580256&r1=1580255&r2=1580256&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/committers/HowToVersion.md (original)
+++ thrift/cms-site/trunk/content/docs/committers/HowToVersion.md Sat Mar 22
16:41:09 2014
@@ -15,20 +15,20 @@ The current process for versioning the c
<td><b>Automated</b></td>
<td><b>File(s) containing version info</b></td>
</tr>
- <% for @item in @site.config[:versioning] %>
+ {% for item in conf.versioning %}
<tr>
- <td><%= @item[0] %></td>
- <td><%= @item[1] %></td>
- <td><%= @item[2] %></td>
+ <td>{{ item.0 }}</td>
+ <td>{{ item.1 }}</td>
+ <td>{{ item.2 }}</td>
</tr>
- <%end%>
+ {% endfor %}
</table>
### Information for all new client libraries
These values should be used for all new client libraries and are the same
values across all libraries:
* Name: libthrift
- * Version: <%= @site.config[:current_release] %>-[dev|snapshot]
+ * Version: {{ conf.current_release }}-[dev|snapshot]
* License: Apache License 2.0
* License URL: http://www.apache.org/licenses/LICENSE-2.0
* Homepage: http://thrift.apache.org
Modified: thrift/cms-site/trunk/content/tutorial/as3.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/as3.md?rev=1580256&r1=1580255&r2=1580256&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/as3.md (original)
+++ thrift/cms-site/trunk/content/tutorial/as3.md Sat Mar 22 16:41:09 2014
@@ -28,7 +28,7 @@ restriction, however, servers' owners ca
which some flash movies can connect to the server.
Details about this behavior are listed in
-<%= link_to("Setting up a socket policy file server",
"http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html") %>.
+[Setting up a socket policy file
server](http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html).
Also, you can find a simple python/perl server script to serve this file
there. For same host, you can serve
crossdomain.xml from any port. So, you can start your RPC servers on ports
9090 and 9091, and serve polisy file from
port 9092. To tell flash about this, you can use code from tutorial file: