Browse Source

autoupdate docs by xmake-repo/ci

ruki 3 years ago
parent
commit
139f783071
9 changed files with 140 additions and 18 deletions
  1. 1 1
      _coverpage.md
  2. 1 1
      _sidebar.md
  3. 37 0
      mirror/packages/linux.html
  4. 37 0
      mirror/packages/macosx.html
  5. 24 0
      packages/linux.md
  6. 24 0
      packages/macosx.md
  7. 14 14
      sitemap.xml
  8. 1 1
      zh-cn/_coverpage.md
  9. 1 1
      zh-cn/_sidebar.md

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: dune-common, gmsh, vc**
+- **Recently added: itstool, dune-common, gmsh**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (471)
+- Packages (472)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -5258,6 +5258,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("itk")
 <pre><code class="lang-lua">add_requires("itk")
 </code></pre>
 </code></pre>
+<h3 id="itstoollinux">itstool (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ITS Tool allows you to translate your XML documents with PO files</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://itstool.org/">http://itstool.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itstool/xmake.lua">itstool/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install itstool
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("itstool")
+</code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
 <h3 id="jasperlinux">jasper (linux)</h3>
 <h3 id="jasperlinux">jasper (linux)</h3>
 <table>
 <table>

+ 37 - 0
mirror/packages/macosx.html

@@ -4933,6 +4933,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("itk")
 <pre><code class="lang-lua">add_requires("itk")
 </code></pre>
 </code></pre>
+<h3 id="itstoolmacosx">itstool (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>ITS Tool allows you to translate your XML documents with PO files</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://itstool.org/">http://itstool.org/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>GPL-3.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2.0.7</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itstool/xmake.lua">itstool/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install itstool
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("itstool")
+</code></pre>
 <h2 id="j">j</h2>
 <h2 id="j">j</h2>
 <h3 id="jaspermacosx">jasper (macosx)</h3>
 <h3 id="jaspermacosx">jasper (macosx)</h3>
 <table>
 <table>

+ 24 - 0
packages/linux.md

@@ -3460,6 +3460,30 @@ add_requires("itk")
 ```
 ```
 
 
 
 
+### itstool (linux)
+
+
+| Description | *ITS Tool allows you to translate your XML documents with PO files* |
+| -- | -- |
+| Homepage | [http://itstool.org/](http://itstool.org/) |
+| License | GPL-3.0 |
+| Versions | 2.0.7 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [itstool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itstool/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install itstool
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("itstool")
+```
+
+
 
 
 ## j
 ## j
 ### jasper (linux)
 ### jasper (linux)

+ 24 - 0
packages/macosx.md

@@ -3246,6 +3246,30 @@ add_requires("itk")
 ```
 ```
 
 
 
 
+### itstool (macosx)
+
+
+| Description | *ITS Tool allows you to translate your XML documents with PO files* |
+| -- | -- |
+| Homepage | [http://itstool.org/](http://itstool.org/) |
+| License | GPL-3.0 |
+| Versions | 2.0.7 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [itstool/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/itstool/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install itstool
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("itstool")
+```
+
+
 
 
 ## j
 ## j
 ### jasper (macosx)
 ### jasper (macosx)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-19T07:53:53+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:08+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:09+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:09+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-19T07:53:54+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:10+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:11+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-19T07:53:55+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:11+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:11+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:11+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:12+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-19T07:53:56+08:00</lastmod>
+  <lastmod>2021-10-19T08:53:12+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: dune-common, gmsh, vc**
+- **Recently added: itstool, dune-common, gmsh**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (471)
+- 包列表 (472)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)