emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] orgweb: Update org-ruby link (tools)
@ 2024-06-08 16:25 Max Nikulin
  2024-06-08 19:18 ` Ihor Radchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Max Nikulin @ 2024-06-08 16:25 UTC (permalink / raw)
  To: Org Mode List; +Cc: Timothy

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Hi,

It seems the org-ruby project link on the https://orgmode.org/tools.html 
page is outdated and should be updated to the repository of its current 
maintainer.

I suggest to move the link to the Import&Export section since the 
primary purpose of the project is conversion to HTML, Markdown, or 
textile. I have tried to blindly update zh-CN file. Likely it should be 
done more accurately.

Would it be acceptable to add an additional link to the dedicated page 
on Worg?
[[https://orgmode.org/worg/org-tutorials/org-ruby.html][Worg]]

[-- Attachment #2: 0001-tools.org-Update-link-to-org-ruby.patch --]
[-- Type: text/x-patch, Size: 1294 bytes --]

From 65f797a418d73077171b5f74b5930179939e7a3f Mon Sep 17 00:00:00 2001
From: Max Nikulin <manikulin@gmail.com>
Date: Sat, 8 Jun 2024 23:01:56 +0700
Subject: [PATCH 1/2] tools.org: Update link to org-ruby

* tools.org:
* zh-CN/tools.org: Update org-ruby project page.

Use link from <https://rubygems.org/gems/org-ruby>
---
 tools.org       | 2 +-
 zh-CN/tools.org | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools.org b/tools.org
index 447ec57..525953a 100644
--- a/tools.org
+++ b/tools.org
@@ -232,7 +232,7 @@ ** Perl
 /Org​::parser/
 {{{end-link}}}
 ** Ruby
-{{{gh(bdewey/org-ruby)}}}
+{{{gh(wallyqs/org-ruby)}}}
 [[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
 
 /org-ruby/ gem --- parse Org files and convert to HTML or textile. Used
diff --git a/zh-CN/tools.org b/zh-CN/tools.org
index aeca181..77f838f 100644
--- a/zh-CN/tools.org
+++ b/zh-CN/tools.org
@@ -131,7 +131,7 @@ ** Perl
 /Org​::parser/
 {{{end-link}}}
 ** Ruby
-{{{gh(bdewey/org-ruby)}}}
+{{{gh(wallyqs/org-ruby)}}}
 [[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
 
 /org-ruby/ 是一个解析 Org 文件以及将其转换为文本格式以及 HTML 格式的 Ruby 库。此外,GitHub 使用这个库来显示网页上的 Org 文件。
-- 
2.39.2


[-- Attachment #3: 0002-tools.org-Move-org-ruby-to-export-section.patch --]
[-- Type: text/x-patch, Size: 2482 bytes --]

From c38db1f3dfaf17f441347e4b1f12c6bd957413ec Mon Sep 17 00:00:00 2001
From: Max Nikulin <manikulin@gmail.com>
Date: Sat, 8 Jun 2024 23:13:07 +0700
Subject: [PATCH 2/2] tools.org: Move org-ruby to export section

* tools.org:
* zh-CN/tools.org: Put org-ruby to exporters
---
 tools.org       | 14 +++++++-------
 zh-CN/tools.org | 12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/tools.org b/tools.org
index 525953a..89ce863 100644
--- a/tools.org
+++ b/tools.org
@@ -88,6 +88,13 @@ ** Pandoc
 The Swiss-army knife of markup format converters.
 It can convert documents between many source formats, including Org
 {{{end-link}}}
+** Org-ruby
+{{{gh(wallyqs/org-ruby)}}}
+[[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
+
+Gem and CLI tool to convert Org files to HTML, Markdown, or textile. Used
+by GitHub
+{{{end-link}}}
 * Publishing
 :PROPERTIES:
 :HTML_CONTAINER_CLASS: columns
@@ -231,13 +238,6 @@ ** Perl
 
 /Org​::parser/
 {{{end-link}}}
-** Ruby
-{{{gh(wallyqs/org-ruby)}}}
-[[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
-
-/org-ruby/ gem --- parse Org files and convert to HTML or textile. Used
-by GitHub
-{{{end-link}}}
 ** Rust
 {{{gh(poiscript/orgize)}}}
 [[https://upload.wikimedia.org/wikipedia/commons/d/d5/Rust_programming_language_black_logo.svg]]
diff --git a/zh-CN/tools.org b/zh-CN/tools.org
index 77f838f..95519f3 100644
--- a/zh-CN/tools.org
+++ b/zh-CN/tools.org
@@ -37,6 +37,12 @@ ** Pandoc
 
 瑞士军刀级别的 markup 文档转换器:它能将文档在不同格式之间自由转换,包括 Org。
 {{{end-link}}}
+** Org-ruby 是
+{{{gh(wallyqs/org-ruby)}}}
+[[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
+
+个解析 Org 文件以及将其转换为文本格式以及 HTML 格式的 Ruby 库。此外,GitHub 使用这个库来显示网页上的 Org 文件。
+{{{end-link}}}
 * 发布
 :PROPERTIES:
 :HTML_CONTAINER_CLASS: columns
@@ -130,12 +136,6 @@ ** Perl
 
 /Org​::parser/
 {{{end-link}}}
-** Ruby
-{{{gh(wallyqs/org-ruby)}}}
-[[https://upload.wikimedia.org/wikipedia/commons/7/73/Ruby_logo.svg]]
-
-/org-ruby/ 是一个解析 Org 文件以及将其转换为文本格式以及 HTML 格式的 Ruby 库。此外,GitHub 使用这个库来显示网页上的 Org 文件。
-{{{end-link}}}
 ** Rust
 {{{gh(poiscript/orgize)}}}
 [[https://upload.wikimedia.org/wikipedia/commons/d/d5/Rust_programming_language_black_logo.svg]]
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-09 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08 16:25 [PATCH] orgweb: Update org-ruby link (tools) Max Nikulin
2024-06-08 19:18 ` Ihor Radchenko
2024-06-09 10:41   ` Max Nikulin
2024-06-09 11:51     ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).