[
https://issues.apache.org/jira/browse/SLING-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470361#comment-13470361
]
Santiago Gala commented on SLING-2002:
--------------------------------------
I'm trying to send a documentation patch, I have one question:
- which is the master as of now? the sling-site repository or the cwiki?
Also, I wanted to point out a problem with the current conversion. It looks
like the conversion scripts is too quick to convert "[" "]" pairs, and pollutes
code in at least this page:
Index: content/documentation/tutorials-how-tos/46-line-blog.mdtext
===================================================================
--- content/documentation/tutorials-how-tos/46-line-blog.mdtext (revisión:
1394430)
+++ content/documentation/tutorials-how-tos/46-line-blog.mdtext (copia de
trabajo)
@@ -100,13 +100,13 @@
<h3>Navigation</h3>
<ul>
- <li><em><a href="/content/blog/*.html">[Create new post]({{
refs.create-new-post.path }})</a></em></li>
+ <li><em><a href="/content/blog/*.html">[Create new post]</a></em></li>
<script>
var posts = Sling.getContent("/content/blog", 2);
for(var i in posts) {
document.write("<li>"
+ "<a href='/content/blog/" + i + ".html'>"
- + posts[i]({{ refs.i.path }}).title
+ + posts[i].title
+ "</a></li>");
}
</script>
> Migrate the Sling website to the ASF CMS
> ----------------------------------------
>
> Key: SLING-2002
> URL: https://issues.apache.org/jira/browse/SLING-2002
> Project: Sling
> Issue Type: Task
> Components: Site
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
>
> As discussed at http://markmail.org/thread/vbdqqnbaghpcxwp5
> I'll try the tools mentioned at
> http://wiki.apache.org/general/ApacheCms2010#Migrating_from_Confluence
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira